Your message dated Tue, 20 Feb 2024 11:21:17 +0000
with message-id <e1rcobz-00085m...@fasolo.debian.org>
and subject line Bug#1064306: fixed in nodejs 18.19.1+dfsg-2
has caused the Debian Bug report #1064306,
regarding nodejs: FTBFS on mips64el: failed tests
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1064306: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nodejs
Version: 18.19.1+dfsg-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org
https://buildd.debian.org/status/fetch.php?pkg=nodejs&arch=mips64el&ver=18.19.1%2Bdfsg-1&stamp=1708294535&raw=0
not ok 270 parallel/test-cli-node-options
---
duration_ms: 8260.48900
severity: fail
exitcode: 1
stack: |-
node:assert:991
throw newErr;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Command
failed: /<<PKGBUILDDIR>>/out/Release/node -e console.log("B")
Warning: disabling flag --expose_wasm due to conflicting flags
at /<<PKGBUILDDIR>>/test/parallel/test-cli-node-options.js:110:14
at /<<PKGBUILDDIR>>/test/common/index.js:453:15
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket.<anonymous> (node:internal/child_process:450:11)
at Socket.emit (node:events:517:28)
at Pipe.<anonymous> (node:net:351:12) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: Error: Command failed: /<<PKGBUILDDIR>>/out/Release/node -e
console.log("B")
Warning: disabling flag --expose_wasm due to conflicting flags
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket.<anonymous> (node:internal/child_process:450:11)
at Socket.emit (node:events:517:28)
at Pipe.<anonymous> (node:net:351:12) {
code: null,
killed: false,
signal: 'SIGSEGV',
cmd: '/<<PKGBUILDDIR>>/out/Release/node -e console.log("B")'
},
expected: null,
operator: 'ifError'
}
Node.js v18.19.1
...
not ok 475 parallel/test-crypto-sign-verify
---
duration_ms: 715.73800
severity: fail
exitcode: 1
stack: |-
node:assert:635
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
+ message: 'error:1E08010C:DECODER routines::unsupported'
- message: 'bye, bye, library'
}
at Object.<anonymous>
(/<<PKGBUILDDIR>>/test/parallel/test-crypto-sign-verify.js:42:10)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Function.executeUserEntryPoint [as runMain]
(node:internal/modules/run_main:128:12)
at node:internal/main/run_main_module:28:49 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Error: error:1E08010C:DECODER routines::unsupported
at Sign.sign (node:internal/crypto/sig:131:29)
at assert.throws.message
(/<<PKGBUILDDIR>>/test/parallel/test-crypto-sign-verify.js:43:31)
at getActual (node:assert:756:5)
at Function.throws (node:assert:902:24)
at Object.<anonymous>
(/<<PKGBUILDDIR>>/test/parallel/test-crypto-sign-verify.js:42:10)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Function.executeUserEntryPoint [as runMain]
(node:internal/modules/run_main:128:12) {
reason: 'unsupported',
code: 'ERR_OSSL_UNSUPPORTED'
},
expected: { message: 'bye, bye, library' },
operator: 'throws'
}
...
not ok 579 parallel/test-debugger-preserve-breaks # TODO : Fix flaky test
---
duration_ms: 26966.18100
severity: flaky
exitcode: 1
stack: |-
/<<PKGBUILDDIR>>/test/common/debugger.js:90
reject(new Error([
^
Error: Timeout (25000) while waiting for /(?:assert|break|break on
start|debugCommand|exception|other|promiseRejection) in/i; found: debug>
debug>
< Waiting for the debugger to disconnect...
<
debug>
at Timeout.<anonymous> (/<<PKGBUILDDIR>>/test/common/debugger.js:90:18)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
Node.js v18.19.1
...
not ok 792 parallel/test-freeze-intrinsics
---
duration_ms: 710.81600
severity: fail
exitcode: 1
stack: |-
node:assert:125
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Missing expected exception (TypeError).
at Object.<anonymous>
(/<<PKGBUILDDIR>>/test/parallel/test-freeze-intrinsics.js:36:10)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Function.executeUserEntryPoint [as runMain]
(node:internal/modules/run_main:128:12)
at node:internal/main/run_main_module:28:49 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: Object <[Object: null prototype] {}> { name: 'TypeError' },
operator: 'throws'
}
...
(and some more)
...
Failed tests:
./node /<<PKGBUILDDIR>>/test/parallel/test-cli-node-options.js
./node /<<PKGBUILDDIR>>/test/parallel/test-crypto-sign-verify.js
./node --frozen-intrinsics
/<<PKGBUILDDIR>>/test/parallel/test-freeze-intrinsics.js
./node /<<PKGBUILDDIR>>/test/parallel/test-tls-root-certificates.js
./node /<<PKGBUILDDIR>>/test/parallel/test-vm-global-non-writable-properties.js
./node /<<PKGBUILDDIR>>/test/parallel/test-vm-global-setter.js
./node --experimental-vm-modules
/<<PKGBUILDDIR>>/test/parallel/test-vm-module-synthetic.js
./node /<<PKGBUILDDIR>>/test/parallel/test-vm-strict-assign.js
make[2]: *** [Makefile:542: test-ci-js] Error 1
Cheers
--
Sebastian Ramacher
--- End Message ---
--- Begin Message ---
Source: nodejs
Source-Version: 18.19.1+dfsg-2
Done: Jérémy Lal <kapo...@melix.org>
We believe that the bug you reported is fixed in the latest version of
nodejs, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jérémy Lal <kapo...@melix.org> (supplier of updated nodejs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 20 Feb 2024 11:56:31 +0100
Source: nodejs
Architecture: source
Version: 18.19.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@alioth-lists.debian.net>
Changed-By: Jérémy Lal <kapo...@melix.org>
Closes: 1064306 1064331
Changes:
nodejs (18.19.1+dfsg-2) unstable; urgency=medium
.
[ Bo YU ]
* Allow more risc64 tests to fail. Closes: #1064331
.
[ Jérémy Lal ]
* Allow more mips64el tests to fail. Closes: #1064306
Upstream still supports those architectures but they
take more time to fix corner cases.
Checksums-Sha1:
d2d7ab0df17af52dbf985ce1d9aff59014f03079 4356 nodejs_18.19.1+dfsg-2.dsc
0a66d63b4cb5a361a840ba6e6fcebf106cdc200d 163508
nodejs_18.19.1+dfsg-2.debian.tar.xz
c80d868fbe2569db08553cc9f5f6e34bbad04720 10959
nodejs_18.19.1+dfsg-2_source.buildinfo
Checksums-Sha256:
a2a185af159b6c81b5ab74c16b8640fb622c6ec16081f7dc448684925485c60a 4356
nodejs_18.19.1+dfsg-2.dsc
42ddd8ef35d728c13362950876f28a448483b1ab08db43bad06bf0f244f2abf6 163508
nodejs_18.19.1+dfsg-2.debian.tar.xz
554e0b2a577453c3fcfc4b1d65ada95f541f77593993eb7b084bcecd5da1c0a5 10959
nodejs_18.19.1+dfsg-2_source.buildinfo
Files:
20739e4d874dd620dd3d27aaffd60d49 4356 javascript optional
nodejs_18.19.1+dfsg-2.dsc
ec80ad03d1e7d0a2eb7668ec8652e211 163508 javascript optional
nodejs_18.19.1+dfsg-2.debian.tar.xz
f2232b7ebb40cffc2b4d1bd99d208612 10959 javascript optional
nodejs_18.19.1+dfsg-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAmXUhbsSHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0GmgP/iq5D6E/didtpSX8Q7lznIzHaO3R7/A1
nWDhpsXr/R2vWrcO3aeMxUEwzWnhzbLV3xO5bskdg3QPIxaNIisO6akdCp0h4XuX
eNcC63abWw2ubaEtwAUQ5JHaOBJCLVoUvpnPBM+4SpS9fSIIn4PzyvBq3vdHrama
TmLwFMM/JEdfBOGJjqXp8r0oRxqziZD2z+Fr26ntKdcpn9KF7eQmrUy8dLhL80ps
m8LOcu6IW3/vi/NdepXID0hF0irx2v6JMHfWDNgjR0lZXLZo+F4R3YHsad8soYbG
Sqg+VQ7wmrgeC8g8aPSj9rl4NJ9vp0lOKfprHkx+k2AcMoiCHn3YXL34SdDkBpEG
XV4YlnPe22VM5oroL/9an9qiP/ufX1K5Sfc/hsbDRrzQWcwIeUwSsSK7Ickj0M4u
1E20puOPGzOX1kh/BeFX2mS84wh+6bfUMykdDeEks6xMUsyMeFA/IHG2hoKLaDFr
BjC+nee0YfSFKCKtSFA1d8nCwqZidp6uPEUOh6JSnNumFmKWdvyMMcycmbIueUPz
Kc4+Rl/de1vWOEJqbzMnw46MEZztgxRqDcpAolQAKLI+/WeLKlq6Yr/e6I3GIHPE
nGvKa7sijeZMioNf2ZfJwCFJtJJSVxAt1FLkEEoUBQcWYJWALDFA/++nTRHdATjo
Vjk+cVlkQS/c
=AC+j
-----END PGP SIGNATURE-----
pgpcrgyFL7RIP.pgp
Description: PGP signature
--- End Message ---