[INFO] fetching crate linux 0.0.1... [INFO] checking linux-0.0.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate linux 0.0.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate linux 0.0.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate linux 0.0.1 [INFO] finished tweaking crates.io crate linux 0.0.1 [INFO] tweaked toml for crates.io crate linux 0.0.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c38d2a5c0c8756a537110ec03778845a7b711b1f3360b4b8a6b3a5a4a62915e1 [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" "c38d2a5c0c8756a537110ec03778845a7b711b1f3360b4b8a6b3a5a4a62915e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c38d2a5c0c8756a537110ec03778845a7b711b1f3360b4b8a6b3a5a4a62915e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c38d2a5c0c8756a537110ec03778845a7b711b1f3360b4b8a6b3a5a4a62915e1", kill_on_drop: false }` [INFO] [stdout] c38d2a5c0c8756a537110ec03778845a7b711b1f3360b4b8a6b3a5a4a62915e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6a9af63a39cd5878d9170641f24567fcb015fbc43112c9ea570e3e6c803b626 [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" "e6a9af63a39cd5878d9170641f24567fcb015fbc43112c9ea570e3e6c803b626", kill_on_drop: false }` [INFO] [stderr] Compiling linux-macros v0.0.1 [INFO] [stderr] Checking linux v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/syscall/raw/x86_64.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 71 | | : "{rax}"(n) [INFO] [stdout] 72 | | : "rcx", "r11", "memory" [INFO] [stdout] 73 | | : "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] --> src/syscall/raw/x86_64.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 81 | | : "{rax}"(n), "{rdi}"(a1) [INFO] [stdout] 82 | | : "rcx", "r11", "memory" [INFO] [stdout] 83 | | : "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] --> src/syscall/raw/x86_64.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 91 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2) [INFO] [stdout] 92 | | : "rcx", "r11", "memory" [INFO] [stdout] 93 | | : "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] --> src/syscall/raw/x86_64.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 101 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2), "{rdx}"(a3) [INFO] [stdout] 102 | | : "rcx", "r11", "memory" [INFO] [stdout] 103 | | : "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] --> src/syscall/raw/x86_64.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 111 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2), "{rdx}"(a3), [INFO] [stdout] 112 | | "{r10}"(a4) [INFO] [stdout] 113 | | : "rcx", "r11", "memory" [INFO] [stdout] 114 | | : "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] --> src/syscall/raw/x86_64.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 122 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2), "{rdx}"(a3), [INFO] [stdout] 123 | | "{r10}"(a4), "{r8}"(a5) [INFO] [stdout] 124 | | : "rcx", "r11", "memory" [INFO] [stdout] 125 | | : "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] --> src/syscall/raw/x86_64.rs:133:9 [INFO] [stdout] | [INFO] [stdout] 133 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 134 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2), "{rdx}"(a3), [INFO] [stdout] 135 | | "{r10}"(a4), "{r8}"(a5), "{r9}"(a6) [INFO] [stdout] 136 | | : "rcx", "r11", "memory" [INFO] [stdout] 137 | | : "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: cannot find attribute `structural_match` in this scope [INFO] [stdout] --> src/util/error.rs:49:3 [INFO] [stdout] | [INFO] [stdout] 49 | #[structural_match] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/syscall/raw/x86_64.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 71 | | : "{rax}"(n) [INFO] [stdout] 72 | | : "rcx", "r11", "memory" [INFO] [stdout] 73 | | : "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] --> src/syscall/raw/x86_64.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 81 | | : "{rax}"(n), "{rdi}"(a1) [INFO] [stdout] 82 | | : "rcx", "r11", "memory" [INFO] [stdout] 83 | | : "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] --> src/syscall/raw/x86_64.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 91 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2) [INFO] [stdout] 92 | | : "rcx", "r11", "memory" [INFO] [stdout] 93 | | : "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] --> src/syscall/raw/x86_64.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 101 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2), "{rdx}"(a3) [INFO] [stdout] 102 | | : "rcx", "r11", "memory" [INFO] [stdout] 103 | | : "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] --> src/syscall/raw/x86_64.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 111 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2), "{rdx}"(a3), [INFO] [stdout] 112 | | "{r10}"(a4) [INFO] [stdout] 113 | | : "rcx", "r11", "memory" [INFO] [stdout] 114 | | : "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] --> src/syscall/raw/x86_64.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 122 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2), "{rdx}"(a3), [INFO] [stdout] 123 | | "{r10}"(a4), "{r8}"(a5) [INFO] [stdout] 124 | | : "rcx", "r11", "memory" [INFO] [stdout] 125 | | : "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] --> src/syscall/raw/x86_64.rs:133:9 [INFO] [stdout] | [INFO] [stdout] 133 | asm!("syscall" : "={rax}"(ret) [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 134 | | : "{rax}"(n), "{rdi}"(a1), "{rsi}"(a2), "{rdx}"(a3), [INFO] [stdout] 135 | | "{r10}"(a4), "{r8}"(a5), "{r9}"(a6) [INFO] [stdout] 136 | | : "rcx", "r11", "memory" [INFO] [stdout] 137 | | : "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: cannot find attribute `structural_match` in this scope [INFO] [stdout] --> src/util/error.rs:49:3 [INFO] [stdout] | [INFO] [stdout] 49 | #[structural_match] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `linux` [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 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e6a9af63a39cd5878d9170641f24567fcb015fbc43112c9ea570e3e6c803b626", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6a9af63a39cd5878d9170641f24567fcb015fbc43112c9ea570e3e6c803b626", kill_on_drop: false }` [INFO] [stdout] e6a9af63a39cd5878d9170641f24567fcb015fbc43112c9ea570e3e6c803b626