build
build copied to clipboard
Better build and test infra for Node.
Flaky tests unnecessarily waste developer and CI time, impact product stability, and reduce confidence in tests. It seems that the https://github.com/nodejs/node repository suffers from flaky tests, as shown by the...
``` *** /dev/xvda1 should be checked for errors *** ```
@shipujin has been working to get loongarch64 runs going in the CI. Not being able to kickoff CI runs is slowing that down. For example see - https://github.com/nodejs/build/issues/3540#issuecomment-1916603497 He already...
Refs: https://github.com/nodejs/build/issues/3089#issuecomment-1713487992
See https://ci.nodejs.org/job/node-test-binary-armv7l/RUN_SUBSET=native,nodes=ubuntu2004-armv7l/9651/console ``` 08:51:12 + ssh-agent sh -c 'ssh-add **** && git fetch --no-tags [email protected]:binary_tmp.git +refs/heads/jenkins-node-test-commit-arm-fanned-c7f8b1629123065c20362ca5c2be0552405fbc4a-binary-pi1p/cc-armv7:refs/remotes/jenkins_tmp' 08:51:12 Identity added: **** (****) 08:51:49 fatal: packfile .git/objects/pack/pack-dd8f2842296180e0ffb6376cb0696c662e80f52a.pack cannot be mapped: Cannot allocate...
Note: nodejs/node#51394 should land before this does Reference #3602 cc @targos @MoLow @ovflowd
## Time **UTC Tue 30-Jan-2024 14:00 (02:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Tue 30-Jan-2024 06:00 (06:00 AM) | | US / Mountain |...
[node-test-commit-linux-as-shared-lib](https://ci.nodejs.org/job/node-test-commit-linux-as-shared-lib/) has been [broken since 5 Jan 2024](https://ci.nodejs.org/job/node-test-commit-linux-as-shared-lib/nodes=ubuntu1804-64/buildTimeTrend). It looks to be a fairly consistent compilation failure in turboshaft in V8. e.g. https://ci.nodejs.org/job/node-test-commit-linux-as-shared-lib/nodes=ubuntu1804-64/2087/console ```console 07:13:47 ccache g++-8 -o /home/iojs/build/workspace/node-test-commit-linux-as-shared-lib/out/Release/obj.target/v8_turboshaft/deps/v8/src/compiler/turboshaft/assembler.o ../deps/v8/src/compiler/turboshaft/assembler.cc...
Our Debian hosts are not in a very good shape: - 2 x64 hosts with Debian 8 (EoL, offline for outdated Java) - 2 x64 hosts with Debian 9 (EoL,...
When a new node version is released, the list of versions at https://nodejs.org/dist/index.json is updated and the binaries are uploaded at [https://nodejs.org/dist/v`VERSION`](https://nodejs.org/dist/v%60VERSION%60) (e.g. https://nodejs.org/dist/v19.8.1/). However, the website sits behind a...