Steps to reproduce:
- clone the balena-rust-hello-world repository
- push it to a new application in balena cloud
Example of the error I get:
[main] error: Could not compile `ansi_term`.
[main] Caused by:
[main] process didn't exit successfully: `rustc --crate-name ansi_term /root/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=13a492acd6e505a8 -C extra-filename=-13a492acd6e505a8 --out-dir /build/app/target/release/deps -L dependency=/build/app/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
I tried pushing a blank rust project with no dependencies, but I get the same error. This is really holding back my development.
Thanks!