Open wemeetagain opened 2 weeks ago
Hi, I reported this but I didn't open the issue so I need to add the update as a comment:
v1.21.0
As I understand, the error indicates that SIMD is not supported (I mean that is what the error states exactly :wink: ) which kind of targets the CPU as reason for the error. On the other hand I'm not sure if this makes sense since SIMD is using the SSE instruction set which is supported by both CPU generations ofc. I'm not an expert on this low level stuff. A more trusting opinion would be helpful. Just let me know if you guys need any additional infos.
Update: I tested it on a public cloud VM as well, with KVM as hypervisor: Works as expected.
I just updated to v1.22.0 today and got the same error.
I run things through rocketpool through docker mode
Describe the bug
Hey everyone, I want to switch my beacon and validator node to lodestar but experience an interesting issue with v1.22.0. This is the error I receive:
Node.js v22.4.1
I just tested docker run chainsafe/lodestar:v1.22.0 --help in the first place in order to compile my compose with the necessary cli flags. I tested my compose and I receive similar errors there. Actually the same error, just stacked multiple times. Did I miss something in the release notes? Is there a breaking change how to run the image or is it really an error in the image? It looks like the build/compilation didn't work properly but I guess you would have seen this in your test pipelines 🤔 .
Short update: I don't have this issue on my local PC. So it looks like that it is VM related (want to start the client on a VM). I will try on my NUC tomorrow and let you know.
See https://discord.com/channels/593655374469660673/593655641445367808/1296836508287893505
Expected behavior
-
Steps to reproduce
No response
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
-