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

ESVU Chakra installation fails in CI #3953

Closed
ptomato opened this issue Oct 27, 2023 · 1 comment · Fixed by #4040
Closed

ESVU Chakra installation fails in CI #3953

ptomato opened this issue Oct 27, 2023 · 1 comment · Fixed by #4040
Assignees

Comments

@ptomato
Copy link
Contributor

ptomato commented Oct 27, 2023

As if we hadn't just fixed one of the other CI jobs ... Chakra has started failing since yesterday.

esvu ❯ version 1.2.12
Chakra ❯ Checking version...
Chakra ❯ Installing version 1_11_24
Chakra ❯ Downloading https://aka.ms/chakracore/cc_linux_x64_1_11_24
Chakra ❯ Extracting /tmp/esvu-d7054239fcf6e75c74c83cb80f5b3dd1.gz
Chakra ❯ Installing /tmp/esvu-d7054239fcf6e75c74c83cb80f5b3dd1.gz-extracted
Chakra ❯ Testing...
esvu ✖ Error: Command was killed with SIGABRT (Aborted): /home/circleci/.esvu/bin/chakra /tmp/esvu_chakra_test.js
The futex facility returned an unexpected error code.
    at makeError (/home/circleci/test262/node_modules/execa/lib/error.js:59:11)
    at handlePromise (/home/circleci/test262/node_modules/execa/index.js:114:26)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async ChakraInstaller.test (/home/circleci/test262/node_modules/esvu/src/engines/chakra.js:77:8)
    at async ChakraInstaller.install (/home/circleci/test262/node_modules/esvu/src/installer.js:110:5)
    at async installEngine (/home/circleci/test262/node_modules/esvu/src/bin.js:121:3)
    at async main (/home/circleci/test262/node_modules/esvu/src/bin.js:168:7) {
  shortMessage: 'Command was killed with SIGABRT (Aborted): /home/circleci/.esvu/bin/chakra /tmp/esvu_chakra_test.js',
  command: '/home/circleci/.esvu/bin/chakra /tmp/esvu_chakra_test.js',
  exitCode: undefined,
  signal: 'SIGABRT',
  signalDescription: 'Aborted',
  stdout: '',
  stderr: 'The futex facility returned an unexpected error code.',
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}
esvu ✖ Some engines were not installed.

I can't reproduce this failure locally, ESVU's test passes fine.

Any suggestions?

@linusg
Copy link
Member

linusg commented Nov 23, 2023

Another datapoint - test262.fyi's ChakraCore test runs have been extremely flaky since the beginning of November and stabilized at a vastly lower score a couple of days ago. The last upstream commit is from March, unfortunately I have no idea what's happening either.

image

ptomato added a commit to ptomato/test262 that referenced this issue Apr 1, 2024
Installation of ChakraCore by ESVU for some reason has been flaky for
quite a long time. Can't reproduce locally. This CI job doesn't add much
value by itself, so just remove it until some future time.

Closes: tc39#3953
ptomato added a commit to ptomato/test262 that referenced this issue Apr 1, 2024
Installation of ChakraCore by ESVU for some reason has been flaky for
quite a long time. Can't reproduce locally. This CI job doesn't add much
value by itself, so just remove it until some future time.

Closes: tc39#3953
@ptomato ptomato self-assigned this Apr 1, 2024
Ms2ger pushed a commit that referenced this issue Apr 2, 2024
Installation of ChakraCore by ESVU for some reason has been flaky for
quite a long time. Can't reproduce locally. This CI job doesn't add much
value by itself, so just remove it until some future time.

Closes: #3953
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