* ci notify:
Dear contributor,
Our automatic CI has detected problems related to your patch(es). Please find some details below.
In glibc_check master-arm, after: | commit glibc-2.44.9000-164-gfa91c51bb7b | Author: Shamil Abdulaev ashamil435@gmail.com | Date: Fri Sep 11 14:59:48 2026 +0200 | | elf: Do not load cache extensions from an old-format ld.so.cache [BZ #34600] | | Since b9957a70b8 the cache extensions are loaded in | _dl_maybe_load_ldsocache. A cache written by "ldconfig -c old" has no | new-format header, so tmp_cache_new is NULL there and | ... 9 lines of the commit log omitted.
Produces 1 regression: | | regressions.sum: | Running glibc:elf ... | FAIL: elf/tst-dl-cache-old-format
Used configuration : *CI config* tcwg_glibc_check master-arm *configure and test flags:* none, autodetected on armv8l-unknown-linux-gnueabihf
It's kind of hard to find this, but the error is in:
FAIL: elf/tst-dl-cache-old-format original exit status 1 error: test-container.c:1140: could not create a private mount namespace
So this is just like any other container test in this particular CI. It's now automatically added to the allowlist, I think.
Thanks, Florian