[INFO] crate sys-call 0.1.1 is already in cache [INFO] documenting sys-call-0.1.1 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate sys-call 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate sys-call 0.1.1 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", 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-4/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" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4252e0b3052c4e98d5b0289ecb3d3bff69c605fba96c01a90e81316e17bc5272 [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" "4252e0b3052c4e98d5b0289ecb3d3bff69c605fba96c01a90e81316e17bc5272", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4252e0b3052c4e98d5b0289ecb3d3bff69c605fba96c01a90e81316e17bc5272", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4252e0b3052c4e98d5b0289ecb3d3bff69c605fba96c01a90e81316e17bc5272", kill_on_drop: false }` [INFO] [stdout] 4252e0b3052c4e98d5b0289ecb3d3bff69c605fba96c01a90e81316e17bc5272 [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" "RUSTDOCFLAGS=--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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 827859e10ac082ec9b923f6e42f3641c81cb362015492024f1940407459f849f [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" "827859e10ac082ec9b923f6e42f3641c81cb362015492024f1940407459f849f", kill_on_drop: false }` [INFO] [stderr] Documenting 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: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: Could not document `sys-call`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name sys_call src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --cap-lints=forbid` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "827859e10ac082ec9b923f6e42f3641c81cb362015492024f1940407459f849f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "827859e10ac082ec9b923f6e42f3641c81cb362015492024f1940407459f849f", kill_on_drop: false }` [INFO] [stdout] 827859e10ac082ec9b923f6e42f3641c81cb362015492024f1940407459f849f