Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-hash-seed failing (consistently?) on rhel8 #56687

Closed
aduh95 opened this issue Jan 22, 2025 · 4 comments
Closed

test-hash-seed failing (consistently?) on rhel8 #56687

aduh95 opened this issue Jan 22, 2025 · 4 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.

Comments

@aduh95
Copy link
Contributor

aduh95 commented Jan 22, 2025

Test

pummel.test-hash-seed

Platform

No response

Console output

not ok 3986 pummel/test-hash-seed
  ---
  duration_ms: 68409.43500
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/errors:983
      const err = new Error(message);
                  ^
    
    Error: Command failed: /home/iojs/build/workspace/node/out/Release/node --allow-natives-syntax /home/iojs/build/workspace/node/test/fixtures/guess-hash-seed.js
    /home/iojs/build/workspace/node/test/fixtures/guess-hash-seed.js:163
      throw new Error('no candidates remaining');
      ^
    
    Error: no candidates remaining
        at Object.<anonymous> (/home/iojs/build/workspace/node/test/fixtures/guess-hash-seed.js:163:9)
        at Module._compile (node:internal/modules/cjs/loader:1738:14)
        at Object..js (node:internal/modules/cjs/loader:1903:10)
        at Module.load (node:internal/modules/cjs/loader:1473:32)
        at Function._load (node:internal/modules/cjs/loader:1285:12)
        at TracingChannel.traceSync (node:diagnostics_channel:322:14)
        at wrapModuleLoad (node:internal/modules/cjs/loader:234:24)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5)
        at node:internal/main/run_main_module:33:47
    
    Node.js v24.0.0-pre
    
        at genericNodeError (node:internal/errors:983:15)
        at wrappedFn (node:internal/errors:537:14)
        at ChildProcess.exithandler (node:child_process:414:12)
        at ChildProcess.emit (node:events:507:28)
        at maybeClose (node:internal/child_process:1101:16)
        at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
      code: 1,
      killed: false,
      signal: null,
      cmd: '/home/iojs/build/workspace/node/out/Release/node --allow-natives-syntax /home/iojs/build/workspace/node/test/fixtures/guess-hash-seed.js',
      stdout: '',
      stderr: '/home/iojs/build/workspace/node/test/fixtures/guess-hash-seed.js:163\n' +
        "  throw new Error('no candidates remaining');\n" +
        '  ^\n' +
        '\n' +
        'Error: no candidates remaining\n' +
        '    at Object.<anonymous> (/home/iojs/build/workspace/node/test/fixtures/guess-hash-seed.js:163:9)\n' +
        '    at Module._compile (node:internal/modules/cjs/loader:1738:14)\n' +
        '    at Object..js (node:internal/modules/cjs/loader:1903:10)\n' +
        '    at Module.load (node:internal/modules/cjs/loader:1473:32)\n' +
        '    at Function._load (node:internal/modules/cjs/loader:1285:12)\n' +
        '    at TracingChannel.traceSync (node:diagnostics_channel:322:14)\n' +
        '    at wrapModuleLoad (node:internal/modules/cjs/loader:234:24)\n' +
        '    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5)\n' +
        '    at node:internal/main/run_main_module:33:47\n' +
        '\n' +
        'Node.js v24.0.0-pre\n'
    }
    
    Node.js v24.0.0-pre
  ...

Build links

Additional information

No response

@aduh95 aduh95 added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Jan 22, 2025
@targos
Copy link
Member

targos commented Jan 22, 2025

Do we know if it's caused by a recent commit to main ?

@targos
Copy link
Member

targos commented Jan 22, 2025

I don't know if it will help but I updated and rebooted all rhel8 machines.

@targos
Copy link
Member

targos commented Jan 22, 2025

There are two green runs now.

@aduh95
Copy link
Contributor Author

aduh95 commented Jan 22, 2025

I think we can be confident the test is not flaky then

@aduh95 aduh95 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.
Projects
None yet
Development

No branches or pull requests

2 participants