[INFO] cloning repository https://github.com/johshoff/concurrent_queue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johshoff/concurrent_queue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohshoff%2Fconcurrent_queue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohshoff%2Fconcurrent_queue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d517cfdfacb538416ba97a03e1af1381b81de510 [INFO] checking johshoff/concurrent_queue against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohshoff%2Fconcurrent_queue" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/johshoff/concurrent_queue on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/johshoff/concurrent_queue [INFO] finished tweaking git repo https://github.com/johshoff/concurrent_queue [INFO] tweaked toml for git repo https://github.com/johshoff/concurrent_queue written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/johshoff/concurrent_queue already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa242ab5186aea45d8f502b880846b24a9b4a77e2f006441f3995706d51ffa4f [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" "aa242ab5186aea45d8f502b880846b24a9b4a77e2f006441f3995706d51ffa4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa242ab5186aea45d8f502b880846b24a9b4a77e2f006441f3995706d51ffa4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa242ab5186aea45d8f502b880846b24a9b4a77e2f006441f3995706d51ffa4f", kill_on_drop: false }` [INFO] [stdout] aa242ab5186aea45d8f502b880846b24a9b4a77e2f006441f3995706d51ffa4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60e3becd9705a97f671a6919a4d2f7dc6374bbda3d484bcb9fa7069091cbdb49 [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" "60e3becd9705a97f671a6919a4d2f7dc6374bbda3d484bcb9fa7069091cbdb49", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking concurrent_queue v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/atomics/x86.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | asm!("LOCK CMPXCHG qword ptr [RCX], RBX" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 7 | | : "={rax}"(value_at_dest) // output [INFO] [stdout] 8 | | [INFO] [stdout] 9 | | : "{rbx}"(new_value), [INFO] [stdout] ... | [INFO] [stdout] 15 | | : "intel" // options [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] --> src/atomics/x86.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | asm!("LOCK CMPXCHG16B [R8]" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 39 | | : "={rax}"(value_at_dest_high), // output [INFO] [stdout] 40 | | "={rdx}"(value_at_dest_low) [INFO] [stdout] 41 | | [INFO] [stdout] ... | [INFO] [stdout] 50 | | : "intel" // options [INFO] [stdout] 51 | | ); [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] --> src/atomics/x86.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | asm!("LOCK XADD qword ptr [RCX], RBX" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 65 | | : "={rbx}"(value_at_dest) // output [INFO] [stdout] 66 | | [INFO] [stdout] 67 | | : "{rbx}"(addend), // input [INFO] [stdout] ... | [INFO] [stdout] 72 | | : "intel" // options [INFO] [stdout] 73 | | ); [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] --> src/atomics/x86.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | asm!("LOCK BTS qword ptr [RCX], 63" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 83 | | : // output [INFO] [stdout] 84 | | : "{rcx}"(destination) // input [INFO] [stdout] 85 | | : "rbx", "memory" // clobbers [INFO] [stdout] 86 | | : "intel" // options [INFO] [stdout] 87 | | ); [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] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crq.rs:48:47 [INFO] [stdout] | [INFO] [stdout] 48 | let mut ring: [Node; RING_SIZE] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/atomics/x86.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | asm!("LOCK CMPXCHG qword ptr [RCX], RBX" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 7 | | : "={rax}"(value_at_dest) // output [INFO] [stdout] 8 | | [INFO] [stdout] 9 | | : "{rbx}"(new_value), [INFO] [stdout] ... | [INFO] [stdout] 15 | | : "intel" // options [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] --> src/atomics/x86.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | asm!("LOCK CMPXCHG16B [R8]" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 39 | | : "={rax}"(value_at_dest_high), // output [INFO] [stdout] 40 | | "={rdx}"(value_at_dest_low) [INFO] [stdout] 41 | | [INFO] [stdout] ... | [INFO] [stdout] 50 | | : "intel" // options [INFO] [stdout] 51 | | ); [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] --> src/atomics/x86.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | asm!("LOCK XADD qword ptr [RCX], RBX" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 65 | | : "={rbx}"(value_at_dest) // output [INFO] [stdout] 66 | | [INFO] [stdout] 67 | | : "{rbx}"(addend), // input [INFO] [stdout] ... | [INFO] [stdout] 72 | | : "intel" // options [INFO] [stdout] 73 | | ); [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] --> src/atomics/x86.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | asm!("LOCK BTS qword ptr [RCX], 63" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 83 | | : // output [INFO] [stdout] 84 | | : "{rcx}"(destination) // input [INFO] [stdout] 85 | | : "rbx", "memory" // clobbers [INFO] [stdout] 86 | | : "intel" // options [INFO] [stdout] 87 | | ); [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] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crq.rs:48:47 [INFO] [stdout] | [INFO] [stdout] 48 | let mut ring: [Node; RING_SIZE] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `concurrent_queue` [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 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "60e3becd9705a97f671a6919a4d2f7dc6374bbda3d484bcb9fa7069091cbdb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60e3becd9705a97f671a6919a4d2f7dc6374bbda3d484bcb9fa7069091cbdb49", kill_on_drop: false }` [INFO] [stdout] 60e3becd9705a97f671a6919a4d2f7dc6374bbda3d484bcb9fa7069091cbdb49