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: [#349227] [test-only] p10 FAILED python3-module-pycodestyle.git=2.9.1-alt2 ...
Date: Sat, 25 May 2024 08:42:55 +0000
Message-ID: <girar.task.349227.1.1@gyle.mskdc.altlinux.org> (raw)

https://git.altlinux.org/tasks/349227/logs/events.1.1.log

subtask  name                        aarch64    armh    i586  ppc64le  x86_64
   #100  python3-module-pycodestyle       53    1:19      55     1:04      58
   #200  python3-module-autopep8      failed  failed  failed   failed  failed

2024-May-25 08:40:05 :: test-only task #349227 for p10 started by ancieg:
#100 build 2.9.1-alt2 from /gears/p/python3-module-pycodestyle.git fetched at 2024-May-25 08:39:43
#200 build 2.1.1-alt0.p10.1 from /people/ancieg/packages/python3-module-autopep8.git fetched at 2024-May-25 08:39:58
2024-May-25 08:40:05 :: created build repo
2024-May-25 08:40:07 :: [x86_64] #100 python3-module-pycodestyle.git 2.9.1-alt2: build start
2024-May-25 08:40:07 :: [aarch64] #100 python3-module-pycodestyle.git 2.9.1-alt2: build start
2024-May-25 08:40:07 :: [i586] #100 python3-module-pycodestyle.git 2.9.1-alt2: build start
2024-May-25 08:40:07 :: [ppc64le] #100 python3-module-pycodestyle.git 2.9.1-alt2: build start
2024-May-25 08:40:07 :: [armh] #100 python3-module-pycodestyle.git 2.9.1-alt2: build start
2024-May-25 08:41:00 :: [aarch64] #100 python3-module-pycodestyle.git 2.9.1-alt2: build OK
2024-May-25 08:41:01 :: [aarch64] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
2024-May-25 08:41:02 :: [i586] #100 python3-module-pycodestyle.git 2.9.1-alt2: build OK
2024-May-25 08:41:03 :: [i586] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
2024-May-25 08:41:05 :: [x86_64] #100 python3-module-pycodestyle.git 2.9.1-alt2: build OK
2024-May-25 08:41:06 :: [x86_64] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
2024-May-25 08:41:11 :: [ppc64le] #100 python3-module-pycodestyle.git 2.9.1-alt2: build OK
2024-May-25 08:41:11 :: [ppc64le] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
2024-May-25 08:41:26 :: [armh] #100 python3-module-pycodestyle.git 2.9.1-alt2: build OK
2024-May-25 08:41:26 :: [armh] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build start
[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 8.95s ===================
[i586] INFO     : Command's result: FAILURE
[i586] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
2024-May-25 08:41:37 :: [i586] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-25 08:41:37 :: [i586] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build FAILED
2024-May-25 08:41:37 :: [i586] requesting cancellation of task processing
[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 11.48s ===================
[x86_64] INFO     : Command's result: FAILURE
[x86_64] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
[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 15.30s ===================
[aarch64] INFO     : Command's result: FAILURE
[aarch64] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
2024-May-25 08:41:55 :: [x86_64] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-25 08:41:55 :: [aarch64] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-25 08:41:55 :: [aarch64] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build FAILED
2024-May-25 08:41:55 :: [x86_64] #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.08s ===================
[ppc64le] INFO     : Command's result: FAILURE
[ppc64le] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
2024-May-25 08:42:16 :: [ppc64le] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-25 08:42:16 :: [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 29.06s ===================
[armh] INFO     : Command's result: FAILURE
[armh] INFO     : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned non-zero exit status 1.
2024-May-25 08:42:54 :: [armh] python3-module-autopep8.git 2.1.1-alt0.p10.1: remote: build failed
2024-May-25 08:42:54 :: [armh] #200 python3-module-autopep8.git 2.1.1-alt0.p10.1: build FAILED
2024-May-25 08:41:38 :: [i586] build FAILED
2024-May-25 08:41:56 :: [aarch64] build FAILED
2024-May-25 08:41:56 :: [x86_64] build FAILED
2024-May-25 08:42:17 :: [ppc64le] build FAILED
2024-May-25 08:42:55 :: [armh] build FAILED
2024-May-25 08:42:55 :: task #349227 for p10 FAILED


                 reply	other threads:[~2024-05-25  8:42 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.349227.1.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