[15:18:58] legoktm: Any chance I can get another review of https://gerrit.wikimedia.org/r/#/c/208695/ ? [17:19:14] csteipp: the password policies hook is only called upon login right? [17:19:42] legoktm: Login and setting the password [17:19:46] iirc [17:23:32] legoktm: "17:15:53 - The requested package data-values/javascript ~0.6.0 could not be found." [17:23:45] Any idea why that would happen on jenkins, while it's fine for me locally? [17:25:25] (that dependency didn't change, it just stopped working) [17:25:53] hoo: link to patch? [17:26:22] https://gerrit.wikimedia.org/r/220826 (which I need to backport because jenkins apparently calls composer test now) [17:26:52] But that also happened in the other backport that didn't even touch composer.json [17:27:37] Related to the merge plugin deploy? [17:28:34] I have no idea [17:28:44] maybe there's another commit that needs backporting? [17:28:45] 17:13:03 [merge] Adding dependency wikibase/wikibase requires data-values/javascript ([>= 0.6.0.0-dev < 0.7.0.0-dev]) [17:28:55] Mh... but what would that do? [17:29:12] I diffed the composer.json of master vs. the one on the branch and couldn't find anything relevant [17:29:34] only that we require "data-values/javascript": "~0.6.0|~0.7.0" on master [17:29:43] rather than just ~0.6.0 [17:31:38] https://github.com/wikimedia/mediawiki-extensions-Wikibase/commit/43031d02c499b554dbae21994c3fa5da66302d63#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780 ? [17:31:48] seems unlikely [17:32:09] mh... the removed auto loader? Thought about that as well, but would be very weird [17:32:59] 17:13:02 [merge] Deferring duplicate data-values/javascript [17:33:09] maybe we have a conflict somewhere and stuff is acting up [17:36:35] hoo: aha yes [17:36:50] hoo: the ValueView extension has "data-values/javascript": "~0.7.0" [17:37:29] ah ok [17:37:38] so putting that back to an older version will fix this [17:41:46] 7:41:00 - Installation request for data-values/value-view 0.14.3 -> satisfiable by data-values/value-view[0.14.3]. [17:41:46] 17:41:00 - data-values/value-view 0.14.3 requires data-values/javascript ~0.6.0 -> no matching package found. [17:43:03] wat [17:47:16] mh... I'm kind of running out of ideas [17:47:37] I could lock all versions to those of the build where it worked [18:06:12] Github has a rate limit on their API. You currently have 0 out of 60 requests left. [18:09:05] * hoo facepalms hard [18:11:40] are we running into that now? [18:11:40] I've been meaning to set up the auth token thing for that... [18:12:23] hoo: that is not the problem [18:13:09] hu? [18:13:13] hoo: the problem is that there are other extensions around whose composer.json is also merged although they should not be tested, will see if I can cook up the fix fast enough [18:13:38] Thanks