Discussion:
hung during build on arm-ubc-01
(too old to reply)
Jérémy Lal
2021-05-07 07:10:01 UTC
Permalink
Hi,
a build failure happened while building nodejs:
https://buildd.debian.org/status/logs.php?pkg=nodejs&ver=14.16.1~dfsg-1&arch=arm64

i'm trying to see if there was a real reason besides "external
contingencies":
- any differences (in instruction set ?) between "arm-ubc-01" and
"arm-conova-02" ?
- has arm-ubc-01 memory space ?
- what else could explain a crash there and not there

Thanks,
Jérémy
Ryutaroh Matsumoto
2021-05-08 05:10:02 UTC
Permalink
Hi,

On my Debian Bullseye arm64, "apt-get source --compile nodejs/experimental" fails
by testsuite failures as:

not ok 1756 parallel/test-repl-strict-mode-previews
---
duration_ms: 1.774
severity: fail
exitcode: 1
stack: |-
assert.js:918
throw err;
^

AssertionError [ERR_ASSERTION]: The input did not match the regular expression /\/\/ ReferenceError: xyz is not defined/. Input:

'> \nx\ny\nz\n'

at Object.<anonymous> (/home/ryutaroh/build-nodejs/nodejs-14.16.1~dfsg/test/parallel/test-repl-strict-mode-previews.js:42:10)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '> \nx\ny\nz\n',
expected: /\/\/ ReferenceError: xyz is not defined/,
operator: 'match'
}
...

not ok 1731 parallel/test-repl-mode
---
duration_ms: 1.151
severity: fail
exitcode: 1
stack: |-
assert.js:383
throw err;
^

AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:

assert.ok(
cli.output.accumulator.includes('\n// ReferenceError: xyz is not defined')
)

at testStrictModeTerminal (/home/ryutaroh/build-nodejs/nodejs-14.16.1~dfsg/test/parallel/test-repl-mode.js:52:10)
at /home/ryutaroh/build-nodejs/nodejs-14.16.1~dfsg/test/parallel/test-repl-mode.js:15:3
at Array.forEach (<anonymous>)
at Object.<anonymous> (/home/ryutaroh/build-nodejs/nodejs-14.16.1~dfsg/test/parallel/test-repl-mode.js:14:7)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
...


Full build log is attached. Ryutaroh
Adrian Bunk
2021-05-08 15:00:01 UTC
Permalink
Post by Jérémy Lal
...
i'm trying to see if there was a real reason besides "external
...
- what else could explain a crash there and not there
Looking through #debian-admin backlog, I see that a member of DSA was
doing some changes at ubc at that time and the terminated build was
likely related to that.
Post by Jérémy Lal
Thanks,
Jérémy
cu
Adrian

Loading...