https://gerrit.wikimedia.org/r/c/mediawiki/core/+/708170 (And all other core patches but not vector) is failing.
This should have been fixed by https://gerrit.wikimedia.org/r/c/mediawiki/vendor/+/708058 but wasn't
Build saved: https://integration.wikimedia.org/ci/job/mediawiki-core-php72-phan-docker/51585/
There was a bad package version of parsoid merged into mediawiki-vendor, but the CI breakage persisted even after mediawiki-vendor was reverted, because the CI job was doing a "composer install".
This is Not Good. It means that parsoid (and presumably other libraries) are "released" to CI *as soon as they are tagged*, not when the patch is merged into mediawiki-vendor. That bypasses all the gate CI on mediawiki-vendor, among other issues.
Most libraries in core's composer.json are pinned to specific versions, *but not all*. All unpinned packages are going to leak new versions into CI in the same manner as parsoid. Doing an uncontrolled composer install in our CI seems like a bad idea.