[00:07:24] ^ T354393 [00:07:24] T354393: Lua error: not enough memory. - https://phabricator.wikimedia.org/T354393 [00:08:23] "Lua memory usage: 52428796/52428800 bytes" -- looks like the lua there is doing something to cause that [00:12:02] good call, some folx are figuring out a change on wikidata may have caused it — sorry for the noise y'all [17:53:40] has anyone ever had problems with git review or gerrit automatically adding a topic from one of your older CRs? I'm not sure what I did here... [17:54:41] inflatador: sounds like you commited while being on a branch from previous change? [17:54:49] it would put the branch name in topic [17:55:06] shouldn't happen if git checkout production before [17:55:35] ah, that's what I missed. Thanks mutante [17:55:41] yw [18:07:06] well, this one seems unusual: (puppet on cloud vm): [18:07:07] Server Error: Evaluation Error: Error while evaluating a Function Call, Lookup of key 'lookup_options' failed: cloudlib::httpyaml failed Tried to load unspecified class: Symbol (file: /etc/puppet/manifests/realm.pp, line: 81 [18:07:33] cloudlib::httpyaml and realm.pp sounds like it's a global issue [18:08:22] that's a data_hash in hierdata/cloud.yaml [18:09:31] that line 81 in realm.pp is where it looks up the resolving::nameservers [20:15:11] ^ this happens when you have a Hiera key/value: '::1' and then you paste it into Horizon web Hiera and that removes the '' quotes and then :: is special and caused that interesting one above :p