Skip to content

[Bug] Unable to run tests #1731

@ksapchuk

Description

@ksapchuk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions