sst / sst

Build full-stack apps on your own infrastructure.
https://sst.dev
MIT License
24.05k stars 1.85k forks source link

pulumi error #5902

Closed geoffrey-syncx closed 3 weeks ago

geoffrey-syncx commented 3 weeks ago

when I run pnpm sst dev, the process run at the middle and stuck forever, I checked the eventlog.json in .sst/pulumi/hash-word/ and below is the last 2 lines

{"sequence":379,"timestamp":1750060997,"diagnosticEvent":{"prefix":"debug: ","message":"assertion failed [arm_interval().contains(address)]: code fragment does not contain the given arm address\n\n","color":"never","severity":"debug"}}
{"sequence":380,"timestamp":1750060997,"diagnosticEvent":{"prefix":"debug: ","message":"(CodeFragmentMetadata.cpp:53 instruction_extents_for_arm_address)\n\n","color":"never","severity":"debug"}}

Is sst only allow run in arch i386 or arm64?

the stuck is happened sometimes

I am using sst version 3.17.5

geoffrey-syncx commented 3 weeks ago

I forced to kill it and message below show

│ ✕  Failed
                   │
                   │ Detected that /Users/geoffreylee/Library/Application Support/sst/plugins/resource-aws-v6.66.2/pulumi-resource-aws exited prematurely.
                   │
                   │ This is *always* a bug in the provider. Please report the issue to the provider author as appropriate.
                   │
                   │ To assist with debugging we have dumped the STDOUT and STDERR streams of the plugin:
                   │
                   │ assertion failed [arm_interval().contains(address)]: code fragment does not contain the given arm address
                   │ (CodeFragmentMetadata.cpp:53 instruction_extents_for_arm_address)
                   │
                   │ default_6_66_2 pulumi:providers:aws
                   │ could not read plugin [/Users/geoffreylee/Library/Application Support/sst/plugins/resource-aws-v6.66.2/pulumi-resource-aws] stdout: EOF
geoffrey-syncx commented 3 weeks ago

solved it by install arch arm64 node ver 20