Skip to content

[3.14] gh-156126: Fix crash in -X importtime with unencodable module … - #156330

Merged
Eclips4 merged 1 commit into
python:3.14from
Eclips4:backport-3a5aa68-3.14
Aug 24, 2026
Merged

[3.14] gh-156126: Fix crash in -X importtime with unencodable module …#156330
Eclips4 merged 1 commit into
python:3.14from
Eclips4:backport-3a5aa68-3.14

Conversation

@Eclips4

@Eclips4 Eclips4 commented Aug 24, 2026

Copy link
Copy Markdown
Member

@Eclips4
Eclips4 merged commit 7267c9b into python:3.14 Aug 24, 2026
51 checks passed
@Eclips4
Eclips4 deleted the backport-3a5aa68-3.14 branch August 24, 2026 21:11
@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Stable LTO + PGO 3.14 (tier-3) has failed when building commit 7267c9b.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1699/builds/1303) and take a look at the build logs.
  4. Check if the failure is related to this commit (7267c9b) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1699/builds/1303

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '7267c9b8f4973bf5be785ebf3ddb9624ed5d4446'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 7267c9b8f497 [3.14] gh-156126: Fix crash in -X importtime with unencodable module … (#156330)
Switched to and reset branch '3.14'

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:3398: clean-retain-profile] Error 1 (ignored)
./Modules/socketmodule.c: In function ‘getsockaddrarg’:
./Modules/socketmodule.c:2646:9: warning: ‘strncpy’ specified bound 64 equals destination size [-Wstringop-truncation]
 2646 |         strncpy((char *)sa->salg_name, name, sizeof(sa->salg_name));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ar: libpython3.14.a: error reading Python/importdl.o: No space left on device
make[2]: *** [Makefile:1180: libpython3.14.a] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:1012: profile-gen-stamp] Error 2
make: *** [Makefile:1024: profile-run-stamp] Error 2

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Stable LTO 3.14 (tier-3) has failed when building commit 7267c9b.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1731/builds/1291) and take a look at the build logs.
  4. Check if the failure is related to this commit (7267c9b) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1731/builds/1291

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '7267c9b8f4973bf5be785ebf3ddb9624ed5d4446'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 7267c9b8f49 [3.14] gh-156126: Fix crash in -X importtime with unencodable module … (#156330)
Switched to and reset branch '3.14'

ar: libpython3.14.a: error reading Objects/floatobject.o: No space left on device
make: *** [Makefile:1180: libpython3.14.a] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants