[05:48:12] I am not able to login with automated test. any ideas why is that happening? I am redirected to central login page with error: No active login attempt is in progress for your session [05:48:37] url for login: http://en.wikipedia.beta.wmflabs.org/wiki/Special:UserLogin [10:16:36] hashar: I'm not able to login anymore on http://wikidata.beta.wmflabs.org/wiki/Special:UserLogin since yesterday. [10:16:52] I'm redirected to something like http://wikidata.beta.wmflabs.org/wiki/Special:CentralLogin/complete?token=74f09cbd3f77c51352fad86b14d4435f [10:17:05] which then tells me that "No active login attempt is in progress for your session." [10:17:45] what am I doing wrong? [10:23:18] Tobi_WMDE: no idea :-] [10:23:28] Tobi_WMDE: maybe something got merged that breaks it ? [10:23:37] Tobi_WMDE: you can try clearing your cookie [10:24:00] hashar: :) it broke after I cleared my cookies [10:24:29] and it breaks during selenium tests because there are no cookies set in the browser [10:45:30] Tobi_WMDE: possibly related is https://bugzilla.wikimedia.org/show_bug.cgi?id=62244 "New users not created on loginwiki on beta" [10:45:41] Noticed this while digging into another bug. In beta, users are not created on loginwiki. So cross-project login isn't working. [10:46:24] (03CR) 10Zfilipin: [C: 032] Updated Ruby version from 2.1.0 to 2.1.1 [selenium] - 10https://gerrit.wikimedia.org/r/116529 (owner: 10Vikassy) [10:46:26] (03Merged) 10jenkins-bot: Updated Ruby version from 2.1.0 to 2.1.1 [selenium] - 10https://gerrit.wikimedia.org/r/116529 (owner: 10Vikassy) [10:49:54] (03CR) 10Zfilipin: [C: 032] Updated Ruby version from 2.1.0 to 2.1.1 [qa/browsertests] - 10https://gerrit.wikimedia.org/r/116522 (owner: 10Vikassy) [10:50:29] (03Merged) 10jenkins-bot: Updated Ruby version from 2.1.0 to 2.1.1 [qa/browsertests] - 10https://gerrit.wikimedia.org/r/116522 (owner: 10Vikassy) [11:04:20] hashar: sounds like it. thx [11:25:07] zeljkof: congratulations on tagging changes for mediawiki_selenium :] [11:25:17] Tobi_WMDE: and I have no clue what is wrong :( [11:25:19] hashar: it took me a while :) [11:26:02] zeljkof: also was wondering whether we should move the Cloudbee Jenkins job builder configuration to integration/jenkins-job-builder-config.git [11:26:05] in a different branch obviously [11:26:23] hashar: I was thinking about that [11:26:28] but probably not this week [11:26:46] I have a lot of changes I want to do, and gerrit makes it slower to make a lot of changes [11:27:26] you can still push from your local repo :-] [11:27:32] up to you anyway [11:27:43] will ping you next week about that [11:45:35] (03PS2) 10Cmcmahon: Do logout check on the id of the listitem containing Logout link [selenium] - 10https://gerrit.wikimedia.org/r/115928 [11:53:41] zeljkof: any update on https://gerrit.wikimedia.org/r/#/c/114453? [11:54:08] sorry, not yet :( [11:54:18] I was on vacation last week, still catching up [11:54:31] I have moved it up on my todo list :) [12:23:30] zeljkof: I am planning to work on https://bugzilla.wikimedia.org/show_bug.cgi?id=58900 [12:24:17] This will help me write some browser tests [12:25:39] vikas: great [12:25:45] Also is there any way around to make login work ? [12:25:48] ping us if you get stuck [12:25:56] login does not work? [12:26:04] nope :( [12:26:21] console output or it did not happen :) [12:26:26] apparently login is broken by https://bugzilla.wikimedia.org/show_bug.cgi?id=62244 [12:26:32] hhm [12:26:38] that is the bug for login being broken [12:27:02] ok thank you hashar :) [12:27:14] I am not going to work on it though :D [12:27:18] central login scares me [12:27:51] wow why is that ? [13:03:29] I have added a custom login for now, to make it work. While sending for review I will remove it. [13:36:46] vikas: why is what ? :-] [13:36:49] sorry went out for lunch [13:51:19] sorry have bad internet connection. [13:52:00] hasher: I wanted to write Preference gadgets browser tests, so login is required for that. [13:55:14] hashar: do you have a minute? [14:01:54] zeljkof: sure [14:02:07] vikas: yeah I have no idea what is wrong with login [14:02:54] hashar: for example http://etherpad.wikimedia.org/p/jjb [14:03:02] how do I escape body? [14:03:21] I am looking up docs but I can not find [14:03:28] curly brackets break jjb [14:03:35] but not sure how to escape them [14:04:06] adding single quotes around does not help [14:05:37] maybe doubling the brackets? trying... [14:05:57] ahhhhhhhh [14:06:15] zeljkof: so yeah the text you write in a job-template is passed via python string formatting system [14:06:26] you should be able to escape the curly braces by doubling them [14:06:36] zeljkof: ie: ${{SCRIPT, template="wikimedia.template"}} [14:06:45] totally non obvious of course :-D [14:06:49] hashar: thanks, will try [14:07:01] hashar: normal login was not working right? hence I went to central login first(for cookies to get set) and then used normal login. [14:07:41] vikas: I have no idea. I havent looked at it [14:08:24] zeljkof: upstream doc is 2nd paragraph of http://ci.openstack.org/jenkins-job-builder/configuration.html#job-template [14:08:37] A Job Template has the same syntax as a Job, but you may add variables anywhere in the definition. Variables are indicated by enclosing them in braces, e.g., {name} will substitute the variable name. When using a variable in a string field, it is good practice to wrap the entire string in quotes, even if the rules of YAML syntax don’t require it because the value of the variable may require quotes after substitution. In the rare situation that [14:08:37] you must encode braces within literals inside a template (for example a shell function definition in a builder), doubling the braces will prevent them from being interpreted as a template variable. [14:09:53] hashar: I remember seeing it in the docs, but I could not find it when looking :) [14:10:07] yeah that is a long doc [14:10:10] out for coffee brb [14:11:50] bah [14:12:50] hasher: when ever "Given I am logged in" used to run, it used to fail. Hence I choose that way for now. [14:14:59] something has gone wrong with the Login check in the browser tests I think, not sure what yet, I only just found it [14:15:27] Project MultimediaViewer-en.wikipedia.beta.wmflabs.org-linux-firefox build #88: STILL FAILING in 1 min 7 sec: https://wmf.ci.cloudbees.com/job/MultimediaViewer-en.wikipedia.beta.wmflabs.org-linux-firefox/88/ [14:15:27] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [14:20:28] chrismcmahon: yeah there is a bug for it [14:20:53] chrismcmahon: https://bugzilla.wikimedia.org/show_bug.cgi?id=62244 [14:21:13] maybe we have a browser test that fails because of that and we can find ouot when it started failing ? [14:21:26] could be caused by centralauth or maybe varnish [14:33:13] (03PS1) 10Zfilipin: Moved Jenkins documentation to jenkins-job-builder-config[1] repository [selenium] - 10https://gerrit.wikimedia.org/r/116972 [14:35:37] (03PS2) 10Zfilipin: Moved Jenkins documentation to jenkins-job-builder-config[1] repository [selenium] - 10https://gerrit.wikimedia.org/r/116972 [14:38:04] yeah, I just updated the bug https://bugzilla.wikimedia.org/show_bug.cgi?id=62244 this is pretty recent [14:56:37] (03CR) 10KartikMistry: [C: 031] "LGTM. Do we need any pointer to this move in README.md?" [selenium] - 10https://gerrit.wikimedia.org/r/116972 (owner: 10Zfilipin) [14:59:49] zeljkof: do you think this can be merged? https://gerrit.wikimedia.org/r/#/c/115928/ [15:00:06] chrismcmahon: testing it right now [15:00:32] zeljkof: do write down how to do that, I am not sure myself :-) [15:01:27] chrismcmahon: how to test changes to the gem? [15:02:42] yes [15:07:17] it is easy [15:07:23] all you need to do is this [15:07:39] change Gemfile [15:07:43] from [15:07:57] gem "mediawiki_selenium" [15:07:59] to [15:08:19] gem "mediawiki_selenium", :path => "/path/to/mediawiki_selenium" [15:08:46] and in path/to/... provide local folder with the repo with new changes, that are not in the gem yet [15:08:50] and that is all [15:09:04] run the tests as usual, bundler will pick up local gem instead of remote one [15:10:15] zeljkof: I had one problem. I wanted to have multiple "Then There is checkbox" , I know I can use AND, but is there any other way like using tables ? [15:10:42] vikas: I need more context [15:10:50] ok [15:10:51] could you push a patch to gerrit? [15:11:03] kk [15:11:07] feel free to add comments to the part that you are not sure what to do [15:13:14] zeljkof: I have cucumber feature something like this :- [15:13:14] When I navigate to Preferences [15:13:15] And I click Gadgets [15:13:15] Then There is Disable access keys checkbox [15:13:15] And There is Widen the search box in the Vector skin checkbox [15:13:15] And There is List pages for deletion in ptwiki [15:13:16] And There is .... [15:13:44] * And There is List pages for deletion in ptwiki checkbox [15:13:52] vikas: please use etherpad for code http://etherpad.wikimedia.org/p/vikas [15:13:58] or push a commit to gerrit [15:14:05] it is hard to read and comment code here [15:14:15] I will put it in etherpad. [15:15:19] vikas: ping me when you are done [15:15:21] chat here or in ether pad ? [15:15:30] vikas: we can chat here [15:15:34] ok [15:15:54] will let you know when I am done [15:18:24] chrismcmahon: it is hard to test the login change because of this bug https://bugzilla.wikimedia.org/show_bug.cgi?id=62244 [15:18:27] will try on test2 [15:20:45] zeljkof: yes it is :( [15:23:34] chrismcmahon: looks like this test2 job failed because of the same bug https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-linux-firefox/lastCompletedBuild/testReport/ [15:24:11] bizarre [15:27:08] zeljkof: I'm re-running that right now, I logged in OK manually just now [15:28:45] chrismcmahon: logging in manually works fine for me on both test2 and wmflabs [15:29:01] but looks like there is a problem when the browser has not cookies set [15:31:30] zeljkof: I deleted cookies for test2 manually in Firefox and logged in OK [15:32:10] zeljkof: http://etherpad.wikimedia.org/p/vikas [15:32:31] vikas: just a second to finish something [15:32:36] ok [15:33:04] zeljkof: can you potentially find out when the login failure started occurring ? [15:33:11] will help track done the code / change that caused it [15:33:24] https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-linux-firefox/915/ passed at least [15:33:29] which is from yesterday [15:33:35] chrismcmahon: can you help hashar find when tests started failing? [15:35:38] something must have happened yesterday [15:36:42] hashar: during daytime SF time yesterday [15:37:23] the overnight build 4 Mar was OK, the afternoon build has the problem [15:37:32] (on beta labs) [15:37:41] you want to add that to https://bugzilla.wikimedia.org/show_bug.cgi?id=62244 :D [15:37:49] vikas: ok, I do not have the time to help you right now :) [15:38:01] I took a quick look, but I will need more time [15:38:14] chrismcmahon: can you help vikas? http://etherpad.wikimedia.org/p/vikas [15:38:18] ok never mind :) [15:38:31] vikas: please send mail to qa mailing list if chris can not help you now [15:38:35] I will reply tomorrow [15:38:44] ya sure :) [15:38:50] vikas: great [15:38:51] same with test2 [15:41:09] (03CR) 10Zfilipin: Do logout check on the id of the listitem containing Logout link (031 comment) [selenium] - 10https://gerrit.wikimedia.org/r/115928 (owner: 10Cmcmahon) [15:41:23] * zeljkof is out to lunch [15:42:48] chrismcmahon: do you mean test2 has the login issue? [15:42:58] hashar: yes [15:43:03] GOOOD [15:43:08] so it is not only beta :-] [15:43:55] Project browsertests-test2.wikipedia.org-linux-firefox build #918: STILL FAILING in 17 min: https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-linux-firefox/918/ [15:43:56] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [15:44:36] that job on test2 apparently managed to login [15:54:25] vikas: still around? have you looked at the existing preferences tests? [15:58:19] yup there [15:58:36] yes I have [15:59:37] they have used and [16:02:40] chrismcmahon: is that enough to make you understand what the problem I have ? [16:02:56] vikas yes, I think so. [16:03:16] great :) [16:04:18] chrismcmahon: I can use AND, but there are 43 checkbox in that page :( [16:05:06] vikas: vikas mostly in the past we have used your Method 1 because there are a variety of elements in Preferences: checkboxes, radio buttons, select boxes, etc. Each of them is manipulated in a different way. The tests are actually clicking, selecting, etc., but they do not save [16:06:34] ok ! but in gadgets page there are only checkbox. [16:09:01] vikas: we have done some tests that will run through a Scenario Outline and re-use the browser, but I think your Method 1 is probably the simplest thing to do [16:09:55] ok then will follow the first method itself. [16:10:12] vikas: there is one thing, let me find an example [16:10:32] chrismcmohan: ok [16:14:26] vikas: actually, forget it, I thought I had a clever idea, but I don't think it would work in practice [16:15:21] chrismcmahon: For now I will use method 1 itself, let me know when you get it. :) [17:09:18] Project browsertests-test2.wikipedia.org-linux-firefox build #919: STILL FAILING in 13 min: https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-linux-firefox/919/ [17:14:29] Yippee, build fixed! [17:14:30] Project UploadWizard-api-commons.wikimedia.org build #142: FIXED in 1 min 30 sec: https://wmf.ci.cloudbees.com/job/UploadWizard-api-commons.wikimedia.org/142/ [17:38:31] chrismcmahon: l10n cache was broken on beta for a few hours/days whatever [17:38:34] got a hack to fix it up [17:38:38] that managed to update https://integration.wikimedia.org/ci/job/beta-code-update/49938/console [17:38:43] related bug is https://bugzilla.wikimedia.org/show_bug.cgi?id=62262 [17:38:48] I am off got to rush back home [17:38:57] thanks hashar [17:39:43] hashar: around? [17:49:23] (03PS3) 10Hashar: Moved Jenkins doc to jenkins-job-builder-config repo [selenium] - 10https://gerrit.wikimedia.org/r/116972 (owner: 10Zfilipin) [17:49:42] (03CR) 10Hashar: [C: 031] "Rewrote commit summary. Good to me! Well done Zeljkof." [selenium] - 10https://gerrit.wikimedia.org/r/116972 (owner: 10Zfilipin) [17:51:31] (03CR) 10Cmcmahon: [C: 031] Moved Jenkins doc to jenkins-job-builder-config repo [selenium] - 10https://gerrit.wikimedia.org/r/116972 (owner: 10Zfilipin) [17:54:28] (03CR) 10KartikMistry: [C: 031] Moved Jenkins doc to jenkins-job-builder-config repo [selenium] - 10https://gerrit.wikimedia.org/r/116972 (owner: 10Zfilipin) [17:58:57] (03PS1) 10Cmcmahon: AFT is retired, don't run the test in the build [qa/browsertests] - 10https://gerrit.wikimedia.org/r/117001 [17:59:30] (03CR) 10Cmcmahon: [C: 032] AFT is retired, don't run the test in the build [qa/browsertests] - 10https://gerrit.wikimedia.org/r/117001 (owner: 10Cmcmahon) [17:59:35] (03Merged) 10jenkins-bot: AFT is retired, don't run the test in the build [qa/browsertests] - 10https://gerrit.wikimedia.org/r/117001 (owner: 10Cmcmahon) [18:07:59] Project UniversalLanguageSelector-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_10 build #40: STILL FAILING in 5 min 11 sec: https://wmf.ci.cloudbees.com/job/UniversalLanguageSelector-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_10/40/ [18:08:00] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [18:08:00] * amir.aharoni: Make jqueryMsg a dependency of ext.uls.interface [18:09:06] Project Translate-meta.wikimedia.org-linux-firefox build #191: SUCCESS in 2 min 13 sec: https://wmf.ci.cloudbees.com/job/Translate-meta.wikimedia.org-linux-firefox/191/ [18:09:07] * Niklas Laxström: Workaround for CSSJanus bug 61440 [18:09:07] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [18:09:08] * amir.aharoni: Support insertables with numbers in the end [18:09:08] * Niklas Laxström: Improvements to TUX shortcuts [18:13:40] (03PS4) 10Krinkle: Various clean up and refactor to make mediawiki-core-npm faster [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/116125 [18:27:26] Project browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_6 build #452: STILL FAILING in 18 min: https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_6/452/ [18:27:27] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [18:27:27] * cmcmahon: AFT is retired, don't run the test in the build [18:27:51] Project browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_9 build #607: STILL FAILING in 19 min: https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_9/607/ [18:27:52] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [18:27:52] * cmcmahon: AFT is retired, don't run the test in the build [18:46:51] Yippee, build fixed! [18:46:51] Project browsertests-test2.wikipedia.org-windows-internet_explorer_10 build #500: FIXED in 19 min: https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-windows-internet_explorer_10/500/ [18:46:52] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [18:46:52] * cmcmahon: AFT is retired, don't run the test in the build [18:48:53] what did I do now? :O [18:50:44] Nikerabbit: context? [18:51:24] 19.07 < wmf-selenium-bot> Project UniversalLanguageSelector-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_10 build #40: STILL FAILING in 5 min 11 sec: [18:51:29] etc. [18:52:04] [20:08:01] wmf-selenium-bot> * Niklas Laxström: Workaround for CSSJanus bug 61440 [18:52:51] yes I know [18:52:59] Nemo_bis: got a login bug as of yesterday: https://bugzilla.wikimedia.org/show_bug.cgi?id=62244 [18:53:09] wrong window, sorry [18:53:41] Nemo_bis: also waiting to merge this and release a new gem: https://gerrit.wikimedia.org/r/#/c/115928/ [19:05:11] Project VisualEditor-en.wikipedia.beta.wmflabs.org-windows_xp-chrome build #16: STILL FAILING in 18 min: https://wmf.ci.cloudbees.com/job/VisualEditor-en.wikipedia.beta.wmflabs.org-windows_xp-chrome/16/ [19:05:12] jforrester: [Browser tests] Updated Ruby version from 2.1.0 to 2.1.1 [19:09:38] Love that wmf-selenium-bot blames the last committer, not the originator, of patches, unlike everything else. :-) [19:11:26] James_F: yeah, I'm not sure where that came from. we just complete re-did our Jenkins arrangements [19:14:18] Project Flow-test2.wikipedia.org-linux-firefox build #158: STILL FAILING in 9 min 6 sec: https://wmf.ci.cloudbees.com/job/Flow-test2.wikipedia.org-linux-firefox/158/ [19:14:19] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [19:15:19] gah, the login bug is going to cause a lot of failures [19:18:24] Project Flow-en.wikipedia.beta.wmflabs.org-linux-chrome build #284: STILL FAILING in 3 min 51 sec: https://wmf.ci.cloudbees.com/job/Flow-en.wikipedia.beta.wmflabs.org-linux-chrome/284/ [19:18:25] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [19:20:20] Project UploadWizard-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_9 build #624: STILL FAILING in 1 min 43 sec: https://wmf.ci.cloudbees.com/job/UploadWizard-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_9/624/ [19:20:20] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [19:42:44] Project browsertests-test2.wikipedia.org-windows-internet_explorer_9 build #815: STILL FAILING in 22 min: https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-windows-internet_explorer_9/815/ [19:42:44] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [19:42:45] * cmcmahon: AFT is retired, don't run the test in the build [19:45:47] Project UniversalLanguageSelector-sandbox.translatewiki.net-linux-firefox build #271: SUCCESS in 2 min 50 sec: https://wmf.ci.cloudbees.com/job/UniversalLanguageSelector-sandbox.translatewiki.net-linux-firefox/271/ [19:45:48] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [19:45:49] * amir.aharoni: Make jqueryMsg a dependency of ext.uls.interface [19:48:03] (03CR) 10Hashar: [C: 032] "Got enough approval. Lets be bold and merge :]" [selenium] - 10https://gerrit.wikimedia.org/r/116972 (owner: 10Zfilipin) [19:48:05] (03Merged) 10jenkins-bot: Moved Jenkins doc to jenkins-job-builder-config repo [selenium] - 10https://gerrit.wikimedia.org/r/116972 (owner: 10Zfilipin) [19:54:23] Project browsertests-en.wikipedia.beta.wmflabs.org-linux-firefox build #684: STILL FAILING in 8 min 35 sec: https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-linux-firefox/684/ [19:54:23] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [19:54:24] * cmcmahon: AFT is retired, don't run the test in the build [19:55:41] Yippee, build fixed! [19:55:41] Project VisualEditor-test2.wikipedia.org-linux-firefox build #378: FIXED in 1 hr 27 min: https://wmf.ci.cloudbees.com/job/VisualEditor-test2.wikipedia.org-linux-firefox/378/ [19:55:41] jforrester: [Browser tests] Updated Ruby version from 2.1.0 to 2.1.1 [19:57:24] Project UploadWizard-commons.wikimedia.beta.wmflabs.org-linux-chrome build #691: STILL FAILING in 1 min 43 sec: https://wmf.ci.cloudbees.com/job/UploadWizard-commons.wikimedia.beta.wmflabs.org-linux-chrome/691/ [19:57:24] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [20:03:02] Project Flow-test2.wikipedia.org-linux-chrome build #156: STILL FAILING in 8 min 25 sec: https://wmf.ci.cloudbees.com/job/Flow-test2.wikipedia.org-linux-chrome/156/ [20:03:03] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [20:17:28] Project VisualEditor-en.wikipedia.beta.wmflabs.org-linux-firefox build #369: STILL FAILING in 19 min: https://wmf.ci.cloudbees.com/job/VisualEditor-en.wikipedia.beta.wmflabs.org-linux-firefox/369/ [20:17:29] * jforrester: [Browser tests] Updated Ruby version from 2.1.0 to 2.1.1 [20:17:30] * moriel: Deal with 'none'/'border' and default size in media edit [20:33:23] Project MobileFrontend-en.m.wikipedia.beta.wmflabs.org-linux-chrome build #304: STILL FAILING in 30 min: https://wmf.ci.cloudbees.com/job/MobileFrontend-en.m.wikipedia.beta.wmflabs.org-linux-chrome/304/ [20:37:53] Project VisualEditor-en.wikipedia.beta.wmflabs.org-windows_xp-firefox build #16: STILL FAILING in 20 min: https://wmf.ci.cloudbees.com/job/VisualEditor-en.wikipedia.beta.wmflabs.org-windows_xp-firefox/16/ [20:37:53] * jforrester: [Browser tests] Updated Ruby version from 2.1.0 to 2.1.1 [20:37:54] * moriel: Deal with 'none'/'border' and default size in media edit [20:38:33] Project MultimediaViewer-en.wikipedia.beta.wmflabs.org-linux-firefox build #89: STILL FAILING in 40 sec: https://wmf.ci.cloudbees.com/job/MultimediaViewer-en.wikipedia.beta.wmflabs.org-linux-firefox/89/ [20:38:34] tgr.huwiki: Get rid of global viewer instance [20:54:59] Project VisualEditor-en.wikipedia.beta.wmflabs.org-linux-chrome build #357: STILL FAILING in 16 min: https://wmf.ci.cloudbees.com/job/VisualEditor-en.wikipedia.beta.wmflabs.org-linux-chrome/357/ [20:55:00] * jforrester: [Browser tests] Updated Ruby version from 2.1.0 to 2.1.1 [20:55:01] * moriel: Deal with 'none'/'border' and default size in media edit [21:04:21] (03PS1) 10Hashar: Parsoid: uses ZUUL_COMMIT as a git refspec to build [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/117045 [21:04:53] (03PS2) 10Hashar: Parsoid: uses ZUUL_COMMIT as a git refspec to build [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/117045 [21:06:11] (03PS3) 10Hashar: Parsoid: uses ZUUL_COMMIT as a git refspec to build [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/117045 [21:08:00] hashar: moving beta sounds like fun ;p [21:08:07] enjoy! [21:09:39] (03CR) 10Hashar: "I have refreshed all the jobs. That should improve things a bit." [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/117045 (owner: 10Hashar) [21:10:56] addshore: yeah that is going to be a bit messy :D [21:16:21] Project browsertests-test2.wikipedia.org-windows-internet_explorer_6 build #676: STILL FAILING in 21 min: https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-windows-internet_explorer_6/676/ [21:16:22] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [21:16:22] * cmcmahon: AFT is retired, don't run the test in the build [21:18:10] Project UploadWizard-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_10 build #513: STILL FAILING in 1 min 36 sec: https://wmf.ci.cloudbees.com/job/UploadWizard-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_10/513/ [21:18:11] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [21:26:42] Project browsertests-en.wikipedia.beta.wmflabs.org-linux-chrome build #706: STILL FAILING in 8 min 18 sec: https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-linux-chrome/706/ [21:26:43] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [21:26:43] * cmcmahon: AFT is retired, don't run the test in the build [21:32:59] (03PS1) 10Vikassy: Added browser test for Preferences Gadgets tab [qa/browsertests] - 10https://gerrit.wikimedia.org/r/117088 [21:33:58] (03CR) 10jenkins-bot: [V: 04-1] Added browser test for Preferences Gadgets tab [qa/browsertests] - 10https://gerrit.wikimedia.org/r/117088 (owner: 10Vikassy) [21:39:16] Project VisualEditor-test2.wikipedia.org-linux-chrome build #351: STILL FAILING in 1 hr 5 min: https://wmf.ci.cloudbees.com/job/VisualEditor-test2.wikipedia.org-linux-chrome/351/ [21:39:17] * jforrester: [Browser tests] Updated Ruby version from 2.1.0 to 2.1.1 [21:39:17] * moriel: Deal with 'none'/'border' and default size in media edit [21:40:23] Project WikiLove-en.wikipedia.beta.wmflabs.org-linux-firefox build #31: STILL FAILING in 52 sec: https://wmf.ci.cloudbees.com/job/WikiLove-en.wikipedia.beta.wmflabs.org-linux-firefox/31/ [21:40:24] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [21:40:43] (03PS4) 10Hashar: Parsoid: uses ZUUL_COMMIT as a git refspec to build [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/117045 [21:42:58] (03PS5) 10Hashar: Parsoid: uses ZUUL_COMMIT as a git refspec to build [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/117045 [21:43:21] (03CR) 10Hashar: "I forgot to update the parsoidsvc-php-parsertests job as well." [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/117045 (owner: 10Hashar) [21:52:26] Yippee, build fixed! [21:52:26] Project browsertests-test2.wikipedia.org-windows-internet_explorer_7 build #696: FIXED in 25 min: https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-windows-internet_explorer_7/696/ [21:52:27] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [21:52:27] * cmcmahon: AFT is retired, don't run the test in the build [21:53:09] Project ZeroRatedMobileAccess-en.m.wikipedia.org-linux-phantomjs build #37: SUCCESS in 43 sec: https://wmf.ci.cloudbees.com/job/ZeroRatedMobileAccess-en.m.wikipedia.org-linux-phantomjs/37/ [21:53:10] * abaso: Only send zero-rated message for app if images also zero-rated. [21:53:10] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [21:58:41] Project Flow-en.wikipedia.beta.wmflabs.org-linux-firefox build #284: STILL FAILING in 5 min 31 sec: https://wmf.ci.cloudbees.com/job/Flow-en.wikipedia.beta.wmflabs.org-linux-firefox/284/ [21:58:42] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [21:58:42] * l10n-bot: Localisation updates from https://translatewiki.net. [22:05:20] Yippee, build fixed! [22:05:20] Project browsertests-test2.wikipedia.org-windows-internet_explorer_8 build #782: FIXED in 24 min: https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-windows-internet_explorer_8/782/ [22:05:21] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [22:05:21] * cmcmahon: AFT is retired, don't run the test in the build [22:06:53] Project CirrusSearch-en.wikipedia.beta.wmflabs.org-linux-firefox build #43: SUCCESS in 1 min 33 sec: https://wmf.ci.cloudbees.com/job/CirrusSearch-en.wikipedia.beta.wmflabs.org-linux-firefox/43/ [22:06:54] * neverett: Setup jenkins configuration [22:06:54] * chadh: Up the size from the default of 10 to 5000 since we really want all [22:06:55] * chadh: Use actual percentage difference formula [22:09:47] (03CR) 10Krinkle: "Indeed, -xe is the default for shell scripts. If you override it with a custom hash bang (#!/bin/bash) then you'll need to provide your ow" [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/111136 (owner: 10MarkTraceur) [22:14:21] Project browsertests-test2.wikipedia.org-linux-chrome build #943: STILL FAILING in 15 min: https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-linux-chrome/943/ [22:14:22] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [22:14:22] * cmcmahon: AFT is retired, don't run the test in the build [22:26:23] Project Flow-test2.wikipedia.org-windows-internet-explorer-10 build #97: STILL FAILING in 11 min: https://wmf.ci.cloudbees.com/job/Flow-test2.wikipedia.org-windows-internet-explorer-10/97/ [22:26:24] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [22:26:24] * l10n-bot: Localisation updates from https://translatewiki.net. [22:39:26] Project MobileFrontend-en.m.wikipedia.beta.wmflabs.org-linux-firefox build #391: STILL FAILING in 32 min: https://wmf.ci.cloudbees.com/job/MobileFrontend-en.m.wikipedia.beta.wmflabs.org-linux-firefox/391/ [22:39:27] l10n-bot: Localisation updates from https://translatewiki.net. [22:57:03] Project MobileFrontend-test2.m.wikipedia.org-linux-firefox build #300: STILL FAILING in 30 min: https://wmf.ci.cloudbees.com/job/MobileFrontend-test2.m.wikipedia.org-linux-firefox/300/ [22:57:03] l10n-bot: Localisation updates from https://translatewiki.net. [23:05:27] Project VisualEditor-en.wikipedia.beta.wmflabs.org-macos-firefox build #18: STILL FAILING in 25 min: https://wmf.ci.cloudbees.com/job/VisualEditor-en.wikipedia.beta.wmflabs.org-macos-firefox/18/ [23:05:27] * jforrester: [Browser tests] Updated Ruby version from 2.1.0 to 2.1.1 [23:05:28] * moriel: Deal with 'none'/'border' and default size in media edit [23:05:28] * l10n-bot: Localisation updates from https://translatewiki.net. [23:09:58] Project UniversalLanguageSelector-commons.wikimedia.beta.wmflabs.org-linux-firefox build #329: STILL FAILING in 4 min 31 sec: https://wmf.ci.cloudbees.com/job/UniversalLanguageSelector-commons.wikimedia.beta.wmflabs.org-linux-firefox/329/ [23:09:59] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [23:09:59] * amir.aharoni: Make jqueryMsg a dependency of ext.uls.interface [23:10:00] * l10n-bot: Localisation updates from https://translatewiki.net. [23:11:38] Project UploadWizard-api-commons.wikimedia.beta.wmflabs.org build #153: SUCCESS in 1 min 26 sec: https://wmf.ci.cloudbees.com/job/UploadWizard-api-commons.wikimedia.beta.wmflabs.org/153/ [23:20:39] Project browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_7 build #512: STILL FAILING in 23 min: https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_7/512/ [23:20:39] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [23:20:40] * cmcmahon: AFT is retired, don't run the test in the build [23:22:16] Project UploadWizard-api-commons.wikimedia.org build #143: SUCCESS in 1 min 25 sec: https://wmf.ci.cloudbees.com/job/UploadWizard-api-commons.wikimedia.org/143/ [23:29:06] Project Flow-en.wikipedia.beta.wmflabs.org-windows-internet-explorer-10 build #184: STILL FAILING in 6 min 50 sec: https://wmf.ci.cloudbees.com/job/Flow-en.wikipedia.beta.wmflabs.org-windows-internet-explorer-10/184/ [23:29:07] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [23:29:08] * l10n-bot: Localisation updates from https://translatewiki.net. [23:34:10] Project Translate-sandbox.translatewiki.net-linux-firefox build #293: STILL FAILING in 22 min: https://wmf.ci.cloudbees.com/job/Translate-sandbox.translatewiki.net-linux-firefox/293/ [23:34:10] * Niklas Laxström: Workaround for CSSJanus bug 61440 [23:34:11] * vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [23:34:11] * amir.aharoni: Support insertables with numbers in the end [23:34:12] * Niklas Laxström: Improvements to TUX shortcuts [23:34:12] * l10n-bot: Localisation updates from https://translatewiki.net. [23:35:56] Project TwnMainPage-sandbox.translatewiki.net-linux-firefox build #288: STILL FAILING in 6 min 35 sec: https://wmf.ci.cloudbees.com/job/TwnMainPage-sandbox.translatewiki.net-linux-firefox/288/ [23:35:56] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [23:48:37] Yippee, build fixed! [23:48:37] Project browsertests-test2.wikipedia.org-linux-firefox build #920: FIXED in 14 min: https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-linux-firefox/920/ [23:48:38] cmcmahon: AFT is retired, don't run the test in the build [23:50:05] Project UploadWizard-commons.wikimedia.beta.wmflabs.org-linux-firefox build #650: STILL FAILING in 1 min 28 sec: https://wmf.ci.cloudbees.com/job/UploadWizard-commons.wikimedia.beta.wmflabs.org-linux-firefox/650/ [23:50:06] vikasyaligar.it: Updated Ruby version from 2.1.0 to 2.1.1 [23:51:32] Project CirrusSearch-test2.wikipedia.org-linux-firefox build #41: SUCCESS in 1 min 14 sec: https://wmf.ci.cloudbees.com/job/CirrusSearch-test2.wikipedia.org-linux-firefox/41/ [23:51:33] * neverett: Setup jenkins configuration [23:51:33] * chadh: Up the size from the default of 10 to 5000 since we really want all [23:51:34] * chadh: Use actual percentage difference formula [23:54:08] Project MobileFrontend-en.m.wikipedia.org-linux-firefox build #341: STILL FAILING in 17 min: https://wmf.ci.cloudbees.com/job/MobileFrontend-en.m.wikipedia.org-linux-firefox/341/ [23:54:08] l10n-bot: Localisation updates from https://translatewiki.net. [23:59:09] two more builds and selenium-bot will shut up :-)