Skip to content

Instantly share code, notes, and snippets.

@gdamjan
Created December 22, 2020 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdamjan/4d75d7d9716a9f03a0129d264973ee5b to your computer and use it in GitHub Desktop.
Save gdamjan/4d75d7d9716a9f03a0129d264973ee5b to your computer and use it in GitHub Desktop.
$ NIX_PATH=nixpkgs=/nixpkgs nix-build -E 'with import <nixpkgs> {}; php.override {embedSupport = true; apxs2Support = false;}'
Number of tests : 237 228
Tests skipped : 9 ( 3.8%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 5 ( 2.1%) ( 2.2%)
Tests passed : 223 ( 94.1%) ( 97.8%)
---------------------------------------------------------------------
Time taken : 8 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #66338 (Optimization binding of class constants is not safely opcacheable) [tests/bug66338.phpt]
Bug #78106: Path resolution fails if opcache disabled during request [tests/bug78106.phpt]
ISSUE #115 (path issue when using phar) [tests/issue0115.phpt]
ISSUE #149 (Phar mount points not working this OPcache enabled) [tests/issue0149.phpt]
revalidate_path 01: OPCache must cache only resolved real paths when revalidate_path is set [tests/revalidate_path_01.phpt]
=====================================================================
You may have found a problem in PHP.
This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
This gives us a better understanding of PHP's behavior.
If you don't want to send the report immediately you can choose
option "s" to save it. You can then email it to qa-reports@lists.php.net later.
Do you want to send this report now? [Yns]: make: *** [Makefile:132: test] Error 1
builder for '/nix/store/hkyxirzv97dfpc3sgc8j5bjksa3ryklf-php-opcache-7.4.13.drv' failed with exit code 2
cannot build derivation '/nix/store/hzmblhv1gnhyq757fmvv81fvh3hgn62r-php.ini.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/g3vs8vh4rplpmmrzicsb1v10dpdih3qz-php-with-extensions-7.4.13.drv': 1 dependencies couldn't be built
error: build of '/nix/store/g3vs8vh4rplpmmrzicsb1v10dpdih3qz-php-with-extensions-7.4.13.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment