[INFO] fetching crate message-dispatch 0.1.3... [INFO] checking message-dispatch-0.1.3 against beta for pr-78714 [INFO] extracting crate message-dispatch 0.1.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate message-dispatch 0.1.3 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate message-dispatch 0.1.3 [INFO] finished tweaking crates.io crate message-dispatch 0.1.3 [INFO] tweaked toml for crates.io crate message-dispatch 0.1.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 12b6cb796dbcbfb1d941d91acdf8251a695a769178fd563c2c94a256c9295bbc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "12b6cb796dbcbfb1d941d91acdf8251a695a769178fd563c2c94a256c9295bbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "12b6cb796dbcbfb1d941d91acdf8251a695a769178fd563c2c94a256c9295bbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12b6cb796dbcbfb1d941d91acdf8251a695a769178fd563c2c94a256c9295bbc", kill_on_drop: false }` [INFO] [stdout] 12b6cb796dbcbfb1d941d91acdf8251a695a769178fd563c2c94a256c9295bbc [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a6cc7d21868ef3767d5286784a092d36de36bd4e37f470f27adbf754cd38ae4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0a6cc7d21868ef3767d5286784a092d36de36bd4e37f470f27adbf754cd38ae4", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking likely v0.1.0 [INFO] [stderr] Checking strum v0.13.0 [INFO] [stderr] Checking syscall-alt v0.0.14 [INFO] [stderr] Checking terminate v0.1.0 [INFO] [stderr] Compiling raw-cpuid v5.0.0 [INFO] [stderr] Checking const-cstr-fork v0.2.2 [INFO] [stderr] Checking rust-extra v0.0.13 [INFO] [stderr] Checking errno v0.1.8 [INFO] [stderr] Checking errno v0.2.7 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Compiling strum_macros v0.13.0 [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syscall-alt-0.0.14/src/syscalls/linux_like/x86_64/syscall0.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 10 | | ( [INFO] [stdout] 11 | | "syscall" [INFO] [stdout] 12 | | : "={rax}"(result) [INFO] [stdout] ... | [INFO] [stdout] 15 | | : "volatile" [INFO] [stdout] 16 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syscall-alt-0.0.14/src/syscalls/linux_like/x86_64/syscall1.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 10 | | ( [INFO] [stdout] 11 | | "syscall" [INFO] [stdout] 12 | | : "={rax}"(result) [INFO] [stdout] ... | [INFO] [stdout] 15 | | : "volatile" [INFO] [stdout] 16 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syscall-alt-0.0.14/src/syscalls/linux_like/x86_64/syscall2.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 10 | | ( [INFO] [stdout] 11 | | "syscall" [INFO] [stdout] 12 | | : "={rax}"(result) [INFO] [stdout] ... | [INFO] [stdout] 15 | | : "volatile" [INFO] [stdout] 16 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syscall-alt-0.0.14/src/syscalls/linux_like/x86_64/syscall3.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 10 | | ( [INFO] [stdout] 11 | | "syscall" [INFO] [stdout] 12 | | : "={rax}"(result) [INFO] [stdout] ... | [INFO] [stdout] 15 | | : "volatile" [INFO] [stdout] 16 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syscall-alt-0.0.14/src/syscalls/linux_like/x86_64/syscall4.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 10 | | ( [INFO] [stdout] 11 | | "syscall" [INFO] [stdout] 12 | | : "={rax}"(result) [INFO] [stdout] ... | [INFO] [stdout] 15 | | : "volatile" [INFO] [stdout] 16 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syscall-alt-0.0.14/src/syscalls/linux_like/x86_64/syscall5.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 10 | | ( [INFO] [stdout] 11 | | "syscall" [INFO] [stdout] 12 | | : "={rax}"(result) [INFO] [stdout] ... | [INFO] [stdout] 15 | | : "volatile" [INFO] [stdout] 16 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syscall-alt-0.0.14/src/syscalls/linux_like/x86_64/syscall6.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 10 | | ( [INFO] [stdout] 11 | | "syscall" [INFO] [stdout] 12 | | : "={rax}"(result) [INFO] [stdout] ... | [INFO] [stdout] 15 | | : "volatile" [INFO] [stdout] 16 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [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/syscall-alt-0.0.14/src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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/syscall-alt-0.0.14/src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(associated_consts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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/syscall-alt-0.0.14/src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(const_fn)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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/rust-extra-0.0.13/src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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/rust-extra-0.0.13/src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(associated_consts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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/hashbrown-0.1.8/src/lib.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / feature( [INFO] [stdout] 16 | | alloc, [INFO] [stdout] 17 | | alloc_layout_extra, [INFO] [stdout] 18 | | allocator_api, [INFO] [stdout] ... | [INFO] [stdout] 22 | | dropck_eyepatch [INFO] [stdout] 23 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking libc-extra v0.3.2 [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-extra` [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] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0a6cc7d21868ef3767d5286784a092d36de36bd4e37f470f27adbf754cd38ae4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a6cc7d21868ef3767d5286784a092d36de36bd4e37f470f27adbf754cd38ae4", kill_on_drop: false }` [INFO] [stdout] 0a6cc7d21868ef3767d5286784a092d36de36bd4e37f470f27adbf754cd38ae4