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 autolearn=unavailable autolearn_force=no version=3.4.1 Date: Mon, 27 Mar 2023 10:19:24 +0000 From: "Girar awaiter (toni)" To: Anton Vyatkin Subject: [#317544] [test-only] FAILED python3-module-rpyc.git=5.3.1-alt1 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: 317544 X-girar-task-owner: toni X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/317544/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#317544] [test-only] FAILED python3-module-rpyc.git=5.3.1-alt1 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@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: Mon, 27 Mar 2023 10:19:29 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/317544/logs/events.1.1.log subtask name aarch64 armh i586 ppc64le x86_64 #100 python3-module-rpyc failed 3:06 failed 2:26 failed 2023-Mar-27 10:16:16 :: test-only task #317544 for sisyphus started by toni: #100 build 5.3.1-alt1 from /people/toni/packages/python3-module-rpyc.git fetched at 2023-Mar-27 10:16:14 2023-Mar-27 10:16:17 :: [armh] #100 python3-module-rpyc.git 5.3.1-alt1: build start 2023-Mar-27 10:16:17 :: [ppc64le] #100 python3-module-rpyc.git 5.3.1-alt1: build start 2023-Mar-27 10:16:17 :: [aarch64] #100 python3-module-rpyc.git 5.3.1-alt1: build start 2023-Mar-27 10:16:17 :: [i586] #100 python3-module-rpyc.git 5.3.1-alt1: build start 2023-Mar-27 10:16:17 :: [x86_64] #100 python3-module-rpyc.git 5.3.1-alt1: build start [x86_64] > self._os.sched_setaffinity(0, {0, }) [x86_64] E OSError: [Errno 22] Invalid argument [x86_64] tests/test_affinity.py:46: OSError [x86_64] -- [x86_64] raise EOFError("stream has been closed") [x86_64] EOFError: stream has been closed [x86_64] warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) [x86_64] -- [x86_64] raise EOFError("stream has been closed") [x86_64] EOFError: stream has been closed [x86_64] warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) [x86_64] -- [x86_64] =========================== short test summary info ============================ [x86_64] FAILED tests/test_affinity.py::Test_Affinity::test_pinned_to_0 - OSError: [Er... [x86_64] ===== 1 failed, 64 passed, 7 skipped, 16 deselected, 2 warnings in 47.31s ====== [x86_64] INFO : Command's result: FAILURE [x86_64] INFO : Command's error: Command '['python3', '-m', 'pytest', '-k', 'not TestDeploy and not win32pipes and not TestUdpRegistry and not test_connection and not test_multiple_connection and not test_parallelism']' returned non-zero exit status 1. 2023-Mar-27 10:17:37 :: [x86_64] python3-module-rpyc.git 5.3.1-alt1: remote: build failed 2023-Mar-27 10:17:37 :: [x86_64] #100 python3-module-rpyc.git 5.3.1-alt1: build FAILED 2023-Mar-27 10:17:37 :: [x86_64] requesting cancellation of task processing [i586] > self._os.sched_setaffinity(0, {0, }) [i586] E OSError: [Errno 22] Invalid argument [i586] tests/test_affinity.py:46: OSError [i586] -- [i586] raise EOFError("stream has been closed") [i586] EOFError: stream has been closed [i586] warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) [i586] -- [i586] =========================== short test summary info ============================ [i586] FAILED tests/test_affinity.py::Test_Affinity::test_pinned_to_0 - OSError: [Er... [i586] ====== 1 failed, 64 passed, 7 skipped, 16 deselected, 1 warning in 47.87s ====== [i586] INFO : Command's result: FAILURE [i586] INFO : Command's error: Command '['python3', '-m', 'pytest', '-k', 'not TestDeploy and not win32pipes and not TestUdpRegistry and not test_connection and not test_multiple_connection and not test_parallelism']' returned non-zero exit status 1. 2023-Mar-27 10:17:40 :: [i586] python3-module-rpyc.git 5.3.1-alt1: remote: build failed 2023-Mar-27 10:17:40 :: [i586] #100 python3-module-rpyc.git 5.3.1-alt1: build FAILED [aarch64] > self._os.sched_setaffinity(0, {0, }) [aarch64] E OSError: [Errno 22] Invalid argument [aarch64] tests/test_affinity.py:46: OSError [aarch64] -- [aarch64] buf = self.sock.recv(min(self.MAX_IO_CHUNK, count)) [aarch64] ConnectionResetError: [Errno 104] Connection reset by peer [aarch64] During handling of the above exception, another exception occurred: [aarch64] -- [aarch64] raise EOFError(ex) [aarch64] EOFError: [Errno 104] Connection reset by peer [aarch64] warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) [aarch64] -- [aarch64] =========================== short test summary info ============================ [aarch64] FAILED tests/test_affinity.py::Test_Affinity::test_pinned_to_0 - OSError: [Er... [aarch64] ====== 1 failed, 64 passed, 7 skipped, 16 deselected, 1 warning in 55.68s ====== [aarch64] INFO : Command's result: FAILURE [aarch64] INFO : Command's error: Command '['python3', '-m', 'pytest', '-k', 'not TestDeploy and not win32pipes and not TestUdpRegistry and not test_connection and not test_multiple_connection and not test_parallelism']' returned non-zero exit status 1. 2023-Mar-27 10:18:11 :: [aarch64] python3-module-rpyc.git 5.3.1-alt1: remote: build failed 2023-Mar-27 10:18:11 :: [aarch64] #100 python3-module-rpyc.git 5.3.1-alt1: build FAILED 2023-Mar-27 10:18:43 :: [ppc64le] #100 python3-module-rpyc.git 5.3.1-alt1: build OK 2023-Mar-27 10:19:23 :: [armh] #100 python3-module-rpyc.git 5.3.1-alt1: build OK 2023-Mar-27 10:17:37 :: [x86_64] build FAILED 2023-Mar-27 10:17:40 :: [i586] build FAILED 2023-Mar-27 10:18:12 :: [aarch64] build FAILED 2023-Mar-27 10:19:24 :: task #317544 for sisyphus FAILED