[02:25:04] (03PS1) 10Legoktm: seccheck for TemplateWizard [integration/config] - 10https://gerrit.wikimedia.org/r/456528 [02:25:21] (03CR) 10Legoktm: [C: 032] seccheck for TemplateWizard [integration/config] - 10https://gerrit.wikimedia.org/r/456528 (owner: 10Legoktm) [02:26:49] (03Merged) 10jenkins-bot: seccheck for TemplateWizard [integration/config] - 10https://gerrit.wikimedia.org/r/456528 (owner: 10Legoktm) [02:28:04] !log deployed https://gerrit.wikimedia.org/r/456528 [02:28:07] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [02:40:40] (03PS1) 10Legoktm: seccheck for CodeReview [integration/config] - 10https://gerrit.wikimedia.org/r/456530 [02:41:08] (03CR) 10Legoktm: [C: 032] seccheck for CodeReview [integration/config] - 10https://gerrit.wikimedia.org/r/456530 (owner: 10Legoktm) [02:42:19] (03Merged) 10jenkins-bot: seccheck for CodeReview [integration/config] - 10https://gerrit.wikimedia.org/r/456530 (owner: 10Legoktm) [02:42:56] !log deploying https://gerrit.wikimedia.org/r/456530 [02:42:59] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [02:57:58] (03PS1) 10Legoktm: seccheck for GoogleNewsSitemap [integration/config] - 10https://gerrit.wikimedia.org/r/456531 [03:07:03] (03CR) 10Legoktm: [C: 032] seccheck for GoogleNewsSitemap [integration/config] - 10https://gerrit.wikimedia.org/r/456531 (owner: 10Legoktm) [03:08:31] (03Merged) 10jenkins-bot: seccheck for GoogleNewsSitemap [integration/config] - 10https://gerrit.wikimedia.org/r/456531 (owner: 10Legoktm) [03:09:05] !log deploying https://gerrit.wikimedia.org/r/456531 [03:09:09] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [03:56:52] 10Continuous-Integration-Infrastructure, 10Release-Engineering-Team (Kanban), 10Patch-For-Review, 10Wikimedia-log-errors (Shared Build Failure): Workspaces for mwgate-php55lint / mwgate-php70lint are getting huge - https://phabricator.wikimedia.org/T179963 (10Krinkle) 05Resolved>03Open [03:57:45] 10Continuous-Integration-Infrastructure, 10Release-Engineering-Team (Kanban), 10Patch-For-Review, 10Wikimedia-log-errors (Shared Build Failure): Workspaces for mwgate-php55lint / mwgate-php70lint are getting huge - https://phabricator.wikimedia.org/T179963 (10Krinkle) >>! @Legoktm wrote at legoktm: hm.. does it use --depth 1 or something like that? [03:58:12] seems odd, but if the case, --depth 50 should be fine. That's what Travis CI does, for example. [03:58:16] Krinkle: yeah, that's a shallow clone [03:58:22] still saves the most data [03:59:19] I do wonder where these 'depth 2' come from https://github.com/wikimedia/integration-config/search?q=depth&unscoped_q=depth [04:00:23] legoktm: hm.. does that mean the check is also broken for the non-mw phplint jobs? [04:00:38] per my CR comment on the now-reverted commit, the generic one has used -shallow for a long time. [04:00:49] I guess those repos tend to be smaller anyway [04:00:55] I didn't check tbh [04:05:51] (03PS1) 10Legoktm: seccheck for RSS [integration/config] - 10https://gerrit.wikimedia.org/r/456534 [04:06:03] (03CR) 10Legoktm: [C: 032] seccheck for RSS [integration/config] - 10https://gerrit.wikimedia.org/r/456534 (owner: 10Legoktm) [04:07:31] (03Merged) 10jenkins-bot: seccheck for RSS [integration/config] - 10https://gerrit.wikimedia.org/r/456534 (owner: 10Legoktm) [04:09:01] !log deploying https://gerrit.wikimedia.org/r/456534 [04:09:04] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [04:13:03] seems like non-database phpunit tests are not run by jenkins at all [04:13:19] please tell me I am wrong [04:14:59] legoktm: ^ [04:15:29] TimStarling: they get run before the browser tests [04:16:27] do you know what the job is called? I need to see console output from it [04:16:42] it's in the same job, just scroll up to before the qunit [04:16:54] TimStarling: ctrl+f for "without Database group" [04:17:19] ok, got it thanks [04:17:31] ah right, they are run with phpunit 6 [04:17:44] hhvm will use phpunit 4, php7 will use 6 [04:18:00] that's pretty special [04:18:36] the compat layer is magical :) [04:19:17] I tried running tests normally, they failed on HHVM, so I checked what jenkins had used, switched to PHPUnit 4 accordingly [04:19:25] then of course they failed on PHP 7 [04:21:57] link to patch? [04:24:24] (03PS1) 10Legoktm: seccheck for GWToolset [integration/config] - 10https://gerrit.wikimedia.org/r/456535 [04:24:34] (03CR) 10Legoktm: [C: 032] seccheck for GWToolset [integration/config] - 10https://gerrit.wikimedia.org/r/456535 (owner: 10Legoktm) [04:26:00] (03Merged) 10jenkins-bot: seccheck for GWToolset [integration/config] - 10https://gerrit.wikimedia.org/r/456535 (owner: 10Legoktm) [04:26:06] !log deploying https://gerrit.wikimedia.org/r/456535 [04:26:10] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [04:37:25] the tests that were failing were pre-existing, hence my confusion [04:37:41] but FYI my big change is coming very soon now [05:18:14] with PHPUnit 4 on PHP 7 the error was: [05:18:31] PHP Fatal error: Declaration of Mock_MagicWordFactory_b6a72c29::newArray(array $names = Array) must be compatible with MagicWordFactory::newArray(array $names = Array): MagicWordArray in /srv/mw/core/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator.php(290) [05:18:58] this happens for every mock of an object with a return type declaration [05:25:22] with PHPUnit 6 on HHVM the error is: Fatal error: Declaration of MediaWikiTestCase::run() must be compatible with that of PHPUnit\Framework\Test::run() [05:25:30] but I assume you already know about that [05:26:38] I knew about the latter one, not about the return type hint one [05:26:53] doesn't surprise me though [06:04:44] (03PS1) 10Legoktm: seccheck for Listings [integration/config] - 10https://gerrit.wikimedia.org/r/456547 [06:39:02] (03CR) 10Legoktm: [C: 032] seccheck for Listings [integration/config] - 10https://gerrit.wikimedia.org/r/456547 (owner: 10Legoktm) [06:40:36] (03Merged) 10jenkins-bot: seccheck for Listings [integration/config] - 10https://gerrit.wikimedia.org/r/456547 (owner: 10Legoktm) [06:41:21] !log deployed https://gerrit.wikimedia.org/r/456547 [06:41:25] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [07:21:47] 10Release-Engineering-Team, 10GitHub-Mirrors, 10Wikidata, 10Patch-For-Review, 10User-Addshore: https://github.com/wikimedia/mediawiki-extensions-WikibaseJavaScriptApi has vanished causing wikibase/javascript-api composer package to break - https://phabricator.wikimedia.org/T203162 (10Addshore) 05Resolve... [07:22:30] 10Release-Engineering-Team, 10GitHub-Mirrors, 10Wikidata, 10Patch-For-Review, 10User-Addshore: wikibase/javascript-api composer package is not installable (mainly due to a repo move) - https://phabricator.wikimedia.org/T203162 (10Addshore) [07:22:39] 10Release-Engineering-Team, 10GitHub-Mirrors, 10Wikidata, 10Patch-For-Review, 10User-Addshore: wikibase/javascript-api composer package is not installable (mainly due to a repo move) - https://phabricator.wikimedia.org/T203162 (10Addshore) p:05Triage>03High [07:23:14] 10Release-Engineering-Team, 10GitHub-Mirrors, 10Wikidata, 10Patch-For-Review, 10User-Addshore: wikibase/javascript-api composer package is not installable (mainly due to a repo move) - https://phabricator.wikimedia.org/T203162 (10Addshore) This likely relates to issue with packagist: - https://github.co... [07:44:41] 10Release-Engineering-Team, 10GitHub-Mirrors, 10Wikidata, 10Patch-For-Review, 10User-Addshore: wikibase/javascript-api composer package is not installable (mainly due to a repo move) - https://phabricator.wikimedia.org/T203162 (10Addshore) After trying a few more things on our side I have added a comment... [07:45:07] 10Release-Engineering-Team, 10GitHub-Mirrors, 10Wikidata, 10Composer, and 2 others: wikibase/javascript-api composer package is not installable (mainly due to a repo move) - https://phabricator.wikimedia.org/T203162 (10Addshore) [09:29:24] (03Abandoned) 10Aklapper: Insert the description of the change.s [extensions/Cargo] (refs/meta/config) - 10https://gerrit.wikimedia.org/r/443560 (owner: 10MeetGadhiya) [10:02:40] (03PS1) 10Hashar: Run user commands with a DevWebServer [integration/quibble] - 10https://gerrit.wikimedia.org/r/456587 (https://phabricator.wikimedia.org/T203178) [10:18:52] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10Daimona) [10:31:04] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10Aklapper) @Daimona: Do you co-maintain that extension? https://www.mediawiki.org/wiki/Extension:Blackout#Requests_by_developer states to "Add any wishes to the talk page" instead. Is that still corr... [10:31:59] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10Daimona) [10:35:33] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10Daimona) @Aklapper AFAICS that comment is 6 years old. Since then, I can't see any change to the extension, which seems to be no longer maintained (almost dead). I can take co-maintainer role if tha... [11:02:02] PROBLEM - Free space - all mounts on integration-slave-jessie-1002 is CRITICAL: CRITICAL: integration.integration-slave-jessie-1002.diskspace._mnt.byte_percentfree (No valid datapoints found)integration.integration-slave-jessie-1002.diskspace._srv.byte_percentfree (<10.00%) [11:34:42] !log cleaned workspace on integration.integration-slave-jessie-1002 [11:34:45] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [11:35:49] (03CR) 10Hashar: [C: 032] Run user commands with a DevWebServer [integration/quibble] - 10https://gerrit.wikimedia.org/r/456587 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [11:36:39] (03Merged) 10jenkins-bot: Run user commands with a DevWebServer [integration/quibble] - 10https://gerrit.wikimedia.org/r/456587 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [11:37:11] (03CR) 10jenkins-bot: Run user commands with a DevWebServer [integration/quibble] - 10https://gerrit.wikimedia.org/r/456587 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [11:37:21] (03PS3) 10Hashar: docker: quibble container for mediawiki_selenium [integration/config] - 10https://gerrit.wikimedia.org/r/456414 (https://phabricator.wikimedia.org/T203178) [11:39:51] (03PS1) 10Hashar: docker: Quibble 0.0.24 [integration/config] - 10https://gerrit.wikimedia.org/r/456602 (https://phabricator.wikimedia.org/T203178) [11:40:15] (03PS2) 10Hashar: docker: Quibble 0.0.24 [integration/config] - 10https://gerrit.wikimedia.org/r/456602 (https://phabricator.wikimedia.org/T203178) [11:40:32] (03CR) 10Hashar: [C: 032] docker: Quibble 0.0.24 [integration/config] - 10https://gerrit.wikimedia.org/r/456602 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [11:41:42] (03PS3) 10Hashar: docker: Quibble 0.0.24 [integration/config] - 10https://gerrit.wikimedia.org/r/456602 (https://phabricator.wikimedia.org/T203178) [11:41:44] (03PS4) 10Hashar: docker: quibble container for mediawiki_selenium [integration/config] - 10https://gerrit.wikimedia.org/r/456414 (https://phabricator.wikimedia.org/T203178) [11:43:15] (03CR) 10Hashar: [C: 032] docker: quibble container for mediawiki_selenium [integration/config] - 10https://gerrit.wikimedia.org/r/456414 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [11:43:28] (03CR) 10Hashar: [C: 032] docker: Quibble 0.0.24 [integration/config] - 10https://gerrit.wikimedia.org/r/456602 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [11:44:59] (03Merged) 10jenkins-bot: docker: Quibble 0.0.24 [integration/config] - 10https://gerrit.wikimedia.org/r/456602 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [11:45:02] (03Merged) 10jenkins-bot: docker: quibble container for mediawiki_selenium [integration/config] - 10https://gerrit.wikimedia.org/r/456414 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [11:47:02] RECOVERY - Free space - all mounts on integration-slave-jessie-1002 is OK: OK: integration.integration-slave-jessie-1002.diskspace._mnt.byte_percentfree (No valid datapoints found) [11:54:38] (03PS1) 10Hashar: Docker job for mwselenium [integration/config] - 10https://gerrit.wikimedia.org/r/456605 (https://phabricator.wikimedia.org/T203178) [11:56:28] (03CR) 10jerkins-bot: [V: 04-1] Docker job for mwselenium [integration/config] - 10https://gerrit.wikimedia.org/r/456605 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [11:56:39] (03PS2) 10Hashar: Docker job for mwselenium [integration/config] - 10https://gerrit.wikimedia.org/r/456605 (https://phabricator.wikimedia.org/T203178) [12:05:18] (03PS3) 10Hashar: Docker job for mwselenium [integration/config] - 10https://gerrit.wikimedia.org/r/456605 (https://phabricator.wikimedia.org/T203178) [12:07:58] (03PS4) 10Hashar: Docker job for mwselenium [integration/config] - 10https://gerrit.wikimedia.org/r/456605 (https://phabricator.wikimedia.org/T203178) [12:16:57] (03CR) 10Hashar: [C: 032] Docker job for mwselenium [integration/config] - 10https://gerrit.wikimedia.org/r/456605 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [12:18:52] (03Merged) 10jenkins-bot: Docker job for mwselenium [integration/config] - 10https://gerrit.wikimedia.org/r/456605 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [12:39:58] (03PS1) 10Hashar: docker: add missing packages for ruby [integration/config] - 10https://gerrit.wikimedia.org/r/456614 [12:41:00] (03PS1) 10Hashar: Bump container for job mwselenium-quibble-docker [integration/config] - 10https://gerrit.wikimedia.org/r/456615 [12:41:57] hashar: hey, sorry to bother, the mirror for ores in gerrit is broken and hasn't been updated for a while. Can you double check? https://gerrit.wikimedia.org/r/admin/projects/scoring/ores/ores [12:42:48] it supposed to mirror from github.com/wiki-ai/ores (maybe moving the repo to gtihub.com/wikimedia/ores broke it but the main URL just redirects) [12:43:19] (03PS1) 10Hashar: Skip Quibble dependencies on mwselenium job [integration/config] - 10https://gerrit.wikimedia.org/r/456616 (https://phabricator.wikimedia.org/T203178) [12:44:05] Amir1: hello :] Please fill that issue as a task in Phabricator. You can probably add #gerrit and #github-mirrors to it :] [12:44:37] Amir1: and scoring/ores/ores probably is mirrored on GitHub as scoring-ores-ores [12:44:52] (at least that is the default) [12:45:20] hashar: no this one is the other around, the gerrit repo is being mirrored from github [12:45:56] the main repo is in github and it's mirrored to gerrit so it can be pulled in deployment repos [12:46:04] .... [12:46:08] *deployment nodes [12:46:10] just fill a task about it [12:46:11] Hashar I’m wondering if the gerrit mirror for MwEmbedSupport could be recreated on GitHub please? [12:46:13] sorry I cant handle that today [12:46:21] sure thing, sorry [12:46:22] paladox: ditto: task fill it :] [12:46:35] I am finishing a new CI job a [12:46:45] and after that I really have to be in week-end. I have worked too much this week [12:47:20] (03CR) 10Hashar: [C: 032] Skip Quibble dependencies on mwselenium job [integration/config] - 10https://gerrit.wikimedia.org/r/456616 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [12:47:29] (03CR) 10Hashar: [C: 032] Bump container for job mwselenium-quibble-docker [integration/config] - 10https://gerrit.wikimedia.org/r/456615 (owner: 10Hashar) [12:48:51] hashar: done https://phabricator.wikimedia.org/T203245 [12:49:52] 00:01:39.276 0: bundler (1.13.6) from /usr/share/rubygems-integration/all/specifications/bundler-1.13.6.gemspec [12:49:52] 00:01:39.306 Errno::ENOENT: No such file or directory @ rb_sysopen - [12:49:52] stupid ruby [12:50:03] (03Merged) 10jenkins-bot: Bump container for job mwselenium-quibble-docker [integration/config] - 10https://gerrit.wikimedia.org/r/456615 (owner: 10Hashar) [12:50:03] 10Gerrit: ORES mirrors in gerrit are getting updated - https://phabricator.wikimedia.org/T203246 (10Ladsgroup) [12:50:05] (03Merged) 10jenkins-bot: Skip Quibble dependencies on mwselenium job [integration/config] - 10https://gerrit.wikimedia.org/r/456616 (https://phabricator.wikimedia.org/T203178) (owner: 10Hashar) [12:55:05] 10Gerrit: ORES mirrors in gerrit are not getting updated - https://phabricator.wikimedia.org/T203246 (10Ladsgroup) [13:01:54] (03PS1) 10Hashar: Fix bundle install for quibble-stretch-bundle [integration/config] - 10https://gerrit.wikimedia.org/r/456618 [13:02:39] (03PS1) 10Hashar: Bump container for job mwselenium-quibble-docker [integration/config] - 10https://gerrit.wikimedia.org/r/456619 [13:05:41] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10MarcoAurelio) I'd favor creating the project if there's maintenance planned on the extension and Phabricator is the preferred venue for reporting such issues. The second item is certainly happening... [13:08:01] 10Project-Admins: New Extension: ChangeUserPasswords - https://phabricator.wikimedia.org/T202275 (10MarcoAurelio) https://gerrit.wikimedia.org/r/#/admin/projects/mediawiki/extensions/ChangeUserPasswords seems to be up. But there's no code yet. [13:12:36] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10hashar) 05Open>03declined Blackout has been written by Wikimedia for the SOPA protest back in 2012 ( https://en.wikipedia.org/wiki/Protests_against_SOPA_and_PIPA ). It was a one time sprint /... [13:13:48] (03PS1) 10Thcipriani: Pipeline: fix misspelled variable [integration/config] - 10https://gerrit.wikimedia.org/r/456622 [13:16:28] 10Gerrit, 10MediaWiki-extensions-MediaWikiFarm, 10Patch-For-Review: CI failure for MediaWikiFarm (says unable to merge, but change is up to date) - https://phabricator.wikimedia.org/T202224 (10Seb35) Could a Gerrit admin clear the git repo mediawiki/extensions/MediaWikiFarm? It was the action solving the iss... [13:17:49] 10Gerrit: ORES mirrors in gerrit are not getting updated - https://phabricator.wikimedia.org/T203246 (10MarcoAurelio) I think I barely remember this is due to the gerrit repo not inheriting permissions to fetch changes from GitHub. If that's so then it's easily fixable but I can't quite remember the details. @Pa... [13:17:55] (03CR) 10Thcipriani: [C: 032] "deployed" [integration/config] - 10https://gerrit.wikimedia.org/r/456622 (owner: 10Thcipriani) [13:19:47] (03Merged) 10jenkins-bot: Pipeline: fix misspelled variable [integration/config] - 10https://gerrit.wikimedia.org/r/456622 (owner: 10Thcipriani) [13:19:56] (03PS2) 10Hashar: Bump container for job mwselenium-quibble-docker [integration/config] - 10https://gerrit.wikimedia.org/r/456619 [13:19:58] (03PS1) 10Hashar: mediawiki_selenium requires avtool [integration/config] - 10https://gerrit.wikimedia.org/r/456624 [13:20:42] (03PS2) 10Hashar: mediawiki_selenium requires avtool [integration/config] - 10https://gerrit.wikimedia.org/r/456624 [13:20:44] (03PS3) 10Hashar: Bump container for job mwselenium-quibble-docker [integration/config] - 10https://gerrit.wikimedia.org/r/456619 [13:25:49] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10Daimona) >>! In T203227#4548524, @hashar wrote: > Blackout has been written by Wikimedia for the SOPA protest back in 2012 ( https://en.wikipedia.org/wiki/Protests_against_SOPA_and_PIPA ). It was... [13:29:30] PROBLEM - Free space - all mounts on integration-slave-docker-1003 is CRITICAL: CRITICAL: integration.integration-slave-docker-1003.diskspace.root.byte_percentfree (<11.11%) [13:31:03] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10hashar) 05declined>03Open @Daimona sorry I completely missed you sent a patch that overhaul the extension ( https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Blackout/+/444363/ ). So yeah... [13:32:36] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10hashar) And I just now noticed the parent task T203228 which is to deploy Blackout on the Wikimedia infrastructure. I guess there are use cases for other blackouts but we can follow up on T203228. [13:34:40] 10Continuous-Integration-Infrastructure (shipyard), 10Release-Engineering-Team (Kanban), 10Browser-Tests, 10Patch-For-Review: Migrate Selenium tests based on the ruby library mediawiki_selenium - https://phabricator.wikimedia.org/T203178 (10hashar) [13:35:55] 10Continuous-Integration-Infrastructure (shipyard), 10Release-Engineering-Team (Kanban), 10Browser-Tests, 10Patch-For-Review: Migrate Selenium tests based on the ruby library mediawiki_selenium - https://phabricator.wikimedia.org/T203178 (10hashar) So that works locally for me, but in the Docker container... [13:38:01] I am off! [13:38:03] week-end time [13:43:57] 10Project-Admins: Create phabricator project for Extension:Blackout - https://phabricator.wikimedia.org/T203227 (10Daimona) No problem :-) Unfortunately, creating all these tasks made me forget to report the same info everywhere, and I didn't specify the current status here. [13:44:31] RECOVERY - Free space - all mounts on integration-slave-docker-1003 is OK: OK: All targets OK [15:42:12] PROBLEM - Free space - all mounts on integration-slave-docker-1026 is CRITICAL: CRITICAL: integration.integration-slave-docker-1026.diskspace.root.byte_percentfree (<22.22%) [15:57:10] RECOVERY - Free space - all mounts on integration-slave-docker-1026 is OK: OK: All targets OK [16:54:57] (03PS2) 10Thcipriani: Maintenance: disconnect full disk notifications [integration/config] - 10https://gerrit.wikimedia.org/r/456508 [17:05:34] 13maintenance-disconnect-full-disks build 277: thcipriani - test message [17:08:47] (03PS3) 10Thcipriani: Maintenance: disconnect full disk notifications [integration/config] - 10https://gerrit.wikimedia.org/r/456508 [17:28:12] (03CR) 10Thcipriani: [C: 032] "Deployed" [integration/config] - 10https://gerrit.wikimedia.org/r/456508 (owner: 10Thcipriani) [17:30:08] (03Merged) 10jenkins-bot: Maintenance: disconnect full disk notifications [integration/config] - 10https://gerrit.wikimedia.org/r/456508 (owner: 10Thcipriani) [17:30:35] 10Continuous-Integration-Infrastructure, 10Release-Engineering-Team (Kanban), 10Jenkins, 10Patch-For-Review: Jenkins should auto-depool nodes if they run out of disk space on specific partitions - https://phabricator.wikimedia.org/T201224 (10thcipriani) 05Open>03Resolved The job should now notify on IR... [17:38:06] (03PS1) 10Daimona Eaytoy: Add tests for Extension:Blackout [integration/config] - 10https://gerrit.wikimedia.org/r/456667 [17:40:57] thcipriani or twentyafterfour wondering if we can build "avatars-external" please? Seems we have it in https://gerrit.wikimedia.org/r/plugins/gitiles/operations/software/gerrit/+/wmf/stable-2.15/plugins/avatars-external [17:41:19] but haven't deployed it to https://gerrit.wikimedia.org/r/plugins/gitiles/operations/software/gerrit/+/deploy/wmf/stable-2.15 yet [17:41:31] oh let me update that submodule too [17:42:18] hmm [17:42:38] seems to already have branch 2.15. [17:42:44] per https://gerrit.wikimedia.org/r/plugins/gitiles/operations/software/gerrit/+/wmf/stable-2.15/.gitmodules#4 [18:20:52] 10Deployments, 10Release-Engineering-Team: Consider having an IRC bot to manage the deployment "conch" for out-of-band (and scheduled?) deploys - https://phabricator.wikimedia.org/T203267 (10Jdforrester-WMF) [18:59:25] 10Release-Engineering-Team (Kanban), 10Scap, 10Operations: Update Debian Package for Scap to 3.8.5-1 - https://phabricator.wikimedia.org/T203271 (10thcipriani) p:05Triage>03Normal [19:09:45] 10Release-Engineering-Team (Kanban), 10Scap, 10Operations: Update Debian Package for Scap to 3.8.5-1 - https://phabricator.wikimedia.org/T203271 (10thcipriani) a:05thcipriani>03None [19:13:42] 10MediaWiki-Codesniffer: Add sniff to detect spaces before comma in argument lists - https://phabricator.wikimedia.org/T168970 (10Umherirrender) 05Open>03Resolved a:03Umherirrender > It seems there is no standard sniff for the comma in implements or even a sniff to check for spacing around implements PSR2... [19:43:13] PROBLEM - Free space - all mounts on integration-slave-docker-1026 is CRITICAL: CRITICAL: integration.integration-slave-docker-1026.diskspace.root.byte_percentfree (<11.11%) [19:47:58] 10Release-Engineering-Team (Kanban), 10Release, 10Train Deployments: 1.32.0-wmf.19 deployment blockers - https://phabricator.wikimedia.org/T191065 (10Krinkle) [19:49:14] PROBLEM - Host deployment-certcentral02 is DOWN: CRITICAL - Host Unreachable (10.68.23.13) [19:51:35] PROBLEM - Host deployment-certcentral-testclient02 is DOWN: CRITICAL - Host Unreachable (10.68.16.95) [19:53:11] RECOVERY - Free space - all mounts on integration-slave-docker-1026 is OK: OK: All targets OK [19:54:31] 10MediaWiki-Codesniffer: Add sniff to prevent using config globals when Config is available - https://phabricator.wikimedia.org/T200679 (10Umherirrender) This could be tricky, because the sniff has to decide between config globals and objects/non-config globals. That means the sniff needs the way to set globals... [20:21:29] 10Release-Engineering-Team (Kanban), 10Services, 10Release Pipeline (Blubber): Archive Mathoid deploy repo - https://phabricator.wikimedia.org/T203278 (10thcipriani) [20:29:58] 10Scap (Scap3-Adoption-Phase1), 10scap2, 10ContentTranslation: Deploy CXServer with scap3 - https://phabricator.wikimedia.org/T120104 (10Petar.petkovic) [21:02:56] Hm.. the 404 composer errors together with builds taking 20-25min instead of 6-9min, makes deploying not so fun this month. [21:04:13] presumably a combination of docker-switch resource utilisation (thus jobs being queued longer, but being worked on already I think?), and quibble storing mysql on disk instead of ram (thus tests run slower). [21:08:11] Yeah. [21:08:36] I spent ~ 90 minutes this morning doing two emergency deploys. :-( [21:55:01] PROBLEM - Free space - all mounts on integration-slave-jessie-1003 is CRITICAL: CRITICAL: integration.integration-slave-jessie-1003.diskspace._srv.byte_percentfree (<22.22%) [21:55:58] 10Release-Engineering-Team (Kanban): releng.team should use HTTPS - https://phabricator.wikimedia.org/T199592 (10thcipriani) 05Open>03Resolved All subdomains should redirect to their https equivalents. https://www.ssllabs.com/ssltest/analyze.html?d=releng.team [22:15:02] PROBLEM - Free space - all mounts on integration-slave-jessie-1003 is CRITICAL: CRITICAL: integration.integration-slave-jessie-1003.diskspace._srv.byte_percentfree (<40.00%) [22:31:48] James_F: I'm also seeing npm checksum failures recently. [22:31:49] https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php70-docker/8684/console [22:31:57] npm ERR! shasum check failed for /tmp/npm-1382-0c7e3646/registry.npmjs.org/ajv/-/ajv-5.5.2.tgz [22:31:57] 22:21:40 npm ERR! Expected: 73b5eeca3fab653e3d3f9422b341ad42205dc965 [22:31:57] 22:21:40 npm ERR! Actual: f9565c0efde9b5dc04c379ee04462214c936418b [22:31:57] 22:21:40 [22:31:59] Very odd.. [22:32:03] and concerning [22:36:09] maintenance-disconnect-full-disks build 284 - integration-slave-jessie-1003: OFFLINE due to disk space [22:54:29] Krinkle: THat's not good. [23:00:51] 10Release-Engineering-Team (Watching / External), 10Operations, 10SRE-Access-Requests: Add contint-roots to releases{1,2}001 - https://phabricator.wikimedia.org/T201470 (10Dzahn) a:03ArielGlenn [23:03:34] 10Deployments, 10Release-Engineering-Team: Consider having an IRC bot to manage the deployment "conch" for out-of-band (and scheduled?) deploys - https://phabricator.wikimedia.org/T203267 (10Peachey88) [23:28:13] James_F: time to listen to the last Hello Internet. Maybe Jenkins is done by then [23:28:33] * James_F grins. [23:30:48] Oh, bugger. Presumably https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikimediaEvents/+/456754 isn't merging because though the depends-on is merged, it's also "alive" in the cherry-pick I made in https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Kartographer/+/456770 ? [23:33:18] PROBLEM - Puppet errors on deployment-deploy01 is CRITICAL: CRITICAL: 55.56% of data above the critical threshold [0.0] [23:33:42] Krinkle: Can you force-merge it for me? [23:34:34] PROBLEM - Puppet errors on deployment-deploy02 is CRITICAL: CRITICAL: 40.00% of data above the critical threshold [0.0] [23:36:10] maintenance-disconnect-full-disks build 285 - integration-slave-jessie-1003: OFFLINE due to disk space [23:36:13] should be fine as-is. but if it fails I'll take another look [23:37:13] Fine? It won't initiate gate-and-submit. [23:37:33] The failure is that 100% of the time you C+2 Zuul refuses to schedule it. [23:38:09] … or not? [23:38:12] :-) [23:38:15] * James_F sighs. [23:38:20] Zuul doesn't see inherited scores [23:38:27] It was a new patch set. [23:38:43] Oh, right, mdholloway|afk changed the commit message to drop the dependency. [23:38:59] yeah, it's not shown in the UI in any way, but that's the reason. [23:43:16] RECOVERY - Puppet errors on deployment-deploy01 is OK: OK: Less than 1.00% above the threshold [0.0] [23:51:42] 10Beta-Cluster-Infrastructure, 10Release-Engineering-Team (Next), 10Patch-For-Review: Beta puppetmaster cherry-pick process - https://phabricator.wikimedia.org/T135427 (10Krenair) 17: <... [23:59:16] something has broken cumin
HashTimeAuthorSubjectChange URLTaskComments