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=ham autolearn_force=no version=3.4.1 Date: Fri, 24 May 2024 08:03:17 +0000 From: "Girar awaiter (ancieg)" To: Anton Zhukharev Subject: [#349041] [test-only] p10 FAILED (try 2) python3-module-autopep8.git=2.1.1-alt0.p10.1 ... Message-ID: Mail-Followup-To: Girar awaiter robot References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-girar-task-id: 349041 X-girar-task-owner: ancieg X-girar-task-repo: p10 X-girar-task-try: 2 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/349041/ X-girar-task-log: logs/events.2.1.log X-girar-task-summary: [#349041] [test-only] p10 FAILED (try 2) python3-module-autopep8.git=2.1.1-alt0.p10.1 python3-module-pycodestyle.git=2.11.1-alt1 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: Fri, 24 May 2024 08:03:19 -0000 Archived-At: List-Archive: 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