For patch 730546 several jobs run, including:
- wmf-quibble-selenium-php72-docker (passing) P18239
- mediawiki-quibble-selenium-vendor-mysql-php72-docker (failing) P18240
In the failing job, this is the error message:
... npm ERR! path /cache/npm/_cacache/content-v2/sha512/1a/ca/f51e819985c3e66447d881017cea22d7884257433f867cdb5d7d614f451cd2590aa0bbe78ffdd91dd034562a4d549cbb5f0c3aba51b900fe5caf4ff90ff6 npm ERR! errno ENOENT npm ERR! enoent Invalid response body while trying to fetch https://registry.npmjs.org/ua-parser-js: ENOENT: no such file or directory, lstat '/cache/npm/_cacache/content-v2/sha512/1a/ca/f51e819985c3e66447d881017cea22d7884257433f867cdb5d7d614f451cd2590aa0bbe78ffdd91dd034562a4d549cbb5f0c3aba51b900fe5caf4ff90ff6' ... subprocess.CalledProcessError: Command '['npm', 'ci']' returned non-zero exit status 1. ...
I'm not sure why the job fails.
npm ci runs fine in Fresh: P18241.