From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, SPF_FAIL,TO_EQ_FM_DOM_SPF_FAIL autolearn=unavailable autolearn_force=no version=3.4.1 Date: Sat, 25 May 2024 08:42:55 +0000 From: "Girar awaiter (ancieg)" To: Anton Zhukharev Subject: [#349227] [test-only] p10 FAILED python3-module-pycodestyle.git=2.9.1-alt2 ... Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 349227 X-girar-task-owner: ancieg X-girar-task-repo: p10 X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/349227/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#349227] [test-only] p10 FAILED python3-module-pycodestyle.git=2.9.1-alt2 python3-module-autopep8.git=2.1.1-alt0.p10.1 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: girar-builder-p10@altlinux.org, sisyphus-incominger@lists.altlinux.org, girar-builder-p10@lists.altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2024 08:42:57 -0000 Archived-At: List-Archive: 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