| 9 Oct 2023 |
Cobalt | I ran nix run github:lilyinstarlight/nixpkgs/tmp/fix/prefetch-npm-deps-hell#prefetch-npm-deps package-lock.json &> prefetch-log.txt | 14:47:28 |
Cobalt | That was the above mentioned branch iirc, it also seems to have had a commit a few mins ago | 14:48:21 |
Lily Foster | Did it download commit 3c26031cf and rebuild the rust thingy? | 14:48:49 |
Cobalt | In reply to @lily:lily.flowers Did it download commit 3c26031cf and rebuild the rust thingy? it recompiled, let me check what it downloaded | 14:49:18 |
Cobalt | Redacted or Malformed Event | 14:51:57 |
Cobalt | nvmd, --debug helped, it was running on 3c26031cf24809371192676aebf449de2a831eca | 14:53:20 |
Cobalt | * --debug helped, it was running on 3c26031cf24809371192676aebf449de2a831eca | 14:53:47 |
Lily Foster | Hmmmmm okay. I'll investigate further then why the world doesn't make sense | 14:54:04 |
Lily Foster | Thank you for testing | 14:54:10 |
Lily Foster | In reply to @c0ba1t:matrix.org That was the above mentioned branch iirc, it also seems to have had a commit a few mins ago Alright you'll probably need --refresh, but could you try again, same branch? | 15:02:23 |
Cobalt | Download prefetch.txt | 15:07:12 |
Cobalt | Interesting, it failed to build: Command: nix run --refresh github:lilyinstarlight/nixpkgs/tmp/fix/prefetch-npm-deps-hell#prefetch-npm-deps &> prefetch.txt | 15:07:12 |
Lily Foster | Oh oops, i may not have checked it before pushing | 15:09:41 |
Lily Foster | One minute | 15:09:44 |
Lily Foster | (sorry i'm a disaster...) | 15:12:20 |
Lily Foster | In reply to @c0ba1t:matrix.org Interesting, it failed to build: Command: nix run --refresh github:lilyinstarlight/nixpkgs/tmp/fix/prefetch-npm-deps-hell#prefetch-npm-deps &> prefetch.txt Okay try again | 15:13:09 |
Cobalt | Download 1-prefetch-successful.txt | 15:16:49 |
Cobalt | First attempt was (unfortunately) successful | 15:16:51 |
Cobalt | Second als | 15:16:57 |
Cobalt | * Second also | 15:17:00 |
Cobalt | Download prefetch.txt | 15:17:14 |
Cobalt | nice, the third got a panic | 15:17:29 |
Lily Foster | If just adding backtrace makes the issue never happen, I'm gonna cry | 15:17:31 |
Lily Foster | Oh good | 15:17:34 |
Lily Foster | ohhhhh i know exactly what is happening now | 15:18:58 |
Cobalt | okay, after a few reruns the error ratio is around 50% | 15:18:55 |
Cobalt | Same error every time | 15:18:59 |
Lily Foster | Ugh i hate this | 15:19:03 |
Lily Foster | So retry is only done after http stuff is finished, but if a failure occurs while reading a large body, it bubbles back out since it's already left the code that does the retry | 15:20:00 |
Lily Foster | * So retry is only done until http stuff is finished, but if a failure occurs while reading a large body, it bubbles back out since it's already left the code that does the retry | 15:20:09 |