[INFO] crate shell-rs 0.1.2 is already in cache [INFO] testing shell-rs-0.1.2 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate shell-rs 0.1.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate shell-rs 0.1.2 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate shell-rs 0.1.2 [INFO] finished tweaking crates.io crate shell-rs 0.1.2 [INFO] tweaked toml for crates.io crate shell-rs 0.1.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate shell-rs 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3183d4ec68c1402c6a262f435ab2df7029e4ae4fe2095c0f8e1d7f781de05396 [INFO] running `Command { std: "docker" "start" "-a" "3183d4ec68c1402c6a262f435ab2df7029e4ae4fe2095c0f8e1d7f781de05396", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3183d4ec68c1402c6a262f435ab2df7029e4ae4fe2095c0f8e1d7f781de05396", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3183d4ec68c1402c6a262f435ab2df7029e4ae4fe2095c0f8e1d7f781de05396", kill_on_drop: false }` [INFO] [stdout] 3183d4ec68c1402c6a262f435ab2df7029e4ae4fe2095c0f8e1d7f781de05396 [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" "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 61fcbd4ec1a7bca2331d820ea81601b473211e0b4499278c9f1f2de61f805be9 [INFO] running `Command { std: "docker" "start" "-a" "61fcbd4ec1a7bca2331d820ea81601b473211e0b4499278c9f1f2de61f805be9", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling nc v0.3.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nc-0.3.2/src/platform/linux-x86_64/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 26 | | : "={rax}"(ret) [INFO] [stdout] 27 | | : "{rax}"(n) [INFO] [stdout] 28 | | : "rcx", [INFO] [stdout] 29 | | "r11", [INFO] [stdout] 30 | | "memory" [INFO] [stdout] 31 | | : "volatile"); [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/nc-0.3.2/src/platform/linux-x86_64/mod.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 39 | | : "={rax}"(ret) [INFO] [stdout] 40 | | : "{rax}"(n), [INFO] [stdout] 41 | | "{rdi}"(a1) [INFO] [stdout] ... | [INFO] [stdout] 44 | | "memory" [INFO] [stdout] 45 | | : "volatile"); [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/nc-0.3.2/src/platform/linux-x86_64/mod.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 53 | | : "={rax}"(ret) [INFO] [stdout] 54 | | : "{rax}"(n), [INFO] [stdout] 55 | | "{rdi}"(a1), [INFO] [stdout] ... | [INFO] [stdout] 59 | | "memory" [INFO] [stdout] 60 | | : "volatile"); [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/nc-0.3.2/src/platform/linux-x86_64/mod.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 68 | | : "={rax}"(ret) [INFO] [stdout] 69 | | : "{rax}"(n), [INFO] [stdout] 70 | | "{rdi}"(a1), [INFO] [stdout] ... | [INFO] [stdout] 75 | | "memory" [INFO] [stdout] 76 | | : "volatile"); [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/nc-0.3.2/src/platform/linux-x86_64/mod.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 90 | | : "={rax}"(ret) [INFO] [stdout] 91 | | : "{rax}"(n), [INFO] [stdout] 92 | | "{rdi}"(a1), [INFO] [stdout] ... | [INFO] [stdout] 98 | | "memory" [INFO] [stdout] 99 | | : "volatile"); [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/nc-0.3.2/src/platform/linux-x86_64/mod.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 114 | | : "={rax}"(ret) [INFO] [stdout] 115 | | : "{rax}"(n), [INFO] [stdout] 116 | | "{rdi}"(a1), [INFO] [stdout] ... | [INFO] [stdout] 123 | | "memory" [INFO] [stdout] 124 | | : "volatile"); [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/nc-0.3.2/src/platform/linux-x86_64/mod.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 140 | | : "={rax}"(ret) [INFO] [stdout] 141 | | : "{rax}"(n), [INFO] [stdout] 142 | | "{rdi}"(a1), [INFO] [stdout] ... | [INFO] [stdout] 150 | | "memory" [INFO] [stdout] 151 | | : "volatile"); [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/nc-0.3.2/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![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/nc-0.3.2/src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(const_raw_ptr_deref)] [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/nc-0.3.2/src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(const_slice_len)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [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: could not compile `nc`. [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 `Command { std: "docker" "inspect" "61fcbd4ec1a7bca2331d820ea81601b473211e0b4499278c9f1f2de61f805be9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61fcbd4ec1a7bca2331d820ea81601b473211e0b4499278c9f1f2de61f805be9", kill_on_drop: false }` [INFO] [stdout] 61fcbd4ec1a7bca2331d820ea81601b473211e0b4499278c9f1f2de61f805be9