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

Intermittent faiures in parallel/test-vm-timeout-escape-promise-module #41839

Open
mhdawson opened this issue Feb 3, 2022 · 4 comments
Open
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. vm Issues and PRs related to the vm subsystem.

Comments

@mhdawson
Copy link
Member

mhdawson commented Feb 3, 2022

Test

parallel/test-vm-timeout-escape-promise-module

Platform

linux

Console output

..................................................
..
=== release test-vm-timeout-escape-promise-module ===
Path: parallel/test-vm-timeout-escape-promise-module
Error: --- stderr ---
(node:121432) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)


#
# Fatal error in , line 0
# Check failed: module->status() == kErrored.
#
#
#
#FailureMessage Object: 0x7ffce66ae000
 1: 0xbb4644 node::DumpBacktrace(_IO_FILE*) [out/Release/node]
 2: 0xf16d83  [out/Release/node]
 3: 0x3f0ce01 V8_Fatal(char const*, ...) [out/Release/node]
 4: 0x205790e v8::internal::SourceTextModule::Evaluate(v8::internal::Isolate*, v8::internal::Handle<v8::internal::SourceTextModule>) [out/Release/node]
 5: 0x1f93d30 v8::internal::Module::Evaluate(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Module>) [out/Release/node]
 6: 0x1321153 v8::Module::Evaluate(v8::Local<v8::Context>) [out/Release/node]
 7: 0xcb5a45 node::loader::ModuleWrap::Evaluate(v8::FunctionCallbackInfo<v8::Value> const&) [out/Release/node]
 8: 0x1460842 v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [out/Release/node]
 9: 0x145f65d  [out/Release/node]
10: 0x145d4a0 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [out/Release/node]
11: 0x2ee22b9  [out/Release/node]
Command: out/Release/node --experimental-vm-modules /home/runner/work/node/node/test/parallel/test-vm-timeout-escape-promise-module.js
--- CRASHED (Signal: 5) ---

===
=== 1 tests failed
=== 1 tests CRASHED
===
make[1]: *** [Makefile:528: test-ci] Error 1
make: *** [Makefile:557: run-ci] Error 2
Error: Process completed with exit code 2.
0s

Build links

Failed in asan action:

https://github.com/nodejs/node/runs/5056354146?check_suite_focus=true

Additional information

No response

@mhdawson mhdawson added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Feb 3, 2022
@Mesteery Mesteery added the vm Issues and PRs related to the vm subsystem. label Feb 4, 2022
@richardlau
Copy link
Member

@F3n67u
Copy link
Member

F3n67u commented Jul 3, 2022

@mmomtchev
Copy link
Contributor

@RedYetiDev
Copy link
Member

I can't reproduce locally:

$ ./tools/test.py --repeat=10000 test/parallel/test-vm-timeout-escape-promise-module.js
[01:04|% 100|+ 10000|-   0]: Done                                        

All tests passed.

Is this still flaky?

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. vm Issues and PRs related to the vm subsystem.
Projects
None yet
Development

No branches or pull requests

6 participants