[INFO] fetching crate raw-syscall-base 0.8.2... [INFO] checking raw-syscall-base-0.8.2 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate raw-syscall-base 0.8.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate raw-syscall-base 0.8.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 raw-syscall-base 0.8.2 [INFO] finished tweaking crates.io crate raw-syscall-base 0.8.2 [INFO] tweaked toml for crates.io crate raw-syscall-base 0.8.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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" "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] fdfd34379459fa46111f13a5484bff39612eeb6d822a693286a04d68a0f7364d [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" "fdfd34379459fa46111f13a5484bff39612eeb6d822a693286a04d68a0f7364d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fdfd34379459fa46111f13a5484bff39612eeb6d822a693286a04d68a0f7364d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdfd34379459fa46111f13a5484bff39612eeb6d822a693286a04d68a0f7364d", kill_on_drop: false }` [INFO] [stdout] fdfd34379459fa46111f13a5484bff39612eeb6d822a693286a04d68a0f7364d [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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e237d3373ffea9a6d7760aa08df34bfce3de8a94a184e7fa6d2e722116b7ea2e [INFO] running `Command { std: "docker" "start" "-a" "e237d3373ffea9a6d7760aa08df34bfce3de8a94a184e7fa6d2e722116b7ea2e", kill_on_drop: false }` [INFO] [stderr] Checking raw-syscall-base v0.8.2 (/opt/rustwide/workdir) [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86_64-linux.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 58 | | "syscall" [INFO] [stdout] 59 | | : "+{rax}"(rax) [INFO] [stdout] 60 | | : [INFO] [stdout] 61 | | : "rcx", "r11", "memory" [INFO] [stdout] 62 | | : "volatile" [INFO] [stdout] 63 | | ); [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/x86_64-linux.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 80 | | "syscall" [INFO] [stdout] 81 | | : [INFO] [stdout] 82 | | : "{rax}"(rax) [INFO] [stdout] 83 | | : "rcx", "r11" [INFO] [stdout] 84 | | : "volatile" [INFO] [stdout] 85 | | ); [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/x86_64-linux.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 97 | | "syscall" [INFO] [stdout] 98 | | : "+{rax}"(rax) [INFO] [stdout] 99 | | : "{rdi}"(rdi) [INFO] [stdout] 100 | | : "rcx", "r11", "memory" [INFO] [stdout] 101 | | : "volatile" [INFO] [stdout] 102 | | ); [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/x86_64-linux.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 120 | | "syscall" [INFO] [stdout] 121 | | : [INFO] [stdout] 122 | | : "{rax}"(rax), "{rdi}"(rdi) [INFO] [stdout] 123 | | : "rcx", "r11" [INFO] [stdout] 124 | | : "volatile" [INFO] [stdout] 125 | | ); [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/x86_64-linux.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 137 | | "syscall" [INFO] [stdout] 138 | | : "+{rax}"(rax) [INFO] [stdout] 139 | | : "{rdi}"(rdi), "{rsi}"(rsi) [INFO] [stdout] 140 | | : "rcx", "r11", "memory" [INFO] [stdout] 141 | | : "volatile" [INFO] [stdout] 142 | | ); [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/x86_64-linux.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 160 | | "syscall" [INFO] [stdout] 161 | | : [INFO] [stdout] 162 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi) [INFO] [stdout] 163 | | : "rcx", "r11" [INFO] [stdout] 164 | | : "volatile" [INFO] [stdout] 165 | | ); [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/x86_64-linux.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 177 | | "syscall" [INFO] [stdout] 178 | | : "+{rax}"(rax) [INFO] [stdout] 179 | | : "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx) [INFO] [stdout] 180 | | : "rcx", "r11", "memory" [INFO] [stdout] 181 | | : "volatile" [INFO] [stdout] 182 | | ); [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/x86_64-linux.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 200 | | "syscall" [INFO] [stdout] 201 | | : [INFO] [stdout] 202 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx) [INFO] [stdout] 203 | | : "rcx", "r11" [INFO] [stdout] 204 | | : "volatile" [INFO] [stdout] 205 | | ); [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/x86_64-linux.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 217 | | "syscall" [INFO] [stdout] 218 | | : "+{rax}"(rax) [INFO] [stdout] 219 | | : "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10) [INFO] [stdout] 220 | | : "rcx", "r11", "memory" [INFO] [stdout] 221 | | : "volatile" [INFO] [stdout] 222 | | ); [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/x86_64-linux.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 240 | | "syscall" [INFO] [stdout] 241 | | : [INFO] [stdout] 242 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10) [INFO] [stdout] 243 | | : "rcx", "r11" [INFO] [stdout] 244 | | : "volatile" [INFO] [stdout] 245 | | ); [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/x86_64-linux.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 265 | | "syscall" [INFO] [stdout] 266 | | : "+{rax}"(rax) [INFO] [stdout] 267 | | : "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10), "{r8}"(r8) [INFO] [stdout] 268 | | : "rcx", "r11", "memory" [INFO] [stdout] 269 | | : "volatile" [INFO] [stdout] 270 | | ); [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/x86_64-linux.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 288 | | "syscall" [INFO] [stdout] 289 | | : [INFO] [stdout] 290 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10), "{r8}"(r8) [INFO] [stdout] 291 | | : "rcx", "r11" [INFO] [stdout] 292 | | : "volatile" [INFO] [stdout] 293 | | ); [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/x86_64-linux.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 314 | | "syscall" [INFO] [stdout] 315 | | : "+{rax}"(rax) [INFO] [stdout] 316 | | : "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10), "{r8}"(r8), "{r9}"(r9) [INFO] [stdout] 317 | | : "rcx", "r11", "memory" [INFO] [stdout] 318 | | : "volatile" [INFO] [stdout] 319 | | ); [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/x86_64-linux.rs:336:5 [INFO] [stdout] | [INFO] [stdout] 336 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 337 | | "syscall" [INFO] [stdout] 338 | | : [INFO] [stdout] 339 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10), "{r8}"(r8), "{r9}"(r9) [INFO] [stdout] 340 | | : "rcx", "r11" [INFO] [stdout] 341 | | : "volatile" [INFO] [stdout] 342 | | ); [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/x86_64-linux.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 58 | | "syscall" [INFO] [stdout] 59 | | : "+{rax}"(rax) [INFO] [stdout] 60 | | : [INFO] [stdout] 61 | | : "rcx", "r11", "memory" [INFO] [stdout] 62 | | : "volatile" [INFO] [stdout] 63 | | ); [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/x86_64-linux.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 80 | | "syscall" [INFO] [stdout] 81 | | : [INFO] [stdout] 82 | | : "{rax}"(rax) [INFO] [stdout] 83 | | : "rcx", "r11" [INFO] [stdout] 84 | | : "volatile" [INFO] [stdout] 85 | | ); [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/x86_64-linux.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 97 | | "syscall" [INFO] [stdout] 98 | | : "+{rax}"(rax) [INFO] [stdout] 99 | | : "{rdi}"(rdi) [INFO] [stdout] 100 | | : "rcx", "r11", "memory" [INFO] [stdout] 101 | | : "volatile" [INFO] [stdout] 102 | | ); [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/x86_64-linux.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 120 | | "syscall" [INFO] [stdout] 121 | | : [INFO] [stdout] 122 | | : "{rax}"(rax), "{rdi}"(rdi) [INFO] [stdout] 123 | | : "rcx", "r11" [INFO] [stdout] 124 | | : "volatile" [INFO] [stdout] 125 | | ); [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/x86_64-linux.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 136 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 137 | | "syscall" [INFO] [stdout] 138 | | : "+{rax}"(rax) [INFO] [stdout] 139 | | : "{rdi}"(rdi), "{rsi}"(rsi) [INFO] [stdout] 140 | | : "rcx", "r11", "memory" [INFO] [stdout] 141 | | : "volatile" [INFO] [stdout] 142 | | ); [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/x86_64-linux.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 160 | | "syscall" [INFO] [stdout] 161 | | : [INFO] [stdout] 162 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi) [INFO] [stdout] 163 | | : "rcx", "r11" [INFO] [stdout] 164 | | : "volatile" [INFO] [stdout] 165 | | ); [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/x86_64-linux.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 177 | | "syscall" [INFO] [stdout] 178 | | : "+{rax}"(rax) [INFO] [stdout] 179 | | : "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx) [INFO] [stdout] 180 | | : "rcx", "r11", "memory" [INFO] [stdout] 181 | | : "volatile" [INFO] [stdout] 182 | | ); [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/x86_64-linux.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 200 | | "syscall" [INFO] [stdout] 201 | | : [INFO] [stdout] 202 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx) [INFO] [stdout] 203 | | : "rcx", "r11" [INFO] [stdout] 204 | | : "volatile" [INFO] [stdout] 205 | | ); [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/x86_64-linux.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 217 | | "syscall" [INFO] [stdout] 218 | | : "+{rax}"(rax) [INFO] [stdout] 219 | | : "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10) [INFO] [stdout] 220 | | : "rcx", "r11", "memory" [INFO] [stdout] 221 | | : "volatile" [INFO] [stdout] 222 | | ); [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/x86_64-linux.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 240 | | "syscall" [INFO] [stdout] 241 | | : [INFO] [stdout] 242 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10) [INFO] [stdout] 243 | | : "rcx", "r11" [INFO] [stdout] 244 | | : "volatile" [INFO] [stdout] 245 | | ); [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/x86_64-linux.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 265 | | "syscall" [INFO] [stdout] 266 | | : "+{rax}"(rax) [INFO] [stdout] 267 | | : "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10), "{r8}"(r8) [INFO] [stdout] 268 | | : "rcx", "r11", "memory" [INFO] [stdout] 269 | | : "volatile" [INFO] [stdout] 270 | | ); [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/x86_64-linux.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 288 | | "syscall" [INFO] [stdout] 289 | | : [INFO] [stdout] 290 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10), "{r8}"(r8) [INFO] [stdout] 291 | | : "rcx", "r11" [INFO] [stdout] 292 | | : "volatile" [INFO] [stdout] 293 | | ); [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/x86_64-linux.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 314 | | "syscall" [INFO] [stdout] 315 | | : "+{rax}"(rax) [INFO] [stdout] 316 | | : "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10), "{r8}"(r8), "{r9}"(r9) [INFO] [stdout] 317 | | : "rcx", "r11", "memory" [INFO] [stdout] 318 | | : "volatile" [INFO] [stdout] 319 | | ); [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/x86_64-linux.rs:336:5 [INFO] [stdout] | [INFO] [stdout] 336 | asm!( [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 337 | | "syscall" [INFO] [stdout] 338 | | : [INFO] [stdout] 339 | | : "{rax}"(rax), "{rdi}"(rdi), "{rsi}"(rsi), "{rdx}"(rdx), "{r10}"(r10), "{r8}"(r8), "{r9}"(r9) [INFO] [stdout] 340 | | : "rcx", "r11" [INFO] [stdout] 341 | | : "volatile" [INFO] [stdout] 342 | | ); [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 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `raw-syscall-base` [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 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e237d3373ffea9a6d7760aa08df34bfce3de8a94a184e7fa6d2e722116b7ea2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e237d3373ffea9a6d7760aa08df34bfce3de8a94a184e7fa6d2e722116b7ea2e", kill_on_drop: false }` [INFO] [stdout] e237d3373ffea9a6d7760aa08df34bfce3de8a94a184e7fa6d2e722116b7ea2e