From: "Girar awaiter (kotopesutility)" <girar-builder@altlinux.org>
To: Daniel Zagaynov <kotopesutility@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
girar-builder-sisyphus@altlinux.org
Subject: [#422373] icarus FAILED python3.git=3.13.13-alt2 rpm-build-python3.git=0.1.30-alt1
Date: Sun, 21 Jun 2026 19:17:31 +0000
Message-ID: <girar.task.422373.1.1@gyle.mskdc.altlinux.org> (raw)
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
reply other threads:[~2026-06-21 19:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=girar.task.422373.1.1@gyle.mskdc.altlinux.org \
--to=girar-builder@altlinux.org \
--cc=devel@lists.altlinux.org \
--cc=girar-builder-sisyphus@altlinux.org \
--cc=kotopesutility@altlinux.org \
--cc=sisyphus-incominger@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Girar Builder robot reports
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
public-inbox-index sisyphus-incominger
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git