[INFO] fetching crate shell-rs 0.1.2... [INFO] checking shell-rs-0.1.2 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate shell-rs 0.1.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate shell-rs 0.1.2 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-2/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" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nc v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a33a4861243a5234eab6e3dac339cd1c481819063a16f759235c26c890eb46d7 [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" "a33a4861243a5234eab6e3dac339cd1c481819063a16f759235c26c890eb46d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a33a4861243a5234eab6e3dac339cd1c481819063a16f759235c26c890eb46d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a33a4861243a5234eab6e3dac339cd1c481819063a16f759235c26c890eb46d7", kill_on_drop: false }` [INFO] [stdout] a33a4861243a5234eab6e3dac339cd1c481819063a16f759235c26c890eb46d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be4f0e980928fff750038fe766b959acec6483fb0390262167fa129b7c06f855 [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" "be4f0e980928fff750038fe766b959acec6483fb0390262167fa129b7c06f855", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking nc v0.3.2 [INFO] [stderr] Checking 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: aborting due to 7 previous errors [INFO] [stdout] [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" "be4f0e980928fff750038fe766b959acec6483fb0390262167fa129b7c06f855", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be4f0e980928fff750038fe766b959acec6483fb0390262167fa129b7c06f855", kill_on_drop: false }` [INFO] [stdout] be4f0e980928fff750038fe766b959acec6483fb0390262167fa129b7c06f855