-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What are you really trying to do?
Something changed in the last few days and we are no longer able to run tests using the temporal test library.
Describe the bug
The tests fail to start the temporal test server with an error
The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA, F16C].
Minimal Reproduction
Install the time skipping test example https://github.com/temporalio/samples-typescript/tree/main/timer-examples#testing and run the tests
timer-examples % npm test
> temporal-timer@0.1.0 test
> mocha --require ts-node/register --require source-map-support/register src/test/*.test.ts
countdownWorkflow
The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA, F16C].
Please rebuild the executable with an appropriate setting of the -march option.
Environment/Versions
- OS and processor: Apple M3 Pro
- Temporal Version: Typescript 1.11.8
Additional context
markvl91, Seven4ME and vault-paymbnissen, vyshnevskyi, NavaraKoen and vault-pay
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working