[11:55:36] GitLab needs a short maintenance break in 1 hour (13:00 UTC) [12:22:20] Hello. There's a JavaScript warning being triggered on every pageview at the moment. An analytics instrument that was deployed as part of the train is calling a method that wasn't [12:22:27] The change that introduced the missing method was backported to -wmf.19 but not to -wmf.20 [12:22:35] Can we deploy the backport to -wmf.20? [12:23:31] (this is all working properly in beta) [12:35:25] (we asked if we should do an emergency deployment in #wikimedia-operations) [13:06:04] GitLab maintenance finished [13:08:32] milimetric: looks like you got it sorted? [13:24:39] yes, thank you cdanis [13:25:01] 😌 [17:29:05] Krinkle: I think there's an issue with one of the varnishtests in 08-mobile-hostnames-rewrite.vtc [17:29:49] cdanis: ok [17:30:36] https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/production/modules/varnish/files/tests/text/08-mobile-hostnames-rewrite.vtc#254 [17:30:37] that one [17:30:46] the response does not contain User-Agent in Vary [17:31:13] it does after https://gerrit.wikimedia.org/r/c/operations/puppet/+/1191543/4 [17:31:16] or should, anyway [17:31:24] that landed a few hours ago [17:31:45] yes, I'm synced past that, and writing a new varnish patch (which I don't think interacts with this), and having issues [17:31:50] if you have a pcc result from before that, but rebased on newer, might explain [17:31:52] ok [17:32:55] sorry, wrong test case [17:33:06] it's actually txreq -url "/w/load.php?modules=startup" -hdr "User-Agent: Android" -hdr "Host: de.wikipedia.org" -hdr "X-Forwarded-Proto: https" [17:33:08] that fails [17:34:07] uh, I think something might be wrong with my environment, actually [17:41:10] 0 tests failed, 0 tests skipped, 40 tests passed [17:41:13] yeah ok nevermind, apologies :) [17:44:13] np :) [21:04:28] cwhite: fyi, I don't remember where I got this (maybe from you?), I used to use netcat to display dogstats locally on a simple mw setup (i.e. not Docker or Vagrant). I kept getting things being truncated or stuck though, which I evolved slightly to `while true; do nc -ul -w0 8125; done` but that still lost a majority of stats as it restarts right between two batches from the same pageview. [21:04:40] I now use `socat -u UDP-RECVFROM:8125,fork -` which has worked well for the past few weeks [21:04:51] I've added it to https://www.mediawiki.org/wiki/Manual:Stats#Developers