[INFO] cloning repository https://github.com/vikingfacer/osAttempt1 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vikingfacer/osAttempt1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvikingfacer%2FosAttempt1", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvikingfacer%2FosAttempt1'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 706f1302dee1140eea8154e289075bff3d959ac5 [INFO] testing vikingfacer/osAttempt1 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvikingfacer%2FosAttempt1" "/workspace/builds/worker-109/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-109/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vikingfacer/osAttempt1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vikingfacer/osAttempt1 [INFO] finished tweaking git repo https://github.com/vikingfacer/osAttempt1 [INFO] tweaked toml for git repo https://github.com/vikingfacer/osAttempt1 written to /workspace/builds/worker-109/source/Cargo.toml [INFO] crate git repo https://github.com/vikingfacer/osAttempt1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded multiboot2 v0.1.0 [INFO] [stderr] Downloaded rlibc v1.0.0 [INFO] [stderr] Downloaded spin v0.4.8 [INFO] [stderr] Downloaded bit_field v0.7.0 [INFO] [stderr] Downloaded x86_64 v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c91ea1adf042a6070194746e7f827e2a7c3a8ddc13cc452cdea9bd8fc1b7b1f [INFO] running `Command { std: "docker" "start" "-a" "2c91ea1adf042a6070194746e7f827e2a7c3a8ddc13cc452cdea9bd8fc1b7b1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c91ea1adf042a6070194746e7f827e2a7c3a8ddc13cc452cdea9bd8fc1b7b1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c91ea1adf042a6070194746e7f827e2a7c3a8ddc13cc452cdea9bd8fc1b7b1f", kill_on_drop: false }` [INFO] [stdout] 2c91ea1adf042a6070194746e7f827e2a7c3a8ddc13cc452cdea9bd8fc1b7b1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e02bffdff4bed96f2ec7dc6a0c8b8221c3905347b320516ce7bbb7c39be17d75 [INFO] running `Command { std: "docker" "start" "-a" "e02bffdff4bed96f2ec7dc6a0c8b8221c3905347b320516ce7bbb7c39be17d75", kill_on_drop: false }` [INFO] [stderr] Compiling bit_field v0.7.0 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling spin v0.4.8 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling volatile v0.1.0 [INFO] [stderr] Compiling rlibc v1.0.0 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.4.8/src/lib.rs:8:43 [INFO] [stdout] | [INFO] [stdout] 8 | #![cfg_attr(feature = "const_fn", feature(const_fn, const_unsafe_cell_new, const_atomic_usize_new))] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.4.8/src/util.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | unsafe { asm!("pause" :::: "volatile"); } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spin` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e02bffdff4bed96f2ec7dc6a0c8b8221c3905347b320516ce7bbb7c39be17d75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e02bffdff4bed96f2ec7dc6a0c8b8221c3905347b320516ce7bbb7c39be17d75", kill_on_drop: false }` [INFO] [stdout] e02bffdff4bed96f2ec7dc6a0c8b8221c3905347b320516ce7bbb7c39be17d75