| 30 Sep 2023 |
thiloho | I am also getting an [18] error when using nix-prefetch-deps for the package.lock.json file. | 21:49:20 |
Lily Foster | In reply to @thiloho:matrix.org
Lily Foster: Are you aware of this error? I am getting it lately and cannon figure it out.
error: builder for '/nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/sade
> node_modules/to-fast-properties
> node_modules/p-try
> node_modules/yallist
> node_modules/stdin-discarder
> node_modules/mdast-util-to-string
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv'.
error: 1 dependencies of derivation '/nix/store/rid5b0q43iqdf1anhjcf2r29w6cbi2xs-build-aurora-blog.drv' failed to build
https://github.com/NixOS/nixpkgs/issues/257805 and https://github.com/NixOS/nixpkgs/issues/256873 | 21:52:52 |
Lily Foster | I haven't had a chance to dive into it though :( | 21:53:10 |
thiloho | Lily Foster: Thank you, what I can tell is that the [18] error is fixed with NIX_BUILD_CORES=1, but that makes it really slow and the [55] error is still there without any solution. | 22:03:36 |
Lily Foster | In reply to @thiloho:matrix.org Lily Foster: Thank you, what I can tell is that the [18] error is fixed with NIX_BUILD_CORES=1, but that makes it really slow and the [55] error is still there without any solution. Does it always fail on the same dependency? | 22:37:36 |
| peter-lustig joined the room. | 23:19:09 |
| 1 Oct 2023 |
peter-lustig | Redacted or Malformed Event | 11:50:55 |
thiloho | In reply to @lily:lily.flowers Does it always fail on the same dependency? I would tell you if this was the case, unfortunately it seems to not fail for me today (I already did a few successful builds with buildNpmPackage. As mentioned in the issue, it only happens occasionally so it is not that easy to debug. | 11:58:54 |
thiloho | In reply to @lily:lily.flowers Does it always fail on the same dependency? * I would tell you if this was the case, unfortunately it seems to not fail for me today (I already did a few successful builds with buildNpmPackage). As mentioned in the issue, it only happens occasionally so it is not that easy to debug. | 11:59:01 |
Lily Foster | In reply to @thiloho:matrix.org I would tell you if this was the case, unfortunately it seems to not fail for me today (I already did a few successful builds with buildNpmPackage). As mentioned in the issue, it only happens occasionally so it is not that easy to debug. Yeah, tell me about it, I have tried to reproduce it a few times myself and have been unable to 😅 | 12:01:58 |
| haruka joined the room. | 20:10:44 |
thiloho | In reply to @lily:lily.flowers Yeah, tell me about it, I have tried to reproduce it a few times myself and have been unable to 😅 Alright, now after a few hours I am getting the [55 error again, and I can tell you that it does not fail on the same dependency.
Here, the two different errors, the first one is from yesterday and the new one from right now:
error: builder for '/nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/sade
> node_modules/to-fast-properties
> node_modules/p-try
> node_modules/yallist
> node_modules/stdin-discarder
> node_modules/mdast-util-to-string
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv'.
error: builder for '/nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/server-destroy
> node_modules/zwitch
> node_modules/vite/node_modules/@esbuild/linux-arm
> node_modules/@types/debug
> node_modules/is-extendable
> node_modules/ansi-align/node_modules/string-width
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv'.
| 21:40:02 |
thiloho | In reply to @lily:lily.flowers Yeah, tell me about it, I have tried to reproduce it a few times myself and have been unable to 😅 * Alright, now after a few hours I am getting the [55] error again, and I can tell you that it does not fail on the same dependency.
Here, the two different errors, the first one is from yesterday and the new one from right now:
error: builder for '/nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/sade
> node_modules/to-fast-properties
> node_modules/p-try
> node_modules/yallist
> node_modules/stdin-discarder
> node_modules/mdast-util-to-string
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv'.
error: builder for '/nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/server-destroy
> node_modules/zwitch
> node_modules/vite/node_modules/@esbuild/linux-arm
> node_modules/@types/debug
> node_modules/is-extendable
> node_modules/ansi-align/node_modules/string-width
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv'.
| 21:40:16 |
thiloho | * Alright, now after a few hours I am getting the [55] error again, and I can tell you that it does not fail on the same dependency.
Here, the two different errors, the first one is from yesterday and the new one from right now:
error: builder for '/nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/sade
> node_modules/to-fast-properties
> node_modules/p-try
> node_modules/yallist
> node_modules/stdin-discarder
> node_modules/mdast-util-to-string
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv'.
error: builder for '/nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/server-destroy
> node_modules/zwitch
> node_modules/vite/node_modules/@esbuild/linux-arm
> node_modules/@types/debug
> node_modules/is-extendable
> node_modules/ansi-align/node_modules/string-width
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv'.
| 21:40:40 |
thiloho | * Alright, now after a few hours I am getting the [55] error again, and I can tell you that it does not fail on the same dependency.
Here, the two different errors, the first one is from yesterday and the new one from right now:
error: builder for '/nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/sade
> node_modules/to-fast-properties
> node_modules/p-try
> node_modules/yallist
> node_modules/stdin-discarder
> node_modules/mdast-util-to-string
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv'.
error: builder for '/nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/server-destroy
> node_modules/zwitch
> node_modules/vite/node_modules/@esbuild/linux-arm
> node_modules/@types/debug
> node_modules/is-extendable
> node_modules/ansi-align/node_modules/string-width
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv'.
| 21:42:50 |
Lily Foster | Yeah someone has mentioned rate-limiting being possibly involved and it is starting to smell like that (especially given we didn't change anything for it to start happening). I'll do research hopefully tonight and come up with something | 22:00:03 |
| 2 Oct 2023 |
| JC (Jan Christoph Ebersbach) joined the room. | 10:03:02 |
| 3 Oct 2023 |
peter-lustig | In reply to @thiloho:matrix.org
Alright, now after a few hours I am getting the [55] error again, and I can tell you that it does not fail on the same dependency.
Here, the two different errors, the first one is from yesterday and the new one from right now:
error: builder for '/nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/sade
> node_modules/to-fast-properties
> node_modules/p-try
> node_modules/yallist
> node_modules/stdin-discarder
> node_modules/mdast-util-to-string
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv'.
error: builder for '/nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/server-destroy
> node_modules/zwitch
> node_modules/vite/node_modules/@esbuild/linux-arm
> node_modules/@types/debug
> node_modules/is-extendable
> node_modules/ansi-align/node_modules/string-width
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv'.
I am facing this issue too :( | 01:29:24 |
peter-lustig | In reply to @lily:lily.flowers Yeah someone has mentioned rate-limiting being possibly involved and it is starting to smell like that (especially given we didn't change anything for it to start happening). I'll do research hopefully tonight and come up with something Did you already come up with something? | 01:30:53 |
jfvillablanca | hello everyone, i am making a nodejs project and i am using devenv. i have set services.mysql.enable = true; in my flake.nix. mysql cli seems to be enabled on the environment, however, when I try to run mysql I get this error ERROR 2002 (HY000): Can't connect to local server through socket '/link/to/repo/.devenv/state/mysql.sock' if anyone can shed some light on this, i would very much appreciate it | 02:23:23 |
| spion set a profile picture. | 15:31:36 |
Cobalt | In reply to @jfvillablanca:matrix.org hello everyone, i am making a nodejs project and i am using devenv. i have set services.mysql.enable = true; in my flake.nix. mysql cli seems to be enabled on the environment, however, when I try to run mysql I get this error ERROR 2002 (HY000): Can't connect to local server through socket '/link/to/repo/.devenv/state/mysql.sock' if anyone can shed some light on this, i would very much appreciate it The mysql server is most likely not running (as indicated by the missing socket). | 19:57:13 |
| 6 Oct 2023 |
| fwam joined the room. | 16:42:44 |
| Marie joined the room. | 17:04:21 |
Lily Foster | In reply to @thiloho:matrix.org
Alright, now after a few hours I am getting the [55] error again, and I can tell you that it does not fail on the same dependency.
Here, the two different errors, the first one is from yesterday and the new one from right now:
error: builder for '/nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/sade
> node_modules/to-fast-properties
> node_modules/p-try
> node_modules/yallist
> node_modules/stdin-discarder
> node_modules/mdast-util-to-string
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/0v4309m5kdpa2wvm9ix0v9hyf2x8cxwc-build-aurora-blog-npm-deps.drv'.
error: builder for '/nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv' failed with exit code 1;
last 10 log lines:
> node_modules/server-destroy
> node_modules/zwitch
> node_modules/vite/node_modules/@esbuild/linux-arm
> node_modules/@types/debug
> node_modules/is-extendable
> node_modules/ansi-align/node_modules/string-width
> Error: unknown error
>
> Caused by:
> [55] Failed sending data to the peer
For full logs, run 'nix log /nix/store/pqzz7v0d4gqi6smg90c909g542snxp83-build-aurora-blog-npm-deps.drv'.
Okay so here's an interesting one. Curl error 55 (CURLE_SEND_ERROR) should be getting set as an io error which should be retried. But it's errorkind is now Unknown instead of Io which results in the error being considered permanent, as seen in your log | 19:54:05 |
Lily Foster | So what's changed is actually likely something in the rust ffi to libcurl | 19:54:21 |
Lily Foster | ugh | 19:54:26 |
Lily Foster | (I still haven't been able to replicate btw.... but it does not actually seem like it's due to rate limiting or anything like that) | 19:55:52 |
Lily Foster | Would someone who is able to replicate the issue test builds for me if I come up with a fix? | 19:57:47 |
Lily Foster | I guess I should ask on the gh issue actually | 19:57:55 |