FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-154085: Avoid duplicating diff line values by pablogsal · Pull Request #154099 · python/cpython · GitHub

/ cpython Public

gh-154085: Avoid duplicating diff line values - #154099

Merged
pablogsal merged 2 commits into
python:mainfrom
pablogsal:agent/gh-154085-diff-line-values
Aug 25, 2026
Merged

gh-154085: Avoid duplicating diff line values#154099
pablogsal merged 2 commits into
python:mainfrom
pablogsal:agent/gh-154085-diff-line-values

Conversation

pablogsal commented Jul 19, 2026
edited
Loading

Copy link
Copy Markdown
Member

pablogsal added the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jul 19, 2026

Copy link
Copy Markdown
Member Author

CC: @lkollar

pablogsal marked this pull request as ready for review July 19, 2026 14:08

lkollar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

pablogsal merged commit 53381bc into python:main Aug 25, 2026
55 checks passed
pablogsal deleted the agent/gh-154085-diff-line-values branch August 25, 2026 22:32

Copy link
Copy Markdown

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15.
🐍🍒⛏🤖

bedevere-app Bot commented Aug 25, 2026

Copy link
Copy Markdown

GH-156385 is a backport of this pull request to the 3.15 branch.

bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Aug 25, 2026
pablogsal added a commit that referenced this pull request Aug 26, 2026
…6385)

gh-154085: Avoid duplicating diff line values (GH-154099)
(cherry picked from commit 53381bc)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>

Copy link
Copy Markdown

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

Hi! The buildbot AMD64 Fedora Stable Clang Installed 3.15 (tier-2) has failed when building commit cfaf610.

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/2081/builds/299) and take a look at the build logs.
  4. Check if the failure is related to this commit (cfaf610) 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/2081/builds/299

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

Click to see traceback logs
Note: switching to 'cfaf610d3916e44eec97979c3a57b915e8477e60'.

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 cfaf610d3916 [3.15] gh-154085: Avoid duplicating diff line values (GH-154099) (#156385)
Switched to and reset branch '3.15'

In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:285:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  285 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:292:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  292 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:438:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  438 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:445:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  445 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:551:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  551 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:560:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  560 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:582:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  582 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:593:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  593 |         CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |         ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:690:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  690 |           CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:735:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  735 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:761:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  761 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:772:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  772 |         CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |         ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:785:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  785 |           CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:930:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  930 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:943:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  943 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:960:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  960 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:967:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  967 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:1202:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
 1202 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:1222:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
 1222 |           CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
19 warnings generated.

install: error copying './Lib/test/NormalizationTest-3.2.0.txt' to '/home/buildbot-worker/cstratak-fedora-stable-x86_64/3.15.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.15/test/NormalizationTest-3.2.0.txt': No space left on device
make: *** [Makefile:3015: libinstall] Error 1

Copy link
Copy Markdown

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

Hi! The buildbot AMD64 Fedora Stable LTO + PGO 3.15 (tier-1) has failed when building commit cfaf610.

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/2017/builds/295) and take a look at the build logs.
  4. Check if the failure is related to this commit (cfaf610) 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/2017/builds/295

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

Click to see traceback logs
Note: switching to 'cfaf610d3916e44eec97979c3a57b915e8477e60'.

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 cfaf610d3916 [3.15] gh-154085: Avoid duplicating diff line values (GH-154099) (#156385)
Switched to and reset branch '3.15'

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:3524: clean-retain-profile] Error 1 (ignored)
./Modules/socketmodule.c: In function ‘getsockaddrarg’:
./Modules/socketmodule.c:2648:9: warning: ‘strncpy’ specified bound 64 equals destination size [-Wstringop-truncation]
 2648 |         strncpy((char *)sa->salg_name, name, sizeof(sa->salg_name));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ccqFKZbA.s: Assembler messages:
/tmp/ccqFKZbA.s: Fatal error: can't write 3911 bytes to section .debug_info of Modules/_zoneinfo.o: 'No space left on device'
/tmp/ccqFKZbA.s: Fatal error: Modules/_zoneinfo.o: No such file or directory
make[2]: *** [Makefile:3763: Modules/_zoneinfo.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/tmp/ccXf2wlT.s: Assembler messages:
/tmp/ccXf2wlT.s: Fatal error: Modules/_bz2module.o: No space left on device
make[2]: *** [Makefile:3775: Modules/_bz2module.o] Error 1
/tmp/cczQCI1E.s: Assembler messages:
/tmp/cczQCI1E.s: Fatal error: can't write 9 bytes to section .text of Modules/_pickle.o: 'No space left on device'
/tmp/cczQCI1E.s: Fatal error: Modules/_pickle.o: No such file or directory
make[2]: *** [Makefile:3736: Modules/_pickle.o] Error 1
/tmp/cc083EtC.s: Assembler messages:
/tmp/cc083EtC.s: Fatal error: can't write 2023 bytes to section .gnu.lto__zstd_load_c_dict.20.8460976c5df4907f of Modules/_zstd/compressor.o: 'No space left on device'
/tmp/cc083EtC.s: Fatal error: Modules/_zstd/compressor.o: No such file or directory
make[2]: *** [Makefile:3781: Modules/_zstd/compressor.o] Error 1
/tmp/ccpx2VzG.s: Assembler messages:
/tmp/ccpx2VzG.s: Fatal error: can't write 3910 bytes to section .gnu.debuglto_.debug_info of Modules/_lzmamodule.o: 'No space left on device'
/tmp/ccpx2VzG.s: Fatal error: Modules/_lzmamodule.o: No such file or directory
make[2]: *** [Makefile:3777: Modules/_lzmamodule.o] Error 1
/tmp/ccWOgODL.s: Assembler messages:
/tmp/ccWOgODL.s: Fatal error: can't write 3912 bytes to section .gnu.debuglto_.debug_info of Modules/mathmodule.o: 'No space left on device'
/tmp/ccWOgODL.s: Fatal error: Modules/mathmodule.o: No such file or directory
make[2]: *** [Makefile:3765: Modules/mathmodule.o] Error 1
/tmp/ccUiGnEn.s: Assembler messages:
/tmp/ccUiGnEn.s: Fatal error: can't write 3910 bytes to section .gnu.debuglto_.debug_info of Modules/binascii.o: 'No space left on device'
/tmp/ccUiGnEn.s: Fatal error: Modules/binascii.o: No such file or directory
make[2]: *** [Makefile:3773: Modules/binascii.o] Error 1
/tmp/ccU7arDO.s: Assembler messages:
/tmp/ccU7arDO.s: Fatal error: can't write 27 bytes to section .text of Modules/_decimal/_decimal.o: 'No space left on device'
/tmp/ccU7arDO.s: Fatal error: Modules/_decimal/_decimal.o: No such file or directory
make[2]: *** [Makefile:3771: Modules/_decimal/_decimal.o] Error 1
make[1]: *** [Makefile:1031: profile-gen-stamp] Error 2
make: *** [Makefile:1043: profile-run-stamp] Error 2

Copy link
Copy Markdown

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

Hi! The buildbot AMD64 Fedora Stable LTO 3.15 (tier-1) has failed when building commit cfaf610.

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/2090/builds/280) and take a look at the build logs.
  4. Check if the failure is related to this commit (cfaf610) 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/2090/builds/280

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

