Steps to reproduce
- Be ubuntu 22.04, install default php versions
- Run ./bin/cache purge --all
- …
- PROFIT!
See also Report Warnings.
/config/ Version table
Binary | Version | Path |
---|---|---|
php | 8.1.2-1ubuntu2.15 | apache2handler |
... | skipped, the log line 2 has arcanist/phorge version | ... |
1 | [2024-05-10 16:17:48] ERROR 8192: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated at [$HOME/arcanist/src/future/http/status/HTTPFutureHTTPResponseStatus.php:24] |
---|---|
2 | arcanist(head=stable, ref.master=5bc53cfe53d0, ref.stable=ca72430916af), phorge(head=stable, ref.master=1b49165ddd16, ref.stable=d519f75dfdee, custom=1) |
3 | #0 preg_match(string, NULL, NULL) called at [<arcanist>/src/future/http/status/HTTPFutureHTTPResponseStatus.php:24] |
4 | #1 HTTPFutureHTTPResponseStatus::__construct(integer, string, array, NULL) called at [<arcanist>/src/future/http/BaseHTTPFuture.php:388] |
5 | #2 BaseHTTPFuture::parseRawHTTPResponse(string) called at [<arcanist>/src/future/http/HTTPSFuture.php:545] |
6 | #3 HTTPSFuture::isReady() called at [<arcanist>/src/future/Future.php:63] |
7 | #4 Future::updateFuture() called at [<arcanist>/src/future/FutureProxy.php:35] |
8 | #5 FutureProxy::isReady() called at [<arcanist>/src/future/Future.php:63] |
9 | #6 Future::updateFuture() called at [<arcanist>/src/future/FutureIterator.php:224] |
10 | #7 FutureIterator::next() called at [<arcanist>/src/future/FutureIterator.php:190] |
11 | #8 FutureIterator::rewind() |
12 | #9 iterator_to_array(FutureIterator) called at [<arcanist>/src/future/FutureIterator.php:84] |
13 | #10 FutureIterator::resolveAll() called at [<arcanist>/src/future/Future.php:47] |
14 | #11 Future::resolve() called at [<phorge>/src/applications/files/engine/PhabricatorS3FileStorageEngine.php:127] |
15 | #12 PhabricatorS3FileStorageEngine::deleteFile(string) called at [<phorge>/src/applications/files/storage/PhabricatorFile.php:774] |
16 | #13 PhabricatorFile::deleteFileDataIfUnused(PhabricatorS3FileStorageEngine, string, string) called at [<phorge>/src/applications/files/storage/PhabricatorFile.php:750] |
17 | #14 PhabricatorFile::delete() called at [<phorge>/src/applications/files/storage/PhabricatorFile.php:1708] |
18 | #15 PhabricatorFile::destroyObjectPermanently(PhabricatorDestructionEngine) called at [<phorge>/src/applications/system/engine/PhabricatorDestructionEngine.php:76] |
19 | #16 PhabricatorDestructionEngine::destroyObject(PhabricatorFile) called at [<phorge>/src/applications/cache/purger/PhabricatorBuiltinFileCachePurger.php:18] |
20 | #17 PhabricatorBuiltinFileCachePurger::purgeCache() called at [<phorge>/src/applications/cache/management/PhabricatorCacheManagementPurgeWorkflow.php:78] |
21 | #18 PhabricatorCacheManagementPurgeWorkflow::execute(PhutilArgumentParser) called at [<arcanist>/src/parser/argument/PhutilArgumentParser.php:492] |
22 | #19 PhutilArgumentParser::parseWorkflowsFull(array) called at [<arcanist>/src/parser/argument/PhutilArgumentParser.php:377] |
23 | #20 PhutilArgumentParser::parseWorkflows(array) called at [<phorge>/scripts/cache/manage_cache.php:21] |