[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: hung during build on arm-ubc-01



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

Attachment: log.txt.xz
Description: Binary data


Reply to: