Open dustypomerleau opened 1 month ago
I can confirm on my Intel Mac. I also tried updating the nix package to nodejs 22.10.0, and that also fails some test in test-ci-js group, but not the same test that fails for 22.9.0.
Can you share what test is failing and its output please?
I am attaching the build log for Nodejs 22.10.0 on Nixpkgs commit ID e87b505f5121ae4cd00f3c70987b690b737fc2b3
.
nodejs-22.10.0-build.log
My system:
% nix-shell -p nix-info --run "nix-info -m" --extra-experimental-features flakes
- system: `"x86_64-darwin"`
- host os: `Darwin 24.0.0, macOS 10.16`
- multi-user?: `no`
- sandbox: `yes`
- version: `nix-env (Nix) 2.18.8`
- channels(root): `"nixpkgs"`
- nixpkgs: `not found`
not ok 3714 parallel/test-tick-processor-arguments
---
duration_ms: 120047.76700
severity: fail
exitcode: -15
stack: |-
timeout
...
Is this test consistently failing for you? It looks like a flake to me
I ran it again this morning, now with Nixpkgs commit 161ba5b87e6a0c048de6fdfc9bbda69f4a290969
, and I am attaching the latest log: nodejs-22.10.0.log
The same test failed.
I am running it for the third time to see.
Third run. Several tests failed, including test-tick-processor-arguments
. Latest log is attached.
nodejs-22.10.0-build.log
🤷♂️ it would probably make sense to add that test to the list of skip tests for your architecture.
Arm64-darwin failed, too. I have to skip the check phase.
I have the same issue. Attaching my full build log: nodejs_build_output.txt
System details:
"x86_64-darwin"
Darwin 24.1.0, macOS 10.16
yes
no
nix-env (Nix) 2.24.10
"nixpkgs"
/nix/var/nix/profiles/per-user/root/channels/nixpkgs
Steps To Reproduce
Steps to reproduce the behavior:
Build log
Compilation succeeds, but the build fails on tests, ending with:
Full log in this gist.
Additional context
Notify maintainers
@aduh95
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.