The build for a PageTriage patch is failing with I believe to be something unrelated to our code: https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-hhvm-docker/47716/console
22:55:26 Fatal error: Declaration of ORES\Hooks\Api\WatchedItemQueryServiceExtension::modifyWatchedItemsWithRCInfoQuery() must be compatible with that of WatchedItemQueryServiceExtension::modifyWatchedItemsWithRCInfoQuery() in /workspace/src/extensions/ORES/includes/Hooks/Api/WatchedItemQueryServiceExtension.php on line 28 22:55:26 Destructor threw an object exception: exception 'MWException' with message 'ORES\Tests\Api\ApiIntegrationTest::tearDown() must call parent::tearDown()' in /workspace/src/tests/phpunit/MediaWikiTestCase.php:159 22:55:26 Stack trace: 22:55:26 #0 (): MediaWikiTestCase->__destruct() 22:55:26 #1 {main} 22:55:26 Traceback (most recent call last): 22:55:26 File "/usr/local/bin/quibble", line 11, in <module> 22:55:26 load_entry_point('quibble==0.0.0', 'console_scripts', 'quibble')() 22:55:26 File "/usr/local/lib/python3.5/dist-packages/quibble/cmd.py", line 573, in main 22:55:26 cmd.execute() 22:55:26 File "/usr/local/lib/python3.5/dist-packages/quibble/cmd.py", line 545, in execute 22:55:26 junit_file=junit_db_file) 22:55:26 File "/usr/local/lib/python3.5/dist-packages/quibble/test.py", line 196, in run_phpunit_database 22:55:26 run_phpunit(*args, **kwargs) 22:55:26 File "/usr/local/lib/python3.5/dist-packages/quibble/test.py", line 191, in run_phpunit 22:55:26 subprocess.check_call(cmd, cwd=mwdir, env=phpunit_env) 22:55:26 File "/usr/lib/python3.5/subprocess.py", line 271, in check_call 22:55:26 raise CalledProcessError(retcode, cmd)