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: Sun, 21 Jun 2026 19:17:31 +0000 From: "Girar awaiter (kotopesutility)" To: Daniel Zagaynov Subject: [#422373] icarus FAILED python3.git=3.13.13-alt2 rpm-build-python3.git=0.1.30-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: 422373 X-girar-task-owner: kotopesutility X-girar-task-repo: icarus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/422373/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#422373] icarus FAILED python3.git=3.13.13-alt2 rpm-build-python3.git=0.1.30-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: Sun, 21 Jun 2026 19:17:34 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/422373/logs/events.1.1.log https://packages.altlinux.org/tasks/422373 subtask name aarch64 i586 x86_64 #100 python3 failed failed failed 2026-Jun-21 19:14:49 :: task #422373 for icarus started by kotopesutility: #100 build 3.13.13-alt2 from /people/kotopesutility/packages/python3.git fetched at 2026-Jun-21 19:13:35 #200 build 0.1.30-alt1 from /people/kotopesutility/packages/rpm-build-python3.git fetched at 2026-Jun-21 19:14:04 2026-Jun-21 19:14:51 :: created build repo 2026-Jun-21 19:14:52 :: [i586] #100 python3.git 3.13.13-alt2: build start 2026-Jun-21 19:14:52 :: [aarch64] #100 python3.git 3.13.13-alt2: build start 2026-Jun-21 19:14:52 :: [x86_64] #100 python3.git 3.13.13-alt2: build start [x86_64] 2587 | PyVarObject_HEAD_INIT(&PyType_Type, 0) [x86_64] ./Include/object.h:137:9: error: extra brace group at end of initializer [x86_64] 137 | { _Py_IMMORTAL_REFCNT }, \ [x86_64] -- [x86_64] Objects/bytearrayobject.c: In function 'bytearray_iter': [x86_64] Objects/bytearrayobject.c:2632:7: error: 'bytesiterobject' has no member named 'it_seq' [x86_64] 2632 | it->it_seq = (PyByteArrayObject *)Py_NewRef(seq); [x86_64] Objects/bytearrayobject.c:2632:38: error: expected expression before ')' token [x86_64] 2632 | it->it_seq = (PyByteArrayObject *)Py_NewRef(seq); [x86_64] Objects/bytearrayobject.c: At top level: [x86_64] Objects/bytearrayobject.c:2439:14: error: storage size of 'PyByteArray_Type' isn't known [x86_64] 2439 | PyTypeObject PyByteArray_Type = { [x86_64] Objects/bytearrayobject.c:2586:14: error: storage size of 'PyByteArrayIter_Type' isn't known [x86_64] 2586 | PyTypeObject PyByteArrayIter_Type = { 2026-Jun-21 19:15:58 :: [x86_64] python3.git 3.13.13-alt2: remote: build failed 2026-Jun-21 19:15:58 :: [x86_64] #100 python3.git 3.13.13-alt2: build FAILED 2026-Jun-21 19:15:58 :: [x86_64] requesting cancellation of task processing [i586] Objects/bytesobject.c: In function 'bytes_iter': [i586] Objects/bytesobject.c:3373:19: error: 'PyBytesObject' undeclared (first use in this function); did you mean 'PyTypeObject'? [i586] 3373 | it->it_seq = (PyBytesObject *)Py_NewRef(seq); [i586] | PyTypeObject [i586] Objects/bytesobject.c:3373:34: error: expected expression before ')' token [i586] 3373 | it->it_seq = (PyBytesObject *)Py_NewRef(seq); [i586] Objects/bytesobject.c: In function '_PyBytesWriter_AsString': [i586] Objects/bytesobject.c:3415:16: error: returning 'int' from a function with return type 'char *' makes pointer from integer without a cast [-Wint-conversion] [i586] 3415 | return PyByteArray_AS_STRING(writer->buffer); [i586] Objects/bytesobject.c:3419:16: error: returning 'int' from a function with return type 'char *' makes pointer from integer without a cast [-Wint-conversion] [i586] 3419 | return PyBytes_AS_STRING(writer->buffer); [i586] Objects/bytesobject.c: In function '_PyBytesWriter_Resize': [i586] Objects/bytesobject.c:3515:22: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] [i586] 3515 | dest = PyByteArray_AS_STRING(writer->buffer); [i586] Objects/bytesobject.c:3517:22: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] [i586] 3517 | dest = PyBytes_AS_STRING(writer->buffer); [i586] Objects/bytesobject.c: At top level: [i586] Objects/bytesobject.c:3048:14: error: storage size of 'PyBytes_Type' isn't known [i586] 3048 | PyTypeObject PyBytes_Type = { [i586] Objects/bytesobject.c:3327:14: error: storage size of 'PyBytesIter_Type' isn't known [i586] 3327 | PyTypeObject PyBytesIter_Type = { 2026-Jun-21 19:16:04 :: [i586] python3.git 3.13.13-alt2: remote: build failed 2026-Jun-21 19:16:04 :: [i586] #100 python3.git 3.13.13-alt2: build FAILED [aarch64] 2587 | PyVarObject_HEAD_INIT(&PyType_Type, 0) [aarch64] ./Include/object.h:137:9: error: extra brace group at end of initializer [aarch64] 137 | { _Py_IMMORTAL_REFCNT }, \ [aarch64] -- [aarch64] Objects/bytearrayobject.c: In function 'bytearray_iter': [aarch64] Objects/bytearrayobject.c:2632:7: error: 'bytesiterobject' has no member named 'it_seq' [aarch64] 2632 | it->it_seq = (PyByteArrayObject *)Py_NewRef(seq); [aarch64] Objects/bytearrayobject.c:2632:38: error: expected expression before ')' token [aarch64] 2632 | it->it_seq = (PyByteArrayObject *)Py_NewRef(seq); [aarch64] Objects/bytearrayobject.c: At top level: [aarch64] Objects/bytearrayobject.c:2439:14: error: storage size of 'PyByteArray_Type' isn't known [aarch64] 2439 | PyTypeObject PyByteArray_Type = { [aarch64] Objects/bytearrayobject.c:2586:14: error: storage size of 'PyByteArrayIter_Type' isn't known [aarch64] 2586 | PyTypeObject PyByteArrayIter_Type = { 2026-Jun-21 19:17:31 :: [aarch64] python3.git 3.13.13-alt2: remote: build failed 2026-Jun-21 19:17:31 :: [aarch64] #100 python3.git 3.13.13-alt2: build FAILED 2026-Jun-21 19:15:59 :: [x86_64] build FAILED 2026-Jun-21 19:16:04 :: [i586] build FAILED 2026-Jun-21 19:17:31 :: [aarch64] build FAILED 2026-Jun-21 19:17:31 :: task #422373 for icarus FAILED