[INFO] fetching crate sys-call 0.1.1... [INFO] checking sys-call-0.1.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate sys-call 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate sys-call 0.1.1 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 sys-call 0.1.1 [INFO] finished tweaking crates.io crate sys-call 0.1.1 [INFO] tweaked toml for crates.io crate sys-call 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate sys-call 0.1.1 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] 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] e961110792426840fdbb760abcdaf9b210dbead90cfc91259f0bdd5218007063 [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" "e961110792426840fdbb760abcdaf9b210dbead90cfc91259f0bdd5218007063", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e961110792426840fdbb760abcdaf9b210dbead90cfc91259f0bdd5218007063", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e961110792426840fdbb760abcdaf9b210dbead90cfc91259f0bdd5218007063", kill_on_drop: false }` [INFO] [stdout] e961110792426840fdbb760abcdaf9b210dbead90cfc91259f0bdd5218007063 [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] dee7bc963f36afc26adb282ac6f59af770adf8f1d3b33c0d832f03860498c6b2 [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" "dee7bc963f36afc26adb282ac6f59af770adf8f1d3b33c0d832f03860498c6b2", kill_on_drop: false }` [INFO] [stderr] Checking sys-call v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/platform/linux-x86_64.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 4 | | : "+{rax}"(num) [INFO] [stdout] 5 | | : [INFO] [stdout] 6 | | : "rcx", "r11", "memory" [INFO] [stdout] 7 | | : "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/platform/linux-x86_64.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 14 | | : "+{rax}"(num) [INFO] [stdout] 15 | | : "{rdi}"(arg1) [INFO] [stdout] 16 | | : "rcx", "r11", "memory" [INFO] [stdout] 17 | | : "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/platform/linux-x86_64.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 24 | | : "+{rax}"(num) [INFO] [stdout] 25 | | : "{rdi}"(arg1) "{rsi}"(arg2) [INFO] [stdout] 26 | | : "rcx", "r11", "memory" [INFO] [stdout] 27 | | : "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/platform/linux-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}"(num) [INFO] [stdout] 35 | | : "{rdi}"(arg1) "{rsi}"(arg2) "{rdx}"(arg3) [INFO] [stdout] 36 | | : "rcx", "r11", "memory" [INFO] [stdout] 37 | | : "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/platform/linux-x86_64.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 50 | | : "+{rax}"(num) [INFO] [stdout] 51 | | : "{rdi}"(arg1) "{rsi}"(arg2) "{rdx}"(arg3) "{r10}"(arg4) [INFO] [stdout] 52 | | : "rcx", "r11", "memory" [INFO] [stdout] 53 | | : "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/platform/linux-x86_64.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 67 | | : "+{rax}"(num) [INFO] [stdout] 68 | | : "{rdi}"(arg1) "{rsi}"(arg2) "{rdx}"(arg3) "{r10}"(arg4) "{r8}"(arg5) [INFO] [stdout] 69 | | : "rcx", "r11", "memory" [INFO] [stdout] 70 | | : "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/platform/linux-x86_64.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 85 | | : "+{rax}"(num) [INFO] [stdout] 86 | | : "{rdi}"(arg1) "{rsi}"(arg2) "{rdx}"(arg3) "{r10}"(arg4) "{r8}"(arg5) "{r9}"(arg6) [INFO] [stdout] 87 | | : "rcx", "r11", "memory" [INFO] [stdout] 88 | | : "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 `sys-call` [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: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/platform/linux-x86_64.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 4 | | : "+{rax}"(num) [INFO] [stdout] 5 | | : [INFO] [stdout] 6 | | : "rcx", "r11", "memory" [INFO] [stdout] 7 | | : "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/platform/linux-x86_64.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 14 | | : "+{rax}"(num) [INFO] [stdout] 15 | | : "{rdi}"(arg1) [INFO] [stdout] 16 | | : "rcx", "r11", "memory" [INFO] [stdout] 17 | | : "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/platform/linux-x86_64.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 24 | | : "+{rax}"(num) [INFO] [stdout] 25 | | : "{rdi}"(arg1) "{rsi}"(arg2) [INFO] [stdout] 26 | | : "rcx", "r11", "memory" [INFO] [stdout] 27 | | : "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/platform/linux-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}"(num) [INFO] [stdout] 35 | | : "{rdi}"(arg1) "{rsi}"(arg2) "{rdx}"(arg3) [INFO] [stdout] 36 | | : "rcx", "r11", "memory" [INFO] [stdout] 37 | | : "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/platform/linux-x86_64.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 50 | | : "+{rax}"(num) [INFO] [stdout] 51 | | : "{rdi}"(arg1) "{rsi}"(arg2) "{rdx}"(arg3) "{r10}"(arg4) [INFO] [stdout] 52 | | : "rcx", "r11", "memory" [INFO] [stdout] 53 | | : "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/platform/linux-x86_64.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 67 | | : "+{rax}"(num) [INFO] [stdout] 68 | | : "{rdi}"(arg1) "{rsi}"(arg2) "{rdx}"(arg3) "{r10}"(arg4) "{r8}"(arg5) [INFO] [stdout] 69 | | : "rcx", "r11", "memory" [INFO] [stdout] 70 | | : "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/platform/linux-x86_64.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | asm!("syscall" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 85 | | : "+{rax}"(num) [INFO] [stdout] 86 | | : "{rdi}"(arg1) "{rsi}"(arg2) "{rdx}"(arg3) "{r10}"(arg4) "{r8}"(arg5) "{r9}"(arg6) [INFO] [stdout] 87 | | : "rcx", "r11", "memory" [INFO] [stdout] 88 | | : "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: build failed [INFO] running `Command { std: "docker" "inspect" "dee7bc963f36afc26adb282ac6f59af770adf8f1d3b33c0d832f03860498c6b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dee7bc963f36afc26adb282ac6f59af770adf8f1d3b33c0d832f03860498c6b2", kill_on_drop: false }` [INFO] [stdout] dee7bc963f36afc26adb282ac6f59af770adf8f1d3b33c0d832f03860498c6b2