[INFO] updating cached repository https://github.com/AltOS-Rust/cm0-port [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 90d34a47dd4cc3d4cad13439d2f1a73a7d79299d [INFO] testing AltOS-Rust/cm0-port against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAltOS-Rust%2Fcm0-port" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AltOS-Rust/cm0-port on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AltOS-Rust/cm0-port [INFO] removed path dependency arm from git repo https://github.com/AltOS-Rust/cm0-port [INFO] finished tweaking git repo https://github.com/AltOS-Rust/cm0-port [INFO] tweaked toml for git repo https://github.com/AltOS-Rust/cm0-port written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/AltOS-Rust/cm0-port already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (arm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/AltOS-Rust/altos-core` [INFO] [stderr] Updating git repository `https://github.com/AltOS-Rust/volatile` [INFO] [stderr] Updating git repository `https://github.com/AltOS-Rust/cm0-atomic` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (arm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 4f8e9839e21fd26ae5d66a2b0a5aa13ce548aea468536bff30cdf3da22cc7638 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "4f8e9839e21fd26ae5d66a2b0a5aa13ce548aea468536bff30cdf3da22cc7638"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (arm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling arm v0.0.1 [INFO] [stderr] Compiling altos-macros v0.1.0 (https://github.com/AltOS-Rust/altos-core#49236794) [INFO] [stderr] Compiling cm0_sync v0.1.0 (https://github.com/AltOS-Rust/altos-core#49236794) [INFO] [stderr] Compiling volatile-ptr v0.1.0 (https://github.com/AltOS-Rust/volatile#a6c4b3d8) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/altos-core-ea5d92ea11596cf6/4923679/libs/cm0_sync/src/lib.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | #![feature(cfg_target_has_atomic)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/altos-core-ea5d92ea11596cf6/4923679/libs/cm0_sync/src/lib.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | #![feature(const_fn)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `cm0_sync`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/volatile-f8b640add15eb786/a6c4b3d/src/lib.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | #![feature(core_intrinsics)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/volatile-f8b640add15eb786/a6c4b3d/src/lib.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | #![feature(asm)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/volatile-f8b640add15eb786/a6c4b3d/src/lib.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | #![feature(unsize)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/volatile-f8b640add15eb786/a6c4b3d/src/lib.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #![feature(coerce_unsized)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `volatile-ptr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4f8e9839e21fd26ae5d66a2b0a5aa13ce548aea468536bff30cdf3da22cc7638"` [INFO] running `"docker" "rm" "-f" "4f8e9839e21fd26ae5d66a2b0a5aa13ce548aea468536bff30cdf3da22cc7638"` [INFO] [stdout] 4f8e9839e21fd26ae5d66a2b0a5aa13ce548aea468536bff30cdf3da22cc7638