$ date
--- stdout ---
Mon Mar 27 22:28:43 UTC 2023
--- end ---
$ git clone file:///srv/git/mediawiki-tools-dependency-analysis.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
--- stderr ---
Submodule 'contrib/breaking_cycles_in_noisy_hierarchies' (https://github.com/zhenv5/breaking_cycles_in_noisy_hierarchies.git) registered for path 'contrib/breaking_cycles_in_noisy_hierarchies'
Cloning into '/src/repo/contrib/breaking_cycles_in_noisy_hierarchies'...
--- stdout ---
Submodule path 'contrib/breaking_cycles_in_noisy_hierarchies': checked out '10430c611825faba6d9d4c2632fdb623b725d573'
--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.
--- end ---
$ git show-ref refs/heads/master
--- stdout ---
3aecafc92e1c0fe80b9de7b38b4d48ebc8619a58 refs/heads/master
--- end ---
$ /usr/bin/composer install
--- stderr ---
No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file.
Loading composer repositories with package information
Info from https://repo.packagist.org: [37;44m#StandWith[30;43mUkraine[0m
Updating dependencies
Lock file operations: 19 installs, 0 updates, 0 removals
- Locking dephpend/dephpend (0.8.1)
- Locking mediawiki/minus-x (1.1.1)
- Locking nikic/php-parser (v4.15.4)
- 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.3.2)
- Locking phploc/phploc (5.0.0)
- Locking psr/cache (1.0.1)
- Locking psr/container (1.1.2)
- Locking sebastian/finder-facade (1.2.3)
- Locking sebastian/version (2.0.1)
- Locking symfony/console (v4.2.12)
- Locking symfony/contracts (v1.1.13)
- Locking symfony/deprecation-contracts (v2.5.2)
- Locking symfony/event-dispatcher (v4.2.12)
- Locking symfony/finder (v5.4.21)
- Locking symfony/polyfill-mbstring (v1.27.0)
- Locking symfony/polyfill-php80 (v1.27.0)
- Locking theseer/fdomdocument (1.6.7)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 19 installs, 0 updates, 0 removals
0 [>---------------------------] 0 [->--------------------------] 0 [--->------------------------] - Installing psr/container (1.1.2): Extracting archive
- Installing psr/cache (1.0.1): Extracting archive
- Installing symfony/contracts (v1.1.13): Extracting archive
- Installing symfony/event-dispatcher (v4.2.12): Extracting archive
- Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive
- Installing symfony/console (v4.2.12): Extracting archive
- Installing nikic/php-parser (v4.15.4): Extracting archive
- Installing dephpend/dephpend (0.8.1): Extracting archive
- Installing mediawiki/minus-x (1.1.1): 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.3.2): Extracting archive
- Installing sebastian/version (2.0.1): Extracting archive
- Installing theseer/fdomdocument (1.6.7): Extracting archive
- Installing symfony/polyfill-php80 (v1.27.0): Extracting archive
- Installing symfony/deprecation-contracts (v2.5.2): Extracting archive
- Installing symfony/finder (v5.4.21): Extracting archive
- Installing sebastian/finder-facade (1.2.3): Extracting archive
- Installing phploc/phploc (5.0.0): Extracting archive
0/9 [>---------------------------] 0%
9/9 [============================] 100%11 package suggestions were added by new dependencies, use `composer suggest` to see details.
Package phploc/phploc is abandoned, you should avoid using it. No replacement was suggested.
Package sebastian/finder-facade is abandoned, you should avoid using it. No replacement was suggested.
Package theseer/fdomdocument is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
5 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
--- end ---
[DNM] there are no updates
$ git add .
--- stdout ---
--- end ---
$ git commit -F /tmp/tmp8riwspqx
--- stdout ---
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
--- end ---