| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
PR-URL: #60550 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #60643 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #60842 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #61371 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #61510 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
To reduce cache thrashing. PR-URL: #61790 Refs: #61436 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #61734 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #61759 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #61899 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
|
Review requested:
|
Sorry, something went wrong.
PR-URL: #61903 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
`parallel/test-strace-openat-openssl` was added to check explicitly
for a list of known files that would be opened for a set workload
(`require("crypto")`). This is not reliable when Node.js is linked
to an external/shared OpenSSL library (e.g. it might be configured
to load configuration files from a different default location and/or
load more than one configuration file) so skip this test when Node.js
is built in that way.
PR-URL: #61987
Fixes: #61966
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #61912 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
PR-URL: #61912 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Not having this permission is OK because the repo is public, but on private forks, it fails the checkout step. PR-URL: #58255 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
PR-URL: #60662 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This is the certdata.txt[0] from NSS 3.117. This is the version of NSS that shipped in Firefox 145.0 on 2025-11-11. Certificates added: - OISTE Server Root ECC G1 - OISTE Server Root RSA G1 [0] https://raw.githubusercontent.com/nss-dev/nss/refs/tags/NSS_3_117_RTM/lib/ckfw/builtins/certdata.txt PR-URL: #60741 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
The HTTP/2 spec (RFC 7540) defines SETTINGS_INITIAL_WINDOW_SIZE maximum as 2^31-1. Values above this must be treated as a FLOW_CONTROL_ERROR. Previously, Node.js allowed values up to 2^32-1 which caused nghttp2_submit_settings() to return NGHTTP2_ERR_INVALID_ARGUMENT, triggering an uncatchable assertion failure and crashing the process. This change adds proper validation to reject values >= 2^31 with a catchable RangeError before they reach nghttp2. PR-URL: #61402 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Tim Perry <pimterry@gmail.com>
Python v3.14 -- October 7th * https://www.python.org/download/pre-releases * https://www.python.org/downloads/release/python-3140rc3 PR-URL: #59983 Backport-PR-URL: #61370 Co-authored-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Stewart X Addison <sxa@redhat.com> Refs: #60874
Add missing preposition "by" to clarify how to change the global dispatcher. PR-URL: #59344 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #59354 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: theanarkh <theratliter@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
`test-esm-loader-hooks-inspect-wait` is occasionally crashing on more platforms than Linux. Mark the test as flaky on those platforms as well. PR-URL: #56803 Refs: #54346 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #56799 Refs: #56794 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
When the spawned child process gets closed with a signal, the exit code is not set and that is why the exit code assertion was failing. This change adjusts the test to check the signal and if it is truthy, it doesn't assert the exit code and instead logs the signal and continues the rest of the assertions. Refs: #58463 (comment) Refs: #58199 Refs: #58463 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: #58478 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
The test was flaky because the histogram sampling might not have completed before the assertions ran. By using setImmediate before disabling the histogram and checking values, we give the event loop a chance to record final samples on slower systems. Also added an explicit check for histogram.count > 0 to provide a clearer error message if no samples are recorded. Refs: nodejs/reliability#1450 PR-URL: #61629 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: #60565 Refs: #60494 Refs: https://github.com/nodejs/reliability/blob/main/reports/2025-11-03.md Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: James M Snell <jasnell@gmail.com>
Signed-off-by: Stewart X Addison <sxa@ibm.com> PR-URL: #60995 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Original commit message:
[riscv] Fix sp handling in MacroAssembler::LeaveFrame
Keep sp <= fp to ensure that data right above fp doesn't get clobbered
by an inopportune signal and its handler.
Such clobbering can happen in e.g. Node.js when JIT-compiled code is
interrupted by a SIGCHLD handler.
Bug: None
Change-Id: Ief0836032ada7942e89f081f7605f61632c4d414
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7540554
Reviewed-by: Ji Qiu <qiuji@iscas.ac.cn>
Commit-Queue: Yahan Lu (LuYahan) <yahan@iscas.ac.cn>
Reviewed-by: Rezvan Mahdavi Hezaveh <rezvan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#105069}
Refs: v8/v8@6a0a25a
Co-authored-by: kxxt <rsworktech@outlook.com>
PR-URL: #61687
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
PR-URL: #61830 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
|
CI: https://ci.nodejs.org/job/node-test-pull-request/71566/ 🟢 ┌─────────┬────────┐ │ (index) │ Values │ ├─────────┼────────┤ │ Failed │ 84 │ │ Skipped │ 157 │ │ Passed │ 609 │ │ Total │ 850 │ └─────────┴────────┘ ┌───────────────────┬───────────────────────────┬────────────────────┬─────────────────────┬───────────────────────────┬─────────────────────┬───────────────────────────┬───────────────────────┬───────────────────────────────┬──────────────────────────┬───────────────────────┬───────────────────────┬────────────────────┬──────────────────┐ │ (index) │ 0 │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 10 │ 11 │ 12 │ ├───────────────────┼───────────────────────────┼────────────────────┼─────────────────────┼───────────────────────────┼─────────────────────┼───────────────────────────┼───────────────────────┼───────────────────────────────┼──────────────────────────┼───────────────────────┼───────────────────────┼────────────────────┼──────────────────┤ │ rhel9-s390x │ 'microtime-v3.1.1' │ 'node-gyp-v12.2.0' │ 'sax-v1.5.0' │ 'sqlite3-v5.1.7' │ 'undici-v7.22.0' │ │ │ │ │ │ │ │ │ │ ubuntu2404-x64 │ '@babel/core-v7.29.0' │ 'ava-v6.4.1' │ 'clinic-v13.0.0' │ 'duplexer2-v0.1.4' │ 'ember-cli-v6.11.0' │ 'fastify-v5.7.4' │ 'jest-v0.0.0' │ 'leveldown-v6.1.1' │ 'microtime-v3.1.1' │ 'node-gyp-v12.2.0' │ 'prom-client-v15.1.3' │ 'undici-v7.22.0' │ │ │ win-vs2019 │ 'express-session-v1.19.0' │ 'fastify-v5.7.4' │ 'resolve-v1.22.11' │ 'undici-v7.22.0' │ │ │ │ │ │ │ │ │ │ │ fedora-latest-x64 │ '@babel/core-v7.29.0' │ 'ava-v6.4.1' │ 'clinic-v13.0.0' │ 'ember-cli-v6.11.0' │ 'fastify-v5.7.4' │ 'jest-v0.0.0' │ 'leveldown-v6.1.1' │ 'microtime-v3.1.1' │ 'node-gyp-v12.2.0' │ 'prom-client-v15.1.3' │ 'undici-v7.22.0' │ │ │ │ debian12-x64 │ '@babel/core-v7.29.0' │ 'ava-v6.4.1' │ 'clinic-v13.0.0' │ 'ember-cli-v6.11.0' │ 'fastify-v5.7.4' │ 'jest-v0.0.0' │ 'node-gyp-v12.2.0' │ 'prom-client-v15.1.3' │ 'readable-stream-v4.7.0' │ 'undici-v7.22.0' │ │ │ │ │ osx13-x64 │ '@babel/core-v7.29.0' │ 'ava-v6.4.1' │ 'ember-cli-v6.11.0' │ 'express-session-v1.19.0' │ 'fastify-v5.7.4' │ 'leveldown-v6.1.1' │ 'microtime-v3.1.1' │ 'node-gyp-v12.2.0' │ 'tape-v5.9.0' │ 'undici-v7.22.0' │ 'vinyl-v3.0.1' │ │ │ │ alpine-latest-x64 │ '@babel/core-v7.29.0' │ '@yarnpkg/cli' │ 'ava-v6.4.1' │ 'clinic-v13.0.0' │ 'ember-cli-v6.11.0' │ 'express-session-v1.19.0' │ 'fastify-v5.7.4' │ 'import-in-the-middle-v3.0.0' │ 'jest-v0.0.0' │ 'leveldown-v6.1.1' │ 'microtime-v3.1.1' │ 'node-gyp-v12.2.0' │ 'undici-v7.22.0' │ │ rhel9-ppc64le │ 'fastify-v5.7.4' │ 'microtime-v3.1.1' │ 'node-gyp-v12.2.0' │ 'undici-v7.22.0' │ │ │ │ │ │ │ │ │ │ │ aix72-ppc64 │ 'ember-cli-v6.11.0' │ 'microtime-v3.1.1' │ 'mime-v4.1.0' │ 'node-gyp-v12.2.0' │ 'sax-v1.5.0' │ 'undici-v7.22.0' │ │ │ │ │ │ │ │ │ rhel9-x64 │ '@babel/core-v7.29.0' │ 'fastify-v5.7.4' │ 'jest-v0.0.0' │ 'leveldown-v6.1.1' │ 'microtime-v3.1.1' │ 'node-gyp-v12.2.0' │ 'prom-client-v15.1.3' │ 'undici-v7.22.0' │ │ │ │ │ │ └───────────────────┴───────────────────────────┴────────────────────┴─────────────────────┴───────────────────────────┴─────────────────────┴───────────────────────────┴───────────────────────┴───────────────────────────────┴──────────────────────────┴───────────────────────┴───────────────────────┴────────────────────┴──────────────────┘ V8-CI: https://ci.nodejs.org/job/node-test-commit-v8-linux/7044/ 🟢 |
Sorry, something went wrong.
Sorry, something went wrong.
|
@nodejs/build /Users/admin/build/ws/out/Release/.deps//Users/admin/build/ws/out/Release/obj.target/icui18n/deps/icu-small/source/i18n/number_decimfmtprops.o.d.raw -c 15:57:14 FATAL: command execution failed 15:57:14 java.io.EOFException 15:57:14 at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2933) 15:57:14 at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3428) 15:57:14 at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:985) 15:57:14 at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:416) 15:57:14 at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50) 15:57:14 at hudson.remoting.Command.readFrom(Command.java:141) 15:57:14 at hudson.remoting.Command.readFrom(Command.java:127) 15:57:14 at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35) 15:57:14 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:62) 15:57:14 Caused: java.io.IOException: Unexpected termination of the channel 15:57:14 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:80) 15:57:14 Caused: java.io.IOException: Backing channel 'vm-e8hrm' is disconnected. 15:57:14 at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:227) 15:57:14 at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:306) 15:57:14 at jdk.proxy2/jdk.proxy2.$Proxy140.isAlive(Unknown Source) 15:57:14 at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1227) 15:57:14 at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1219) 15:57:14 at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:195) 15:57:14 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:145) 15:57:14 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92) 15:57:14 at PluginClassLoader for conditional-buildstep//org.jenkinsci.plugins.conditionalbuildstep.BuilderChain.perform(BuilderChain.java:71) 15:57:14 at PluginClassLoader for run-condition//org.jenkins_ci.plugins.run_condition.BuildStepRunner$2.run(BuildStepRunner.java:112) 15:57:14 at PluginClassLoader for run-condition//org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail.conditionalRun(BuildStepRunner.java:156) 15:57:14 at PluginClassLoader for run-condition//org.jenkins_ci.plugins.run_condition.BuildStepRunner.perform(BuildStepRunner.java:107) 15:57:14 at PluginClassLoader for conditional-buildstep//org.jenkinsci.plugins.conditionalbuildstep.ConditionalBuilder.perform(ConditionalBuilder.java:131) 15:57:14 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 15:57:14 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818) 15:57:14 at hudson.model.Build$BuildExecution.build(Build.java:199) 15:57:14 at hudson.model.Build$BuildExecution.doRun(Build.java:164) 15:57:14 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:527) 15:57:14 at hudson.model.Run.execute(Run.java:1842) 15:57:14 at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153) 15:57:14 at hudson.model.ResourceController.execute(ResourceController.java:97) 15:57:14 at hudson.model.Executor.run(Executor.java:456) 15:57:14 FATAL: Unable to delete script file /var/folders/_3/2cd1v7b16nq_899hf73l1hrw0000gn/T/jenkins8380403796386566580.sh 15:57:14 java.io.EOFException 15:57:14 at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2933) 15:57:14 at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3428) 15:57:14 at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:985) 15:57:14 at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:416) 15:57:14 at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50) 15:57:14 at hudson.remoting.Command.readFrom(Command.java:141) 15:57:14 at hudson.remoting.Command.readFrom(Command.java:127) 15:57:14 at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35) 15:57:14 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:62) 15:57:14 Caused: java.io.IOException: Unexpected termination of the channel 15:57:14 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:80) 15:57:14 Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@3d5f62af:vm-e8hrm": Remote call on vm-e8hrm failed. The channel is closing down or has closed down 15:57:14 at hudson.remoting.Channel.call(Channel.java:1101) 15:57:14 at hudson.FilePath.act(FilePath.java:1208) 15:57:14 at hudson.FilePath.act(FilePath.java:1197) 15:57:14 at hudson.FilePath.delete(FilePath.java:1744) 15:57:14 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163) 15:57:14 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92) 15:57:14 at PluginClassLoader for conditional-buildstep//org.jenkinsci.plugins.conditionalbuildstep.BuilderChain.perform(BuilderChain.java:71) 15:57:14 at PluginClassLoader for run-condition//org.jenkins_ci.plugins.run_condition.BuildStepRunner$2.run(BuildStepRunner.java:112) 15:57:14 at PluginClassLoader for run-condition//org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail.conditionalRun(BuildStepRunner.java:156) 15:57:14 at PluginClassLoader for run-condition//org.jenkins_ci.plugins.run_condition.BuildStepRunner.perform(BuildStepRunner.java:107) 15:57:14 at PluginClassLoader for conditional-buildstep//org.jenkinsci.plugins.conditionalbuildstep.ConditionalBuilder.perform(ConditionalBuilder.java:131) 15:57:14 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 15:57:14 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818) 15:57:14 at hudson.model.Build$BuildExecution.build(Build.java:199) 15:57:14 at hudson.model.Build$BuildExecution.doRun(Build.java:164) 15:57:14 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:527) 15:57:14 at hudson.model.Run.execute(Run.java:1842) 15:57:14 at PluginClassLoader for matrix-project//hudson.matrix.MatrixRun.run(MatrixRun.java:153) 15:57:14 at hudson.model.ResourceController.execute(ResourceController.java:97) 15:57:14 at hudson.model.Executor.run(Executor.java:456) 15:57:14 Build step 'Conditional steps (multiple)' marked build as failure 15:57:14 ERROR: Step ‘Archive the artifacts’ failed: no workspace for iojs+release/nodes=osx13-release-pkg #11640 15:57:15 Sending e-mails to: michael_dawson@ca.ibm.com 15:57:16 Notifying upstream projects of job completion 15:57:16 Finished: FAILURE rhel 8 failure: 16:47:57 cp README.md node-v20.20.1-linux-ppc64le 16:47:57 cp LICENSE node-v20.20.1-linux-ppc64le 16:47:57 cp doc/changelogs/CHANGELOG_V20.md node-v20.20.1-linux-ppc64le/CHANGELOG.md 16:47:57 tar -cf node-v20.20.1-linux-ppc64le.tar node-v20.20.1-linux-ppc64le 16:47:58 rm -f -r node-v20.20.1-linux-ppc64le 16:47:58 gzip -c -f -9 node-v20.20.1-linux-ppc64le.tar > node-v20.20.1-linux-ppc64le.tar.gz 16:48:15 xz -c -f -9e node-v20.20.1-linux-ppc64le.tar > node-v20.20.1-linux-ppc64le.tar.xz 16:50:16 rm -f node-v20.20.1-linux-ppc64le.tar 16:50:16 ssh node-www "mkdir -p nodejs/release/v20.20.1" 16:50:16 kex_exchange_identification: Connection closed by remote host 16:50:16 make: *** [Makefile:1321: binary-upload] Error 255 16:50:16 Build step 'Conditional steps (multiple)' marked build as failure 16:50:17 Archiving artifacts 16:50:24 Recording fingerprints 16:50:25 Sending e-mails to: michael_dawson@ca.ibm.com 16:50:26 Notifying upstream projects of job completion 16:50:26 Finished: FAILURE |
Sorry, something went wrong.
cc @ryanaslett
Hopefully this is transient and will go away on a rerun. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Notable Changes
Commits