rust-next

3 jobs for rust-next in 46 seconds (queued for 3 seconds)
Status Job ID Name Coverage
  Build
failed #220904
docker-arm
build-arm

00:00:46

failed #220903
docker
build-x86

00:00:37

 
  Deploy
skipped #220905
docker
deploy_branch
 
Name Stage Failure
failed
build-arm Build
Caused by:
feature `edition2024` is required

The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.84.1 (66221abde 2024-11-19)).
Consider trying a newer version of Cargo (this may require the nightly release).
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.
The command '/bin/sh -c mkdir src && echo 'fn main() {}' > src/main.rs && cargo build --release && cargo clean --package $(awk '/name/ {gsub(/"/,""); print $3}' Cargo.toml | sed ':a;N;$!ba;s/\n//g' | tr -d '\r') && rm -rf src' returned a non-zero code: 101
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 101

failed
build-x86 Build
   7 | >>>     echo 'fn main() {}' > src/main.rs && \
8 | >>> cargo build --release && \
9 | >>> cargo clean --package $(awk '/name/ {gsub(/"/,""); print $3}' Cargo.toml | sed ':a;N;$!ba;s/\n//g' | tr -d '\r') && \
10 | >>> rm -rf src
11 |
--------------------
ERROR: failed to solve: process "/bin/sh -c mkdir src && echo 'fn main() {}' > src/main.rs && cargo build --release && cargo clean --package $(awk '/name/ {gsub(/\"/,\"\"); print $3}' Cargo.toml | sed ':a;N;$!ba;s/\\n//g' | tr -d '\\r') && rm -rf src" did not complete successfully: exit code: 101
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1