[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-13 Thread gerritbot
gerritbot added a comment.


  Change 745538 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Temporarily disable test:mwlibs
  
  https://gerrit.wikimedia.org/r/745538

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Michael, Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Thanks, I didn’t realize these lib files were built automatically already 
(though that’s a good thing in general, of course). Unfortunately, it doesn’t 
look like the CJS build is working with `require-from-url` either:
  
  counterexample
$ node_modules/.bin/lib-version-check 
Error while requiring library from 
https://gerrit.wikimedia.org/r/changes/mediawiki%2Fcore~745954/revisions/1/files/resources%2Flib%2Fvue%2Fvue.cjs.js/download:
 Cannot find module 'estree-walker'
Require stack:
- 
/var/www/html/wiki1/extensions/Wikibase/node_modules/require-from-url/6d6608a59d11df077ef47cdbc74c62ea/r/changes/mediawiki%2Fcore~745954/revisions/1/files/resources%2Flib%2Fvue%2Fvue.cjs.js/download
- 
/var/www/html/wiki1/extensions/Wikibase/node_modules/require-from-url/sync.js
- 
/var/www/html/wiki1/extensions/Wikibase/node_modules/@wmde/lib-version-check/index.js
  
  I think we (Wikibase devs) should spend a bit more time considering how we 
could make lib-version-check work with Vue 3 (spitballing: maybe it could be in 
the browser tests? there we get the file from ResourceLoader anyways…), and if 
it’s actually worth that investment to us; in the meantime, let’s finish 
disabling the version check for now (i.e. merge the remaining Wikibase change 
), and 
not consider this a blocker for the Vue 3 migration (including the migration 
away from the compat build).

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Michael, Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-10 Thread Catrope
Catrope added a comment.


  In T297381#7559573 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > @Catrope would you consider adding this `module.exports=Vue;` assignment 
directly to the `vue.global(.prod).js` files shipped by MediaWiki? That would 
fix our problem here and also slightly simplify the ResourceLoader setup, at 
the cost of having to repeat this step each time we want to update the bundled 
Vue.
  
  It's a bit trickier than that, because `foreign-resources.yaml` currently has 
no mechanism to automate such a post-processing step, and if we did it 
manually, we'd 1) forget all the time and 2) break the integrity check, because 
the post-processed file would have a different sha-512 hash.
  
  We could build post-processing steps into `foreign-resources.yaml` (ideally 
not by mangling the files themselves, but by adding new files that are derived 
from the original ones), and that is probably the best long-term solution, but 
I uploaded a quick and dirty solution that I hope will work for now. Vue ships 
a CommonJS version that we can't use in RL (because it tries to load other NPM 
packages) but that should hopefully work the purposes of lib-version-check. Let 
me know if that works.

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Catrope
Cc: Michael, Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-10 Thread gerritbot
gerritbot added a comment.


  Change 745954 had a related patch set uploaded (by Catrope; author: Catrope):
  
  [mediawiki/core@master] vue: Add vue.cjs.js to make lib-version-check happy
  
  https://gerrit.wikimedia.org/r/745954

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Michael, Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread gerritbot
gerritbot added a comment.


  Change 745539 **merged** by jenkins-bot:
  
  [wikibase/termbox@master] Temporarily disable test:mwlibs
  
  https://gerrit.wikimedia.org/r/745539

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Michael, Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.38-notes (1.38.0-wmf.13; 2021-12-13).

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ReleaseTaggerBot
Cc: Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread gerritbot
gerritbot added a comment.


  Change 745537 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Temporarily disable test:mwlibs
  
  https://gerrit.wikimedia.org/r/745537

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T294465: Make Wikibase work with 
the Vue 3 migration build.

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread gerritbot
gerritbot added a comment.


  Change 745539 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [wikibase/termbox@master] Temporarily disable test:mwlibs
  
  https://gerrit.wikimedia.org/r/745539

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread gerritbot
gerritbot added a comment.


  Change 745538 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Temporarily disable test:mwlibs
  
  https://gerrit.wikimedia.org/r/745538

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Catrope, Lucas_Werkmeister_WMDE, 786, Suran38, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread gerritbot
gerritbot added a comment.


  Change 745537 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Temporarily disable test:mwlibs
  
  https://gerrit.wikimedia.org/r/745537

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: Catrope, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, _jensen, rosalieper, Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: Catrope.
Lucas_Werkmeister_WMDE added a comment.


  > When we `require-from-url` the fixed file path, it doesn’t actually return 
