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

Flaky test-esm-loader-hooks #50336

Closed
targos opened this issue Oct 23, 2023 · 3 comments
Closed

Flaky test-esm-loader-hooks #50336

targos opened this issue Oct 23, 2023 · 3 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. freebsd Issues and PRs related to the FreeBSD platform.

Comments

@targos
Copy link
Member

targos commented Oct 23, 2023

Test

test-esm-loader-hooks

Platform

FreeBSD

Console output

12:02:07         # Subtest: should allow loader hooks to spawn workers when allowed by the CLI flags
12:02:07         not ok 6 - should allow loader hooks to spawn workers when allowed by the CLI flags
12:02:07           ---
12:02:07           duration_ms: 14516.309216
12:02:07           location: 'file:///usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/es-module/test-esm-loader-hooks.mjs:174:3'
12:02:07           failureType: 'testCodeFailure'
12:02:07           error: |-
12:02:07             Expected values to be strictly equal:
12:02:07             + actual - expected
12:02:07             
12:02:07             + 'FATAL ERROR: v8::FromJust Maybe value is Nothing\n' +
12:02:07             +   ' 1: 0x3c93e50 node::Abort() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   ' 2: 0x3c93f32 node::OnFatalError(char const*, char const*) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   ' 3: 0x3e8a077 v8::api_internal::FromJustIsNothing() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   ' 4: 0x3d7d0d7 node::worker::Worker::JoinThread() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   ' 5: 0x3c25594 node::Environment::RunAndClearInterrupts() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   ' 6: 0x3c24c6b node::Environment::RunAndClearNativeImmediates(bool) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   ' 7: 0x3c282bc node::Environment::RunWeakRefCleanup() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   ' 8: 0x47ff29e uv_async_send [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   ' 9: 0x480ffd1 uv_free_interface_addresses [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   '10: 0x47ff851 uv_run [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   '11: 0x3bb1390 node::SpinEventLoopInternal(node::Environment*) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   '12: 0x3d7ca55 node::worker::Worker::Run() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n' +
12:02:07             +   '13: 0x3d7f583 _register_external_reference_worker(node::ExternalReferenceRegistry*) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]\n'
12:02:07             - ''
12:02:07           code: 'ERR_ASSERTION'
12:02:07           name: 'AssertionError'
12:02:07           expected: ''
12:02:07           actual: |-
12:02:07             FATAL ERROR: v8::FromJust Maybe value is Nothing
12:02:07              1: 0x3c93e50 node::Abort() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07              2: 0x3c93f32 node::OnFatalError(char const*, char const*) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07              3: 0x3e8a077 v8::api_internal::FromJustIsNothing() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07              4: 0x3d7d0d7 node::worker::Worker::JoinThread() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07              5: 0x3c25594 node::Environment::RunAndClearInterrupts() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07              6: 0x3c24c6b node::Environment::RunAndClearNativeImmediates(bool) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07              7: 0x3c282bc node::Environment::RunWeakRefCleanup() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07              8: 0x47ff29e uv_async_send [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07              9: 0x480ffd1 uv_free_interface_addresses [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07             10: 0x47ff851 uv_run [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07             11: 0x3bb1390 node::SpinEventLoopInternal(node::Environment*) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07             12: 0x3d7ca55 node::worker::Worker::Run() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07             13: 0x3d7f583 _register_external_reference_worker(node::ExternalReferenceRegistry*) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
12:02:07             
12:02:07           operator: 'strictEqual'
12:02:07           stack: |-
12:02:07             TestContext.<anonymous> (file:///usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/es-module/test-esm-loader-hooks.mjs:186:12)
12:02:07             process.processTicksAndRejections (node:internal/process/task_queues:95:5)
12:02:07             async Test.run (node:internal/test_runner/test:632:9)
12:02:07             async Promise.all (index 5)
12:02:07             async Suite.run (node:internal/test_runner/test:948:7)
12:02:07             async startSubtest (node:internal/test_runner/harness:216:3)
12:02:07           ...

Build links

Additional information

No response

@targos targos added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Oct 23, 2023
@github-actions github-actions bot added the freebsd Issues and PRs related to the FreeBSD platform. label Oct 23, 2023
@mhdawson
Copy link
Member

Already two reports in reliability reports - nodejs/reliability#696

1 on windows https://ci.nodejs.org/job/node-test-pull-request/55126/ and FreeBSD as well - https://ci.nodejs.org/job/node-test-pull-request/55142/

@mhdawson
Copy link
Member

Test was last updated Sep 17

@aduh95
Copy link
Contributor

aduh95 commented Mar 3, 2024

No flakiness reported since October 25th, I think this can be closed.

@aduh95 aduh95 closed this as completed Mar 3, 2024
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. freebsd Issues and PRs related to the FreeBSD platform.
Projects
None yet
Development

No branches or pull requests

3 participants