Click to see traceback logs
Note: switching to 'cfaf610d3916e44eec97979c3a57b915e8477e60'.

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 cfaf610d3916 [3.15] gh-154085: Avoid duplicating diff line values (GH-154099) (#156385)
Switched to and reset branch '3.15'

/tmp/ccLLkRR9.s: Assembler messages:
/tmp/ccLLkRR9.s: Fatal error: Python/gc_free_threading.o: No space left on device
make: *** [Makefile:3430: Python/gc_free_threading.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/ccBXwJNY.s: Assembler messages:
/tmp/ccBXwJNY.s: Fatal error: can't write 18 bytes to section .text of Python/crossinterp.o: 'No space left on device'
/tmp/ccBXwJNY.s: Fatal error: Python/crossinterp.o: No such file or directory
make: *** [Makefile:3430: Python/crossinterp.o] Error 1
/tmp/cc8ZdGEK.s: Assembler messages:
/tmp/cc8ZdGEK.s: Fatal error: can't write 32 bytes to section .text of Python/errors.o: 'No space left on device'
/tmp/cc8ZdGEK.s: Fatal error: Python/errors.o: No such file or directory
make: *** [Makefile:3430: Python/errors.o] Error 1
/tmp/ccXbgLh7.s: Assembler messages:
/tmp/ccXbgLh7.s: Fatal error: can't fill 11 bytes in section .text of Python/gc.o: 'No space left on device'
/tmp/ccXbgLh7.s: Fatal error: Python/gc.o: No such file or directory
make: *** [Makefile:3430: Python/gc.o] Error 1
/tmp/ccOHfWAK.s: Assembler messages:
/tmp/ccOHfWAK.s: Fatal error: can't write 45 bytes to section .text of Python/flowgraph.o: 'No space left on device'
/tmp/ccOHfWAK.s: Fatal error: Python/flowgraph.o: No such file or directory
make: *** [Makefile:3430: Python/flowgraph.o] Error 1
/tmp/ccCjEX5s.s: Assembler messages:
/tmp/ccCjEX5s.s: Fatal error: can't write 19 bytes to section .text of Python/codegen.o: 'No space left on device'
/tmp/ccCjEX5s.s: Fatal error: Python/codegen.o: No such file or directory
make: *** [Makefile:3430: Python/codegen.o] Error 1
/tmp/cc7RXJ5o.s: Assembler messages:
/tmp/cc7RXJ5o.s: Fatal error: can't write 16 bytes to section .text of Objects/typeobject.o: 'No space left on device'
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
/tmp/cc7RXJ5o.s: Fatal error: Objects/typeobject.o: No such file or directory
make: *** [Makefile:3430: Objects/typeobject.o] Error 1
/tmp/ccQixcsx.s: Assembler messages:
/tmp/ccQixcsx.s: Fatal error: can't write 5 bytes to section .text of Python/ceval.o: 'No space left on device'
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
/tmp/ccQixcsx.s: Fatal error: Python/ceval.o: No such file or directory
make: *** [Makefile:3440: Python/ceval.o] Error 1
/tmp/ccCdOPdQ.s: Assembler messages:
/tmp/ccCdOPdQ.s: Fatal error: can't write 21 bytes to section .text of Python/Python-ast.o: 'No space left on device'
/tmp/ccCdOPdQ.s: Fatal error: Python/Python-ast.o: No such file or directory
make: *** [Makefile:3430: Python/Python-ast.o] Error 1
/tmp/ccaPO7WY.s: Assembler messages:
/tmp/ccaPO7WY.s: Fatal error: can't write 79 bytes to section .text of Objects/unicodeobject.o: 'No space left on device'
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
as: BFD version 2.46.1-1.fc44 assertion fail ../../bfd/elf.c:3571
/tmp/ccaPO7WY.s: Fatal error: Objects/unicodeobject.o: No such file or directory
make: *** [Makefile:3430: Objects/unicodeobject.o] Error 1

Copy link
Copy Markdown

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

Hi! The buildbot aarch64 Fedora Stable Clang Installed 3.15 (tier-2) has failed when building commit cfaf610.

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/2116/builds/295) and take a look at the build logs.
  4. Check if the failure is related to this commit (cfaf610) 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/2116/builds/295

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

Click to see traceback logs
Note: switching to 'cfaf610d3916e44eec97979c3a57b915e8477e60'.

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 cfaf610d3916 [3.15] gh-154085: Avoid duplicating diff line values (GH-154099) (#156385)
Switched to and reset branch '3.15'

In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:285:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  285 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:292:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  292 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:438:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  438 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:445:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  445 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:551:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  551 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:560:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  560 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:582:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  582 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:593:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  593 |         CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |         ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:690:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  690 |           CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:735:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  735 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:761:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  761 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:772:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  772 |         CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |         ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:785:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  785 |           CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:930:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  930 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:943:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  943 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:960:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  960 |     CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
      |     ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
  118 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:967:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  967 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:1202:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
 1202 |       CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |       ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:1222:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
 1222 |           CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
      |           ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
   89 |     EXPAT_FALLTHROUGH;                                                         \
      |     ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
   47 | #      define EXPAT_FALLTHROUGH __attribute__((fallthrough))
      |                                 ^
19 warnings generated.

make: [Makefile:3023: libinstall] Error 1 (ignored)
ln: failed to create symbolic link 'python3': No space left on device
make: *** [Makefile:2745: bininstall] Error 1

Copy link
Copy Markdown

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

Hi! The buildbot aarch64 Fedora Stable LTO + PGO 3.15 (tier-2) has failed when building commit cfaf610.

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/2100/builds/289) and take a look at the build logs.
  4. Check if the failure is related to this commit (cfaf610) 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/2100/builds/289

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

Click to see traceback logs
Note: switching to 'cfaf610d3916e44eec97979c3a57b915e8477e60'.

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 cfaf610d3916 [3.15] gh-154085: Avoid duplicating diff line values (GH-154099) (#156385)
Switched to and reset branch '3.15'

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:3524: clean-retain-profile] Error 1 (ignored)
./Modules/socketmodule.c: In function ‘getsockaddrarg’:
./Modules/socketmodule.c:2648:9: warning: ‘strncpy’ specified bound 64 equals destination size [-Wstringop-truncation]
 2648 |         strncpy((char *)sa->salg_name, name, sizeof(sa->salg_name));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/cc6AZZZA.s: Assembler messages:
/tmp/cc6AZZZA.s: Fatal error: Modules/_ctypes/_ctypes.o: No space left on device
make[2]: *** [Makefile:3847: Modules/_ctypes/_ctypes.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Assembler messages:
Fatal error: can't create Modules/_cursesmodule.o: No space left on device
make[2]: *** [Makefile:3853: Modules/_cursesmodule.o] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3778: Modules/_lzma.cpython-315-aarch64-linux-gnu.so] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3722: Modules/array.cpython-315-aarch64-linux-gnu.so] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3793: Modules/_md5.cpython-315-aarch64-linux-gnu.so] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3764: Modules/_zoneinfo.cpython-315-aarch64-linux-gnu.so] Error 1
Assembler messages:
Fatal error: can't create Modules/_ssl.o: No space left on device
make[2]: *** [Makefile:3867: Modules/_ssl.o] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3791: Modules/readline.cpython-315-aarch64-linux-gnu.so] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3756: Modules/_struct.cpython-315-aarch64-linux-gnu.so] Error 1
Assembler messages:
Fatal error: can't create Parser/parser.o: No space left on device
make[2]: *** [Makefile:3430: Parser/parser.o] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3766: Modules/math.cpython-315-aarch64-linux-gnu.so] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3730: Modules/_json.cpython-315-aarch64-linux-gnu.so] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3785: Modules/zlib.cpython-315-aarch64-linux-gnu.so] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3783: Modules/_zstd.cpython-315-aarch64-linux-gnu.so] Error 1
Assembler messages:
Fatal error: can't create Modules/_decimal/_decimal.o: No space left on device
make[2]: *** [Makefile:3771: Modules/_decimal/_decimal.o] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3774: Modules/binascii.cpython-315-aarch64-linux-gnu.so] Error 1
Assembler messages:
Fatal error: can't create Modules/_sre/sre.o: No space left on device
make[2]: *** [Makefile:4012: Modules/_sre/sre.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_testclinic.o: No space left on device
make[2]: *** [Makefile:3962: Modules/_testclinic.o] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3737: Modules/_pickle.cpython-315-aarch64-linux-gnu.so] Error 1
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3754: Modules/_remote_debugging.cpython-315-aarch64-linux-gnu.so] Error 1
Assembler messages:
Fatal error: can't create Modules/_testlimitedcapi/unicode.o: No space left on device
make[2]: *** [Makefile:3955: Modules/_testlimitedcapi/unicode.o] Error 1
Assembler messages:
Fatal error: can't create Objects/unicodeobject.o: No space left on device
make[2]: *** [Makefile:3430: Objects/unicodeobject.o] Error 1
Assembler messages:
Fatal error: can't create Python/ceval.o: No space left on device
make[2]: *** [Makefile:3440: Python/ceval.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_testinternalcapi/interpreter.o: No space left on device
make[2]: *** [Makefile:3889: Modules/_testinternalcapi/interpreter.o] Error 1
Assembler messages:
Fatal error: can't create Python/Python-ast.o: No space left on device
make[2]: *** [Makefile:3430: Python/Python-ast.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_ctypes/_ctypes_test.o: No space left on device
make[2]: *** [Makefile:3972: Modules/_ctypes/_ctypes_test.o] Error 1
make[1]: *** [Makefile:1031: profile-gen-stamp] Error 2
make: *** [Makefile:1043: profile-run-stamp] Error 2

Copy link
Copy Markdown

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

Hi! The buildbot aarch64 Fedora Stable LTO 3.15 (tier-2) has failed when building commit cfaf610.

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/2034/builds/277) and take a look at the build logs.
  4. Check if the failure is related to this commit (cfaf610) 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/2034/builds/277

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

Click to see traceback logs
Note: switching to 'cfaf610d3916e44eec97979c3a57b915e8477e60'.

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 cfaf610d3916 [3.15] gh-154085: Avoid duplicating diff line values (GH-154099) (#156385)
Switched to and reset branch '3.15'

/tmp/cc3DuxVd.s: Assembler messages:
/tmp/cc3DuxVd.s: Fatal error: can't write 3919 bytes to section .gnu.debuglto_.debug_str of Objects/longobject.o: 'No space left on device'
Assembler messages:
Fatal error: can't create Modules/_operator.o: No space left on device
/tmp/cc3DuxVd.s: Fatal error: Objects/longobject.o: No such file or directory
make: *** [Makefile:4034: Modules/_operator.o] Error 1
make: *** Waiting for unfinished jobs....
Assembler messages:
Fatal error: can't create Modules/_collectionsmodule.o: No space left on device
make: *** [Makefile:3998: Modules/_collectionsmodule.o] Error 1
make: *** [Makefile:3430: Objects/longobject.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_heapqmodule.o: No space left on device
make: *** [Makefile:3727: Modules/_heapqmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_functoolsmodule.o: No space left on device
make: *** [Makefile:4028: Modules/_functoolsmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_bisectmodule.o: No space left on device
make: *** [Makefile:3723: Modules/_bisectmodule.o] Error 1
/tmp/ccqGtgk3.s: Assembler messages:
/tmp/ccqGtgk3.s: Fatal error: can't write 1385 bytes to section .gnu.lto_ThreadHandle_get_os_handle.52.56ab9499a25d4d71 of Modules/_threadmodule.o: 'No space left on device'
/tmp/ccqGtgk3.s: Fatal error: Modules/_threadmodule.o: No such file or directory
make: *** [Makefile:4016: Modules/_threadmodule.o] Error 1
Assembler messages:
Fatal error: can't create Python/symtable.o: No space left on device
make: *** [Makefile:3430: Python/symtable.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_remote_debugging/gc_stats.o: No space left on device
make: *** [Makefile:3743: Modules/_remote_debugging/gc_stats.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_queuemodule.o: No space left on device
make: *** [Makefile:3738: Modules/_queuemodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_randommodule.o: No space left on device
make: *** [Makefile:3740: Modules/_randommodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_io/bufferedio.o: No space left on device
make: *** [Makefile:4006: Modules/_io/bufferedio.o] Error 1
Assembler messages:
Fatal error: can't create Modules/mathintegermodule.o: No space left on device
make: *** [Makefile:3734: Modules/mathintegermodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_csv.o: No space left on device
make: *** [Makefile:3725: Modules/_csv.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_asynciomodule.o: No space left on device
make: *** [Makefile:3980: Modules/_asynciomodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_lsprof.o: No space left on device
make: *** [Makefile:3731: Modules/_lsprof.o] Error 1
Assembler messages:
Fatal error: can't create Modules/itertoolsmodule.o: No space left on device
make: *** [Makefile:4010: Modules/itertoolsmodule.o] Error 1
Assembler messages:
Fatal error: can't create Python/codegen.o: No space left on device
make: *** [Makefile:3430: Python/codegen.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_io/textio.o: No space left on device
make: *** [Makefile:4007: Modules/_io/textio.o] Error 1
Assembler messages:
Fatal error: can't create Objects/obmalloc.o: No space left on device
make: *** [Makefile:3430: Objects/obmalloc.o] Error 1
Assembler messages:
Fatal error: can't create Modules/arraymodule.o: No space left on device
make: *** [Makefile:3721: Modules/arraymodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_remote_debugging/module.o: No space left on device
make: *** [Makefile:3742: Modules/_remote_debugging/module.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_json.o: No space left on device
make: *** [Makefile:3729: Modules/_json.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_datetimemodule.o: No space left on device
make: *** [Makefile:3994: Modules/_datetimemodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/posixmodule.o: No space left on device
make: *** [Makefile:3986: Modules/posixmodule.o] Error 1
Assembler messages:
Fatal error: can't create Parser/parser.o: No space left on device
make: *** [Makefile:3430: Parser/parser.o] Error 1
Assembler messages:
Fatal error: can't create Objects/typeobject.o: No space left on device
make: *** [Makefile:3430: Objects/typeobject.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_pickle.o: No space left on device
make: *** [Makefile:3736: Modules/_pickle.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_sre/sre.o: No space left on device
make: *** [Makefile:4012: Modules/_sre/sre.o] Error 1
Assembler messages:
Fatal error: can't create Python/ceval.o: No space left on device
make: *** [Makefile:3440: Python/ceval.o] Error 1
Assembler messages:
Fatal error: can't create Python/Python-ast.o: No space left on device
make: *** [Makefile:3430: Python/Python-ast.o] Error 1
Assembler messages:
Fatal error: can't create Objects/unicodeobject.o: No space left on device
make: *** [Makefile:3430: Objects/unicodeobject.o] Error 1

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

Differential flamegraphs duplicate self time across line nodes

3 participants


Back | FazBrowse Home | New Git URL