| Krinkle edited projects, added Continuous-Integration-Infrastructure, Wikimedia-production-error (Shared Build Failure), Quibble; removed Wikidata-Campsite, Wikidata. Krinkle added a comment. |
Thanks @Reedy. From what I can tell, this error would've happened both with and without my change.
The resource is described as being in this directory https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Wikibase/+/71d4d863a6ec1f89b8674c9db3290af24376664e/view/lib/wikibase-data-values-value-view, which says:
Submodule link to 488d5b595632487f93f62cc5b35748857ff3e5ce of https://gerrit.wikimedia.org/r/data-values/value-view
That points to https://gerrit.wikimedia.org/r/plugins/gitiles/data-values/value-view/+/488d5b595632487f93f62cc5b35748857ff3e5ce/lib/jquery.ui/, where the file jquery.ui.inputextender.css exists. The error valueview-listrotator-manually similarly, is also a message defined in that same submodule.
These two failures are what I'd expect to happen if the Jenkins job skipped or failed to complete the git submodule update --init command. And the build output confirms this at https://integration.wikimedia.org/ci/job/wmf-quibble-core-vendor-mysql-hhvm-docker/8708/console
+ git submodule update --init --recursive Submodule 'view/lib/wikibase-api' (https://gerrit.wikimedia.org/r/wikibase/_javascript_-api) registered for path 'view/lib/wikibase-api' Submodule 'view/lib/wikibase-data-values-value-view' (https://gerrit.wikimedia.org/r/data-values/value-view) registered for path 'view/lib/wikibase-data-values-value-view' .. Cloning into 'view/lib/wikibase-api'... fatal: unable to access 'https://gerrit.wikimedia.org/r/wikibase/_javascript_-api/': The requested URL returned error: 502 Clone of 'https://gerrit.wikimedia.org/r/wikibase/_javascript_-api' into submodule path 'view/lib/wikibase-api' failed .. INFO:backend.MySQL:Starting MySQL .. INFO:backend.MySQL:Creating the wiki database and grant
So the git-submodule operation failed. And then Quibble skipped over all the other git-submodule operations, and moves on to the next phase (MySQL) as if nothing went wrong.
Instead, Quibble should have failed the build at that point.
Cc: Krinkle, Aklapper, Reedy, thcipriani, Jdforrester-WMF, Jay8g, Krenair, hashar, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
