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-asan workflow broken by runner update to ubuntu-22.04 #45578

Open
targos opened this issue Nov 22, 2022 · 1 comment
Open

test-asan workflow broken by runner update to ubuntu-22.04 #45578

targos opened this issue Nov 22, 2022 · 1 comment

Comments

@targos
Copy link
Member

targos commented Nov 22, 2022

Last green job (ubuntu-20.04): https://github.com/nodejs/node/actions/runs/3517872843/jobs/5896143056
Now all jobs fail like this: https://github.com/nodejs/node/actions/runs/3523383870/jobs/5907479881

=== release test-signal-handler ===
Path: abort/test-signal-handler
Error: --- stderr ---
/home/runner/work/node/node/out/Release/node[165707]: ../src/node_process_methods.cc:80:void node::Chdir(const FunctionCallbackInfo<v8::Value> &): Assertion `(args.Length()) == (1)' failed.
 1: 0x55dfeedf29c8 node::DumpBacktrace(_IO_FILE*) [/home/runner/work/node/node/out/Release/node]
 2: 0x55dfeefb6dc6 node::Abort() [/home/runner/work/node/node/out/Release/node]
 3: 0x55dfeefb668c node::Assert(node::AssertionInfo const&) [/home/runner/work/node/node/out/Release/node]
 4: 0x55dfef14500c  [/home/runner/work/node/node/out/Release/node]
 5: 0x7ffda2342310 
node:assert:400
    throw err;
    ^

AssertionError [ERR_ASSERTION]: child.signal = SIGABRT
    at Object.<anonymous> (/home/runner/work/node/node/test/abort/test-signal-handler.js:22:3)
    at Module._compile (node:internal/modules/cjs/loader:1218:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1272:10)
    at Module.load (node:internal/modules/cjs/loader:1081:32)
    at Module._load (node:internal/modules/cjs/loader:922:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12)
    at node:internal/main/run_main_module:23:47 {
  generatedMessage: false,
  code: 'ERR_ASSERTION',
  actual: false,
  expected: true,
  operator: '=='
}

Node.js v20.0.0-pre
Command: out/Release/node /home/runner/work/node/node/test/abort/test-signal-handler.js

===
=== 1 tests failed
===
make[1]: *** [Makefile:550: test-ci] Error 1
@panva
Copy link
Member

panva commented Nov 22, 2022

Temporary 🩹 bandaid in #45581

targos added a commit to targos/node that referenced this issue Apr 5, 2024
targos added a commit to targos/node that referenced this issue Apr 17, 2024
targos added a commit to targos/node that referenced this issue Apr 23, 2024
targos added a commit to targos/node that referenced this issue May 16, 2024
targos added a commit to targos/node that referenced this issue May 27, 2024
targos added a commit to targos/node that referenced this issue Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants