[01:36:27] mariushoch/mediawiki-extensions-Wikibase/testSomething/601786e : Marius Hoch The build passed. http://travis-ci.org/mariushoch/mediawiki-extensions-Wikibase/builds/38385803 [01:47:12] .... [01:47:13] :P [02:46:00] https://www.wikidata.org/wiki/Q18325626 [02:46:04] w/w [06:03:01] [13ValueView] 15JeroenDeDauw created 06exttype (+1 new commit): 02http://git.io/ZCU2hQ [06:03:01] 13ValueView/06exttype 1496c0b98 15jeroendedauw: Change extension type to "other" as this is not a DV package [06:03:08] [13ValueView] 15JeroenDeDauw opened pull request #116: Change extension type to "other" as this is not a DV package (06master...06exttype) 02http://git.io/QONhEQ [06:53:53] (03PS1) 10Jeroen De Dauw: We can now finally get rid of this evil thing! [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/167432 [06:54:00] (03CR) 10jenkins-bot: [V: 04-1] We can now finally get rid of this evil thing! [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/167432 (owner: 10Jeroen De Dauw) [06:55:13] (03PS2) 10Jeroen De Dauw: We can now finally get rid of this evil thing! [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/167432 [09:57:57] (03CR) 10Aude: [C: 032] "yay!" [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/167432 (owner: 10Jeroen De Dauw) [10:08:50] (03Merged) 10jenkins-bot: We can now finally get rid of this evil thing! [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/167432 (owner: 10Jeroen De Dauw) [11:28:47] hmm... I wonder why articles that are marked as recommended on Wikidata don't show recommended article badge on Wikipedia [11:29:28] I thought https://fi.wikipedia.org/w/index.php?title=J%C3%A4rjestelm%C3%A4viesti%3ACommon.js&diff=14384268&oldid=14252074 would help but it didn't [11:31:22] after my change also locally stored recommended badges are hidden, example: https://fi.wikipedia.org/wiki/Falk%C3%B6pingin_taistelu where svwiki article should show as recommended [11:35:37] Stryn: it might be that the default icon is missing for recommended still. do others show up? [11:36:15] yep, others show up [11:37:41] then this is likely the issue [11:37:47] hoo and bene can help [11:40:19] ok, thanks [16:21:19] Is the export special-page broken? [16:22:02] exporting Q4115189 with history gives me some edits, but the most recent ist from 2013-05-02T10:44:01Z [16:27:15] most recent edit for Q76 is from 2014-08-20T09:39:33Z [17:33:22] 3MediaWiki extensions / 3WikidataRepo: Lua error: Failed to serialize data. - 10https://bugzilla.wikimedia.org/71918#c2 (10JulesWinnfield-hu) I can't reproduce it. There were about 70 pages with this error using mw.wikibase.getEntityObject, mw.wikibase.label and mw.wikibase.sitelink. It's possible that it wa... [17:53:08] 3MediaWiki extensions / 3WikidataRepo: Lua error: Failed to serialize data. - 10https://bugzilla.wikimedia.org/71918#c3 (10Marius Hoch) 5UNCO>3RESO/WOR (In reply to JulesWinnfield-hu from comment #2) > It's possible that it was related to a single item because all pages were > under a certain category.... [18:35:13] aude: Hey... I found something weirdly funny [18:35:26] and the largest backtrace I've ever seen [18:35:35] 55263 entries [18:36:14] DanielK_WMDE_: The serialization arrays... are they using references somewhere? [18:36:27] Eg. can I run into a circle if I recursively loop through them [18:36:36] because that's what we see here as far as I can tell [18:37:16] hoo: that would be very bad. no idea how that could happen [18:37:33] they should not be using references afaik [18:37:37] DanielK_WMDE_: Ok... because the lua array renumbering is timing out [18:37:53] with large rather ugly large traces :P [18:38:07] So I guess something is very bad [18:38:16] * badly screwe [18:38:17] d [18:38:36] hmhm :/ [18:39:01] A few years ago I had a similar issue in a toolserver tool I wrote... at some point with nested foreach loops passing be references just didn't really work [18:39:17] I then worked around that somehow [18:49:06] (03PS1) 10Hoo man: Don't recurse indefinitely in WikibaseLuaBindings::renumber [extensions/Wikibase] - 10https://gerrit.wikimedia.org/r/167454 [18:49:44] DanielK_WMDE_: aude: https://gerrit.wikimedia.org/r/#/c/167454/1/client/includes/scribunto/WikibaseLuaBindings.php is such work around okish [18:49:51] JeroenDeDauw: you mihgt like it :D [18:50:05] (numbers are up for discussion) [18:51:36] #83770 {main} [18:51:39] wow, taht's even larger [18:51:42] always Q30 [18:52:19] Q30 should be hte item for recursion :D [19:00:54] 3MediaWiki extensions / 3WikidataClient: Infinite recursion in WikibaseLuaBindings::renumber (leading to OOM) when trying to get Q30 - 10https://bugzilla.wikimedia.org/72242 (10Marius Hoch) 3NEW p:3Unprio s:3critic a:3Wikidata bugs Traces sometimes have more than 80k entries, so that's also a problem... [19:04:58] If PHP had a is_reference function [19:05:06] I know that can be done via xdebug [19:05:12] and probably via some nasty hacks [19:06:11] hoo: does it have cats? [19:06:25] JeroenDeDauw: Look at the diff :D [19:07:44] why would there be a circular ref? [19:08:03] JeroenDeDauw: That's a good question [19:08:21] but I doubt it's really 80k+ levels deep [19:08:31] so I bet on circular (or PHP screwing) [19:12:18] http://stackoverflow.com/a/3148200 [19:12:23] wow.... just wow :/