Krinkle added a comment. In https://phabricator.wikimedia.org/T74184#1061699, @adrianheine wrote:
> In https://phabricator.wikimedia.org/T74184#1060104, @JanZerebecki wrote: > > > […] Probably should add the apache error log to the build artifacts to be > > able to find out why. > > > Who is going to do that? No need. As of recent, MediaWiki collects PHP notices and warnings (with stack traces, unlike the default stderr sent to apache error log) and exceptions and writes these to log files. (See also https://phabricator.wikimedia.org/T50002 and https://phabricator.wikimedia.org/T45086.) If these logs fail to be created or if they are misconfigured, then this error is in the build output, or in the few logs that did succeed. Previously, Wikibase was wrongly overwriting Jenkins' MediaWiki base settings (Fixed in https://phabricator.wikimedia.org/rEWBA0a35ec5d1f370cee4ebb9be0c386978d6cfcaabb). As such it failed to write to the log file. The failure to write to this file was exposed in mwext-Wikibase job's debug log from the beginning. But since the name of the file was too similar to the default one, we didn't realise it was actually the wrong path. It seemed like an infrastructure issue in Jenkins of not having the right permissions, but really Wikibase had tampered with the destination file path. https://integration.wikimedia.org/ci/job/mwext-Wikibase-qunit/ collects build artefacts. If any mw-errors.log, exceptions and debug were created during the build, they are viewable there for 30 days. TASK DETAIL https://phabricator.wikimedia.org/T74184 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Krinkle Cc: Tobi_WMDE_SW, Snaterlicious, WMDE-Fisch, Wikidata-bugs, greg, Krinkle, hashar, JanZerebecki, adrianheine, Lydia_Pintscher, JohnLewis, hoo, Jdouglas, aude, wikibugs-l _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
