Page MenuHomePhabricator

Concurrent builds using local Chromium/Firefox browsers on Linux host fail
Closed, ResolvedPublic

Description

Upstream: https://github.com/karma-runner/karma/issues/1321

It seems there is an issue with using local web browsers concurrently. They share an Xvfb, so that could be a cause.

I'm not sure it is related to focus since I can run the tests locally at the same time without an issue. And in cases where this fails, often both builds fail. Not just the one that started first or last in tha overlap.

Event Timeline

Krinkle raised the priority of this task from to Needs Triage.
Krinkle updated the task description. (Show Details)
Krinkle subscribed.
Krinkle renamed this task from Concurrent builds using local web browsers on Linux host (Chromium/Firefox) fail to Concurrent builds using local Chromium/Firefox browsers on Linux host fail.Feb 26 2015, 6:52 PM

Today I investigated this on integration-slave1010. I set up a MediaWiki by running the build manually, executing the same steps (as jenkins-deploy).

At the grunt karma:main step, I ran a few in parallel by using the bash & operator and running it thrice in the background. All passed.

I ran it a few more times using grunt karma:more instead – which spawns Firefox in addition to Chromium. Verified, by taking an Xvfb screenshot, that they are in fact sharing the same display and all running at the same time.

image_Fri_Feb_27_15:05:06_UTC_2015.png (1×1 px, 40 KB)

All passed.

[1]   Done                    grunt karma:more
[2]   Done                    grunt karma:more
[3]   Done                    grunt karma:more
[4]-  Done                    grunt karma:more
[5]+  Done                    grunt karma:more

In attempt to have it fail, I opened a second shell session and ran 8 in one tab and 2 in another. Each grunt karma:more process correctly starts its own Karma server and new instances of Chromium and Firefox. All passed.

I ran it a bunch more times and eventually started getting disconnects. It's related to timing. When the runs all start at once it seems fine, but when a second run starts later (giving the earlier one a few seconds to start producing results) then a disconnect pops up.

<cut>
................................................................WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.

Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.005 secs / 0 secs)
....................................................

<cut>

[1]   Exit 3                  grunt karma:more
[2]   Exit 3                  grunt karma:more
[3]   Done                    grunt karma:more
[4]   Done                    grunt karma:more
[5]   Done                    grunt karma:more
[6]   Exit 3                  grunt karma:more
[7]   Exit 3                  grunt karma:more
[8]   Done                    grunt karma:more
[9]   Done                    grunt karma:more
[10]   Done                    grunt karma:more
[11]   Done                    grunt karma:more
[12]-  Exit 3                  grunt karma:more
[13]+  Done                    grunt karma:more

This run, 8 were started at once. And later started 5 more several seconds spaced out between each other. I took screenshots throughout but found nothing out of the ordinary on the display.

1jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
2[1] 3743
3jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
4[2] 3746
5jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
6[3] 3748
7jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
8[4] 3750
9jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
10[5] 3752
11jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
12[6] 3754
13jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ Running "karma:more" (karma) task
14grunt karma:more &INFO [karma]: Karma v0.12.31 server started at http://localhost:9876/
15INFO [launcher]: Starting browser Chrome
16
17[7] 3761
18jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ INFO [launcher]: Starting browser Firefox
19Running "karma:more" (karma) task
20WARN [karma]: Port 9876 in use
21INFO [karma]: Karma v0.12.31 server started at http://localhost:9877/
22INFO [launcher]: Starting browser Chrome
23INFO [launcher]: Starting browser Firefox
24grunt karma:more &
25[8] 3800
26jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
27[9] 3817
28jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
29[10] 3825
30jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
31[11] 3831
32jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
33[12] 3837
34jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$
35jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &Running "karma:more" (karma) task
36WARN [karma]: Port 9876 in use
37WARN [karma]: Port 9877 in use
38INFO [karma]: Karma v0.12.31 server started at http://localhost:9878/
39INFO [launcher]: Starting browser Chrome
40INFO [launcher]: Starting browser Firefox
41Running "karma:more" (karma) task
42WARN [karma]: Port 9876 in use
43WARN [karma]: Port 9877 in use
44WARN [karma]: Port 9878 in use
45INFO [karma]: Karma v0.12.31 server started at http://localhost:9879/
46INFO [launcher]: Starting browser Chrome
47INFO [launcher]: Starting browser Firefox
48Running "karma:more" (karma) task
49WARN [karma]: Port 9876 in use
50WARN [karma]: Port 9877 in use
51WARN [karma]: Port 9878 in use
52WARN [karma]: Port 9879 in use
53INFO [karma]: Karma v0.12.31 server started at http://localhost:9880/
54INFO [launcher]: Starting browser Chrome
55INFO [launcher]: Starting browser Firefox
56Running "karma:more" (karma) task
57Running "karma:more" (karma) task
58WARN [karma]: Port 9876 in use
59WARN [karma]: Port 9877 in use
60WARN [karma]: Port 9878 in use
61WARN [karma]: Port 9879 in use
62WARN [karma]: Port 9880 in use
63WARN [karma]: Port 9881 in use
64WARN [karma]: Port 9882 in use
65WARN [karma]: Port 9883 in use
66WARN [karma]: Port 9884 in use
67WARN [karma]: Port 9885 in use
68INFO [karma]: Karma v0.12.31 server started at http://localhost:9886/
69INFO [launcher]: Starting browser Chrome
70INFO [launcher]: Starting browser Firefox
71WARN [karma]: Port 9876 in use
72WARN [karma]: Port 9877 in use
73WARN [karma]: Port 9878 in use
74WARN [karma]: Port 9879 in use
75WARN [karma]: Port 9880 in use
76WARN [karma]: Port 9881 in use
77WARN [karma]: Port 9882 in use
78WARN [karma]: Port 9883 in use
79WARN [karma]: Port 9884 in use
80WARN [karma]: Port 9885 in use
81WARN [karma]: Port 9886 in use
82INFO [karma]: Karma v0.12.31 server started at http://localhost:9887/
83INFO [launcher]: Starting browser Chrome
84INFO [launcher]: Starting browser Firefox
85Running "karma:more" (karma) task
86Running "karma:more" (karma) task
87Running "karma:more" (karma) task
88WARN [karma]: Port 9876 in use
89WARN [karma]: Port 9877 in use
90WARN [karma]: Port 9878 in use
91WARN [karma]: Port 9879 in use
92WARN [karma]: Port 9880 in use
93WARN [karma]: Port 9881 in use
94WARN [karma]: Port 9882 in use
95WARN [karma]: Port 9883 in use
96WARN [karma]: Port 9884 in use
97WARN [karma]: Port 9885 in use
98WARN [karma]: Port 9886 in use
99WARN [karma]: Port 9887 in use
100INFO [karma]: Karma v0.12.31 server started at http://localhost:9888/
101INFO [launcher]: Starting browser Chrome
102INFO [launcher]: Starting browser Firefox
103WARN [karma]: Port 9876 in use
104WARN [karma]: Port 9877 in use
105WARN [karma]: Port 9878 in use
106WARN [karma]: Port 9879 in use
107WARN [karma]: Port 9880 in use
108WARN [karma]: Port 9881 in use
109WARN [karma]: Port 9882 in use
110WARN [karma]: Port 9883 in use
111WARN [karma]: Port 9884 in use
112WARN [karma]: Port 9885 in use
113WARN [karma]: Port 9886 in use
114WARN [karma]: Port 9887 in use
115WARN [karma]: Port 9888 in use
116WARN [karma]: Port 9876 in use
117WARN [karma]: Port 9877 in use
118INFO [karma]: Karma v0.12.31 server started at http://localhost:9889/
119INFO [launcher]: Starting browser Chrome
120WARN [karma]: Port 9878 in use
121WARN [karma]: Port 9879 in use
122WARN [karma]: Port 9880 in use
123WARN [karma]: Port 9881 in use
124WARN [karma]: Port 9882 in use
125WARN [karma]: Port 9883 in use
126WARN [karma]: Port 9884 in use
127WARN [karma]: Port 9885 in use
128WARN [karma]: Port 9886 in use
129WARN [karma]: Port 9887 in use
130WARN [karma]: Port 9888 in use
131WARN [karma]: Port 9889 in use
132INFO [karma]: Karma v0.12.31 server started at http://localhost:9890/
133INFO [launcher]: Starting browser Firefox
134INFO [launcher]: Starting browser Chrome
135INFO [launcher]: Starting browser Firefox
136Running "karma:more" (karma) task
137WARN [karma]: Port 9876 in use
138WARN [karma]: Port 9877 in use
139WARN [karma]: Port 9878 in use
140WARN [karma]: Port 9879 in use
141WARN [karma]: Port 9880 in use
142WARN [karma]: Port 9881 in use
143WARN [karma]: Port 9882 in use
144WARN [karma]: Port 9883 in use
145WARN [karma]: Port 9884 in use
146WARN [karma]: Port 9885 in use
147WARN [karma]: Port 9886 in use
148WARN [karma]: Port 9887 in use
149WARN [karma]: Port 9888 in use
150WARN [karma]: Port 9889 in use
151WARN [karma]: Port 9890 in use
152INFO [karma]: Karma v0.12.31 server started at http://localhost:9891/
153INFO [launcher]: Starting browser Chrome
154INFO [launcher]: Starting browser Firefox
155Running "karma:more" (karma) task
156INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket ne3Z9u1UBjIl55L3p7ky with id 96271924
157WARN [karma]: Port 9876 in use
158WARN [karma]: Port 9877 in use
159WARN [karma]: Port 9878 in use
160WARN [karma]: Port 9879 in use
161WARN [karma]: Port 9880 in use
162WARN [karma]: Port 9881 in use
163WARN [karma]: Port 9882 in use
164WARN [karma]: Port 9883 in use
165WARN [karma]: Port 9884 in use
166WARN [karma]: Port 9885 in use
167WARN [karma]: Port 9886 in use
168WARN [karma]: Port 9887 in use
169WARN [karma]: Port 9888 in use
170WARN [karma]: Port 9889 in use
171WARN [karma]: Port 9890 in use
172WARN [karma]: Port 9891 in use
173INFO [karma]: Karma v0.12.31 server started at http://localhost:9892/
174INFO [launcher]: Starting browser Chrome
175INFO [launcher]: Starting browser Firefox
176INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket xk44Tp6WUkggT0-Tp7mR with id 18495071
177INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket c9_C1Virbx9wwXJ2p7kz with id 76281285
178
179[13] 6194
180jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ ..............INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket 4q9hSYJD-KbQQiNjp7mS with id 37472773
181..................................................INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket 7gbuO2P7sDtRXwJvp71_ with id 79199233
182................WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
183
184Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.018 secs / 0 secs)
185....................INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket VOAqTDI6aBPUQ0b5p8G0 with id 27611269
186WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
187
188Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.005 secs / 0 secs)
189.......INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket DbjDVmLmXC2pARTWp8g- with id 34618360
190.....INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket NFEqzRBJy7tIcp2hp72A with id 15656378
191...................................................INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket tnWBKLpzf1RF4Stjp8G1 with id 52441338
192.............INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket TYfm6vlF1RGvwWP1p8g_ with id 56866990
193.............................................................................................................INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket qCXaRSjaXCjvHIqvp9eG with id 30844203
194.INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket vFZw2YtwA8wM4GlSp9Vr with id 36186718
195...............................................................INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket ZDyuIo-wJ7mCykFsp9-- with id 43723759
196............................
197........................................Running "karma:more" (karma) task
198............INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket WCffEl54VqHIJwFvp-JQ with id 50453796
199.INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket roVzTilzGSFarXKcp9eH with id 52673073
200INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket KFRVqoB9HIzRNMG2p9Vs with id 47552056
201....INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket Sih5cjPL_qsHA7t7p-KK with id 80620849
202.........
203...........WARN [karma]: Port 9876 in use
204WARN [karma]: Port 9877 in use
205WARN [karma]: Port 9878 in use
206WARN [karma]: Port 9879 in use
207WARN [karma]: Port 9880 in use
208..WARN [karma]: Port 9881 in use
209WARN [karma]: Port 9882 in use
210WARN [karma]: Port 9883 in use
211WARN [karma]: Port 9884 in use
212WARN [karma]: Port 9885 in use
213.WARN [karma]: Port 9886 in use
214.WARN [karma]: Port 9887 in use
215WARN [karma]: Port 9888 in use
216.WARN [karma]: Port 9889 in use
217WARN [karma]: Port 9890 in use
218WARN [karma]: Port 9891 in use
219.WARN [karma]: Port 9892 in use
220WARN [karma]: Port 9893 in use
221.INFO [karma]: Karma v0.12.31 server started at http://localhost:9894/
222.....INFO [launcher]: Starting browser Chrome
223...INFO [launcher]: Starting browser Firefox
224..............INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket NfpJH-dL__Mh6Zudp9-_ with id 90928165
225.....INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket VV6OgmAxBmH4b7QLp-o1 with id 34584081
226.............
227......................................................INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket Vl1rWhhPIe4kFqKfp-JR with id 55472211
228.............
229.............................INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket ut_6K-3z0Oactc7Ap-KL with id 17523562
230.
231.....................INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket OjCnJjCABbBrACT7p_IV with id 49025069
232....INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket -vltJkBBOcVAIvyPp-o2 with id 44385578
233.......................................................................................................................................................................................................................................................................................................................WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
234.
235Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.009 secs / 0 secs)
236.............
237.................................................................INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket BWoVAxXllGZlzZrpp_IW with id 16188571
238...................................................
239LOG: 'Exception thrown by test.module1'
240.ERROR: 'Error: expected', Error{}
241..........................................................................................................................
242....................................
243.........
244..............................................................................................................................................
245................................................................WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
246
247Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.005 secs / 0 secs)
248............................................................WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
249
250Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.002 secs / 0 secs)
251....................................................
252LOG: 'Exception thrown by test.module1'
253....ERROR: 'Error: expected', Error{}
254...........................
255...................................................................................................................
256................
257Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (43.218 secs / 38.69 secs)
258....................................................................Warning: Task "karma:more" failed. Use --force to continue.
259
260Aborted due to warnings.
261....................................
262..............................................................................................................................................................
263................................................................................
264....................
265Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (39.854 secs / 36.363 secs)
266......................
267Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
268.Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
269........................
270..................................................Warning: Task "karma:more" failed. Use --force to continue.
271
272Aborted due to warnings.
273.........
274.......................
275........
276..........................................................................
277.........
278..............................................................
279...........
280Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
281Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
282............................................
283Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
284.Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
285.................................................................................................................................................................................................
286....
287..........................................................................................................................................
288Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (32.219 secs / 29.406 secs)
289..................................
290.................................................................
291....
292..........................................
293Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (30.091 secs / 27.218 secs)
294..........................
295..........................
296Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (29.769 secs / 26.908 secs)
297....................
298Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
299Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
300..............................................................................................................................................................................................
301....
302Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
303Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
304.........................................
305LOG: 'Exception thrown by test.module1'
306ERROR: 'Error: expected', Error{}
307.................................................................................
308LOG: 'Exception thrown by test.module1'
309ERROR: 'Error: expected', Error{}
310...............INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket xnMUg2Qr4Rjen6NoqHJt with id 72877941
311...........................................................
312.................................................................................................................................................................................................................
313Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (21.8 secs / 19.297 secs)
314....
315Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
316..Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
317................................
318..........................................................................................................
319........
320Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (17.248 secs / 15.57 secs)
321.................
322Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (20.944 secs / 18.739 secs)
323..
324............INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket kt66PKQMyL4RpSFbqHJu with id 71451376
325.........Warning: Task "karma:more" failed. Use --force to continue.
326
327Aborted due to warnings.
328...........................................
329.....
330Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (23.684 secs / 20.905 secs)
331...
332LOG: 'Exception thrown by test.module1'
333ERROR: 'Error: expected', Error{}
334.............................................
335...............Warning: Task "karma:more" failed. Use --force to continue.
336
337Aborted due to warnings.
338................
339Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (19.515 secs / 17.819 secs)
340....................................................................................................................
341Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
342Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
343.........................................................................................................
344.....................
345Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (18.613 secs / 16.85 secs)
346.......................................Warning: Task "karma:more" failed. Use --force to continue.
347
348Aborted due to warnings.
349...........................................................
350...................
351...................................................................................................
352Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (16.045 secs / 14.156 secs)
353...........
354.....................
355Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
356Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
357.................................................................................................
358....
359Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
360Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
361...........................
362.............................................................................................
363.......................................
364Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
365Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
366.............
367.......
368Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (33.656 secs / 31.052 secs)
369TOTAL: 522 SUCCESS
370.
371Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
372Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
373......
374Done, without errors.
375...................................................................................................................................
376...
377Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (31.201 secs / 29.178 secs)
378TOTAL: 522 SUCCESS
379.
380Done, without errors.
381...............................................................
382..............................................................
383.......
384Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (30.806 secs / 28.802 secs)
385TOTAL: 522 SUCCESS
386.........
387Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
388Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
389....
390Done, without errors.
391........................
392...
393Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (24.578 secs / 23.003 secs)
394TOTAL: 522 SUCCESS
395...
396...
397Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
398Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
399...
400Done, without errors.
401.......
402Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
403Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
404............................................................................................
405Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
406Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
407...............................................................................................................................................................................
408...
409Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (21.36 secs / 18.95 secs)
410TOTAL: 522 SUCCESS
411.................
412Done, without errors.
413.......................................
414....
415.
416Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (15.73 secs / 14.547 secs)
417TOTAL: 522 SUCCESS
418...
419Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (20.424 secs / 18.932 secs)
420TOTAL: 522 SUCCESS
421.........
422........
423Done, without errors.
424...........
425Done, without errors.
426.............................
427Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (7.026 secs / 6.579 secs)
428.........................
429Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
430Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
431................................................................................
432...
433Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (7.346 secs / 7.143 secs)
434TOTAL: 522 SUCCESS
435
436Done, without errors.
437
438[1] Exit 3 grunt karma:more
439[2] Exit 3 grunt karma:more
440[3] Done grunt karma:more
441[4] Done grunt karma:more
442[5] Done grunt karma:more
443[6] Exit 3 grunt karma:more
444[7] Exit 3 grunt karma:more
445[8] Done grunt karma:more
446[9] Done grunt karma:more
447[10] Done grunt karma:more
448[11] Done grunt karma:more
449[12]- Exit 3 grunt karma:more
450[13]+ Done grunt karma:more

Reproduced again, this time using Karma logLevel=DEBUG (config)

1jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
2[1] 17535
3jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
4[2] 17579
5jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
6[3] 17600
7jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
8[4] 17640
9jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
10[5] 17657
11jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &Running "karma:more" (karma) task
12DEBUG [config]: No config file specified.
13DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
14DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
15DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
16DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
17
18[6] 17671
19jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ WARN [karma]: Port 9876 in use
20WARN [karma]: Port 9877 in use
21WARN [karma]: Port 9878 in use
22INFO [karma]: Karma v0.12.31 server started at http://localhost:9879/
23INFO [launcher]: Starting browser Chrome
24DEBUG [temp-dir]: Creating temp dir at /tmp/karma-73690282
25DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-73690282 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9879/?id=73690282
26INFO [launcher]: Starting browser Firefox
27DEBUG [temp-dir]: Creating temp dir at /tmp/karma-78374350
28DEBUG [launcher]: firefox http://localhost:9879/?id=78374350 -profile /tmp/karma-78374350 -no-remote
29DEBUG [watcher]: Resolved files:
30 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
31 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
32grunt karma:more &
33[7] 17735
34jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
35[8] 17756
36jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
37[9] 17774
38jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
39[10] 17801
40jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
41[11] 17815
42jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &Running "karma:more" (karma) task
43
44[12] 17824
45jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ DEBUG [config]: No config file specified.
46DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
47DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
48DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
49DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
50grunt karma:more &WARN [karma]: Port 9876 in use
51WARN [karma]: Port 9877 in use
52WARN [karma]: Port 9878 in use
53WARN [karma]: Port 9879 in use
54INFO [karma]: Karma v0.12.31 server started at http://localhost:9880/
55INFO [launcher]: Starting browser Chrome
56DEBUG [temp-dir]: Creating temp dir at /tmp/karma-25336688
57DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-25336688 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9880/?id=25336688
58
59[13] 17856
60jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ INFO [launcher]: Starting browser Firefox
61DEBUG [temp-dir]: Creating temp dir at /tmp/karma-83676202
62DEBUG [launcher]: firefox http://localhost:9880/?id=83676202 -profile /tmp/karma-83676202 -no-remote
63DEBUG [watcher]: Resolved files:
64 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
65 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
66grunt karma:more &
67[14] 17898
68jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
69[15] 17923
70jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ grunt karma:more &
71[16] 17932
72jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ Running "karma:more" (karma) task
73DEBUG [config]: No config file specified.
74DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
75DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
76DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
77DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
78Running "karma:more" (karma) task
79DEBUG [config]: No config file specified.
80WARN [karma]: Port 9876 in use
81WARN [karma]: Port 9877 in use
82DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
83WARN [karma]: Port 9878 in use
84DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
85WARN [karma]: Port 9879 in use
86WARN [karma]: Port 9880 in use
87DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
88INFO [karma]: Karma v0.12.31 server started at http://localhost:9881/
89DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
90INFO [launcher]: Starting browser Chrome
91DEBUG [temp-dir]: Creating temp dir at /tmp/karma-16238944
92DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-16238944 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9881/?id=16238944
93INFO [launcher]: Starting browser Firefox
94DEBUG [temp-dir]: Creating temp dir at /tmp/karma-40618358
95DEBUG [launcher]: firefox http://localhost:9881/?id=40618358 -profile /tmp/karma-40618358 -no-remote
96DEBUG [watcher]: Resolved files:
97 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
98 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
99WARN [karma]: Port 9876 in use
100WARN [karma]: Port 9877 in use
101WARN [karma]: Port 9878 in use
102WARN [karma]: Port 9879 in use
103WARN [karma]: Port 9880 in use
104WARN [karma]: Port 9881 in use
105INFO [karma]: Karma v0.12.31 server started at http://localhost:9882/
106INFO [launcher]: Starting browser Chrome
107DEBUG [temp-dir]: Creating temp dir at /tmp/karma-5880237
108DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-5880237 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9882/?id=5880237
109INFO [launcher]: Starting browser Firefox
110DEBUG [temp-dir]: Creating temp dir at /tmp/karma-69854708
111DEBUG [launcher]: firefox http://localhost:9882/?id=69854708 -profile /tmp/karma-69854708 -no-remote
112DEBUG [watcher]: Resolved files:
113 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
114 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
115DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
116grunt karma:more &
117[17] 18184
118jenkins-deploy@integration-slave1010:/mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src$ Running "karma:more" (karma) task
119DEBUG [config]: No config file specified.
120DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
121DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
122DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
123DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
124WARN [karma]: Port 9876 in use
125WARN [karma]: Port 9877 in use
126WARN [karma]: Port 9878 in use
127WARN [karma]: Port 9879 in use
128WARN [karma]: Port 9880 in use
129WARN [karma]: Port 9881 in use
130WARN [karma]: Port 9882 in use
131INFO [karma]: Karma v0.12.31 server started at http://localhost:9883/
132INFO [launcher]: Starting browser Chrome
133DEBUG [temp-dir]: Creating temp dir at /tmp/karma-41191881
134DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-41191881 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9883/?id=41191881
135INFO [launcher]: Starting browser Firefox
136DEBUG [temp-dir]: Creating temp dir at /tmp/karma-42353277
137DEBUG [launcher]: firefox http://localhost:9883/?id=42353277 -profile /tmp/karma-42353277 -no-remote
138DEBUG [watcher]: Resolved files:
139 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
140 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
141Running "karma:more" (karma) task
142DEBUG [config]: No config file specified.
143DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
144DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
145DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
146DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
147WARN [karma]: Port 9876 in use
148WARN [karma]: Port 9877 in use
149WARN [karma]: Port 9878 in use
150WARN [karma]: Port 9879 in use
151WARN [karma]: Port 9880 in use
152WARN [karma]: Port 9881 in use
153WARN [karma]: Port 9882 in use
154WARN [karma]: Port 9883 in use
155INFO [karma]: Karma v0.12.31 server started at http://localhost:9884/
156INFO [launcher]: Starting browser Chrome
157DEBUG [temp-dir]: Creating temp dir at /tmp/karma-67489961
158DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-67489961 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9884/?id=67489961
159INFO [launcher]: Starting browser Firefox
160DEBUG [temp-dir]: Creating temp dir at /tmp/karma-92707911
161DEBUG [launcher]: firefox http://localhost:9884/?id=92707911 -profile /tmp/karma-92707911 -no-remote
162DEBUG [watcher]: Resolved files:
163 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
164 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
165Running "karma:more" (karma) task
166DEBUG [config]: No config file specified.
167DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
168DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
169DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
170DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
171DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
172WARN [karma]: Port 9876 in use
173WARN [karma]: Port 9877 in use
174WARN [karma]: Port 9878 in use
175WARN [karma]: Port 9879 in use
176WARN [karma]: Port 9880 in use
177WARN [karma]: Port 9881 in use
178WARN [karma]: Port 9882 in use
179WARN [karma]: Port 9883 in use
180WARN [karma]: Port 9884 in use
181INFO [karma]: Karma v0.12.31 server started at http://localhost:9885/
182INFO [launcher]: Starting browser Chrome
183DEBUG [temp-dir]: Creating temp dir at /tmp/karma-62362135
184DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-62362135 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9885/?id=62362135
185INFO [launcher]: Starting browser Firefox
186DEBUG [temp-dir]: Creating temp dir at /tmp/karma-51383501
187DEBUG [launcher]: firefox http://localhost:9885/?id=51383501 -profile /tmp/karma-51383501 -no-remote
188DEBUG [watcher]: Resolved files:
189 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
190 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
191Running "karma:more" (karma) task
192DEBUG [config]: No config file specified.
193DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
194DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
195DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
196DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
197WARN [karma]: Port 9876 in use
198WARN [karma]: Port 9877 in use
199WARN [karma]: Port 9878 in use
200WARN [karma]: Port 9879 in use
201WARN [karma]: Port 9880 in use
202WARN [karma]: Port 9881 in use
203WARN [karma]: Port 9882 in use
204WARN [karma]: Port 9883 in use
205WARN [karma]: Port 9884 in use
206WARN [karma]: Port 9885 in use
207INFO [karma]: Karma v0.12.31 server started at http://localhost:9886/
208INFO [launcher]: Starting browser Chrome
209DEBUG [temp-dir]: Creating temp dir at /tmp/karma-47971306
210DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-47971306 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9886/?id=47971306
211DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
212INFO [launcher]: Starting browser Firefox
213DEBUG [temp-dir]: Creating temp dir at /tmp/karma-28686682
214DEBUG [launcher]: firefox http://localhost:9886/?id=28686682 -profile /tmp/karma-28686682 -no-remote
215DEBUG [watcher]: Resolved files:
216 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
217 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
218Running "karma:more" (karma) task
219DEBUG [config]: No config file specified.
220DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
221DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
222DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
223DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
224DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
225WARN [karma]: Port 9876 in use
226WARN [karma]: Port 9877 in use
227WARN [karma]: Port 9878 in use
228WARN [karma]: Port 9879 in use
229WARN [karma]: Port 9880 in use
230WARN [karma]: Port 9881 in use
231WARN [karma]: Port 9882 in use
232WARN [karma]: Port 9883 in use
233WARN [karma]: Port 9884 in use
234WARN [karma]: Port 9885 in use
235WARN [karma]: Port 9886 in use
236INFO [karma]: Karma v0.12.31 server started at http://localhost:9887/
237INFO [launcher]: Starting browser Chrome
238DEBUG [temp-dir]: Creating temp dir at /tmp/karma-24983924
239DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-24983924 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9887/?id=24983924
240INFO [launcher]: Starting browser Firefox
241DEBUG [temp-dir]: Creating temp dir at /tmp/karma-78914935
242DEBUG [launcher]: firefox http://localhost:9887/?id=78914935 -profile /tmp/karma-78914935 -no-remote
243DEBUG [watcher]: Resolved files:
244 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
245 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
246Running "karma:more" (karma) task
247DEBUG [config]: No config file specified.
248DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
249DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
250DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
251DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
252Running "karma:more" (karma) task
253DEBUG [config]: No config file specified.
254DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
255DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
256DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
257DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
258Running "karma:more" (karma) task
259WARN [karma]: Port 9876 in use
260WARN [karma]: Port 9877 in use
261WARN [karma]: Port 9878 in use
262WARN [karma]: Port 9879 in use
263DEBUG [config]: No config file specified.
264WARN [karma]: Port 9880 in use
265WARN [karma]: Port 9881 in use
266WARN [karma]: Port 9882 in use
267WARN [karma]: Port 9883 in use
268WARN [karma]: Port 9884 in use
269WARN [karma]: Port 9885 in use
270WARN [karma]: Port 9886 in use
271WARN [karma]: Port 9887 in use
272INFO [karma]: Karma v0.12.31 server started at http://localhost:9888/
273DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
274DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
275DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
276DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
277INFO [launcher]: Starting browser Chrome
278DEBUG [temp-dir]: Creating temp dir at /tmp/karma-16318095
279DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-16318095 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9888/?id=16318095
280INFO [launcher]: Starting browser Firefox
281DEBUG [temp-dir]: Creating temp dir at /tmp/karma-13599257
282DEBUG [launcher]: firefox http://localhost:9888/?id=13599257 -profile /tmp/karma-13599257 -no-remote
283DEBUG [watcher]: Resolved files:
284 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
285 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
286WARN [karma]: Port 9876 in use
287WARN [karma]: Port 9877 in use
288WARN [karma]: Port 9878 in use
289WARN [karma]: Port 9879 in use
290WARN [karma]: Port 9880 in use
291DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
292WARN [karma]: Port 9881 in use
293WARN [karma]: Port 9882 in use
294WARN [karma]: Port 9883 in use
295WARN [karma]: Port 9884 in use
296WARN [karma]: Port 9885 in use
297WARN [karma]: Port 9886 in use
298WARN [karma]: Port 9887 in use
299WARN [karma]: Port 9888 in use
300INFO [karma]: Karma v0.12.31 server started at http://localhost:9889/
301Running "karma:more" (karma) task
302WARN [karma]: Port 9876 in use
303WARN [karma]: Port 9877 in use
304INFO [launcher]: Starting browser Chrome
305DEBUG [temp-dir]: Creating temp dir at /tmp/karma-83739073
306WARN [karma]: Port 9878 in use
307WARN [karma]: Port 9879 in use
308WARN [karma]: Port 9880 in use
309WARN [karma]: Port 9881 in use
310WARN [karma]: Port 9882 in use
311WARN [karma]: Port 9883 in use
312WARN [karma]: Port 9884 in use
313WARN [karma]: Port 9885 in use
314WARN [karma]: Port 9886 in use
315WARN [karma]: Port 9887 in use
316WARN [karma]: Port 9888 in use
317DEBUG [config]: No config file specified.
318WARN [karma]: Port 9889 in use
319DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-83739073 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9889/?id=83739073
320INFO [karma]: Karma v0.12.31 server started at http://localhost:9890/
321DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
322DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
323INFO [launcher]: Starting browser Firefox
324DEBUG [temp-dir]: Creating temp dir at /tmp/karma-51638644
325DEBUG [launcher]: firefox http://localhost:9889/?id=51638644 -profile /tmp/karma-51638644 -no-remote
326DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
327DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
328INFO [launcher]: Starting browser Chrome
329DEBUG [temp-dir]: Creating temp dir at /tmp/karma-63934248
330DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-63934248 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9890/?id=63934248
331INFO [launcher]: Starting browser Firefox
332DEBUG [temp-dir]: Creating temp dir at /tmp/karma-55729406
333DEBUG [launcher]: firefox http://localhost:9890/?id=55729406 -profile /tmp/karma-55729406 -no-remote
334Running "karma:more" (karma) task
335DEBUG [watcher]: Resolved files:
336 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
337 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
338DEBUG [watcher]: Resolved files:
339 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
340 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
341DEBUG [config]: No config file specified.
342DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
343DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
344DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
345DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
346WARN [karma]: Port 9876 in use
347WARN [karma]: Port 9877 in use
348WARN [karma]: Port 9878 in use
349WARN [karma]: Port 9879 in use
350WARN [karma]: Port 9880 in use
351WARN [karma]: Port 9881 in use
352WARN [karma]: Port 9882 in use
353WARN [karma]: Port 9883 in use
354WARN [karma]: Port 9884 in use
355WARN [karma]: Port 9885 in use
356WARN [karma]: Port 9886 in use
357WARN [karma]: Port 9887 in use
358WARN [karma]: Port 9888 in use
359WARN [karma]: Port 9889 in use
360WARN [karma]: Port 9890 in use
361INFO [karma]: Karma v0.12.31 server started at http://localhost:9891/
362INFO [launcher]: Starting browser Chrome
363DEBUG [temp-dir]: Creating temp dir at /tmp/karma-51943642
364DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-51943642 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9891/?id=51943642
365INFO [launcher]: Starting browser Firefox
366DEBUG [temp-dir]: Creating temp dir at /tmp/karma-3554806
367DEBUG [launcher]: firefox http://localhost:9891/?id=3554806 -profile /tmp/karma-3554806 -no-remote
368WARN [karma]: Port 9876 in use
369WARN [karma]: Port 9877 in use
370WARN [karma]: Port 9878 in use
371WARN [karma]: Port 9879 in use
372WARN [karma]: Port 9880 in use
373WARN [karma]: Port 9881 in use
374WARN [karma]: Port 9882 in use
375WARN [karma]: Port 9883 in use
376WARN [karma]: Port 9884 in use
377WARN [karma]: Port 9885 in use
378WARN [karma]: Port 9886 in use
379WARN [karma]: Port 9887 in use
380WARN [karma]: Port 9888 in use
381WARN [karma]: Port 9889 in use
382DEBUG [watcher]: Resolved files:
383 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
384 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
385WARN [karma]: Port 9890 in use
386WARN [karma]: Port 9891 in use
387INFO [karma]: Karma v0.12.31 server started at http://localhost:9892/
388INFO [launcher]: Starting browser Chrome
389DEBUG [temp-dir]: Creating temp dir at /tmp/karma-43930715
390DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-43930715 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9892/?id=43930715
391INFO [launcher]: Starting browser Firefox
392DEBUG [temp-dir]: Creating temp dir at /tmp/karma-58008655
393DEBUG [launcher]: firefox http://localhost:9892/?id=58008655 -profile /tmp/karma-58008655 -no-remote
394DEBUG [watcher]: Resolved files:
395 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
396 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
397Running "karma:more" (karma) task
398DEBUG [config]: No config file specified.
399DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
400DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
401DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
402DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
403DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
404DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
405DEBUG [web-server]: upgrade /socket.io/1/websocket/UEzr8Wj8ee70LTHbuFYv
406DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/UEzr8Wj8ee70LTHbuFYv
407DEBUG [karma]: A browser has connected on socket UEzr8Wj8ee70LTHbuFYv
408INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket UEzr8Wj8ee70LTHbuFYv with id 73690282
409DEBUG [launcher]: Chrome (id 73690282) captured in 20.286 secs
410WARN [karma]: Port 9876 in use
411DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
412WARN [karma]: Port 9877 in use
413WARN [karma]: Port 9878 in use
414WARN [karma]: Port 9879 in use
415WARN [karma]: Port 9880 in use
416WARN [karma]: Port 9881 in use
417WARN [karma]: Port 9882 in use
418WARN [karma]: Port 9883 in use
419WARN [karma]: Port 9884 in use
420WARN [karma]: Port 9885 in use
421WARN [karma]: Port 9886 in use
422WARN [karma]: Port 9887 in use
423Running "karma:more" (karma) task
424WARN [karma]: Port 9888 in use
425WARN [karma]: Port 9889 in use
426WARN [karma]: Port 9890 in use
427WARN [karma]: Port 9891 in use
428WARN [karma]: Port 9892 in use
429INFO [karma]: Karma v0.12.31 server started at http://localhost:9893/
430DEBUG [config]: No config file specified.
431DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
432DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
433DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
434INFO [launcher]: Starting browser Chrome
435DEBUG [temp-dir]: Creating temp dir at /tmp/karma-54106055
436DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
437DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-54106055 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9893/?id=54106055
438DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
439DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
440INFO [launcher]: Starting browser Firefox
441DEBUG [temp-dir]: Creating temp dir at /tmp/karma-96747348
442DEBUG [launcher]: firefox http://localhost:9893/?id=96747348 -profile /tmp/karma-96747348 -no-remote
443DEBUG [watcher]: Resolved files:
444 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
445 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
446DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
447WARN [karma]: Port 9876 in use
448WARN [karma]: Port 9877 in use
449WARN [karma]: Port 9878 in use
450WARN [karma]: Port 9879 in use
451WARN [karma]: Port 9880 in use
452WARN [karma]: Port 9881 in use
453WARN [karma]: Port 9882 in use
454WARN [karma]: Port 9883 in use
455WARN [karma]: Port 9884 in use
456WARN [karma]: Port 9885 in use
457WARN [karma]: Port 9886 in use
458WARN [karma]: Port 9887 in use
459WARN [karma]: Port 9888 in use
460WARN [karma]: Port 9889 in use
461WARN [karma]: Port 9890 in use
462WARN [karma]: Port 9891 in use
463WARN [karma]: Port 9892 in use
464WARN [karma]: Port 9893 in use
465INFO [karma]: Karma v0.12.31 server started at http://localhost:9894/
466INFO [launcher]: Starting browser Chrome
467DEBUG [temp-dir]: Creating temp dir at /tmp/karma-73040114
468DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-73040114 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9894/?id=73040114
469DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
470INFO [launcher]: Starting browser Firefox
471DEBUG [temp-dir]: Creating temp dir at /tmp/karma-49079112
472DEBUG [launcher]: firefox http://localhost:9894/?id=49079112 -profile /tmp/karma-49079112 -no-remote
473DEBUG [watcher]: Resolved files:
474 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
475 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
476DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
477DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
478Running "karma:more" (karma) task
479DEBUG [config]: No config file specified.
480DEBUG [plugin]: Loading karma-* from /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules
481DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-chrome-launcher.
482DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-firefox-launcher.
483DEBUG [plugin]: Loading plugin /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit.
484WARN [karma]: Port 9876 in use
485WARN [karma]: Port 9877 in use
486WARN [karma]: Port 9878 in use
487WARN [karma]: Port 9879 in use
488WARN [karma]: Port 9880 in use
489WARN [karma]: Port 9881 in use
490WARN [karma]: Port 9882 in use
491WARN [karma]: Port 9883 in use
492WARN [karma]: Port 9884 in use
493WARN [karma]: Port 9885 in use
494WARN [karma]: Port 9886 in use
495WARN [karma]: Port 9887 in use
496WARN [karma]: Port 9888 in use
497WARN [karma]: Port 9889 in use
498WARN [karma]: Port 9890 in use
499WARN [karma]: Port 9891 in use
500WARN [karma]: Port 9892 in use
501WARN [karma]: Port 9893 in use
502WARN [karma]: Port 9894 in use
503INFO [karma]: Karma v0.12.31 server started at http://localhost:9895/
504INFO [launcher]: Starting browser Chrome
505DEBUG [temp-dir]: Creating temp dir at /tmp/karma-18560125
506DEBUG [launcher]: /usr/bin/chromium-browser --user-data-dir=/tmp/karma-18560125 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate http://localhost:9895/?id=18560125
507INFO [launcher]: Starting browser Firefox
508DEBUG [temp-dir]: Creating temp dir at /tmp/karma-96812026
509DEBUG [launcher]: firefox http://localhost:9895/?id=96812026 -profile /tmp/karma-96812026 -no-remote
510DEBUG [watcher]: Resolved files:
511 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
512 /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
513DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
514DEBUG [web-server]: upgrade /socket.io/1/websocket/nMS-lXnLSG-pKsvIuFYw
515DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/nMS-lXnLSG-pKsvIuFYw
516DEBUG [karma]: A browser has connected on socket nMS-lXnLSG-pKsvIuFYw
517INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket nMS-lXnLSG-pKsvIuFYw with id 78374350
518DEBUG [launcher]: Firefox (id 78374350) captured in 26.77 secs
519DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
520DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
521DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
522...DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
523DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
524......DEBUG [web-server]: upgrade /socket.io/1/websocket/H_dJjXtNuUvbhgGtuF29
525DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/H_dJjXtNuUvbhgGtuF29
526DEBUG [karma]: A browser has connected on socket H_dJjXtNuUvbhgGtuF29
527.INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket H_dJjXtNuUvbhgGtuF29 with id 25336688
528DEBUG [launcher]: Chrome (id 25336688) captured in 26.82 secs
529...DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
530.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
531DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
532DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
533DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
534....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
535DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
536DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
537.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
538...DEBUG [web-server]: upgrade /socket.io/1/websocket/g4y3xLgUF3Y906ViuGUQ
539DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/g4y3xLgUF3Y906ViuGUQ
540DEBUG [karma]: A browser has connected on socket g4y3xLgUF3Y906ViuGUQ
541INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket g4y3xLgUF3Y906ViuGUQ with id 5880237
542DEBUG [launcher]: Chrome (id 5880237) captured in 26.393 secs
543DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
544.DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
545.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
546DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
547...DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
548.DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
549.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
550.DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
551.....DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
552DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
553.DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
554DEBUG [web-server]: upgrade /socket.io/1/websocket/kt9KpSPFDwch3xuEuF2-
555DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/kt9KpSPFDwch3xuEuF2-
556DEBUG [karma]: A browser has connected on socket kt9KpSPFDwch3xuEuF2-
557.DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
558...DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
559....DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
560INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket kt9KpSPFDwch3xuEuF2- with id 83676202
561DEBUG [launcher]: Firefox (id 83676202) captured in 30.822 secs
562......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
563DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
564DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
565DEBUG [web-server]: upgrade /socket.io/1/websocket/v6oxzEYEzhjDZlnnuGNo
566DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/v6oxzEYEzhjDZlnnuGNo
567DEBUG [karma]: A browser has connected on socket v6oxzEYEzhjDZlnnuGNo
568INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket v6oxzEYEzhjDZlnnuGNo with id 16238944
569DEBUG [launcher]: Chrome (id 16238944) captured in 30.336 secs
570DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
571DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
572DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
573.DEBUG [web-server]: upgrade /socket.io/1/websocket/aOptwlf2Wz3sDomnuGUR
574DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/aOptwlf2Wz3sDomnuGUR
575DEBUG [karma]: A browser has connected on socket aOptwlf2Wz3sDomnuGUR
576DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
577.DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
578INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket aOptwlf2Wz3sDomnuGUR with id 69854708
579DEBUG [launcher]: Firefox (id 69854708) captured in 30.941 secs
580DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
581DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
582DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
583DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
584.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
585DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
586DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
587DEBUG [web-server]: upgrade /socket.io/1/websocket/eawSblMOPMiMNDHouHCh
588DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/eawSblMOPMiMNDHouHCh
589DEBUG [karma]: A browser has connected on socket eawSblMOPMiMNDHouHCh
590..INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket eawSblMOPMiMNDHouHCh with id 41191881
591DEBUG [launcher]: Chrome (id 41191881) captured in 29.015 secs
592..DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
593DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
594DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
595DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
596DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
597...DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
598.......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
599.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
600..DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
601................DEBUG [web-server]: upgrade /socket.io/1/websocket/41AwgfAjOEHjs8DvuGNp
602DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/41AwgfAjOEHjs8DvuGNp
603DEBUG [karma]: A browser has connected on socket 41AwgfAjOEHjs8DvuGNp
604............DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
605..DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
606....INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket 41AwgfAjOEHjs8DvuGNp with id 40618358
607DEBUG [launcher]: Firefox (id 40618358) captured in 34.196 secs
608...DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
609.......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
610..DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
611..
612...........DEBUG [web-server]: upgrade /socket.io/1/websocket/JALFSc6e7ovRLUaWuHCi
613DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/JALFSc6e7ovRLUaWuHCi
614DEBUG [karma]: A browser has connected on socket JALFSc6e7ovRLUaWuHCi
615.INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket JALFSc6e7ovRLUaWuHCi with id 42353277
616DEBUG [launcher]: Firefox (id 42353277) captured in 31.751 secs
617..DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
618........DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
619.......................DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
620DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
621..DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
622DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
623.............DEBUG [web-server]: upgrade /socket.io/1/websocket/UUhOR-5vmzHiYc8BuHmE
624DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/UUhOR-5vmzHiYc8BuHmE
625DEBUG [karma]: A browser has connected on socket UUhOR-5vmzHiYc8BuHmE
626.....INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket UUhOR-5vmzHiYc8BuHmE with id 67489961
627.DEBUG [launcher]: Chrome (id 67489961) captured in 31.134 secs
628.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
629..DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
630DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
631..............DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
632DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
633.....DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
634........DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
635.........DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
636..........DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
637.......DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
638DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
639...........DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
640........DEBUG [web-server]: upgrade /socket.io/1/websocket/c3uCFodYzjLuSjNQuIEH
641DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/c3uCFodYzjLuSjNQuIEH
642.DEBUG [karma]: A browser has connected on socket c3uCFodYzjLuSjNQuIEH
643DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
644..DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
645.INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket c3uCFodYzjLuSjNQuIEH with id 62362135
646.DEBUG [launcher]: Chrome (id 62362135) captured in 31.065 secs
647...DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
648.....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
649DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
650.............DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
651................................................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
652DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
653DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
654...........DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
655....DEBUG [web-server]: upgrade /socket.io/1/websocket/-76Uw5zaVLde_wy8uIy8
656DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/-76Uw5zaVLde_wy8uIy8
657DEBUG [karma]: A browser has connected on socket -76Uw5zaVLde_wy8uIy8
658.......INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket -76Uw5zaVLde_wy8uIy8 with id 24983924
659.DEBUG [launcher]: Chrome (id 24983924) captured in 30.099 secs
660..
661.DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
662.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
663..DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
664....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
665.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
666.DEBUG [web-server]: upgrade /socket.io/1/websocket/JTNkOBl__UqTe2aKuHmF
667DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/JTNkOBl__UqTe2aKuHmF
668DEBUG [karma]: A browser has connected on socket JTNkOBl__UqTe2aKuHmF
669............
670.DEBUG [web-server]: upgrade /socket.io/1/websocket/djGXV6iuIS_RZiHcuIZb
671DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/djGXV6iuIS_RZiHcuIZb
672DEBUG [karma]: A browser has connected on socket djGXV6iuIS_RZiHcuIZb
673......DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
674..INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket djGXV6iuIS_RZiHcuIZb with id 47971306
675DEBUG [launcher]: Chrome (id 47971306) captured in 32.432 secs
676DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
677.......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
678.......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
679.....INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket JTNkOBl__UqTe2aKuHmF with id 92707911
680DEBUG [launcher]: Firefox (id 92707911) captured in 35.996 secs
681..........DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
682.......DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
683.........................DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
684.........
685.................................DEBUG [web-server]: upgrade /socket.io/1/websocket/rkxhMxiystnN_QJEuIEI
686DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/rkxhMxiystnN_QJEuIEI
687DEBUG [karma]: A browser has connected on socket rkxhMxiystnN_QJEuIEI
688.......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
689......DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
690.....DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
691...............DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
692....INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket rkxhMxiystnN_QJEuIEI with id 51383501
693DEBUG [launcher]: Firefox (id 51383501) captured in 35.811 secs
694.DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
695......................DEBUG [web-server]: upgrade /socket.io/1/websocket/2PefdWMwuINx2Ow8uJgk
696DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/2PefdWMwuINx2Ow8uJgk
697DEBUG [karma]: A browser has connected on socket 2PefdWMwuINx2Ow8uJgk
698........................INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket 2PefdWMwuINx2Ow8uJgk with id 83739073
699DEBUG [launcher]: Chrome (id 83739073) captured in 30.386 secs
700..DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
701..DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
702DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
703....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
704.....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
705DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
706...........................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
707..DEBUG [web-server]: upgrade /socket.io/1/websocket/WIHuDit6Kin_XJLXuJjA
708DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/WIHuDit6Kin_XJLXuJjA
709.DEBUG [karma]: A browser has connected on socket WIHuDit6Kin_XJLXuJjA
710........DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
711....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
712DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
713INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket WIHuDit6Kin_XJLXuJjA with id 63934248
714DEBUG [launcher]: Chrome (id 63934248) captured in 31.063 secs
715DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
716.....
717...DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
718....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
719..........DEBUG [web-server]: upgrade /socket.io/1/websocket/Qi3XLw-xkD2x_OtBuJwm
720DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/Qi3XLw-xkD2x_OtBuJwm
721DEBUG [karma]: A browser has connected on socket Qi3XLw-xkD2x_OtBuJwm
722.DEBUG [web-server]: upgrade /socket.io/1/websocket/ArSMCNsE1-3nDp75uIy9
723DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/ArSMCNsE1-3nDp75uIy9
724DEBUG [karma]: A browser has connected on socket ArSMCNsE1-3nDp75uIy9
725..INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket Qi3XLw-xkD2x_OtBuJwm with id 51943642
726...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
727.DEBUG [launcher]: Chrome (id 51943642) captured in 30.682 secs
728......INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket ArSMCNsE1-3nDp75uIy9 with id 78914935
729DEBUG [launcher]: Firefox (id 78914935) captured in 34.809 secs
730......DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
731DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
732DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
733DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
734.DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
735.DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
736...DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
737...DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
738DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
739DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
740.DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
741DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
742........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
743....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
744...DEBUG [web-server]: upgrade /socket.io/1/websocket/B29aXeHeRiDggYfKuJYj
745DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/B29aXeHeRiDggYfKuJYj
746DEBUG [karma]: A browser has connected on socket B29aXeHeRiDggYfKuJYj
747.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
748..INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket B29aXeHeRiDggYfKuJYj with id 16318095
749DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
750......DEBUG [launcher]: Chrome (id 16318095) captured in 33.164 secs
751..DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
752....DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
753.......DEBUG [web-server]: upgrade /socket.io/1/websocket/Ezf0kR6MjM62vpfbuJ4Z
754DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/Ezf0kR6MjM62vpfbuJ4Z
755DEBUG [karma]: A browser has connected on socket Ezf0kR6MjM62vpfbuJ4Z
756DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
757DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
758DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
759.......INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket Ezf0kR6MjM62vpfbuJ4Z with id 43930715
760.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
761.DEBUG [launcher]: Chrome (id 43930715) captured in 31.505 secs
762......DEBUG [web-server]: upgrade /socket.io/1/websocket/XDGe675kyDoHxk8puIZc
763DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/XDGe675kyDoHxk8puIZc
764DEBUG [karma]: A browser has connected on socket XDGe675kyDoHxk8puIZc
765.DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
766DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
767DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
768.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
769.........DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
770..DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
771DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
772....DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
773...DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
774........DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
775..INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket XDGe675kyDoHxk8puIZc with id 28686682
776DEBUG [launcher]: Firefox (id 28686682) captured in 38.468 secs
777....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
778DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
779..........
780DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
781.
782DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
783DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
784DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
785...DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
786.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
787..DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
788.........DEBUG [web-server]: upgrade /socket.io/1/websocket/XaJiAdaUiqghosLxuKon
789DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/XaJiAdaUiqghosLxuKon
790DEBUG [karma]: A browser has connected on socket XaJiAdaUiqghosLxuKon
791........INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket XaJiAdaUiqghosLxuKon with id 73040114
792.DEBUG [launcher]: Chrome (id 73040114) captured in 29.801 secs
793.DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
794..DEBUG [web-server]: upgrade /socket.io/1/websocket/-qVMDcDwy3Hgkd0-uJgl
795DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/-qVMDcDwy3Hgkd0-uJgl
796DEBUG [karma]: A browser has connected on socket -qVMDcDwy3Hgkd0-uJgl
797...DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
798..DEBUG [web-server]: upgrade /socket.io/1/websocket/ZWZb5LKybE4GV1CFuKTt
799DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/ZWZb5LKybE4GV1CFuKTt
800DEBUG [karma]: A browser has connected on socket ZWZb5LKybE4GV1CFuKTt
801....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
802....DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
803.......INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket ZWZb5LKybE4GV1CFuKTt with id 54106055
804.....DEBUG [launcher]: Chrome (id 54106055) captured in 31.445 secs
805...DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
806DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
807..DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
808....DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
809DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
810..INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket -qVMDcDwy3Hgkd0-uJgl with id 51638644
811DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
812DEBUG [launcher]: Firefox (id 51638644) captured in 35.15 secs
813..............DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
814........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
815DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
816...DEBUG [web-server]: upgrade /socket.io/1/websocket/ffRF8gt2c6oMdINguJjB
817DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/ffRF8gt2c6oMdINguJjB
818DEBUG [karma]: A browser has connected on socket ffRF8gt2c6oMdINguJjB
819..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
820...DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
821....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
822.DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
823......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
824.................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
825...INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket ffRF8gt2c6oMdINguJjB with id 55729406
826DEBUG [launcher]: Firefox (id 55729406) captured in 35.835 secs
827...DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
828......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
829DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
830.
831......DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
832......DEBUG [web-server]: upgrade /socket.io/1/websocket/_aZI4IvK8EgghSE1uJwn
833DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/_aZI4IvK8EgghSE1uJwn
834DEBUG [karma]: A browser has connected on socket _aZI4IvK8EgghSE1uJwn
835...............DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
836.......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
837.....DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
838INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket _aZI4IvK8EgghSE1uJwn with id 3554806
839DEBUG [launcher]: Firefox (id 3554806) captured in 35.708 secs
840.................DEBUG [web-server]: upgrade /socket.io/1/websocket/V_kG-pF7HivTV2Q_uJYk
841DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/V_kG-pF7HivTV2Q_uJYk
842DEBUG [karma]: A browser has connected on socket V_kG-pF7HivTV2Q_uJYk
843..........DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
844............DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
845DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
846..........DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/client.html
847.....DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
848..DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
849....INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket V_kG-pF7HivTV2Q_uJYk with id 13599257
850DEBUG [launcher]: Firefox (id 13599257) captured in 37.976 secs
851.......................DEBUG [web-server]: upgrade /socket.io/1/websocket/XrqcsA-9Hp8yRrsruKoo
852DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/XrqcsA-9Hp8yRrsruKoo
853DEBUG [karma]: A browser has connected on socket XrqcsA-9Hp8yRrsruKoo
854.INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket XrqcsA-9Hp8yRrsruKoo with id 49079112
855DEBUG [launcher]: Firefox (id 49079112) captured in 32.921 secs
856...DEBUG [web-server]: upgrade /socket.io/1/websocket/o8i-YhlCD83yB6eFuLKd
857DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/o8i-YhlCD83yB6eFuLKd
858.DEBUG [karma]: A browser has connected on socket o8i-YhlCD83yB6eFuLKd
859...............INFO [Chromium 40.0.2214 (Ubuntu)]: Connected on socket o8i-YhlCD83yB6eFuLKd with id 18560125
860.....DEBUG [launcher]: Chrome (id 18560125) captured in 30.904 secs
861......DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
862..DEBUG [web-server]: upgrade /socket.io/1/websocket/97--3lHAikOK320fuJ4a
863DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/97--3lHAikOK320fuJ4a
864DEBUG [karma]: A browser has connected on socket 97--3lHAikOK320fuJ4a
865...DEBUG [web-server]: serving: /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
866.......INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket 97--3lHAikOK320fuJ4a with id 58008655
867DEBUG [launcher]: Firefox (id 58008655) captured in 36.425 secs
868...............DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
869DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
870DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
871..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505208573780395 to localhost:9412
872....DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
873.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505208584323709 to localhost:9412
874.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505208591297306 to localhost:9412
875......................................DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
876........DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
877....DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
878DEBUG [web-server]: upgrade /socket.io/1/websocket/6RIPEth1xzdqyqG5uKTu
879DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/6RIPEth1xzdqyqG5uKTu
880DEBUG [karma]: A browser has connected on socket 6RIPEth1xzdqyqG5uKTu
881..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505208616248554 to localhost:9412
882..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505208616245777 to localhost:9412
883..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505208616261259 to localhost:9412
884.DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
885..DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
886........................................
887...........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505208678393153 to localhost:9412
888DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505208678372317 to localhost:9412
889...............INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket 6RIPEth1xzdqyqG5uKTu with id 96747348
890DEBUG [launcher]: Firefox (id 96747348) captured in 35.693 secs
891..........DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
892......
893.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
894.....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
895DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
896DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505208695410241 to localhost:9412
897DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
898....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/karma.js
899..................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
900........DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
901....
902Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
903.Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
904..DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
905..................DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
906..DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
907.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505205711489782?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
908..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
909..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505205711489782?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
910..................
911.....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
912....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
913................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
914.................................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
915....................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
916...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
917.................................................................DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
918DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
919................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
920.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
921...................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
922DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
923.....................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
924.....................
925.............................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
926..................................................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
927......................
928..........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
929..........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
930..
931...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
932.....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
933.....DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
934..DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
935.
936...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
937DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
938.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
939...........DEBUG [web-server]: upgrade /socket.io/1/websocket/pBs19catjNGtptRcuLKe
940DEBUG [proxy]: NOT upgrading proxyWebSocketRequest /socket.io/1/websocket/pBs19catjNGtptRcuLKe
941DEBUG [karma]: A browser has connected on socket pBs19catjNGtptRcuLKe
942..........................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
943.....INFO [Firefox 36.0.0 (Ubuntu)]: Connected on socket pBs19catjNGtptRcuLKe with id 96812026
944DEBUG [launcher]: Firefox (id 96812026) captured in 36.282 secs
945..............DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
946.
947................................................................DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma/static/context.html
948.................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
949..............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
950......................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
951.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
952............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
953..........................................................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
954................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209205295546 to localhost:9412
955...........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209211194152 to localhost:9412
956.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209215074335 to localhost:9412
957.........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
958...
959...............................
960Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (34.256 secs / 31.345 secs)
961.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505209239380846 to localhost:9412
962.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505209239467378 to localhost:9412
963.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505209239424304 to localhost:9412
964..........................................
965.................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
966....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505209273523248 to localhost:9412
967DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505209273573374 to localhost:9412
968......................
969...........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505209292729033 to localhost:9412
970...........DEBUG [launcher]: Process Chrome exited with code 0
971DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-73690282
972.......................
973...............................................
974Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
975Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
976.................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209330429313 to localhost:9412
977.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505206544671869?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
978........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505206544671869?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
979.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209340035221 to localhost:9412
980..............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209345730739 to localhost:9412
981..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
982..................DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/qunitjs/qunit/qunit.js
983DEBUG [web-server]: serving (cached): /mnt/jenkins-workspace/workspace/mediawiki-core-qunit-karma/src/node_modules/karma-qunit/lib/adapter.js
984...............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
985.................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505209366030805 to localhost:9412
986DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505209366012570 to localhost:9412
987DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505209366049008 to localhost:9412
988.....
989.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
990..............DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
991........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
992...........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
993.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505209403420920 to localhost:9412
994......
995....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505209403497474 to localhost:9412
996............................................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505209427446551 to localhost:9412
997.........
998.................
999...................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1000.....
1001...................................................
1002Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1003Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1004...............
1005........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1006..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505206580725436?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1007..............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505206580725436?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1008DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=fallback&version=20150227T145326Z to localhost:9412
1009...................................
1010.................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1011....................................................................
1012..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1013...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1014................................WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
1015
1016Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.003 secs / 0 secs)
1017...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209564138349 to localhost:9412
1018...........DEBUG [launcher]: Process Firefox exited with code 0
1019DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-58008655
1020........
1021DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209577737022 to localhost:9412
1022................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209584724420 to localhost:9412
1023.........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1024...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1025..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1026........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1027DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&14250520960725779 to localhost:9412
1028DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505209607293136 to localhost:9412
1029......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1030............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505209607226915 to localhost:9412
1031............................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1032......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&14250520964252677 to localhost:9412
1033.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1034..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505209642562747 to localhost:9412
1035..........................................DEBUG [proxy]: proxying request - /debug/load.php?debug=false&lang=en&modules=jquery.accessKeyLabel%2CautoEllipsis%2CbyteLength%2CbyteLimit%2CcheckboxShiftClick%2Cclient%2Ccolor%2CcolorUtil%2Ccookie%2CgetAttrs%2Chidpi%2ChighlightText%2Clocalize%2CmakeCollapsible%2Cmw-jump%2CmwExtension%2Cplaceholder%2CtabIndex%2Ctablesorter%2CtextSelection%7Cmediawiki.Title%2CUri%2Capi%2Ccldr%2Ccookie%2CjqueryMsg%2Clanguage%2Cnotify%2Cspecial%2Ctemplate%2Ctoc%2Cuser%2Cutil%7Cmediawiki.api.category%2Cparse%2Cwatch%7Cmediawiki.language.data%2Cinit%2Cmonths%7Cmediawiki.libs.pluralruleparser%7Cmediawiki.page.ready%2Cstartup%7Cmediawiki.special.recentchanges%7Ctest.mediawiki.qunit.suites%2Ctestrunner%7Ctest.sinonjs%7Cuser.defaults&skin=fallback&version=20150227T145525Z&* to localhost:9412
1036.....
1037.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&14250520966585102 to localhost:9412
1038.........................................................
1039Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1040Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1041................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505206959792354?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1042DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1043.........
1044Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (30.247 secs / 27.418 secs)
1045..................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505206959792354?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1046...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1047........
1048.........................................
1049................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1050..................................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1051.......DEBUG [launcher]: Process Chrome exited with code 0
1052DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-25336688
1053...................................................................................................................................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209807111027 to localhost:9412
1054..........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209814114590 to localhost:9412
1055.
1056Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (31.117 secs / 28.47 secs)
1057..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1058...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1059DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209823241409 to localhost:9412
1060...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1061.......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1062...
1063....................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1064DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1065.
1066.........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505209845913725 to localhost:9412
1067.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505209845950693 to localhost:9412
1068DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505209846094041 to localhost:9412
1069............................................................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505209867953649 to localhost:9412
1070DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&14250520986796099 to localhost:9412
1071......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1072........................................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505209884778613 to localhost:9412
1073.................DEBUG [launcher]: Process Chrome exited with code 0
1074DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-5880237
1075...
1076.........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1077.........
1078Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1079.Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1080...............................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207183848270?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1081......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1082..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1083...................
1084.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207183848270?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1085..........................................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1086.
1087..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1088.............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1089............................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209969927974 to localhost:9412
1090...................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209980172411 to localhost:9412
1091.......
1092.............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1093...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209989178959 to localhost:9412
1094.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209988970516 to localhost:9412
1095.................................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505209996726280 to localhost:9412
1096.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210002253953 to localhost:9412
1097DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1098............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210009913338 to localhost:9412
1099.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210009998267 to localhost:9412
1100..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210010050495 to localhost:9412
1101............................
1102.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210026462266 to localhost:9412
1103.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210026453056 to localhost:9412
1104DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1105.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210026422857 to localhost:9412
1106DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1107....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1108.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210039740791 to localhost:9412
1109.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210039781406 to localhost:9412
1110................................
1111.................
1112........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1113......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210057538315 to localhost:9412
1114DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210057522481 to localhost:9412
1115...........................
1116Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (30.234 secs / 27.531 secs)
1117.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210056954905 to localhost:9412
1118.......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1119.....................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210077438895 to localhost:9412
1120..............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1121......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1122.........
1123Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1124Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1125............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1126.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1127....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207652972606?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1128....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1129....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1130...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1131DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207652972606?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1132.........
1133Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1134Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1135...........DEBUG [launcher]: Process Chrome exited with code 0
1136DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-16238944
1137.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207544879649?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1138...............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207544879649?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1139....................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1140....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1141......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1142..........................
1143..........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1144............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1145..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1146...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1147...............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1148..
1149.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1150...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1151...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1152.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1153.............................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1154...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1155..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1156.................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1157..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1158.........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1159.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1160....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1161.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1162............
1163Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (29.687 secs / 27.427 secs)
1164...........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1165..............................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1166.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1167..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1168..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1169DEBUG [launcher]: Process Chrome exited with code 0
1170DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-41191881
1171..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1172................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210283461578 to localhost:9412
1173..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1174....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210296474642 to localhost:9412
1175........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1176.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1177DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1178.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?14250521030651716 to localhost:9412
1179.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1180.........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1181......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1182........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1183..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210331776100 to localhost:9412
1184..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1185........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1186DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210333443570 to localhost:9412
1187DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210333566604 to localhost:9412
1188DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210333565669 to localhost:9412
1189.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210340888245 to localhost:9412
1190....
1191....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1192...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1193..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210349971595 to localhost:9412
1194..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1195.........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1196.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1197.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210364334909 to localhost:9412
1198DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210364328376 to localhost:9412
1199....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1200.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210370968394 to localhost:9412
1201DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210370944483 to localhost:9412
1202.......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1203DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210370936883 to localhost:9412
1204...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1205.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210381015256 to localhost:9412
1206...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1207..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1208.....
1209....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1210...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1211.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1212......
1213DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210399095041 to localhost:9412
1214DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210399097456 to localhost:9412
1215.
1216....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1217.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1218.........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1219.....
1220Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1221Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1222...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1223........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1224....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210421464314 to localhost:9412
1225..................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1226DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208111198069?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1227......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1228..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208111198069?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1229DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1230...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1231......................
1232.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1233............................
1234Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1235.Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1236..................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1237DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210464767163 to localhost:9412
1238.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208090856758?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1239..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1240......
1241Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (27.277 secs / 24.892 secs)
1242....
1243.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208090856758?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1244.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1245.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210472975576 to localhost:9412
1246..............................
1247Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (28.593 secs / 26.233 secs)
1248.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1249DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210481140349 to localhost:9412
1250...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1251....................
1252...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1253.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&14250521049819943 to localhost:9412
1254DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210498176664 to localhost:9412
1255........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210498167886 to localhost:9412
1256....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1257........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1258..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210506938326 to localhost:9412
1259DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1260.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210516614110 to localhost:9412
1261DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1262............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210526610279 to localhost:9412
1263.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210527212028 to localhost:9412
1264DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210527265082 to localhost:9412
1265.........................DEBUG [launcher]: Process Chrome exited with code 0
1266DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-67489961
1267............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210544148939 to localhost:9412
1268DEBUG [launcher]: Process Chrome exited with code 0
1269DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-62362135
1270.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210547527930 to localhost:9412
1271DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210544121998 to localhost:9412
1272.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210544210006 to localhost:9412
1273..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210549955852 to localhost:9412
1274..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210544299591 to localhost:9412
1275......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1276DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1277.........
1278.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210560720437 to localhost:9412
1279..
1280........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210571429643 to localhost:9412
1281.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210571495188 to localhost:9412
1282.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1283...............
1284Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1285.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210576278181 to localhost:9412
1286....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210576289790 to localhost:9412
1287.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210576213903 to localhost:9412
1288Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1289..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210581629727 to localhost:9412
1290.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210590867343 to localhost:9412
1291..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208487171663?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1292DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210591536579 to localhost:9412
1293.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208487171663?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1294.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?14250521059644986 to localhost:9412
1295.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210598623036 to localhost:9412
1296..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210604425124 to localhost:9412
1297.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210605948428 to localhost:9412
1298...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1299.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210609582731 to localhost:9412
1300................
1301...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210613041880 to localhost:9412
1302...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210613858172 to localhost:9412
1303.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?14250521061401666 to localhost:9412
1304DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210612682860 to localhost:9412
1305.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210612666058 to localhost:9412
1306........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1307.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210619636900 to localhost:9412
1308.......
1309Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1310Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1311.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210616398914 to localhost:9412
1312DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210616313113 to localhost:9412
1313DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210616361874 to localhost:9412
1314..
1315......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210625185888 to localhost:9412
1316....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1317....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210627624117 to localhost:9412
1318DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210627632307 to localhost:9412
1319.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208478825233?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1320DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210627547360 to localhost:9412
1321...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&14250521062769671 to localhost:9412
1322.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210627520941 to localhost:9412
1323...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210633554840 to localhost:9412
1324..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210627882182 to localhost:9412
1325......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210639582905 to localhost:9412
1326DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208478825233?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1327DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210639583699 to localhost:9412
1328..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210639516420 to localhost:9412
1329..............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1330.....................
1331LOG: 'Exception thrown by test.module1'
1332ERROR: 'Error: expected', Error{}
1333...............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?14250520853944477?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1334..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1335.
1336....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?14250520853944477?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1337.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210659598853 to localhost:9412
1338..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210659528301 to localhost:9412
1339....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210612141690 to localhost:9412
1340...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210664275319 to localhost:9412
1341DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&14250521066424441 to localhost:9412
1342................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210666552846 to localhost:9412
1343.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210668177388 to localhost:9412
1344..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210666531737 to localhost:9412
1345DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&14250521066818309 to localhost:9412
1346..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1347..................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210679184779 to localhost:9412
1348...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210681279469 to localhost:9412
1349.......
1350Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (24.802 secs / 22.211 secs)
1351...
1352............
1353.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210687428238 to localhost:9412
1354DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505210688021935 to localhost:9412
1355....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1356..............
1357Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1358Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1359.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1360....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208369859434?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1361.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208369859434?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1362..
1363Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1364Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1365....
1366Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1367Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1368......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208479012051?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1369............
1370Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1371Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1372.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208801065292?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1373...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208686113139?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1374DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208479012051?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1375....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1376.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208801065292?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1377.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208686113139?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1378........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1379.........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210707057531 to localhost:9412
1380DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1381.............................................................DEBUG [launcher]: Process Chrome exited with code 0
1382DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-24983924
1383....................................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1384............................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1385...................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1386..........................
1387Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (26.122 secs / 23.89 secs)
1388............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210773414823 to localhost:9412
1389...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210779475307 to localhost:9412
1390.......................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1391.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1392...................
1393....................................................................................DEBUG [launcher]: Process Chrome exited with code 0
1394DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-47971306
1395.........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210827535270 to localhost:9412
1396..............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1397........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210817060203 to localhost:9412
1398...............................................
1399.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210827513811 to localhost:9412
1400.........................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1401
1402Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (22.85 secs / 20.55 secs)
1403.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210827535264 to localhost:9412
1404......
1405..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1406..........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1407....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210868655028 to localhost:9412
1408...........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210879167205 to localhost:9412
1409...................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1410...........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1411...
1412..DEBUG [launcher]: Process Chrome exited with code 0
1413DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-63934248
1414........
1415..........
1416........
1417Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (23.158 secs / 20.069 secs)
1418DEBUG [karma]: Run complete, exiting.
1419DEBUG [launcher]: Disconnecting all browsers
1420........
1421DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210908994050 to localhost:9412
1422.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1423.................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505210917227636 to localhost:9412
1424.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1425...............
1426Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (20.588 secs / 17.947 secs)
1427...........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210925524749 to localhost:9412
1428......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505210917252365 to localhost:9412
1429.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1430......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505210939349075 to localhost:9412
1431.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1432.................DEBUG [launcher]: Process Chrome exited with code 0
1433.DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-43930715
1434...Warning: Task "karma:more" failed. Use --force to continue.
1435
1436Aborted due to warnings.
1437
1438Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (24.031 secs / 21.924 secs)
1439..............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210925524296 to localhost:9412
1440.........
1441Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (24.138 secs / 21.769 secs)
1442
1443Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (22.036 secs / 19.544 secs)
1444..DEBUG [launcher]: Process Chrome exited with code 0
1445DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-73040114
1446.
1447Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (25.127 secs / 22.834 secs)
1448................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505210973843547 to localhost:9412
1449.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&14250521097811382 to localhost:9412
1450..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210925639278 to localhost:9412
1451.................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505210973837222 to localhost:9412
1452..........DEBUG [launcher]: Process Chrome exited with code 0
1453DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-83739073
1454..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505210973984810 to localhost:9412
1455......DEBUG [launcher]: Process Chrome exited with code 0
1456DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-16318095
1457..
1458..DEBUG [launcher]: Process Chrome exited with code 0
1459DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-54106055
1460DEBUG [launcher]: Process Chrome exited with code 0
1461DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-51943642
1462.
1463Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1464.Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1465.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211039876488 to localhost:9412
1466..........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207022916769?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1467..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211050190854 to localhost:9412
1468......................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211055816531 to localhost:9412
1469DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211044727270 to localhost:9412
1470....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211045228898 to localhost:9412
1471.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211041261833 to localhost:9412
1472DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1473.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211046487172 to localhost:9412
1474..................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207022916769?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1475....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211067085634 to localhost:9412
1476..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211067082865 to localhost:9412
1477...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211067068327 to localhost:9412
1478....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&14250521104646397 to localhost:9412
1479...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211041256741 to localhost:9412
1480..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211067550613 to localhost:9412
1481.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211071850718 to localhost:9412
1482..............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1483........................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1484....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211094664585 to localhost:9412
1485...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211094674638 to localhost:9412
1486.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211079476107 to localhost:9412
1487........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211088371576 to localhost:9412
1488........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211094496081 to localhost:9412
1489..............................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211103023972 to localhost:9412
1490.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211115047520 to localhost:9412
1491.
1492Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1493Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1494.........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1495...........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211095767319 to localhost:9412
1496DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1497.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211103098840 to localhost:9412
1498.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207126932978?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1499.
1500Chromium 40.0.2214 (Ubuntu) LOG: 'Exception thrown by test.module1'
1501Chromium 40.0.2214 (Ubuntu) ERROR: 'Error: expected', Error{}
1502.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209022654694?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1503DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211124239211 to localhost:9412
1504.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209022654694?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1505DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211103041796 to localhost:9412
1506...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1507.................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207126932978?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1508......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211124255354 to localhost:9412
1509.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1510.............
1511Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1512Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1513..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211124211956 to localhost:9412
1514.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1515............................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1516.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1517.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1518.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211167413295 to localhost:9412
1519.............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1520.......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1521DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1522.............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1523..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211167427018 to localhost:9412
1524..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1525.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505206471472161?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1526..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1527..............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1528.........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211209429739 to localhost:9412
1529......................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1530..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505206471472161?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1531......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1532..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1533.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211209479606 to localhost:9412
1534.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1535..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211228815669 to localhost:9412
1536................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1537....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1538...............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1539.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1540DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1541......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1542...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211265670470 to localhost:9412
1543.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1544.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1545.............
1546...
1547..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1548.......
1549Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (41.824 secs / 38.866 secs)
1550TOTAL: 522 SUCCESS
1551DEBUG [karma]: Run complete, exiting.
1552DEBUG [launcher]: Disconnecting all browsers
1553..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1554..DEBUG [launcher]: Process Firefox exited with code 0
1555DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-83676202
1556
1557Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1558Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1559....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1560.........
1561Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1562.Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1563........
1564Done, without errors.
1565....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1566.......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1567...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1568DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1569.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1570DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1571..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207443957833?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1572............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?14250520748739913?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1573.............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1574..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1575.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505207443957833?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1576.............
1577Chromium 40.0.2214 (Ubuntu): Executed 261 of 261 SUCCESS (22.463 secs / 20.63 secs)
1578.......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1579..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1580DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?14250520748739913?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1581..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1582...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1583.............DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1584.................DEBUG [launcher]: Process Chrome exited with code 0
1585DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-18560125
1586......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1587...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1588...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1589......................................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1590...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1591.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1592..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1593....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1594........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1595...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211394810662 to localhost:9412
1596.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1597.......DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1598....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1599...............
1600..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1601...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1602DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1603
1604Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (42.404 secs / 39.722 secs)
1605TOTAL: 522 SUCCESS
1606DEBUG [karma]: Run complete, exiting.
1607DEBUG [launcher]: Disconnecting all browsers
1608.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1609DEBUG [launcher]: Process Firefox exited with code 0
1610DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-69854708
1611.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1612...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211429181724 to localhost:9412
1613..............
1614Done, without errors.
1615.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211425080251 to localhost:9412
1616.....
1617........
1618Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (48.399 secs / 45.961 secs)
1619TOTAL: 522 SUCCESS
1620DEBUG [karma]: Run complete, exiting.
1621.DEBUG [launcher]: Disconnecting all browsers
1622....
1623.............DEBUG [launcher]: Process Firefox exited with code 0
1624DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-78374350
1625...
1626..Done, without errors.
1627.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1628.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?14250521145032349 to localhost:9412
1629.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211450880324 to localhost:9412
1630DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1631...........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1632.................
1633..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211464478222 to localhost:9412
1634......................DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1635.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&14250521147338455 to localhost:9412
1636..........DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1637.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211476999690 to localhost:9412
1638.........
1639......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211473358814 to localhost:9412
1640..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1641.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1642..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211476946117 to localhost:9412
1643DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211490910415 to localhost:9412
1644.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1645...........
1646.....
1647Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (39.496 secs / 36.907 secs)
1648TOTAL: 522 SUCCESS
1649DEBUG [karma]: Run complete, exiting.
1650DEBUG [launcher]: Disconnecting all browsers
1651.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211476963685 to localhost:9412
1652.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211473334549 to localhost:9412
1653...DEBUG [launcher]: Process Firefox exited with code 0
1654DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-42353277
1655..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211505366076 to localhost:9412
1656.....
1657Done, without errors.
1658.....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1659..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=en&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1660...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1661....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1662..
1663DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1664DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211521159655 to localhost:9412
1665.....
1666Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (39.792 secs / 37.425 secs)
1667DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211523534227 to localhost:9412
1668TOTAL: 522 SUCCESS
1669DEBUG [karma]: Run complete, exiting.
1670DEBUG [launcher]: Disconnecting all browsers
1671DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1672..DEBUG [launcher]: Process Firefox exited with code 0
1673DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-40618358
1674.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211525236448 to localhost:9412
1675DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211533946653 to localhost:9412
1676..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1677
1678DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211540946953 to localhost:9412
1679DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1680Done, without errors.
1681DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211541912699 to localhost:9412
1682.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211530571024 to localhost:9412
1683DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211543184128 to localhost:9412
1684.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211546044037 to localhost:9412
1685.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211533946826 to localhost:9412
1686DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1687.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211540938310 to localhost:9412
1688DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=fr&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1689....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211556078126 to localhost:9412
1690..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211541928833 to localhost:9412
1691.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211558839950 to localhost:9412
1692..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&14250521154097630 to localhost:9412
1693.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211562269893 to localhost:9412
1694...DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ar&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1695.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211570276633 to localhost:9412
1696...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211574184951 to localhost:9412
1697.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1698.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211570256054 to localhost:9412
1699.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&14250521158372477 to localhost:9412
1700.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211570270676 to localhost:9412
1701DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211580879764 to localhost:9412
1702DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211577027918 to localhost:9412
1703.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211588225073 to localhost:9412
1704.
1705Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1706Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1707...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&14250521158905549 to localhost:9412
1708....DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=jp&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1709.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211577099981 to localhost:9412
1710DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211589030442 to localhost:9412
1711.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211598822027 to localhost:9412
1712..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?14250520889106429?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1713..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211593164458 to localhost:9412
1714...
1715Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1716Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1717DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211599762810 to localhost:9412
1718........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211577038536 to localhost:9412
1719DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211599746776 to localhost:9412
1720DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?14250521160695190 to localhost:9412
1721.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211598957461 to localhost:9412
1722DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?14250520889106429?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1723..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211611819756 to localhost:9412
1724DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211599733090 to localhost:9412
1725.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211610292538 to localhost:9412
1726.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?14250520849174134?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1727DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=zh&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1728..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211620319139 to localhost:9412
1729DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211617224841 to localhost:9412
1730.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211618079428 to localhost:9412
1731DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211621969975 to localhost:9412
1732...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211610254498 to localhost:9412
1733...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?14250520849174134?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1734....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211617222875 to localhost:9412
1735.............
1736DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211617293248 to localhost:9412
1737DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211631734866 to localhost:9412
1738.........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211632068326 to localhost:9412
1739.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211631734068 to localhost:9412
1740...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211634843322 to localhost:9412
1741.....
1742Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1743.Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1744....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211638667617 to localhost:9412
1745..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211634841472 to localhost:9412
1746............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211643833588 to localhost:9412
1747DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211641995892 to localhost:9412
1748....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211647434833 to localhost:9412
1749.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211641965783 to localhost:9412
1750.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211634836929 to localhost:9412
1751..DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=nl&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1752.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208602619305?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1753DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211643853583 to localhost:9412
1754DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211649694359 to localhost:9412
1755.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211655379006 to localhost:9412
1756DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211656928875 to localhost:9412
1757DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211643886836 to localhost:9412
1758DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=ml&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1759.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208602619305?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1760DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211655315668 to localhost:9412
1761......
1762Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1763Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1764..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211666680562 to localhost:9412
1765..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211670383041 to localhost:9412
1766.DEBUG [proxy]: proxying request - /debug/load.php?skin=fallback&lang=hi&debug=false&modules=mediawiki.language.data%7Cmediawiki.language&only=scripts to localhost:9412
1767DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211673995361 to localhost:9412
1768.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209009175216?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1769................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211673951233 to localhost:9412
1770....
1771Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1772.Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1773.................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208986468298?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1774..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211685212608 to localhost:9412
1775DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209009175216?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1776.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211684790927 to localhost:9412
1777........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&14250521168064801 to localhost:9412
1778.....
1779Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1780Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1781.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208986468298?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1782...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211680639468 to localhost:9412
1783........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211684737188 to localhost:9412
1784................................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211680842505 to localhost:9412
1785.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208613216448?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1786.................
1787Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1788Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1789............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211699193205 to localhost:9412
1790....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505208613216448?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1791........................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211711928033 to localhost:9412
1792...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209145691826?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1793..................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211717882988 to localhost:9412
1794............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211716115634 to localhost:9412
1795DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209145691826?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1796......................
1797Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1798Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1799...........
1800.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/callMwLoaderTestCallback.js?142505211725749352 to localhost:9412
1801..
1802Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (27.599 secs / 25.67 secs)
1803TOTAL: 522 SUCCESS
1804DEBUG [karma]: Run complete, exiting.
1805..DEBUG [launcher]: Disconnecting all browsers
1806..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&142505211722612423 to localhost:9412
1807DEBUG [launcher]: Process Firefox exited with code 0
1808DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-28686682
1809...........
1810Done, without errors.
1811..DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209196458583?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1812....................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211722668421 to localhost:9412
1813........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b1&prop=text-align&val=center&142505211735817666 to localhost:9412
1814......
1815Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1816Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1817.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209196458583?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1818.
1819..........
1820Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (31.805 secs / 30.038 secs)
1821TOTAL: 522 SUCCESS
1822DEBUG [karma]: Run complete, exiting.
1823.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b2&prop=float&val=left&142505211735876468 to localhost:9412
1824DEBUG [launcher]: Disconnecting all browsers
1825.......DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209238582452?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1826DEBUG [launcher]: Process Firefox exited with code 0
1827DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-92707911
1828...........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-b3&prop=float&val=right&142505211735882623 to localhost:9412
1829
1830Done, without errors.
1831.............DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209238582452?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1832.......................................
1833...........
1834Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (30.286 secs / 28.708 secs)
1835.TOTAL: 522 SUCCESS
1836DEBUG [karma]: Run complete, exiting.
1837DEBUG [launcher]: Disconnecting all browsers
1838......DEBUG [launcher]: Process Firefox exited with code 0
1839DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-78914935
1840..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211758623745 to localhost:9412
1841............
1842Done, without errors.
1843........................................................
1844...DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d&prop=float&val=right&14250521177401258 to localhost:9412
1845..
1846Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (27.107 secs / 25.026 secs)
1847TOTAL: 522 SUCCESS
1848DEBUG [karma]: Run complete, exiting.
1849DEBUG [launcher]: Disconnecting all browsers
1850...DEBUG [launcher]: Process Firefox exited with code 0
1851.DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-3554806
1852.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-d2&prop=text-align&val=center&142505211774061656 to localhost:9412
1853............
1854...Done, without errors.
1855...
1856.....
1857Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (27.563 secs / 25.919 secs)
1858TOTAL: 522 SUCCESS
1859DEBUG [karma]: Run complete, exiting.
1860.DEBUG [launcher]: Disconnecting all browsers
1861.....
1862Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1863..Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1864DEBUG [launcher]: Process Firefox exited with code 0
1865DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-51638644
1866.............
1867Done, without errors.
1868.DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209323596487?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1869.............................................DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209323596487?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1870..........DEBUG [proxy]: proxying request - /debug/tests/qunit/data/styleTest.css.php?selector=.mw-test-implement-import&prop=float&val=right&142505211797357374 to localhost:9412
1871......
1872....
1873Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (31.155 secs / 29.09 secs)
1874TOTAL: 522 SUCCESS
1875DEBUG [karma]: Run complete, exiting.
1876DEBUG [launcher]: Disconnecting all browsers
1877......DEBUG [launcher]: Process Firefox exited with code 0
1878DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-51383501
1879..............
1880Done, without errors.
1881..................................................
1882...
1883Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (25.978 secs / 24.234 secs)
1884TOTAL: 522 SUCCESS
1885DEBUG [karma]: Run complete, exiting.
1886DEBUG [launcher]: Disconnecting all browsers
1887..DEBUG [launcher]: Process Firefox exited with code 0
1888DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-55729406
1889.....
1890Done, without errors.
1891..........
1892Firefox 36.0.0 (Ubuntu) LOG: 'Exception thrown by test.module1'
1893Firefox 36.0.0 (Ubuntu) ERROR: 'Error: expected', Error{}
1894.......................................
1895DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209848443999?debug=false&lang=en&modules=testMissing%2CtestUsesMissing%2CtestUsesNestedMissing&skin=fallback&version=19700101T000001Z&* to localhost:9412
1896.......
1897Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (25.79 secs / 24.118 secs)
1898TOTAL: 522 SUCCESS
1899DEBUG [karma]: Run complete, exiting.
1900DEBUG [launcher]: Disconnecting all browsers
1901DEBUG [launcher]: Process Firefox exited with code 0
1902DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-49079112
1903......
1904Done, without errors.
1905.....DEBUG [proxy]: proxying request - /debug/tests/qunit/data/load.mock.php?142505209848443999?debug=false&lang=en&modules=testNotSkipped%2CtestUsesSkippable&skin=fallback&version=19700101T000001Z&* to localhost:9412
1906.................
1907....
1908Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (25.487 secs / 23.167 secs)
1909.TOTAL: 522 SUCCESS
1910DEBUG [karma]: Run complete, exiting.
1911.DEBUG [launcher]: Disconnecting all browsers
1912..........DEBUG [launcher]: Process Firefox exited with code 0
1913DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-96747348
1914....
1915.Done, without errors.
1916.........................................................
1917...
1918Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (24.639 secs / 22.864 secs)
1919TOTAL: 522 SUCCESS
1920DEBUG [karma]: Run complete, exiting.
1921DEBUG [launcher]: Disconnecting all browsers
1922DEBUG [launcher]: Process Firefox exited with code 0
1923DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-13599257
1924
1925Done, without errors.
1926......................................................
1927...
1928Firefox 36.0.0 (Ubuntu): Executed 261 of 261 SUCCESS (20.087 secs / 18.218 secs)
1929TOTAL: 522 SUCCESS
1930DEBUG [karma]: Run complete, exiting.
1931DEBUG [launcher]: Disconnecting all browsers
1932DEBUG [launcher]: Process Firefox exited with code 0
1933DEBUG [temp-dir]: Cleaning temp dir /tmp/karma-96812026
1934
1935Done, without errors.
1936
1937[1] Done grunt karma:more
1938[2] Done grunt karma:more
1939[3] Done grunt karma:more
1940[4] Done grunt karma:more
1941[5] Done grunt karma:more
1942[6] Done grunt karma:more
1943[7] Done grunt karma:more
1944[8] Done grunt karma:more
1945[9] Done grunt karma:more
1946[10] Done grunt karma:more
1947[11] Done grunt karma:more
1948[12] Done grunt karma:more
1949[13] Done grunt karma:more
1950[14] Done grunt karma:more
1951[15] Exit 3 grunt karma:more
1952[16]- Done grunt karma:more
1953[17]+ Done grunt karma:more

