Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737856 - dev-php/pecl-mongodb-1.8.0 fails tests
Summary: dev-php/pecl-mongodb-1.8.0 fails tests
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-18 11:04 UTC by Agostino Sarubbo
Modified: 2024-01-27 12:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,730.74 KB, text/plain)
2020-08-18 11:04 UTC, Agostino Sarubbo
Details
1-autoconf.out (1-autoconf.out,112 bytes, text/plain)
2020-08-18 11:04 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-08-18 11:04:26 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-18 11:04:29 UTC
Created attachment 655276 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-08-18 11:04:30 UTC
Created attachment 655278 [details]
1-autoconf.out

1-autoconf.out
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2020-08-19 00:29:22 UTC
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.
Comment 4 Michael Orlitzky gentoo-dev 2024-01-27 12:25:07 UTC
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.