[INFO] crate liblinux 0.2.0 is already in cache [INFO] testing liblinux-0.2.0 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate liblinux 0.2.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate liblinux 0.2.0 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate liblinux 0.2.0 [INFO] finished tweaking crates.io crate liblinux 0.2.0 [INFO] tweaked toml for crates.io crate liblinux 0.2.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b2be64bf9ce7383ee9c5d93fe97d8988632f0b9bc069995ffdf7d9ef241b7a8d [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" "b2be64bf9ce7383ee9c5d93fe97d8988632f0b9bc069995ffdf7d9ef241b7a8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2be64bf9ce7383ee9c5d93fe97d8988632f0b9bc069995ffdf7d9ef241b7a8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2be64bf9ce7383ee9c5d93fe97d8988632f0b9bc069995ffdf7d9ef241b7a8d", kill_on_drop: false }` [INFO] [stdout] b2be64bf9ce7383ee9c5d93fe97d8988632f0b9bc069995ffdf7d9ef241b7a8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 093fd62c717d2e0ad046ceca9cb9edefbd7f8fa43077d33fe4ed8e7cc991cb5d [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" "093fd62c717d2e0ad046ceca9cb9edefbd7f8fa43077d33fe4ed8e7cc991cb5d", kill_on_drop: false }` [INFO] [stderr] Compiling liblinux v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/architecture/x86_64.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 6 | | : "={rax}" (return_value) [INFO] [stdout] 7 | | : "{rax}" (number) [INFO] [stdout] 8 | | : "rcx", "r8", "r9", "r10" "r11", "cc", "memory" [INFO] [stdout] 9 | | : "volatile" [INFO] [stdout] 10 | | ); [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/architecture/x86_64.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 20 | | : "={rax}" (return_value) [INFO] [stdout] 21 | | : "{rax}" (number), "{rdi}" (_1) [INFO] [stdout] 22 | | : "rcx", "r8", "r9", "r10" "r11", "cc", "memory" [INFO] [stdout] 23 | | : "volatile" [INFO] [stdout] 24 | | ); [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/architecture/x86_64.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 34 | | : "={rax}" (return_value) [INFO] [stdout] 35 | | : "{rax}" (number), "{rdi}" (_1), "{rsi}" (_2) [INFO] [stdout] 36 | | : "rcx", "r8", "r9", "r10" "r11", "cc", "memory" [INFO] [stdout] 37 | | : "volatile" [INFO] [stdout] 38 | | ); [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/architecture/x86_64.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 48 | | : "={rax}" (return_value) [INFO] [stdout] 49 | | : "{rax}" (number), "{rdi}" (_1), "{rsi}" (_2), "{rdx}" (_3) [INFO] [stdout] 50 | | : "rcx", "r8", "r9", "r10" "r11", "cc", "memory" [INFO] [stdout] 51 | | : "volatile" [INFO] [stdout] 52 | | ); [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/architecture/x86_64.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 62 | | : "={rax}" (return_value) [INFO] [stdout] 63 | | : "{rax}" (number), "{rdi}" (_1), "{rsi}" (_2), "{rdx}" (_3), "{r10}" (_4) [INFO] [stdout] 64 | | : "rcx", "r8", "r9", "r10" "r11", "cc", "memory" [INFO] [stdout] 65 | | : "volatile" [INFO] [stdout] 66 | | ); [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/architecture/x86_64.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 76 | | : "={rax}" (return_value) [INFO] [stdout] 77 | | : "{rax}" (number), "{rdi}" (_1), "{rsi}" (_2), "{rdx}" (_3), "{r10}" (_4), "{r8}" (_5) [INFO] [stdout] 78 | | : "rcx", "r8", "r9", "r10" "r11", "cc", "memory" [INFO] [stdout] 79 | | : "volatile" [INFO] [stdout] 80 | | ); [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/architecture/x86_64.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}" (return_value) [INFO] [stdout] 91 | | : "{rax}" (number), "{rdi}" (_1), "{rsi}" (_2), "{rdx}" (_3), "{r10}" (_4), "{r8}" (_5), "{r9}" (_6) [INFO] [stdout] 92 | | : "rcx", "r8", "r9", "r10" "r11", "cc", "memory" [INFO] [stdout] 93 | | : "volatile" [INFO] [stdout] 94 | | ); [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] [stderr] error: could not compile `liblinux`. [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "093fd62c717d2e0ad046ceca9cb9edefbd7f8fa43077d33fe4ed8e7cc991cb5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "093fd62c717d2e0ad046ceca9cb9edefbd7f8fa43077d33fe4ed8e7cc991cb5d", kill_on_drop: false }` [INFO] [stdout] 093fd62c717d2e0ad046ceca9cb9edefbd7f8fa43077d33fe4ed8e7cc991cb5d