https://wikitech.wikimedia.org/wiki/Nova_Resource:Integration/Setup#Debug_MediaWiki_frontend
https://wikitech.wikimedia.org/wiki/Nova_Resource:Integration/Setup#screenshot

Change 193507 had a related patch set uploaded (by Krinkle):
build: Add disconnect tolerance to karma config

https://gerrit.wikimedia.org/r/193507

Change 193843 had a related patch set uploaded (by Jforrester):
build: Add disconnect tolerance to karma config

https://gerrit.wikimedia.org/r/193843

Change 193507 merged by jenkins-bot:
build: Add disconnect tolerance to karma config

https://gerrit.wikimedia.org/r/193507

Change 193843 merged by jenkins-bot:
build: Add disconnect tolerance to karma config

https://gerrit.wikimedia.org/r/193843

Per the suggestion from upstream (karma-users thread), I gave Karma v0.12.32-beta.0 a try (their latest canary version, migrates from Socket.IO v0.9.x to v1.x).

Aside from the peerinvalid error (filed upstream), it seems to work fine in the isolated one-run case (no regression there).

But when running concurrently it fails the same as before:

(..)
WARN [karma]: Port 9888 in use
WARN [karma]: Port 9889 in use
INFO [karma]: Karma v0.12.32-beta.0 server started at http://localhost:9890/
INFO [launcher]: Starting browser Chrome
INFO [launcher]: Starting browser Firefox
.....WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.001 secs / 0 secs)
(..)
.....................
Chromium 41.0.2272 (Ubuntu): Executed 261 of 261 SUCCESS (4.508 secs / 4.358 secs)
...............................................
..........................WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.001 secs / 0 secs)
........Warning: Task "karma:more" failed. Use --force to continue.

Aborted due to warnings.
...WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10 secs / 0 secs)
(..)
......................................WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.044 secs / 0 secs)
.............................................................................................WARN [Firefox 36.0.0 (Ubuntu)]: Disconnected (1 times), because no message in 10000 ms.
Firefox 36.0.0 (Ubuntu): Executed 0 of 0 DISCONNECTED (10.002 secs / 0 secs)
.............Warning: Task "karma:more" failed. Use --force to continue.
Jdforrester-WMF subscribed.

We haven't seen this in a while; provisionally closing.

Krinkle lowered the priority of this task from High to Low.Mar 23 2015, 5:52 PM
Krinkle edited a custom field.
Krinkle moved this task from Next to Untriaged on the Continuous-Integration-Infrastructure board.

At the weekly triage meeting today, we decided that this wasn't urgent for this quarter, so declined to accept it.

Krinkle claimed this task.

Fixed. And also, for Chromium we no longer need Xvfb, given --headless, so by now it would work even if the issue still existed.