ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (sin)" <girar-builder@altlinux.org>
To: Evgeny Sinelnikov <sin@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	girar-builder-sisyphus@altlinux.org
Subject: [#281318] [test-only] FAILED liblmdb.git=0.9.28-alt1 python3-module-lmdb.git=1.2.1-alt1
Date: Thu, 29 Jul 2021 02:57:04 +0000
Message-ID: <girar.task.281318.1.1@gyle.mskdc.altlinux.org> (raw)

http://git.altlinux.org/tasks/281318/logs/events.1.1.log

subtask  name                 aarch64    armh    i586  ppc64le  x86_64
   #100  liblmdb                   41      56      36       48      36
   #200  python3-module-lmdb   failed  failed  failed   failed  failed

2021-Jul-29 02:54:58 :: test-only task #281318 for sisyphus started by sin:
#100 build 0.9.28-alt1 from /people/sin/packages/liblmdb.git fetched at 2021-Jul-29 02:53:50
#200 build 1.2.1-alt1 from /people/sin/packages/python3-module-lmdb.git fetched at 2021-Jul-29 02:54:43
2021-Jul-29 02:54:58 :: created build repo
2021-Jul-29 02:54:59 :: [ppc64le] #100 liblmdb.git 0.9.28-alt1: build start
2021-Jul-29 02:54:59 :: [i586] #100 liblmdb.git 0.9.28-alt1: build start
2021-Jul-29 02:54:59 :: [armh] #100 liblmdb.git 0.9.28-alt1: build start
2021-Jul-29 02:54:59 :: [aarch64] #100 liblmdb.git 0.9.28-alt1: build start
2021-Jul-29 02:54:59 :: [x86_64] #100 liblmdb.git 0.9.28-alt1: build start
2021-Jul-29 02:55:35 :: [x86_64] #100 liblmdb.git 0.9.28-alt1: build OK
2021-Jul-29 02:55:35 :: [x86_64] #200 python3-module-lmdb.git 1.2.1-alt1: build start
2021-Jul-29 02:55:35 :: [i586] #100 liblmdb.git 0.9.28-alt1: build OK
2021-Jul-29 02:55:35 :: [i586] #200 python3-module-lmdb.git 1.2.1-alt1: build start
2021-Jul-29 02:55:40 :: [aarch64] #100 liblmdb.git 0.9.28-alt1: build OK
2021-Jul-29 02:55:40 :: [aarch64] #200 python3-module-lmdb.git 1.2.1-alt1: build start
2021-Jul-29 02:55:47 :: [ppc64le] #100 liblmdb.git 0.9.28-alt1: build OK
2021-Jul-29 02:55:47 :: [ppc64le] #200 python3-module-lmdb.git 1.2.1-alt1: build start
2021-Jul-29 02:55:55 :: [armh] #100 liblmdb.git 0.9.28-alt1: build OK
2021-Jul-29 02:55:55 :: [armh] #200 python3-module-lmdb.git 1.2.1-alt1: build start
[i586] >       self.assertRaises(StopIteration, next, it)
[i586] E       AssertionError: StopIteration not raised by next
[i586] tests/cursor_test.py:163: AssertionError
[i586] =========================== short test summary info ============================
[i586] FAILED tests/cursor_test.py::CursorTest2::testIterWithDeletes - AssertionErro...
[i586] ======================== 1 failed, 189 passed in 2.48s =========================
2021-Jul-29 02:56:07 :: [i586] python3-module-lmdb.git 1.2.1-alt1: remote: build failed
2021-Jul-29 02:56:07 :: [i586] #200 python3-module-lmdb.git 1.2.1-alt1: build FAILED
2021-Jul-29 02:56:07 :: [i586] requesting cancellation of task processing
[x86_64] >       self.assertRaises(StopIteration, next, it)
[x86_64] E       AssertionError: StopIteration not raised by next
[x86_64] tests/cursor_test.py:163: AssertionError
[x86_64] =========================== short test summary info ============================
[x86_64] FAILED tests/cursor_test.py::CursorTest2::testIterWithDeletes - AssertionErro...
[x86_64] ======================== 1 failed, 189 passed in 1.90s =========================
2021-Jul-29 02:56:07 :: [x86_64] python3-module-lmdb.git 1.2.1-alt1: remote: build failed
2021-Jul-29 02:56:07 :: [x86_64] #200 python3-module-lmdb.git 1.2.1-alt1: build FAILED
[aarch64] >       self.assertRaises(StopIteration, next, it)
[aarch64] E       AssertionError: StopIteration not raised by next
[aarch64] tests/cursor_test.py:163: AssertionError
[aarch64] =========================== short test summary info ============================
[aarch64] FAILED tests/cursor_test.py::CursorTest2::testIterWithDeletes - AssertionErro...
[aarch64] ======================== 1 failed, 189 passed in 2.28s =========================
2021-Jul-29 02:56:15 :: [aarch64] python3-module-lmdb.git 1.2.1-alt1: remote: build failed
2021-Jul-29 02:56:15 :: [aarch64] #200 python3-module-lmdb.git 1.2.1-alt1: build FAILED
[ppc64le] >       self.assertRaises(lmdb.MapResizedError, env.open_db, b'foo')
[ppc64le] E       lmdb.ReadonlyError: mdb_dbi_open: Permission denied
[ppc64le] tests/crash_test.py:316: ReadonlyError
[ppc64le] --
[ppc64le]     env.open_db(b'foo')
[ppc64le] lmdb.MapFullError: mdb_dbi_open: MDB_MAP_FULL: Environment mapsize limit reached
[ppc64le] _______________________ CursorTest2.testIterWithDeletes ________________________
[ppc64le] --
[ppc64le] >       self.assertRaises(StopIteration, next, it)
[ppc64le] E       AssertionError: StopIteration not raised by next
[ppc64le] tests/cursor_test.py:163: AssertionError
[ppc64le] =========================== short test summary info ============================
[ppc64le] FAILED tests/crash_test.py::MapResizeTest::test_opendb_resize - lmdb.Readonly...
[ppc64le] FAILED tests/cursor_test.py::CursorTest2::testIterWithDeletes - AssertionErro...
[ppc64le] ======================== 2 failed, 188 passed in 3.70s =========================
2021-Jul-29 02:56:29 :: [ppc64le] python3-module-lmdb.git 1.2.1-alt1: remote: build failed
2021-Jul-29 02:56:29 :: [ppc64le] #200 python3-module-lmdb.git 1.2.1-alt1: build FAILED
[armh] >       self.assertRaises(StopIteration, next, it)
[armh] E       AssertionError: StopIteration not raised by next
[armh] tests/cursor_test.py:163: AssertionError
[armh] =========================== short test summary info ============================
[armh] FAILED tests/cursor_test.py::CursorTest2::testIterWithDeletes - AssertionErro...
[armh] ======================== 1 failed, 189 passed in 4.80s =========================
2021-Jul-29 02:57:03 :: [armh] python3-module-lmdb.git 1.2.1-alt1: remote: build failed
2021-Jul-29 02:57:04 :: [armh] #200 python3-module-lmdb.git 1.2.1-alt1: build FAILED
2021-Jul-29 02:56:07 :: [i586] build FAILED
2021-Jul-29 02:56:07 :: [x86_64] build FAILED
2021-Jul-29 02:56:15 :: [aarch64] build FAILED
2021-Jul-29 02:56:29 :: [ppc64le] build FAILED
2021-Jul-29 02:57:04 :: [armh] build FAILED
2021-Jul-29 02:57:04 :: task #281318 for sisyphus FAILED


                 reply	other threads:[~2021-07-29  2:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=girar.task.281318.1.1@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=girar-builder-sisyphus@altlinux.org \
    --cc=sin@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git