$ date
--- stdout ---
Tue Dec 24 01:09:44 UTC 2024
--- end ---
$ git clone file:///srv/git/mediawiki-extensions-ExternalData.git repo --depth=1 -b master
--- stderr ---
Cloning into 'repo'...
--- stdout ---
--- end ---
$ git config user.name libraryupgrader
--- stdout ---
--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---
--- end ---
$ git submodule update --init
--- stdout ---
--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.
--- end ---
$ git show-ref refs/heads/master
--- stdout ---
bee4371617089195e3885a3deef16c8fcb8de4fb refs/heads/master
--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
"auditReportVersion": 2,
"vulnerabilities": {},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 0,
"critical": 0,
"total": 0
},
"dependencies": {
"prod": 1,
"dev": 315,
"optional": 0,
"peer": 1,
"peerOptional": 0,
"total": 315
}
}
}
--- end ---
$ /usr/bin/composer install
--- stderr ---
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 41 installs, 0 updates, 0 removals
- Locking composer/installers (v2.3.0)
- Locking composer/pcre (3.3.2)
- Locking composer/semver (3.4.3)
- Locking composer/spdx-licenses (1.5.8)
- Locking composer/xdebug-handler (3.0.5)
- Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
- Locking doctrine/deprecations (1.1.4)
- Locking felixfbecker/advanced-json-rpc (v3.2.1)
- Locking mediawiki/mediawiki-codesniffer (v45.0.0)
- Locking mediawiki/mediawiki-phan-config (0.14.0)
- Locking mediawiki/minus-x (1.1.3)
- Locking mediawiki/phan-taint-check-plugin (6.0.0)
- Locking microsoft/tolerant-php-parser (v0.1.2)
- Locking netresearch/jsonmapper (v4.5.0)
- Locking phan/phan (5.4.3)
- Locking php-parallel-lint/php-console-color (v1.0.1)
- Locking php-parallel-lint/php-console-highlighter (v1.0.0)
- Locking php-parallel-lint/php-parallel-lint (v1.4.0)
- Locking phpcsstandards/phpcsextra (1.2.1)
- Locking phpcsstandards/phpcsutils (1.0.12)
- Locking phpdocumentor/reflection-common (2.2.0)
- Locking phpdocumentor/reflection-docblock (5.6.1)
- Locking phpdocumentor/type-resolver (1.10.0)
- Locking phpstan/phpdoc-parser (2.0.0)
- Locking psr/container (2.0.2)
- Locking psr/log (3.0.2)
- Locking roave/security-advisories (dev-latest 5a88337)
- Locking sabre/event (5.1.7)
- Locking squizlabs/php_codesniffer (3.10.3)
- Locking symfony/console (v7.2.1)
- Locking symfony/css-selector (v5.4.45)
- Locking symfony/deprecation-contracts (v3.5.1)
- Locking symfony/polyfill-ctype (v1.31.0)
- Locking symfony/polyfill-intl-grapheme (v1.31.0)
- Locking symfony/polyfill-intl-normalizer (v1.31.0)
- Locking symfony/polyfill-mbstring (v1.31.0)
- Locking symfony/polyfill-php80 (v1.31.0)
- Locking symfony/service-contracts (v3.5.1)
- Locking symfony/string (v7.2.0)
- Locking tysonandre/var_representation_polyfill (0.1.3)
- Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 41 installs, 0 updates, 0 removals
0 [>---------------------------] 0 [->--------------------------]
- Installing composer/installers (v2.3.0): Extracting archive
- Installing squizlabs/php_codesniffer (3.10.3): Extracting archive
- Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive
- Installing composer/pcre (3.3.2): Extracting archive
- Installing symfony/polyfill-php80 (v1.31.0): Extracting archive
- Installing phpcsstandards/phpcsutils (1.0.12): Extracting archive
- Installing phpcsstandards/phpcsextra (1.2.1): Extracting archive
- Installing symfony/polyfill-mbstring (v1.31.0): Extracting archive
- Installing composer/spdx-licenses (1.5.8): Extracting archive
- Installing composer/semver (3.4.3): Extracting archive
- Installing mediawiki/mediawiki-codesniffer (v45.0.0): Extracting archive
- Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
- Installing symfony/polyfill-intl-normalizer (v1.31.0): Extracting archive
- Installing symfony/polyfill-intl-grapheme (v1.31.0): Extracting archive
- Installing symfony/polyfill-ctype (v1.31.0): Extracting archive
- Installing symfony/string (v7.2.0): Extracting archive
- Installing symfony/deprecation-contracts (v3.5.1): Extracting archive
- Installing psr/container (2.0.2): Extracting archive
- Installing symfony/service-contracts (v3.5.1): Extracting archive
- Installing symfony/console (v7.2.1): Extracting archive
- Installing sabre/event (5.1.7): Extracting archive
- Installing netresearch/jsonmapper (v4.5.0): Extracting archive
- Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive
- Installing webmozart/assert (1.11.0): Extracting archive
- Installing phpstan/phpdoc-parser (2.0.0): Extracting archive
- Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
- Installing doctrine/deprecations (1.1.4): Extracting archive
- Installing phpdocumentor/type-resolver (1.10.0): Extracting archive
- Installing phpdocumentor/reflection-docblock (5.6.1): Extracting archive
- Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
- Installing psr/log (3.0.2): Extracting archive
- Installing composer/xdebug-handler (3.0.5): Extracting archive
- Installing phan/phan (5.4.3): Extracting archive
- Installing mediawiki/phan-taint-check-plugin (6.0.0): Extracting archive
- Installing mediawiki/mediawiki-phan-config (0.14.0): Extracting archive
- Installing mediawiki/minus-x (1.1.3): Extracting archive
- Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
- Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
- Installing php-parallel-lint/php-parallel-lint (v1.4.0): Extracting archive
- Installing roave/security-advisories (dev-latest 5a88337)
- Installing symfony/css-selector (v5.4.45): Extracting archive
0/37 [>---------------------------] 0%
20/37 [===============>------------] 54%
29/37 [=====================>------] 78%
37/37 [============================] 100%
6 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating optimized autoload files
19 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils
--- end ---
Upgrading c:mediawiki/mediawiki-phan-config from 0.14.0 -> 0.15.0
$ /usr/bin/composer update
--- stderr ---
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 3 updates, 0 removals
- Upgrading mediawiki/mediawiki-phan-config (0.14.0 => 0.15.0)
- Upgrading mediawiki/phan-taint-check-plugin (6.0.0 => 6.1.0)
- Upgrading phan/phan (5.4.3 => 5.4.5)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 3 updates, 0 removals
0 [>---------------------------] 0 [->--------------------------]
- Upgrading phan/phan (5.4.3 => 5.4.5): Extracting archive
- Upgrading mediawiki/phan-taint-check-plugin (6.0.0 => 6.1.0): Extracting archive
- Upgrading mediawiki/mediawiki-phan-config (0.14.0 => 0.15.0): Extracting archive
0/3 [>---------------------------] 0%
2/3 [==================>---------] 66%
3/3 [============================] 100%
Generating optimized autoload files
19 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
--- stdout ---
--- end ---
$ /usr/bin/composer install
--- stderr ---
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating optimized autoload files
19 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
--- end ---
$ /usr/bin/composer test
--- stderr ---
> parallel-lint . --exclude node_modules --exclude vendor
> phpcs -sp --cache
> minus-x check .
> vendor/bin/phan -d . --long-progress-bar --color --require-config-exists --allow-polyfill-parser
Parsing files...
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 54 / 64 (100%) 29MB
░░░░░░░░░░ 64 / 64 (100%) 29MB
Analyzing classes...
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 52MB
Analyzing functions...
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 53MB
Analyzing methods...
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 55MB
Analyzing files...
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 54 / 64 ( 90%) 80MB
░░░░░░░░░░ 64 / 64 (100%) 81MB
Script vendor/bin/phan -d . --long-progress-bar --color --require-config-exists --allow-polyfill-parser handling the phan event returned with error code 1
Script @phan was called via test
--- stdout ---
PHP 8.2.20 | 10 parallel jobs
............................................................ 60/76 ( 78%)
................ 76/76 (100%)
Checked 76 files in 0.4 seconds
No syntax error found
...................................... 38 / 38 (100%)
Time: 309ms; Memory: 12MB
MinusX
======
Processing /src/repo...
.............................................................
.............................................................
.............................................................
..............................
All good!
[96mincludes/EDArraySlice.php[0m:[37m80[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93madjustSlice[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDArraySlice.php[0m:[37m84[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDArraySlice.php[0m:[37m108[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93msliceIndices[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDGetData.php[0m:[37m19[0m [31mPhanUndeclaredClass[0m Reference to undeclared class [32m\SpecialPage[0m
[96mincludes/EDGetData.php[0m:[37m25[0m [31mPhanUndeclaredMethod[0m Call to undeclared method [93m\EDGetData::setHeaders[0m
[96mincludes/EDGetData.php[0m:[37m28[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mnewFromText[0m from undeclared class [32m\Title[0m
[96mincludes/EDGetData.php[0m:[37m30[0m [31mPhanUndeclaredMethod[0m Call to undeclared method [93m\EDGetData::msg[0m
[96mincludes/EDGetData.php[0m:[37m31[0m [31mPhanUndeclaredClassMethod[0m Call to method [93melement[0m from undeclared class [32m\Html[0m
[96mincludes/EDGetData.php[0m:[37m32[0m [31mPhanUndeclaredMethod[0m Call to undeclared method [93m\EDGetData::getOutput[0m
[96mincludes/EDGetData.php[0m:[37m36[0m [31mPhanUndeclaredMethod[0m Call to undeclared method [93m\EDGetData::getOutput[0m
[96mincludes/EDGetData.php[0m:[37m37[0m [31mPhanUndeclaredMethod[0m Call to undeclared method [93m\EDGetData::getUser[0m
[96mincludes/EDGetData.php[0m:[37m38[0m [31mPhanUndeclaredClassMethod[0m Call to method [93muserCan[0m from undeclared class [32m\MediaWiki\Permissions\PermissionManager[0m
[96mincludes/EDGetData.php[0m:[37m42[0m [91mPhanUndeclaredClassReference[0m Reference to undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/EDGetData.php[0m:[37m45[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/EDGetData.php[0m:[37m48[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mfactory[0m from undeclared class [32m\WikiPage[0m
[96mincludes/EDGetData.php[0m:[37m51[0m [31mPhanUndeclaredClassInstanceof[0m Checking instanceof against undeclared class [32m\TextContent[0m
[96mincludes/EDGetData.php[0m:[37m54[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetText[0m from undeclared class [32m\TextContent[0m
[96mincludes/EDGetData.php[0m:[37m56[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mdelimiterReplace[0m from undeclared class [32m\StringUtils[0m
[96mincludes/EDGetData.php[0m:[37m68[0m [31mPhanUndeclaredMethod[0m Call to undeclared method [93m\EDGetData::getRequest[0m
[96mincludes/EDJsonObject.php[0m:[37m115[0m [31mPhanUndeclaredFunction[0m Call to undeclared function [93m\wfMessage()[0m
[96mincludes/EDJsonObject.php[0m:[37m139[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mget[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m154[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mexpressionValue[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m211[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mbooleanExpressionComparison[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m244[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mbooleanExpressionAnds[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m282[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mbooleanExpression[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m374[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mopChildSelector[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m376[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m472[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m488[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mopRecursiveSelector[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m508[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mgetReal[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m511[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m571[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDJsonObject.php[0m:[37m571[0m [31mPhanUndeclaredFunction[0m Call to undeclared function [93m\wfMessage()[0m
[96mincludes/EDParserFunctions.php[0m:[37m45[0m [31mPhanUndeclaredFunction[0m Call to undeclared function [93m\wfMessage()[0m
[96mincludes/EDParserFunctions.php[0m:[37m85[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetText[0m from undeclared class [32m\Title[0m
[96mincludes/EDParserFunctions.php[0m:[37m88[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mnewMainPage[0m from undeclared class [32m\Title[0m
[96mincludes/EDParserFunctions.php[0m:[37m227[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetPage[0m from undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m227[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetTitle[0m from undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m227[0m [91mPhanUndeclaredClassReference[0m Reference to undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m334[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetPreprocessor[0m from undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m361[0m [31mPhanUndeclaredClassConstant[0m Reference to constant [91mNO_ARGS[0m from undeclared class [32m\PPFrame[0m
[96mincludes/EDParserFunctions.php[0m:[37m361[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mexpand[0m from undeclared class [32m\PPFrame[0m
[96mincludes/EDParserFunctions.php[0m:[37m372[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mexpand[0m from undeclared class [32m\PPFrame[0m
[96mincludes/EDParserFunctions.php[0m:[37m384[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetPage[0m from undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m384[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetTitle[0m from undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m384[0m [91mPhanUndeclaredClassReference[0m Reference to undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m392[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mexpand[0m from undeclared class [32m\PPFrame[0m
[96mincludes/EDParserFunctions.php[0m:[37m393[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetArguments[0m from undeclared class [32m\PPFrame[0m
[96mincludes/EDParserFunctions.php[0m:[37m493[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetPage[0m from undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m493[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetTitle[0m from undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m493[0m [91mPhanUndeclaredClassReference[0m Reference to undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m499[0m [31mPhanUndeclaredFunction[0m Call to undeclared function [93m\wfMessage()[0m
[96mincludes/EDParserFunctions.php[0m:[37m518[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetPage[0m from undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m518[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetTitle[0m from undeclared class [32m\Parser[0m
[96mincludes/EDParserFunctions.php[0m:[37m518[0m [91mPhanUndeclaredClassReference[0m Reference to undeclared class [32m\Parser[0m
[96mincludes/EDParsesParams.php[0m:[37m294[0m [31mPhanUndeclaredClassMethod[0m Call to method [93msuppressWarnings[0m from undeclared class [32m\Wikimedia\AtEase\AtEase[0m
[96mincludes/EDParsesParams.php[0m:[37m301[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mrestoreWarnings[0m from undeclared class [32m\Wikimedia\AtEase\AtEase[0m
[96mincludes/EDParsesParams.php[0m:[37m310[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/EDReparseJob.php[0m:[37m16[0m [31mPhanUndeclaredClass[0m Reference to undeclared class [32m\Job[0m
[96mincludes/EDReparseJob.php[0m:[37m17[0m [91mPhanUndeclaredProperty[0m Reference to undeclared property [36m\EDReparseJob->removeDuplicates[0m
[96mincludes/EDReparseJob.php[0m:[37m26[0m [31mPhanUndeclaredMethod[0m Call to undeclared method [93m\EDReparseJob::getReleaseTimestamp[0m
[96mincludes/EDReparseJob.php[0m:[37m26[0m [91mPhanUndeclaredProperty[0m Reference to undeclared property [36m\EDReparseJob->params[0m
[96mincludes/EDReparseJob.php[0m:[37m28[0m [31mPhanUndeclaredMethod[0m Call to undeclared method [93m\EDReparseJob::getTitle[0m
[96mincludes/EDReparseJob.php[0m:[37m30[0m [91mPhanUndeclaredClassReference[0m Reference to undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/EDReparseJob.php[0m:[37m33[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/EDReparseJob.php[0m:[37m37[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mfactory[0m from undeclared class [32m\WikiPage[0m
[96mincludes/EDReparseJob.php[0m:[37m42[0m [31mPhanUndeclaredMethod[0m Call to undeclared method [93m\EDReparseJob::getTitle[0m
[96mincludes/EDScribunto.php[0m:[37m59[0m [31mPhanUndeclaredFunction[0m Call to undeclared function [93m\wfMessage()[0m
[96mincludes/Hooks.php[0m:[37m17[0m [31mPhanUndeclaredInterface[0m Class implements undeclared interface [32m\MediaWiki\Hook\ParserFirstCallInitHook[0m
[96mincludes/Hooks.php[0m:[37m18[0m [31mPhanUndeclaredInterface[0m Class implements undeclared interface [32m\MediaWiki\Hook\SoftwareInfoHook[0m
[96mincludes/Hooks.php[0m:[37m34[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mget[0m from undeclared class [32m\Config[0m
[96mincludes/Hooks.php[0m:[37m36[0m [31mPhanUndeclaredClassMethod[0m Call to method [93msetFunctionHook[0m from undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m39[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetPage[0m from undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m39[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetTitle[0m from undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m39[0m [91mPhanUndeclaredClassReference[0m Reference to undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m44[0m [31mPhanUndeclaredClassMethod[0m Call to method [93msetFunctionHook[0m from undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m48[0m [31mPhanUndeclaredClassMethod[0m Call to method [93msetFunctionHook[0m from undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m49[0m [31mPhanUndeclaredClassMethod[0m Call to method [93msetFunctionHook[0m from undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m52[0m [31mPhanUndeclaredClassConstant[0m Reference to constant [91mSFH_OBJECT_ARGS[0m from undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m54[0m [31mPhanUndeclaredClassMethod[0m Call to method [93msetFunctionHook[0m from undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m56[0m [31mPhanUndeclaredClassMethod[0m Call to method [93msetFunctionHook[0m from undeclared class [32m\Parser[0m
[96mincludes/Hooks.php[0m:[37m61[0m [31mPhanUndeclaredClassMethod[0m Call to method [93msetHook[0m from undeclared class [32m\Parser[0m
[96mincludes/SchemaHooks.php[0m:[37m14[0m [31mPhanUndeclaredInterface[0m Class implements undeclared interface [32m\MediaWiki\Installer\Hook\LoadExtensionSchemaUpdatesHook[0m
[96mincludes/SchemaHooks.php[0m:[37m23[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetDB[0m from undeclared class [32m\DatabaseUpdater[0m
[96mincludes/SchemaHooks.php[0m:[37m25[0m [31mPhanUndeclaredClassMethod[0m Call to method [93maddExtensionTable[0m from undeclared class [32m\DatabaseUpdater[0m
[96mincludes/SchemaHooks.php[0m:[37m27[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mdropExtensionField[0m from undeclared class [32m\DatabaseUpdater[0m
[96mincludes/connectors/EDConnectorBase.php[0m:[37m715[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetPage[0m from undeclared class [32m\Parser[0m
[96mincludes/connectors/EDConnectorBase.php[0m:[37m715[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetTitle[0m from undeclared class [32m\Parser[0m
[96mincludes/connectors/EDConnectorBase.php[0m:[37m717[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/connectors/EDConnectorBase.php[0m:[37m895[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93minject3d[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/connectors/EDConnectorExe.php[0m:[37m50[0m [31mPhanUndeclaredClassMethod[0m Call to method [93misDisabled[0m from undeclared class [32m\MediaWiki\Shell\Shell[0m
[96mincludes/connectors/EDConnectorExe.php[0m:[37m141[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mcommand[0m from undeclared class [32m\MediaWiki\Shell\Shell[0m
[96mincludes/connectors/EDConnectorExe.php[0m:[37m229[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/connectors/EDConnectorExe.php[0m:[37m239[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mcommand[0m from undeclared class [32m\MediaWiki\Shell\Shell[0m
[96mincludes/connectors/EDConnectorExe.php[0m:[37m243[0m [31mPhanUndeclaredClassConstant[0m Reference to constant [91mNO_NETWORK[0m from undeclared class [32m\MediaWiki\Shell\Shell[0m
[96mincludes/connectors/EDConnectorExe.php[0m:[37m244[0m [31mPhanUndeclaredClassConstant[0m Reference to constant [91mNO_ROOT[0m from undeclared class [32m\MediaWiki\Shell\Shell[0m
[96mincludes/connectors/EDConnectorExe.php[0m:[37m245[0m [31mPhanUndeclaredClassConstant[0m Reference to constant [91mSECCOMP[0m from undeclared class [32m\MediaWiki\Shell\Shell[0m
[96mincludes/connectors/EDConnectorExe.php[0m:[37m246[0m [31mPhanUndeclaredClassConstant[0m Reference to constant [91mPRIVATE_DEV[0m from undeclared class [32m\MediaWiki\Shell\Shell[0m
[96mincludes/connectors/EDConnectorHttp.php[0m:[37m133[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/connectors/EDConnectorHttp.php[0m:[37m235[0m [31mPhanUndeclaredFunction[0m Call to undeclared function [93m\wfDebug()[0m
[96mincludes/connectors/EDConnectorHttp.php[0m:[37m240[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/connectors/EDConnectorHttp.php[0m:[37m251[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\Logger\LoggerFactory[0m
[96mincludes/connectors/EDConnectorHttp.php[0m:[37m265[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\Logger\LoggerFactory[0m
[96mincludes/connectors/EDConnectorHttp.php[0m:[37m266[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mwrap[0m from undeclared class [32m\Status[0m
[96mincludes/connectors/EDConnectorLdap.php[0m:[37m169[0m [31mPhanUndeclaredClassCatch[0m Catching undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/connectors/EDConnectorLdap.php[0m:[37m170[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetMessage[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/connectors/EDConnectorMongodb.php[0m:[37m131[0m [31mPhanUndeclaredConstant[0m Reference to undeclared constant [91m\CACHE_ACCEL[0m. This will cause a thrown Error in php 8.0+.
[96mincludes/connectors/EDConnectorMongodb.php[0m:[37m131[0m [31mPhanUndeclaredConstant[0m Reference to undeclared constant [91m\CACHE_MEMCACHED[0m. This will cause a thrown Error in php 8.0+.
[96mincludes/connectors/EDConnectorMongodb.php[0m:[37m134[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetLocalClusterInstance[0m from undeclared class [32m\ObjectCache[0m
[96mincludes/connectors/EDConnectorMongodb.php[0m:[37m382[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetLocalClusterInstance[0m from undeclared class [32m\ObjectCache[0m
[96mincludes/connectors/EDConnectorMongodb.php[0m:[37m395[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetLocalClusterInstance[0m from undeclared class [32m\ObjectCache[0m
[96mincludes/connectors/EDConnectorPostgresql.php[0m:[37m37[0m [31mPhanUndeclaredClassMethod[0m Call to method [93maddIdentifierQuotes[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/EDConnectorPreparedMysql.php[0m:[37m26[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\mysqli[0m ([37mDid you mean to configure a stub with https://github.com/phan/phan/wiki/How-To-Use-Stubs#internal-stubs or to enable the extension providing the class.[0m)
[96mincludes/connectors/EDConnectorPreparedMysql.php[0m:[37m39[0m [91mPhanUndeclaredClassProperty[0m Reference to instance property [36mconnect_error[0m from undeclared class [32m\mysqli[0m ([37mDid you mean to configure a stub with https://github.com/phan/phan/wiki/How-To-Use-Stubs#internal-stubs or to enable the extension providing the class.[0m)
[96mincludes/connectors/EDConnectorPreparedMysql.php[0m:[37m41[0m [91mPhanUndeclaredClassProperty[0m Reference to instance property [36mconnect_error[0m from undeclared class [32m\mysqli[0m ([37mDid you mean to configure a stub with https://github.com/phan/phan/wiki/How-To-Use-Stubs#internal-stubs or to enable the extension providing the class.[0m)
[96mincludes/connectors/EDConnectorPreparedMysql.php[0m:[37m53[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mprepare[0m from undeclared class [32m\mysqli[0m ([37mDid you mean to configure a stub with https://github.com/phan/phan/wiki/How-To-Use-Stubs#internal-stubs or to enable the extension providing the class.[0m)
[96mincludes/connectors/EDConnectorPreparedMysql.php[0m:[37m70[0m [31mPhanUndeclaredConstant[0m Reference to undeclared constant [91m\MYSQLI_ASSOC[0m. This will cause a thrown Error in php 8.0+.
[96mincludes/connectors/EDConnectorPreparedMysql.php[0m:[37m82[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mclose[0m from undeclared class [32m\mysqli[0m ([37mDid you mean to configure a stub with https://github.com/phan/phan/wiki/How-To-Use-Stubs#internal-stubs or to enable the extension providing the class.[0m)
[96mincludes/connectors/EDConnectorPreparedOdbc.php[0m:[37m98[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mfetch[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/connectors/EDConnectorRdbms.php[0m:[37m24[0m [31mPhanUndeclaredConstant[0m Reference to undeclared constant [91m\DBO_DEFAULT[0m. This will cause a thrown Error in php 8.0+.
[96mincludes/connectors/EDConnectorRdbms.php[0m:[37m44[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mfactory[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/EDConnectorRdbms.php[0m:[37m67[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mselectSQLText[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/EDConnectorRdbms.php[0m:[37m83[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mselect[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/EDConnectorRdbms.php[0m:[37m105[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mlastError[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/EDConnectorRdbms.php[0m:[37m116[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mclose[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/EDConnectorWeb.php[0m:[37m72[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/connectors/EDConnectorWeb.php[0m:[37m77[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/connectors/traits/EDConnectorCached.php[0m:[37m53[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/connectors/traits/EDConnectorCached.php[0m:[37m54[0m [31mPhanUndeclaredConstant[0m Reference to undeclared constant [91m\DB_PRIMARY[0m. This will cause a thrown Error in php 8.0+.
[96mincludes/connectors/traits/EDConnectorCached.php[0m:[37m55[0m [31mPhanUndeclaredConstant[0m Reference to undeclared constant [91m\DB_REPLICA[0m. This will cause a thrown Error in php 8.0+.
[96mincludes/connectors/traits/EDConnectorCached.php[0m:[37m56[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mtableExists[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/traits/EDConnectorCached.php[0m:[37m132[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mselectRow[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/traits/EDConnectorCached.php[0m:[37m161[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mdelete[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/traits/EDConnectorCached.php[0m:[37m164[0m [31mPhanUndeclaredClassMethod[0m Call to method [93minsert[0m from undeclared class [32m\Wikimedia\Rdbms\Database[0m
[96mincludes/connectors/traits/EDConnectorThrottled.php[0m:[37m40[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetLocalClusterInstance[0m from undeclared class [32m\ObjectCache[0m
[96mincludes/connectors/traits/EDConnectorThrottled.php[0m:[37m73[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mget[0m from undeclared class [32m\BagOStuff[0m
[96mincludes/connectors/traits/EDConnectorThrottled.php[0m:[37m83[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mset[0m from undeclared class [32m\BagOStuff[0m
[96mincludes/connectors/traits/EDConnectorThrottled.php[0m:[37m93[0m [91mPhanUndeclaredClassReference[0m Reference to undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/connectors/traits/EDConnectorThrottled.php[0m:[37m96[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/connectors/traits/EDConnectorThrottled.php[0m:[37m99[0m [31mPhanUndeclaredClassMethod[0m Call to method [93msingleton[0m from undeclared class [32m\JobQueueGroup[0m
[96mincludes/connectors/traits/EDConnectorThrottled.php[0m:[37m102[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetText[0m from undeclared class [32m\Title[0m
[96mincludes/connectors/traits/EDConnectorThrottled.php[0m:[37m103[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetNamespace[0m from undeclared class [32m\Title[0m
[96mincludes/connectors/traits/EDConnectorThrottled.php[0m:[37m113[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mfactory[0m from undeclared class [32m\Job[0m
[96mincludes/parsers/EDParserJSONsimple.php[0m:[37m35[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mdecode[0m from undeclared class [32m\FormatJson[0m
[96mincludes/parsers/EDParserJSONwithJSONPath.php[0m:[37m62[0m [31mPhanUndeclaredClassCatch[0m Catching undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/parsers/EDParserJSONwithJSONPath.php[0m:[37m63[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetMessage[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/parsers/EDParserXML.php[0m:[37m25[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93m__construct[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/parsers/EDParserXMLwithXPath.php[0m:[37m21[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93m__construct[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/parsers/EDParserYAMLwithJSONPath.php[0m:[37m58[0m [31mPhanUndeclaredClassCatch[0m Catching undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/parsers/EDParserYAMLwithJSONPath.php[0m:[37m59[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetMessage[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/presets/Base.php[0m:[37m140[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/presets/Media.php[0m:[37m376[0m [31mPhanUndeclaredClassStaticProperty[0m Reference to static property [36mnames[0m from undeclared class [32m\MediaWiki\Languages\Data\Names[0m
[96mincludes/presets/Media.php[0m:[37m442[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mlocalurl[0m from undeclared class [32m\CoreParserFunctions[0m ([37mDid you mean class \EDParserFunctions[0m)
[96mincludes/presets/Media.php[0m:[37m547[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/presets/Media.php[0m:[37m615[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
[96mincludes/presets/Media.php[0m:[37m686[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mwikilinksInSvg[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/presets/Media.php[0m:[37m692[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/presets/Media.php[0m:[37m698[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/presets/Media.php[0m:[37m759[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93mfilepathToUrl[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/presets/Media.php[0m:[37m765[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/presets/Media.php[0m:[37m771[0m [31mPhanUndeclaredClassMethod[0m Call to method [93m__construct[0m from undeclared class [32m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/presets/Media.php[0m:[37m790[0m [91mPhanUndeclaredTypeThrowsType[0m @throws type of [93minject3d[0m has undeclared type [37m\MWException[0m ([37mDid you mean class \Exception[0m)
[96mincludes/presets/Media.php[0m:[37m791[0m [31mPhanUndeclaredClassMethod[0m Call to method [93mgetInstance[0m from undeclared class [32m\MediaWiki\MediaWikiServices[0m
--- end ---
Traceback (most recent call last):
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 1868, in main
libup.run(args.repo, args.output, args.branch)
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 1808, in run
self.composer_upgrade(plan)
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 984, in composer_upgrade
self.composer_test()
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 341, in composer_test
self.check_call(["composer", "test"])
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/shell2.py", line 59, in check_call
res.check_returncode()
File "/usr/lib/python3.11/subprocess.py", line 502, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/bin/composer', 'test']' returned non-zero exit status 1.