exaloop / codon

A high-performance, zero-overhead, extensible Python compiler using LLVM
https://docs.exaloop.io/codon
Other
13.96k stars 498 forks source link

Codon in AWS Lambda #461

Open ggiallo28 opened 10 months ago

ggiallo28 commented 10 months ago

Hello, I am trying to execute Codon in AWS Lambda.

It seems something is wrong, are you running in the same issue?

Test Event Name test

Response { "errorType": "Runtime.ExitError", "errorMessage": "RequestId: 11baf7f8-2e4b-4593-bfd9-fd1add3f4fc2 Error: Runtime exited with error: signal: aborted" }

Function Logs OMP: Error #179: Function Can't open SHM2 failed: OMP: System error #38: Function not implemented OMP: Error #179: Function Can't open SHM2 failed: OMP: System error #38: Function not implemented START RequestId: 11baf7f8-2e4b-4593-bfd9-fd1add3f4fc2 Version: $LATEST RequestId: 11baf7f8-2e4b-4593-bfd9-fd1add3f4fc2 Error: Runtime exited with error: signal: aborted Runtime.ExitError

bennyhawk commented 6 months ago

Hey there, just wanted to drop a possibly related bit of information for anyone brave enough to look into this

Github - LLVM project - Issue #53955