anything:
  
  MediaWiki core works around this in `Resources.php`:
  
// The file shipped by Vue does var Vue = ...;, but doesn't export it
// Add module.exports = Vue; programmatically
return file_get_contents( "$IP/$file" ) .
';module.exports=Vue;';
  
  But we can’t easily do this in `test:mwlibs` without writing our own 
`require-from-sync`, I think.
  
  @Catrope would you consider adding this `module.exports=Vue;` assignment 
directly to the `vue.global(.prod).js` files shipped by MediaWiki? That would 
fix our problem here and also slightly simplify the ResourceLoader setup, at 
the cost of having to repeat this step each time we want to update the bundled 
Vue.

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Catrope, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, _jensen, rosalieper, Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The 404 is because the file was renamed in the change to upgrade Vue to the 
migration build of Vue 3 
. However, fixing 
that isn’t enough:
  
diff --git a/package.json b/package.json
index ddb8e4ef..8d07b0be 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"private": true,
"config": {
"remoteVersion": {
-   "vue": 
"https://raw.githubusercontent.com/wikimedia/mediawiki/#{ZUUL_BRANCH}/resources/lib/vue/vue.common.prod.js;,
+   "vue": 
"https://raw.githubusercontent.com/wikimedia/mediawiki/#{ZUUL_BRANCH}/resources/lib/vue/vue.global.prod.js;,
"vuex": 
"https://raw.githubusercontent.com/wikimedia/mediawiki/#{ZUUL_BRANCH}/resources/lib/vuex/vuex.js;
}
},
@@ -40,7 +40,7 @@
"unexpected": "^10.32.1",
"unexpected-dom": "^5.0.1",
"unexpected-sinon": "^11.0.1",
-   "vue": "^2.6.11",
+   "vue": "^2.6.11 || ^3.2.23",
"vuex": "^3.1.3",
"wdio-mediawiki": "^1.1.1",
"wdio-wikibase": "^5.2.0",
  
  
  
$ npm run test:mwlibs

> test:mwlibs
> ZUUL_BRANCH=${ZUUL_BRANCH:-master} lib-version-check

vue does not have a version key to check against.
  
  When we `require-from-url` the fixed file path, it doesn’t actually return 
anything:
  
$ node
Welcome to Node.js v16.11.0.
Type ".help" for more information.
> const requireFromUrl = require( 'require-from-url/sync' );
undefined
> let remoteLib = requireFromUrl( 
'https://raw.githubusercontent.com/wikimedia/mediawiki/master/resources/lib/vue/vue.global.prod.js'
 );
undefined
> remoteLib
{}

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata Lexicographical data.

TASK DESCRIPTION
  Example build 
:
  
  counterexample
> test:mwlibs
> ZUUL_BRANCH=${ZUUL_BRANCH:-master} lib-version-check

Error while requiring library from 
https://raw.githubusercontent.com/wikimedia/mediawiki/master/resources/lib/vue/vue.common.prod.js:
 
href=https://raw.githubusercontent.com/wikimedia/mediawiki/master/resources/lib/vue/vue.common.prod.js;
 statusCode=404
Build step 'Execute shell' marked build as failure
  
  This probably affects Wikibase as well.

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T297381: WikibaseLexeme CI broken: test:mwlibs can’t find MediaWiki core Vue version

2021-12-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: ci-test-error (WMF-deployed Build 
Failure).

TASK DETAIL
  https://phabricator.wikimedia.org/T297381

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org