For a few hours now, all (or at least, many) jenkins runs have been failing for the Wikibase repo. Example: https://integration.wikimedia.org/ci/job/mwext-testextension-hhvm-composer-jessie/2272/console
It's unclear when or why it's failing.
+ php -dzend.enable_gc=0 phpunit.php --log-junit /home/jenkins/workspace/mwext-testextension-hhvm-composer-jessie/log/junit-phpunit-allexts.xml --testsuite extensions 17:10:36 [Thu May 11 17:10:35 2017] [hphp] [5082:7f6468075200:0:000001] [f6ac36:fe24f3:fe50be:b56d6a:7f645fa68b45:b54119] Unable to set ResourceLimit.CoreFileSize to 8589934592: Operation not permitted (1) 17:10:36 Using HHVM 3.18.2 (5.6.99-hhvm) 17:10:50 PHPUnit 4.8.35 by Sebastian Bergmann and contributors. 17:10:50 17:10:52 ........................................................... 59 / 13853 ( 0%) 17:10:52 ........................................................... 118 / 13853 ( 0%)
...everything looks good, until...
17:16:17 ........................................................... 13747 / 13853 ( 99%) 17:16:19 ........................................................... 13806 / 13853 ( 99%) 17:16:19 ............................................... 17:16:19 17:16:19 Time: 5.72 minutes, Memory: 757.69MB 17:16:19 17:16:19 OK, but incomplete, skipped, or risky tests! 17:16:19 Tests: 13853, Assertions: 109388, Skipped: 26, Risky: 39. 17:16:26 [Thu May 11 17:16:25 2017] [hphp] [5083:7f6468075200:0:000002] [] Lost parent, LightProcess exiting 17:16:26 [Thu May 11 17:16:25 2017] [hphp] [5087:7f6468075200:0:000002] [] Lost parent, LightProcess exiting 17:16:26 [Thu May 11 17:16:25 2017] [hphp] [5085:7f6468075200:0:000002] [] Lost parent, LightProcess exiting 17:16:26 [Thu May 11 17:16:25 2017] [hphp] [5086:7f6468075200:0:000002] [] Lost parent, LightProcess exiting 17:16:26 [Thu May 11 17:16:25 2017] [hphp] [5084:7f6468075200:0:000002] [] Lost parent, LightProcess exiting 17:16:26 /srv/deployment/integration/slave-scripts/bin/mw-run-phpunit-allexts.sh: line 23: 5082 Segmentation fault (core dumped) php -dzend.enable_gc=0 phpunit.php --log-junit "$JUNIT_DEST" --testsuite extensions 17:16:26 Build step 'Execute shell' marked build as failure 17:16:26 Recording test results 17:16:31 Archiving artifacts 17:16:34 [PostBuildScript] - Execution post build scripts. 17:16:34 [PostBuildScript] Build is not success : do not execute script 17:16:34 Finished: FAILURE
@Reedy mentioned that this may be because of the new HHVM version. This is happening with HHVM 3.18.2 (5.6.99-hhvm). Might be a duplicate of T165043 or T165051.