[00:03:30] greg-g: Ive updated https://www.mediawiki.org/wiki/Git/New_repositories/Requests/Entries you may want to ask the author who creates the repos if they could create the files please. [00:03:59] 5Gerrit-Migration, 10Differential: Create useful `.arcconfig`s for migrated repos - https://phabricator.wikimedia.org/T130787#2171038 (10Paladox) Adding @QChris since he creates the repos in gerrit and phabricator. [00:04:54] greg-g: and twentyafterfour im getting this error [00:04:54] Command failed with error #128! [00:04:54] COMMAND [00:04:54] git diff --no-ext-diff --no-textconv --raw 'HEAD' -- [00:04:54] STDOUT [00:04:54] (empty) [00:04:56] STDERR [00:04:58] fatal: bad revision 'HEAD' [00:05:02] (Run with `--trace` for a full exception trace.) [00:05:04] paladox: I intend to come up with an init script of some kind to automatically populate the .arcconfig file [00:05:04] Using repo https://phabricator.wikimedia.org/diffusion/1883/ [00:05:30] paladox: the repo needs an initial commit pushed before differential works [00:06:30] paladox: try to `git push` the first commit before creating a differential revision [00:06:39] twentyafterfour: Oh ok, ive updated https://www.mediawiki.org/wiki/Git/New_repositories/Requests/Entries so new created repos have the file should make everything easy for you now hopefull he or she will ready it and start doing it. What i mean by easy yes there are more then 700+ repos but new repos you would not need it for it do. [00:06:47] twentyafterfour Ok [00:07:09] 5Gerrit-Migration, 10Differential: Create useful `.arcconfig`s for migrated repos - https://phabricator.wikimedia.org/T130787#2171045 (10greg) ```lang=irc 00:05 <+twentyaft> paladox: I intend to come up with an init script of some kind to automatically populate the .arcconfig file ``` [00:07:34] twentyafterfour: It is saying this error [00:07:37] Git 2.0 from 'matching' to 'simple'. To squelch this message [00:07:37] and maintain the traditional behavior, use: [00:07:37] git config --global push.default matching [00:07:37] To squelch this message and adopt the new behavior now, use: [00:07:37] git config --global push.default simple [00:07:37] When push.default is set to 'matching', git will push local branches [00:07:39] to the remote branches that already exist with the same name. [00:07:41] Since Git 2.0, Git defaults to the more conservative 'simple' [00:07:43] behavior, which only pushes the current branch to the corresponding [00:07:45] remote branch that 'git pull' uses to update the current branch. [00:07:48] See 'git help config' and search for 'push.default' for further information. [00:07:49] (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode [00:07:51] 'current' instead of 'simple' if you sometimes use older versions of Git) [00:07:53] error: src refspec master does not match any. [00:07:55] error: failed to push some refs to 'ssh://vcs@git-ssh.wikimedia.org/diffusion/1883/differential-testing.git' [00:10:38] twentyafterfour works now [00:12:40] paladox: this is not an error [00:12:55] but a clumsy configuration request [00:12:56] twentyafterfour: Works now https://phabricator.wikimedia.org/diffusion/1883/ [00:13:06] Dereckson and i am using git push origin master [00:13:18] Git changed the behavior of how "git push" should work [00:13:45] twentyafterfour: It seems git push origin master works, but only works if you have the rights to merge the patch in with arc land. [00:13:55] before this change, it started to warn users about that, and after this has been kept, so users can configure te strategy they wish. [00:14:11] Oh ok [00:17:55] Dereckson: try accepting and landing https://phabricator.wikimedia.org/D173 please. [00:19:56] DONE Landed changes. [00:20:20] twentyafterfour: is this a wanted behavior? - You can not close this revision because you do not own it. To close a revision, you must be its owner. [00:20:52] Dereckson thanks, i woulden think that is intended behavour probly a bug. [00:21:32] Relevan setting is differential.always-allow-close [00:21:35] paladox: not especially [00:21:46] Dereckson: Oh [00:22:07] In the upstream vision, you submit change for review, get a review, then it's your responsibility to land it. [00:22:41] greg-g: When we start migrating repos to phabricator will the owner of it on gerrit still get to be on phabricator meaning editing it. And being able to arc land and merging patches. [00:22:50] Dereckson oh [00:23:03] For example, Arcanist warns against such behavior too: This branch has revision 'D173: Test' but you are not the author. Land this revision by Paladox? [y/N] [00:23:03] D173: Test - https://phabricator.wikimedia.org/D173 [00:23:32] (it doesn't if differential.always-allow-close server side is at true) [00:23:59] Oh, but i woulden think users upstream would have access to the repo. [00:24:10] Dereckson: Should we set that [00:24:15] sorry upstream were for the Phabricator project vision [00:24:40] Dereckson: Do we set that in fixed_settings.yaml [00:24:52] probably, it's more convenient in our development paradigm where final reviewer take care of the landing [00:24:53] paladox: of course [00:25:08] greg-g: Ok, thanks for repying. [00:26:10] Dereckson how would it look like in the yaml file please. [00:28:14] What, differential.always-allow-close? This is a global setting at Phab level. [00:29:27] Config is stored in the puppet repo in modules/role/manifests/phabricator/main.pp [00:29:33] Oh ok [00:30:20] Where do i set it in [00:30:21] there [00:30:22] please [00:30:48] twentyafterfour: mind if I remove #releng from that test repo? [00:32:43] Dereckson do i set true or false for differential.always-allow-close [00:35:28] twentyafterfour: I removed it, re-add if that's dumb [00:36:31] greg-g and twentafterfour: can we set https://secure.phabricator.com/diffusion/P/browse/master/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php;59efb7bdf327cbdb953c8b4b0d7cfe78e6ef6f3b$158 please [00:36:50] Dereckson ^^ [00:38:26] paladox: 00:29:27 < Dereckson> Config is stored in the puppet repo in modules/role/manifests/phabricator/main.pp [00:38:44] Dereckson: Yep, im in that file [00:40:06] And yes we can. It's the standard to get a behavior similar to our wishes. Remember: a lot of time, the revision author won't have rights on the repo. [00:41:50] Project selenium-Flow » firefox,beta,Linux,,contintLabsSlave && UbuntuTrusty build #11: 04FAILURE in 25 min: https://integration.wikimedia.org/ci/job/selenium-Flow/BROWSER=firefox,MEDIAWIKI_ENVIRONMENT=beta,PLATFORM=Linux,VERSION=,label=contintLabsSlave%20&&%20UbuntuTrusty/11/ [00:42:17] Dereckson: Hi Could you review https://gerrit.wikimedia.org/r/#/c/281069/ please. [00:42:37] Sure. [00:43:13] thanks [00:47:46] paladox: I think twentyafterfour have some office hours set the Wednesday if you wish reviews for Phabricator related patches by the way. [00:48:04] Ok [00:49:49] Dereckson: Hi COuld you also review https://gerrit.wikimedia.org/r/281071 please. [00:49:53] paladox: when you want to edit a config, it's valuable to have context. A commit message is a good opportunity to explain the why of the change (the code already explains the how in theory). [00:50:09] Dereckson: Sorry, yep. [00:50:10] It's what I tried to achieve in the commit message edit. [00:51:09] Ok [00:56:01] Dereckson: Im going to go for the night. It is really late here. [00:56:55] Good night. [01:10:03] 6Release-Engineering-Team, 5Release: MW-1.27.0-wmf.24 deployment blockers - https://phabricator.wikimedia.org/T131559#2171170 (10mmodell) [01:10:05] 6Release-Engineering-Team, 5Release: MW-1.27.0-wmf.23 deployment blockers - https://phabricator.wikimedia.org/T131557#2171171 (10mmodell) [01:10:07] 6Release-Engineering-Team, 5Release: MW-1.27.0-wmf.22 deployment blockers - https://phabricator.wikimedia.org/T131556#2171172 (10mmodell) [01:10:09] 6Release-Engineering-Team, 5Release: MW-1.27.0-wmf.21 deployment blockers - https://phabricator.wikimedia.org/T131555#2171173 (10mmodell) [01:10:11] 6Release-Engineering-Team, 5Release: MW-1.27.0-wmf.19 deployment blockers - https://phabricator.wikimedia.org/T130227#2171175 (10mmodell) [01:10:13] 6Release-Engineering-Team, 5Release: MW-1.27.0-wmf.20 deployment blockers - https://phabricator.wikimedia.org/T130945#2171174 (10mmodell) [01:10:15] 6Release-Engineering-Team, 5Release: MW-1.27.0-wmf.18 deployment blockers - https://phabricator.wikimedia.org/T129691#2171176 (10mmodell) [01:10:17] 6Release-Engineering-Team, 5Release: MW-1.27.0-wmf.16 deployment blockers - https://phabricator.wikimedia.org/T128218#2171178 (10mmodell) [01:10:19] 6Release-Engineering-Team, 5Release: MW-1.27.0-wmf.17 deployment blockers - https://phabricator.wikimedia.org/T128872#2171177 (10mmodell) [01:10:21] 6Release-Engineering-Team, 5Release: MW 1.27.0-wmf.15 deployment blockers - https://phabricator.wikimedia.org/T127086#2171179 (10mmodell) [01:10:23] 6Release-Engineering-Team, 13Patch-For-Review, 5Release: MW 1.27.0-wmf.14 deployment blockers - https://phabricator.wikimedia.org/T125597#2171180 (10mmodell) [01:10:25] 6Release-Engineering-Team, 13Patch-For-Review, 5Release: MW 1.27.0-wmf.13 deployment blockers - https://phabricator.wikimedia.org/T125596#2171181 (10mmodell) [01:10:27] 6Release-Engineering-Team, 5Release: MW 1.27.0-wmf.12 deployment blockers - https://phabricator.wikimedia.org/T125475#2171182 (10mmodell) [01:39:38] ^ Complimentary bug spam. You're welcome. [03:12:40] Project browsertests-MultimediaViewer-en.wikipedia.beta.wmflabs.org-linux-firefox-sauce build #930: 04FAILURE in 22 min: https://integration.wikimedia.org/ci/job/browsertests-MultimediaViewer-en.wikipedia.beta.wmflabs.org-linux-firefox-sauce/930/ [04:23:40] Project browsertests-MultimediaViewer-en.wikipedia.beta.wmflabs.org-windows_7-internet_explorer-9-sauce build #769: 04FAILURE in 31 min: https://integration.wikimedia.org/ci/job/browsertests-MultimediaViewer-en.wikipedia.beta.wmflabs.org-windows_7-internet_explorer-9-sauce/769/ [04:27:10] 10Beta-Cluster-Infrastructure, 6Revision-Scoring-As-A-Service, 10ores: Setup ORES service in beta cluster - https://phabricator.wikimedia.org/T130404#2171269 (10Halfak) One quick thought re. uwsgi restarts -- this is a problem we have been struggling with for a while. I just added T131572 so that we'll actu... [06:20:52] 10Beta-Cluster-Infrastructure, 6Revision-Scoring-As-A-Service, 10ores: Setup ORES service in beta cluster - https://phabricator.wikimedia.org/T130404#2171314 (10Halfak) [06:22:38] 10Beta-Cluster-Infrastructure, 6Revision-Scoring-As-A-Service, 10ores: Setup ORES service in beta cluster - https://phabricator.wikimedia.org/T130404#2135140 (10Halfak) Turns out that T118495 is a much older task that we created for this slow uwsgi issue. I just did some more investigation into where the sl... [06:27:14] 10Beta-Cluster-Infrastructure, 6Commons, 10MediaWiki-File-management, 6Multimedia: Thumbnail generation should happen via the same setup in the beta cluster and in production (tracking) - https://phabricator.wikimedia.org/T84950#2171319 (10Tgr) The videos work now; the thumbnails still look broken to me. T... [06:32:27] RECOVERY - Puppet run on deployment-tin is OK: OK: Less than 1.00% above the threshold [0.0] [07:00:28] (03PS1) 10Tpt: Adds to ProofreadPage a dependence to the VisualEditor [integration/config] - 10https://gerrit.wikimedia.org/r/281079 [07:08:24] RECOVERY - Puppet run on deployment-imagescaler01 is OK: OK: Less than 1.00% above the threshold [0.0] [08:33:00] Project browsertests-MultimediaViewer-en.wikipedia.beta.wmflabs.org-os_x_10.9-safari-sauce build #928: 04FAILURE in 23 min: https://integration.wikimedia.org/ci/job/browsertests-MultimediaViewer-en.wikipedia.beta.wmflabs.org-os_x_10.9-safari-sauce/928/ [09:26:08] PROBLEM - Host integration-dev is DOWN: CRITICAL - Host Unreachable (10.68.17.81) [09:35:08] 10Continuous-Integration-Config, 10Wiki-Loves-Monuments-General: Add PHP linting to labs/tools/heritage - https://phabricator.wikimedia.org/T131597#2172146 (10JeanFred) [09:44:05] PROBLEM - Free space - all mounts on deployment-fluorine is CRITICAL: CRITICAL: deployment-prep.deployment-fluorine.diskspace._srv.byte_percentfree (<77.78%) [09:44:57] again? [10:02:36] Which bastion am I supposed to be using for labs? [10:02:41] I want to see what's so spammy [11:25:46] (03CR) 10Jforrester: [C: 031] Adds to ProofreadPage a dependence to the VisualEditor [integration/config] - 10https://gerrit.wikimedia.org/r/281079 (owner: 10Tpt) [11:30:56] (03PS1) 10Jean-Frédéric: Add jsonlint and phplint as experimental pipeline to labs/tools/heritage [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) [11:31:13] !log deleted archived logs older than 30 days from deployment-fluorine [11:31:18] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL, Master [11:31:41] (03CR) 10jenkins-bot: [V: 04-1] Add jsonlint and phplint as experimental pipeline to labs/tools/heritage [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [11:42:48] (03CR) 10Jean-Frédéric: "Ok so tox-flake8 is unsafe, but according to this test tox-jessie is?" [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [12:26:20] (03CR) 10Paladox: "Hi, the problem is this is already using the template so no need to add tox-jessie to test and gate and submit." [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [13:00:49] 5Continuous-Integration-Scaling, 10Parsoid, 6Services, 13Patch-For-Review, 7WorkType-NewFunctionality: Migrate Parsoid CI jobs from node 0.8/0.10 to 4.3 - https://phabricator.wikimedia.org/T126992#2172453 (10Paladox) They have been added to experimental: and are now passing. Just need to export bundle p... [13:17:06] (03CR) 10Jean-Frédéric: "> And - tox-flake8 carn't be in check: because non whitelisted users carn't run that test yet." [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [13:19:00] (03CR) 10Paladox: "tox-jessie doesn't run for non-whitelisted users." [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [13:24:52] (03CR) 10Jean-Frédéric: "> tox-jessie doesn't run for non-whitelisted users." [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [13:31:52] (03CR) 10Paladox: "No you doint have to use it. But it is already there and it would make updating tests harder if we decide to update the tox-jessie templat" [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [13:32:13] (03CR) 10Paladox: "your welcome." [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [14:03:30] (03PS2) 10Jean-Frédéric: Add jsonlint and phplint as experimental pipeline to labs/tools/heritage [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) [14:04:46] (03CR) 10Paladox: [C: 031] Add jsonlint and phplint as experimental pipeline to labs/tools/heritage [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [14:22:36] !log manually added 281161/1 to beta puppetmaster [14:22:41] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL, Master [14:39:19] !log manually added 281170/5 to beta puppetmaster [14:39:24] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL, Master [15:34:30] Hey, is there a way to send config vars when puppet tries to run deploy-local? like "-D config:value" it would help me a lot [15:35:06] I think lib/puppet/provider/package/scap3.rb is the script that runs deploy-local [15:40:59] 5Gerrit-Migration, 10Differential, 10Phabricator: Enable differential.allow-self-accept in phabricator - https://phabricator.wikimedia.org/T131622#2172920 (10Dereckson) [15:41:10] 5Gerrit-Migration, 10Differential, 10Phabricator: Enable differential.allow-self-accept in phabricator - https://phabricator.wikimedia.org/T131622#2172950 (10Paladox) @greg could I add you to task since your also behind the phabricator team at Wikimedia. Please. [15:45:19] 5Gerrit-Migration, 10Differential, 10Phabricator, 13Patch-For-Review: Enable differential.allow-self-accept in phabricator - https://phabricator.wikimedia.org/T131622#2172962 (10Dereckson) I'm happy as long as the actual Phabricator configuration is stored in repository configuration, and not configured th... [15:45:47] 5Gerrit-Migration, 10Differential, 10Phabricator: Allow liberal close in Differential - https://phabricator.wikimedia.org/T131623#2172968 (10Paladox) [15:46:29] 5Gerrit-Migration, 10Differential, 10Phabricator: Allow liberal close in Differential - https://phabricator.wikimedia.org/T131623#2172983 (10Paladox) Adding @mmodell since he is a reviewer. [15:46:51] 5Gerrit-Migration, 10Differential, 10Phabricator: Allow liberal close in Differential - https://phabricator.wikimedia.org/T131623#2172985 (10Paladox) @greg could I add you to task please. [15:57:47] twentyafterfour: Would zuul work with phabricator. [16:03:21] twentyafterfour an Dereckson maybe we can make a windows .msi install file for installing arc on windows. [16:03:54] As far as I know, but with a need for me to interpret sparse comments about some Phabricator workflows discussion, twentyafterfour opinion is Zuul is too tied to Gerrit, and we could replace AND Zuul AND Jenkins by Harbourmaster in the future, so any development of a Phab/Zuul combo isn't valuable. [16:04:47] https://phabricator.wikimedia.org/T121751#2108547 [16:05:24] (note we can also ask Harbourmaster to trigger Gerrit, as demonstrated with Scap) [16:05:31] er to trigger Jenkins [16:07:28] Dereckson: Oh, or we could update zuul to allow phabricator to be supported. zuul is really good at demostraiting live tests with a easy interface for checking builds. Plus that is what is used to register repos. [16:07:54] Dereckson: I created these tasks https://secure.phabricator.com/T10711 and https://github.com/git-for-windows/git/issues/715 [16:08:07] 3Scap3: Make puppet runs of deploy-local more configurable - https://phabricator.wikimedia.org/T131627#2173066 (10Ladsgroup) [16:08:07] twentyafterfour: and greg-g ^^ [16:08:15] So write a dashboard for Harbourmaster or similar? [16:10:35] 5Gerrit-Migration, 10Differential, 7Documentation, 7Upstream: Document best practices to amend a change written by another contributor - https://phabricator.wikimedia.org/T121751#1887024 (10Paladox) >>! In T121751#2108547, @mmodell wrote: >>>! In T121751#2108356, @Dereckson wrote: >> Actually, P2738 uses `... [16:13:34] Dereckson: twentyafterfour and greg-g ive created this task https://secure.phabricator.com/T10712 [16:13:55] 5Gerrit-Migration, 10Differential, 7Documentation, 7Upstream: Document best practices to amend a change written by another contributor - https://phabricator.wikimedia.org/T121751#2173092 (10Paladox) Ive created this task https://secure.phabricator.com/T10712 [16:38:22] (03CR) 10Addshore: "I would like to restore this." [integration/config] - 10https://gerrit.wikimedia.org/r/279409 (owner: 10Paladox) [16:51:07] Dereckson: Hi [17:03:11] (03PS1) 10Addshore: Remove extension ZeroPortal from gate extensions [integration/config] - 10https://gerrit.wikimedia.org/r/281206 [17:03:37] (03PS2) 10Addshore: Remove extension ZeroPortal from gate extensions [integration/config] - 10https://gerrit.wikimedia.org/r/281206 [17:03:50] (03CR) 10Addshore: "This change is reverted in https://gerrit.wikimedia.org/r/#/c/281206/" [integration/config] - 10https://gerrit.wikimedia.org/r/279409 (owner: 10Paladox) [17:05:03] (03CR) 10Paladox: [C: 031] Remove extension ZeroPortal from gate extensions [integration/config] - 10https://gerrit.wikimedia.org/r/281206 (owner: 10Addshore) [17:11:26] (03CR) 10Addshore: [C: 031] "+1 per my reason for restoring in the previous patch!" [integration/config] - 10https://gerrit.wikimedia.org/r/281206 (owner: 10Addshore) [17:41:48] paladox: just so you know, I'm subscribed to pretty much all Release Engineering projects, so you don't need to ping me on tasks, I already get the task mail :) [17:42:02] Oh ok [17:43:08] * mobrovac subscribes greg-g to the internet [17:46:47] greg-g: Im going to see if i can create the installer. [18:18:05] PROBLEM - Puppet run on deployment-cache-text04 is CRITICAL: CRITICAL: 66.67% of data above the critical threshold [0.0] [18:45:54] (03CR) 10JanZerebecki: "https://phabricator.wikimedia.org/T130958" [integration/config] - 10https://gerrit.wikimedia.org/r/281206 (owner: 10Addshore) [18:51:12] 10Continuous-Integration-Config, 13Patch-For-Review: Have CI set `$wgScribuntoDefaultEngine = 'luasandbox` to speed up parser tests - https://phabricator.wikimedia.org/T126670#2173392 (10JanZerebecki) If it did not work was there another way to speed it up? Or do we need T87781? [18:53:06] RECOVERY - Puppet run on deployment-cache-text04 is OK: OK: Less than 1.00% above the threshold [0.0] [18:54:55] (03CR) 10JanZerebecki: "Not sure if that means we should not do it, but regarding your given reason: Having it in extension-gate still executes the core testcases" [integration/config] - 10https://gerrit.wikimedia.org/r/281206 (owner: 10Addshore) [19:01:47] (03CR) 10Hashar: [C: 032] Add jsonlint and phplint as experimental pipeline to labs/tools/heritage [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [19:02:38] (03Merged) 10jenkins-bot: Add jsonlint and phplint as experimental pipeline to labs/tools/heritage [integration/config] - 10https://gerrit.wikimedia.org/r/281129 (https://phabricator.wikimedia.org/T131597) (owner: 10Jean-Frédéric) [19:07:07] (03CR) 10Addshore: "Well I would rather not block https://gerrit.wikimedia.org/r/#/c/279367/ on potentially maybe speeding up Scribunto soon and then maybe ad" [integration/config] - 10https://gerrit.wikimedia.org/r/281206 (owner: 10Addshore) [19:20:35] (03PS3) 10Addshore: Remove extension ZeroPortal from gate extensions [integration/config] - 10https://gerrit.wikimedia.org/r/281206 [19:22:36] PROBLEM - jenkins_service_running on gallium is CRITICAL: PROCS CRITICAL: 2 processes with regex args ^/usr/bin/java .*-jar /usr/share/jenkins/jenkins.war [19:23:17] PROBLEM - Puppet run on deployment-imagescaler01 is CRITICAL: CRITICAL: 20.00% of data above the critical threshold [0.0] [19:38:21] RECOVERY - Puppet run on deployment-imagescaler01 is OK: OK: Less than 1.00% above the threshold [0.0] [19:46:50] !log Upgrading Jenkins Gearman plugin to v2.0 , bring in diff registration for faster updates of Gearman server [19:46:55] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL, Master [19:49:25] (03CR) 10JanZerebecki: "Sounds sensible." [integration/config] - 10https://gerrit.wikimedia.org/r/281206 (owner: 10Addshore) [20:27:37] RECOVERY - jenkins_service_running on gallium is OK: PROCS OK: 1 process with regex args ^/usr/bin/java .*-jar /usr/share/jenkins/jenkins.war [20:43:28] Project selenium-Echo » chrome,beta,Linux,,contintLabsSlave && UbuntuTrusty build #13: 04FAILURE in 2 min 27 sec: https://integration.wikimedia.org/ci/job/selenium-Echo/BROWSER=chrome,MEDIAWIKI_ENVIRONMENT=beta,PLATFORM=Linux,VERSION=,label=contintLabsSlave%20&&%20UbuntuTrusty/13/ [21:58:19] 10Continuous-Integration-Infrastructure, 10ArchCom-RfC, 13Patch-For-Review: [RFC] Optional Travis integration for Jenkins - https://phabricator.wikimedia.org/T114421#2173558 (10JanZerebecki) Currently I lack knowledge of the exact restrictions you spoke of. Is there any record about or related to it? If the... [22:58:45] !log added local hack to pupetmaster to make scap3 provider more verbose [22:58:50] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL, Master [23:00:16] Error: Execution of '/usr/bin/deploy-local --repo ores/deploy -D log_json:False -v' returned 70: http://deployment-tin.deployment-prep.eqiad.wmflabs/ores/deploy/.git [23:00:27] are you kidding me? [23:00:45] (no more details) [23:04:00] nothing in /var/log either [23:17:51] it seems the puppet can't make connection to the given url [23:18:16] curl gives me 300s and don't tell me puppet can't handle 300 [23:56:05] Project browsertests-CentralNotice-en.wikipedia.beta.wmflabs.org-windows_7-chrome-sauce build #379: 04FAILURE in 4.8 sec: https://integration.wikimedia.org/ci/job/browsertests-CentralNotice-en.wikipedia.beta.wmflabs.org-windows_7-chrome-sauce/379/