[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 beta-2020-06-03 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-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AltOS-Rust/cm0-port on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-3/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" "+beta-2020-06-03" "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] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-3/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" "+beta-2020-06-03" "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" "+beta-2020-06-03" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1413f6bca1e1d5b3c9eb4b6b194f74e82f2dedbc4cda4834be0a3d28876fc7c6 [INFO] running `"docker" "start" "-a" "1413f6bca1e1d5b3c9eb4b6b194f74e82f2dedbc4cda4834be0a3d28876fc7c6"` [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 cm0_sync v0.1.0 (https://github.com/AltOS-Rust/altos-core#49236794) [INFO] [stderr] Compiling altos-macros v0.1.0 (https://github.com/AltOS-Rust/altos-core#49236794) [INFO] [stderr] Compiling arm v0.0.1 [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 beta 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 beta 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: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/volatile-f8b640add15eb786/a6c4b3d/src/lib.rs:379:13 [INFO] [stderr] | [INFO] [stderr] 379 | asm!("" ::: "memory" : "volatile"); [INFO] [stderr] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace with: `llvm_asm!` [INFO] [stderr] | [INFO] [stderr] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stderr] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stderr] [INFO] [stderr] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/volatile-f8b640add15eb786/a6c4b3d/src/lib.rs:388:13 [INFO] [stderr] | [INFO] [stderr] 388 | asm!("" ::: "memory" : "volatile"); [INFO] [stderr] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace with: `llvm_asm!` [INFO] [stderr] | [INFO] [stderr] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stderr] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta 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 beta 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 beta 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 beta 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 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1413f6bca1e1d5b3c9eb4b6b194f74e82f2dedbc4cda4834be0a3d28876fc7c6"` [INFO] running `"docker" "rm" "-f" "1413f6bca1e1d5b3c9eb4b6b194f74e82f2dedbc4cda4834be0a3d28876fc7c6"` [INFO] [stdout] 1413f6bca1e1d5b3c9eb4b6b194f74e82f2dedbc4cda4834be0a3d28876fc7c6