[INFO] cloning repository https://github.com/rbgrouleff/daft [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rbgrouleff/daft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frbgrouleff%2Fdaft", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frbgrouleff%2Fdaft'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4440f4fee4305ae87b1d29f6a2d6afb0a54b2b90 [INFO] testing rbgrouleff/daft against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frbgrouleff%2Fdaft" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rbgrouleff/daft on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rbgrouleff/daft [INFO] finished tweaking git repo https://github.com/rbgrouleff/daft [INFO] tweaked toml for git repo https://github.com/rbgrouleff/daft written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/rbgrouleff/daft already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eee8d5aa89caeb9523f212fc71254ff318f20a03a22d6e714a076b22c2f6e208 [INFO] running `Command { std: "docker" "start" "-a" "eee8d5aa89caeb9523f212fc71254ff318f20a03a22d6e714a076b22c2f6e208", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eee8d5aa89caeb9523f212fc71254ff318f20a03a22d6e714a076b22c2f6e208", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eee8d5aa89caeb9523f212fc71254ff318f20a03a22d6e714a076b22c2f6e208", kill_on_drop: false }` [INFO] [stdout] eee8d5aa89caeb9523f212fc71254ff318f20a03a22d6e714a076b22c2f6e208 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3e37fea872a2369dbdd462281b0b376ab1aca1e062ecc32390c1360b439208b [INFO] running `Command { std: "docker" "start" "-a" "e3e37fea872a2369dbdd462281b0b376ab1aca1e062ecc32390c1360b439208b", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v0.3.3 (https://github.com/phil-opp/bitflags.git?branch=no_std#440e5b2b) [INFO] [stderr] Compiling rlibc v0.1.5 [INFO] [stderr] Compiling spin v0.3.5 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.3.5/src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(const_fn, asm)] [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.3.5/src/mutex.rs:102:14 [INFO] [stdout] | [INFO] [stdout] 102 | 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] [stderr] Compiling multiboot2 v0.1.0 (https://github.com/phil-opp/multiboot2-elf64#4d64c431) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.3.5/src/lib.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(const_fn, asm)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spin` due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e3e37fea872a2369dbdd462281b0b376ab1aca1e062ecc32390c1360b439208b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3e37fea872a2369dbdd462281b0b376ab1aca1e062ecc32390c1360b439208b", kill_on_drop: false }` [INFO] [stdout] e3e37fea872a2369dbdd462281b0b376ab1aca1e062ecc32390c1360b439208b