ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (ancieg)" <girar-builder@altlinux.org>
To: Anton Zhukharev <ancieg@altlinux.org>
Cc: girar-builder-p10@altlinux.org,
	sisyphus-incominger@lists.altlinux.org,
	girar-builder-p10@lists.altlinux.org
Subject: [#349041] [test-only] p10 FAILED (try 2) python3-module-autopep8.git=2.1.1-alt0.p10.1 ...
Date: Fri, 24 May 2024 08:03:17 +0000
Message-ID: <girar.task.349041.2.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.349041.1.1@gyle.mskdc.altlinux.org>

https://git.altlinux.org/tasks/349041/logs/events.2.1.log

subtask  name                     aarch64    armh    i586  ppc64le  x86_64
   #200  python3-module-autopep8   failed  failed  failed   failed  failed

2024-May-24 08:01:37 :: test-only task #349041 for p10 resumed by ancieg:
2024-May-24 08:01:37 :: message: autopep8 for p10 (bug 50432)
#100 removed
#200 build 2.1.1-alt0.p10.1 from /people/ancieg/packages/python3-module-autopep8.git fetched at 2024-May-24 08:01:10
#300 build 2.11.1-alt1 from /gears/p/python3-module-pycodestyle.git fetched at 2024-May-24 08:01:29 from sisyphus
2024-May-24 08:01:37 :: created build repo
2024-May-24 08:01:39 :: [i586] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
2024-May-24 08:01:39 :: [x86_64] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
2024-May-24 08:01:39 :: [ppc64le] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
2024-May-24 08:01:39 :: [aarch64] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
2024-May-24 08:01:39 :: [armh] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
2024-May-24 08:01:50 :: task abort requested by ancieg.
[x86_64] >           self.assertEqual(fixed, result)
[x86_64] E           AssertionError: 'if not isinstance(a, type(b)) or isinstance(a, type(ccc)):\n    pass\n' != 'if type(a) != type(b) or type(a) == type(ccc):\n    pass\n'
[x86_64] E           - if not isinstance(a, type(b)) or isinstance(a, type(ccc)):
[x86_64] --
[x86_64] SKIPPED [1] test/test_autopep8.py:6917: To do
[x86_64] FAILED test/test_autopep8.py::SystemTests::test_e721_in_not_conditional_pat2
[x86_64] =================== 1 failed, 557 passed, 2 skipped in 8.07s ===================
[x86_64] INFO     : Command's result: FAILURE
[x86_64] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
[x86_64] error: Bad exit status from /usr/src/tmp/rpm-tmp.17496 (%check)
2024-May-24 08:02:13 :: [x86_64] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-24 08:02:13 :: [x86_64] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build FAILED
[i586] >           self.assertEqual(fixed, result)
[i586] E           AssertionError: 'if not isinstance(a, type(b)) or isinstance(a, type(ccc)):\n    pass\n' != 'if type(a) != type(b) or type(a) == type(ccc):\n    pass\n'
[i586] E           - if not isinstance(a, type(b)) or isinstance(a, type(ccc)):
[i586] --
[i586] SKIPPED [1] test/test_autopep8.py:6917: To do
[i586] FAILED test/test_autopep8.py::SystemTests::test_e721_in_not_conditional_pat2
[i586] =================== 1 failed, 557 passed, 2 skipped in 9.63s ===================
[i586] INFO     : Command's result: FAILURE
[i586] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
[i586] error: Bad exit status from /usr/src/tmp/rpm-tmp.84107 (%check)
2024-May-24 08:02:17 :: [i586] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-24 08:02:17 :: [i586] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build FAILED
[aarch64] >           self.assertEqual(fixed, result)
[aarch64] E           AssertionError: 'if not isinstance(a, type(b)) or isinstance(a, type(ccc)):\n    pass\n' != 'if type(a) != type(b) or type(a) == type(ccc):\n    pass\n'
[aarch64] E           - if not isinstance(a, type(b)) or isinstance(a, type(ccc)):
[aarch64] --
[aarch64] SKIPPED [1] test/test_autopep8.py:6917: To do
[aarch64] FAILED test/test_autopep8.py::SystemTests::test_e721_in_not_conditional_pat2
[aarch64] ================== 1 failed, 557 passed, 2 skipped in 16.07s ===================
[aarch64] INFO     : Command's result: FAILURE
[aarch64] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
[aarch64] error: Bad exit status from /usr/src/tmp/rpm-tmp.84062 (%check)
2024-May-24 08:02:40 :: [aarch64] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-24 08:02:40 :: [aarch64] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build FAILED
[ppc64le] >           self.assertEqual(fixed, result)
[ppc64le] E           AssertionError: 'if not isinstance(a, type(b)) or isinstance(a, type(ccc)):\n    pass\n' != 'if type(a) != type(b) or type(a) == type(ccc):\n    pass\n'
[ppc64le] E           - if not isinstance(a, type(b)) or isinstance(a, type(ccc)):
[ppc64le] --
[ppc64le] SKIPPED [1] test/test_autopep8.py:6917: To do
[ppc64le] FAILED test/test_autopep8.py::SystemTests::test_e721_in_not_conditional_pat2
[ppc64le] ================== 1 failed, 557 passed, 2 skipped in 21.96s ===================
[ppc64le] INFO     : Command's result: FAILURE
[ppc64le] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
[ppc64le] error: Bad exit status from /usr/src/tmp/rpm-tmp.59886 (%check)
2024-May-24 08:02:55 :: [ppc64le] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-24 08:02:55 :: [ppc64le] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build FAILED
[armh] >           self.assertEqual(fixed, result)
[armh] E           AssertionError: 'if not isinstance(a, type(b)) or isinstance(a, type(ccc)):\n    pass\n' != 'if type(a) != type(b) or type(a) == type(ccc):\n    pass\n'
[armh] E           - if not isinstance(a, type(b)) or isinstance(a, type(ccc)):
[armh] --
[armh] SKIPPED [1] test/test_autopep8.py:6917: To do
[armh] FAILED test/test_autopep8.py::SystemTests::test_e721_in_not_conditional_pat2
[armh] ================== 1 failed, 557 passed, 2 skipped in 30.32s ===================
[armh] INFO     : Command's result: FAILURE
[armh] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
[armh] error: Bad exit status from /usr/src/tmp/rpm-tmp.78520 (%check)
2024-May-24 08:03:16 :: [armh] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-24 08:03:16 :: [armh] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build FAILED
2024-May-24 08:02:14 :: [x86_64] build FAILED
2024-May-24 08:02:17 :: [i586] build FAILED
2024-May-24 08:02:41 :: [aarch64] build FAILED
2024-May-24 08:02:55 :: [ppc64le] build FAILED
2024-May-24 08:03:17 :: [armh] build FAILED
2024-May-24 08:03:17 :: task #349041 for p10 FAILED


  reply	other threads:[~2024-05-24  8:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-24  7:35 [#349041] [test-only] p10 FAILED python3-module-autopep8.git=2.1.1-alt1 Girar awaiter (ancieg)
2024-05-24  8:03 ` Girar awaiter (ancieg) [this message]
2024-05-24  8:05 ` [#349041] [test-only] p10 FAILED (try 3) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24  8:19 ` [#349041] p10 TESTED (try 4) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24  8:30 ` [#349041] [test-only] p10 FAILED (try 5) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24  8:41 ` [#349041] p10 TESTED (try 6) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24  9:17 ` [#349041] [test-only] p10 FAILED (try 7) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24  9:21 ` [#349041] [test-only] p10 FAILED (try 8) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24  9:33 ` [#349041] [test-only] p10 FAILED (try 9) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24  9:48 ` [#349041] [test-only] p10 FAILED (try 10) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24 10:29 ` [#349041] [test-only] p10 FAILED (try 11) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24 10:57 ` [#349041] [test-only] p10 FAILED (try 12) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24 11:17 ` [#349041] [test-only] p10 FAILED (try 13) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24 11:39 ` [#349041] [test-only] p10 FAILED (try 14) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24 12:29 ` [#349041] [test-only] p10 FAILED (try 15) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24 12:55 ` [#349041] [test-only] p10 FAILED (try 16) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-24 13:32 ` [#349041] p10 TESTED (try 17) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-25  8:25 ` [#349041] [test-only] p10 FAILED (try 18) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)
2024-05-25  8:40 ` [#349041] [test-only] p10 FAILED (try 19) python3-module-pycodestyle.git=2.11.1-alt1 Girar awaiter (ancieg)

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.349041.2.1@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=ancieg@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=girar-builder-p10@altlinux.org \
    --cc=girar-builder-p10@lists.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