On 28/06/2018 16:25, Antoine Musso wrote: > Hello, > > Since June 27th, any CI job running 'npm install' might suffer from a 10 > minutes extra delay. > > Somehow when requesting package informations from the NpmJS CDN > (CloudFlare), the connection holds for ten minutes. npm just idles > waiting for a reply. Then eventually it shows: > > npm ERR! registry error parsing json <snip> > Our task: https://phabricator.wikimedia.org/T198348
Npmjs seems to have implemented a fix although we are still hitting the issue: https://status.npmjs.org/incidents/51c7q80zsj9f A few minutes ago, I have bumped the default timeout from 30 minutes to 45 minutes. So jobs will still be slow, but at least they should succeed (when they should). https://gerrit.wikimedia.org/r/#/c/integration/config/+/442988/ -- Antoine Musso _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
