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=ham autolearn_force=no version=3.4.1 Date: Tue, 30 Sep 2025 11:24:52 +0000 From: "Girar awaiter (dutyrok)" To: Alexandr Shashkin Subject: [#396115] [test-only] FAILED python3-module-fastapi.git=0.118.0-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: 396115 X-girar-task-owner: dutyrok 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/396115/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#396115] [test-only] FAILED python3-module-fastapi.git=0.118.0-alt1 python3-module-minio.git=7.2.18-alt1 python3-module-pydoctor.git=25.10.1-alt1 python3-module-pytest-run-parallel.git=0.7.0-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: Tue, 30 Sep 2025 11:24:55 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/396115/logs/events.1.1.log https://packages.altlinux.org/tasks/396115 subtask name aarch64 i586 x86_64 #100 python3-module-fastapi 1:52 1:10 1:04 #200 python3-module-minio 51 30 30 #300 python3-module-pydoctor ? failed 54 #400 python3-module-pytest-run-parallel ? ? 32 2025-Sep-30 11:21:47 :: test-only task #396115 for sisyphus started by dutyrok: #100 build 0.118.0-alt1 from /people/dutyrok/packages/python3-module-fastapi.git fetched at 2025-Sep-30 11:05:25 #200 build 7.2.18-alt1 from /people/dutyrok/packages/python3-module-minio.git fetched at 2025-Sep-30 11:08:02 #300 build 25.10.1-alt1 from /people/dutyrok/packages/python3-module-pydoctor.git fetched at 2025-Sep-30 11:14:04 #400 build 0.7.0-alt1 from /people/dutyrok/packages/python3-module-pytest-run-parallel.git fetched at 2025-Sep-30 11:20:46 2025-Sep-30 11:21:48 :: created build repo 2025-Sep-30 11:21:49 :: [aarch64] #100 python3-module-fastapi.git 0.118.0-alt1: build start 2025-Sep-30 11:21:49 :: [i586] #100 python3-module-fastapi.git 0.118.0-alt1: build start 2025-Sep-30 11:21:49 :: [x86_64] #100 python3-module-fastapi.git 0.118.0-alt1: build start 2025-Sep-30 11:22:53 :: [x86_64] #100 python3-module-fastapi.git 0.118.0-alt1: build OK 2025-Sep-30 11:22:54 :: [x86_64] #200 python3-module-minio.git 7.2.18-alt1: build start 2025-Sep-30 11:22:59 :: [i586] #100 python3-module-fastapi.git 0.118.0-alt1: build OK 2025-Sep-30 11:23:00 :: [i586] #200 python3-module-minio.git 7.2.18-alt1: build start 2025-Sep-30 11:23:24 :: [x86_64] #200 python3-module-minio.git 7.2.18-alt1: build OK 2025-Sep-30 11:23:25 :: [x86_64] #300 python3-module-pydoctor.git 25.10.1-alt1: build start 2025-Sep-30 11:23:30 :: [i586] #200 python3-module-minio.git 7.2.18-alt1: build OK 2025-Sep-30 11:23:30 :: [i586] #300 python3-module-pydoctor.git 25.10.1-alt1: build start 2025-Sep-30 11:23:41 :: [aarch64] #100 python3-module-fastapi.git 0.118.0-alt1: build OK 2025-Sep-30 11:23:41 :: [aarch64] #200 python3-module-minio.git 7.2.18-alt1: build start 2025-Sep-30 11:24:19 :: [x86_64] #300 python3-module-pydoctor.git 25.10.1-alt1: build OK 2025-Sep-30 11:24:19 :: [x86_64] #400 python3-module-pytest-run-parallel.git 0.7.0-alt1: build start [i586] > r = self.ast_cache[path] [i586] E KeyError: PosixPath('/usr/src/RPM/BUILD/python3-module-pydoctor-25.10.1/pydoctor/test/testpackages/c_module_python_module_name_clash/mymod/base.cpython-312.so') [i586] pydoctor/astbuilder.py:1333: KeyError [i586] -- [i586] r = self.ast_cache[path] [i586] except KeyError: [i586] parsed: model.ParsedAstModule | AstParseError [i586] -- [i586] @returns: The parsed ast module [i586] @raises SyntaxError: If any exception is raised by L{ast.parse} [i586] with tokenize.open(path) as f: [i586] > src = f.read() + '\n' [i586] E UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb4 in position 68: invalid start byte [i586] pydoctor/astbuilder.py:31: UnicodeDecodeError [i586] -- [i586] r = self.ast_cache[path] [i586] except KeyError: [i586] parsed: model.ParsedAstModule | AstParseError [i586] -- [i586] > self.ast_cache[path] = parsed [i586] E UnboundLocalError: cannot access local variable 'parsed' where it is not associated with a value [i586] pydoctor/astbuilder.py:1342: UnboundLocalError [i586] -- [i586] =========================== short test summary info ============================ [i586] FAILED pydoctor/test/test_model.py::test_c_module_python_module_name_clash - ... [i586] == 1 failed, 1625 passed, 1 skipped, 2 xfailed, 126 subtests passed in 22.38s == [i586] INFO : Command's result: FAILURE [i586] INFO : Command's error: Command '['python3', '-m', 'pytest']' returned non-zero exit status 1. [i586] error: Bad exit status from /usr/src/tmp/rpm-tmp.92084 (%check) 2025-Sep-30 11:24:24 :: [i586] python3-module-pydoctor.git 25.10.1-alt1: remote: build failed 2025-Sep-30 11:24:23 :: [i586] #300 python3-module-pydoctor.git 25.10.1-alt1: build FAILED 2025-Sep-30 11:24:23 :: [i586] requesting cancellation of task processing 2025-Sep-30 11:24:32 :: [aarch64] #200 python3-module-minio.git 7.2.18-alt1: build OK 2025-Sep-30 11:24:32 :: [aarch64] task processing CANCELLED 2025-Sep-30 11:24:51 :: [x86_64] #400 python3-module-pytest-run-parallel.git 0.7.0-alt1: build OK 2025-Sep-30 11:24:23 :: [i586] build FAILED 2025-Sep-30 11:24:32 :: [aarch64] build FAILED 2025-Sep-30 11:24:52 :: task #396115 for sisyphus FAILED