<cole-h>
gchristensen: "Bad credentials" internal error on `tasks::evaluate::update_labels`. Never seen one of those before. Transient, or indicative of a bigger problem?
<gchristensen>
huh
<gchristensen>
maybe the token given out by the vending machine has expired by then
<cole-h>
Looks like it was caused by treewide RFC45 again lol
<gchristensen>
guh, lol
<cole-h>
JK maybe not
<LnL>
thought about that one
<gchristensen>
I wonder if we can just make the token last longer
<LnL>
no idea how much work it would be, but what if we add an option to nix to disable unquoted url parsing and have ofborg use that?
<gchristensen>
that sounds like a decent idea once we've gotten the transition done
<gchristensen>
another option could be reporting the # of unquoted URLs identified and diffing
* cole-h
wonders what the difference between "line tables" and "full debug info" is
<gchristensen>
not sure, and tbh not sure I care, ofborg has 1 maybe 2 hot loops :P
<cole-h>
so, want a PR -> `debug = true` (full debug)? (or can do it yourself :P)
<gchristensen>
yep, send it along :)
<cole-h>
If performance regresses by a huge amount, it's easy to change
<gchristensen>
probably nobody would notice
<cole-h>
Until we start seeing purple labels because of timeouts or something
<{^_^}>
[ofborg] @cole-h opened pull request #455 → Cargo.toml: enable debug symbols in release profile → https://git.io/JvALw
<gchristensen>
cole-h: probably need to re-run carnix
<cole-h>
Yep x)
<cole-h>
Ran the script and nothing changed. Did I forget something?
<cole-h>
(also looks like the failure was network-based -- curl failed)
<gchristensen>
no clue, sounds fine
<cole-h>
checkPhase nix1 works fine. Is it possible to restart a single travis job?
<cole-h>
Thanks. Here's hoping it doesn't happen again
<gchristensen>
:)
<cole-h>
Also, somewhat unrelated, but why do my local runs of checkPhase with `useNix1 = false` pass all tests, yet `useNix1 = true` fails 13 tests? Have you run into this before?