https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-php/pecl-mongodb-1.8.0 fails tests. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses a clang/LLVM toolchain. If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004. This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Created attachment 655276 [details] build.log build log and emerge --info
Created attachment 655278 [details] 1-autoconf.out 1-autoconf.out
Cannot reproduced, not testing on CLANG/LLVM: > TIME END 2020-08-19 00:25:18 > ===================================================================== > TEST RESULT SUMMARY --------------------------------------------------------------------- > Exts skipped : 0 > Exts tested : 28 > --------------------------------------------------------------------- > > Number of tests : 1857 1668 > Tests skipped : 189 ( 10.2%) -------- > Tests warned : 0 ( 0.0%) ( 0.0%) > Tests failed : 0 ( 0.0%) ( 0.0%) > Expected fail : 11 ( 0.6%) ( 0.7%) > Tests passed : 1657 ( 89.2%) ( 99.3%) > --------------------------------------------------------------------- > Time taken : 89 seconds > ===================================================================== Reporter failed 416 tests.
It's been too long to debug this. The pecl-foo packages use the PHP test runner. When a test (foo.phpt) fails, it leaves behind several files detailing the failure: foo.log, foo.diff, and foo.out. In the future we would need those files to figure out what went wrong.