This run took 62 seconds.
$ date Sun Jan 2 08:31:15 UTC 2022 $ git clone file:///srv/git/mediawiki-extensions-FundraisingEmailUnsubscribe.git repo --depth=1 -b REL1_35 Cloning into 'repo'... $ git config user.name libraryupgrader $ git config user.email tools.libraryupgrader@tools.wmflabs.org $ git submodule update --init $ grr init Installed commit-msg hook. $ git show-ref refs/heads/REL1_35 91c4e00316293243d6e26ff11c8a7fa33bacb1f2 refs/heads/REL1_35 $ composer install Loading composer repositories with package information Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/ Updating dependencies (including require-dev) Package operations: 21 installs, 0 updates, 0 removals - Installing twig/twig (v1.24.2): Loading from cache - Installing squizlabs/php_codesniffer (3.5.3): Loading from cache - Installing composer/spdx-licenses (1.5.2): Loading from cache - Installing composer/semver (1.5.1): Loading from cache - Installing mediawiki/mediawiki-codesniffer (v30.0.0): Downloading (connecting...)Downloading (100%) - Installing symfony/deprecation-contracts (v2.5.0): Loading from cache - Installing psr/container (1.1.1): Loading from cache - Installing symfony/service-contracts (v2.5.0): Loading from cache - Installing symfony/polyfill-php80 (v1.23.1): Loading from cache - Installing symfony/polyfill-php73 (v1.23.0): Loading from cache - Installing symfony/polyfill-mbstring (v1.23.1): Loading from cache - Installing symfony/console (v4.4.36): Loading from cache - Installing psr/log (1.1.4): Loading from cache - Installing mediawiki/minus-x (0.3.2): Loading from cache - Installing jakub-onderka/php-console-color (v0.2): Loading from cache - Installing php-parallel-lint/php-console-highlighter (v0.4): Loading from cache - Installing php-parallel-lint/php-parallel-lint (v1.0.0): Loading from cache - Installing clio/clio (0.1.8): Loading from cache - Installing monolog/monolog (2.3.5): Loading from cache - Installing coderkungfu/php-queue (1.0.1): Loading from cache - Installing predis/predis (v1.1.9): Loading from cache symfony/service-contracts suggests installing symfony/service-implementation symfony/console suggests installing symfony/event-dispatcher symfony/console suggests installing symfony/lock symfony/console suggests installing symfony/process php-parallel-lint/php-parallel-lint suggests installing jakub-onderka/php-console-highlighter (Highlight syntax in code snippet) monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server) monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server) monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server) monolog/monolog suggests installing elasticsearch/elasticsearch (Allow sending log messages to an Elasticsearch server via official client) monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib) monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required)) monolog/monolog suggests installing ext-mongodb (Allow sending log messages to a MongoDB server (via driver)) monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server (via library)) monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB) monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar) monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome) coderkungfu/php-queue suggests installing mrpoundsign/pheanstalk-5.3 (For Beanstalkd backend support) coderkungfu/php-queue suggests installing aws/aws-sdk-php (For AWS SQS backend support) coderkungfu/php-queue suggests installing amazonwebservices/aws-sdk-for-php (For AWS SQS backend support (legacy version)) coderkungfu/php-queue suggests installing pecl-mongodb (For MongoDB backend support) coderkungfu/php-queue suggests installing iron-io/iron_mq (For IronMQ backend support) coderkungfu/php-queue suggests installing microsoft/windowsazure (For Windows Azure Service Bus backend support) coderkungfu/php-queue suggests installing Respect/Rest (For a REST server to post job data) coderkungfu/php-queue suggests installing fusesource/stomp-php (For the STOMP backend) predis/predis suggests installing ext-phpiredis (Allows faster serialization and deserialization of the Redis protocol) Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead. Writing lock file Generating autoload files 8 packages you are using are looking for funding. Use the `composer fund` command to find out more! Attempting to npm audit fix $ npm audit fix --only=dev added 429 packages from 285 contributors in 8.037s 63 packages are looking for funding run `npm fund` for details fixed 0 of 1 vulnerability in 429 scanned packages 1 package update for 1 vulnerability involved breaking changes (use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually) $ npm audit fix --only=dev up to date in 2.362s 63 packages are looking for funding run `npm fund` for details fixed 0 of 1 vulnerability in 429 scanned packages 1 package update for 1 vulnerability involved breaking changes (use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually) $ npm audit fix --only=dev up to date in 2.078s 63 packages are looking for funding run `npm fund` for details fixed 0 of 1 vulnerability in 429 scanned packages 1 package update for 1 vulnerability involved breaking changes (use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually) $ package-lock-lint package-lock.json Checking package-lock.json Verifying that tests still pass $ npm ci npm WARN prepare removing existing node_modules/ before installation added 429 packages in 5.159s $ npm test > @ test /src/repo > grunt test Running "jsonlint:all" (jsonlint) task >> 73 files lint free. Running "stylelint:all" (stylelint) task >> Linted 1 files without errors Running "banana:FundraisingEmailUnsubscribe" (banana) task >> 1 message directory checked. Running "jshint:all" (jshint) task >> 2 files lint free. Done. $ package-lock-lint package-lock.json Checking package-lock.json $ git add . $ git commit -F /tmp/tmp0dfbp12j On branch REL1_35 Your branch is up to date with 'origin/REL1_35'. nothing to commit, working tree clean