On Thu, Nov 27, 2025 at 9:10 AM Maxim Kuvyrkov <[email protected]> wrote: > > Hi H.J., > > > On Nov 26, 2025, at 12:36, H.J. Lu via linaro-toolchain > > <[email protected]> wrote: > > > > On Wed, Nov 26, 2025 at 2:25 AM <[email protected]> wrote: > >> > >> Dear contributor, > >> > >> Our automatic CI has detected problems related to your patch(es). Please > >> find some details below. > >> > >> In binutils_check master-aarch64, after: > >> | commit binutils-2_41-release-8827-gbeab972c07d > >> | Author: H.J. Lu <[email protected]> > >> | Date: Sat Nov 15 11:43:45 2025 +0800 > >> | > >> | elf: Verify base symbol version works properly > >> | > >> | Add a testcase to verify that VER_NDX_GLOBAL can be used with > >> | > >> | asm (".symver foo_base, foo@"); > >> | ... 15 lines of the commit log omitted. > >> > >> Produces 1 regression: > >> | > >> | regressions.sum: > >> | Running ld:ld-elfvers/vers.exp ... > >> | FAIL: Run pr33577a with tmpdir/libpr33577-versioned.so > > > > It works for me with a cross compiler. Is this a run-time failure? > > Yes, it's a run-time failure. The build part of the test passes, running > pr33577a fails, and running pr33577b passes: > > PASS: Build pr33577b with tmpdir/libpr33577-versioned.so > tmpdir/pr33577a > Executing on host: tmpdir/pr33577a (timeout = 300) > spawn -ignore SIGHUP tmpdir/pr33577a > 0 {} > FAIL: Run pr33577a with tmpdir/libpr33577-versioned.so > tmpdir/pr33577b > Executing on host: tmpdir/pr33577b (timeout = 300) > spawn -ignore SIGHUP tmpdir/pr33577b > PASS > PASS: Run pr33577b with tmpdir/libpr33577-versioned.so > testcase > /home/tcwg-buildslave/workspace/tcwg_gnu_2/abe/snapshots/binutils.git~master/ld/testsuite/ld-elfvers/vers.exp > completed in 3 seconds > > Let us know if you need help troubleshooting this.
I can't reproduce it on cfarm185.cfarm.net with glibc 2.28: [hjl@cfarm185 ld]$ uname -a Linux cfarm185 4.18.0-553.el8_10.aarch64 #1 SMP Fri May 24 08:14:06 EDT 2024 aarch64 aarch64 aarch64 GNU/Linux [hjl@cfarm185 ld]$ grep "Run pr33577a with tmpdir/libpr33577-versioned.so" ld.log PASS: Run pr33577a with tmpdir/libpr33577-versioned.so [hjl@cfarm185 ld]$ > Thanks! > > -- > Maxim Kuvyrkov > https://www.linaro.org > > > > > >> Used configuration : > >> *CI config* tcwg_binutils_check master-aarch64 > >> *configure and test flags:* none, autodetected on aarch64-unknown-linux-gnu > >> > >> We track this bug report under > >> https://linaro.atlassian.net/browse/GNU-1759. Please let us know if you > >> have a fix. > >> > >> If you have any questions regarding this report, please ask on > >> [email protected] mailing list. > >> > >> -----------------8<--------------------------8<--------------------------8<-------------------------- > >> > >> The information below contains the details of the failures, and the ways > >> to reproduce a debug environment: > >> > >> You can find the failure logs in *.log.1.xz files in > >> * > >> https://ci.linaro.org/job/tcwg_binutils_check--master-aarch64-build/2975/artifact/artifacts/00-sumfiles/ > >> The full lists of regressions and improvements as well as configure and > >> make commands are in > >> * > >> https://ci.linaro.org/job/tcwg_binutils_check--master-aarch64-build/2975/artifact/artifacts/notify/ > >> The list of [ignored] baseline and flaky failures are in > >> * > >> https://ci.linaro.org/job/tcwg_binutils_check--master-aarch64-build/2975/artifact/artifacts/sumfiles/xfails.xfail > >> > >> Current build : > >> https://ci.linaro.org/job/tcwg_binutils_check--master-aarch64-build/2975/artifact/artifacts > >> Reference build : > >> https://ci.linaro.org/job/tcwg_binutils_check--master-aarch64-build/2974/artifact/artifacts > >> > >> Instruction to reproduce the build : > >> https://gitlab.com/LinaroLtd/tcwg/ci/interesting-commits/-/raw/master/binutils/sha1/beab972c07d53ba1b0cafc2d16420c40a799bbfd/tcwg_binutils_check/master-aarch64/reproduction_instructions.txt > >> > >> Full commit : > >> https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=beab972c07d53ba1b0cafc2d16420c40a799bbfd > > > > > > > > -- > > H.J. > > _______________________________________________ > > linaro-toolchain mailing list -- [email protected] > > To unsubscribe send an email to [email protected] > > > -- H.J. _______________________________________________ linaro-toolchain mailing list -- [email protected] To unsubscribe send an email to [email protected]
