[INFO] fetching crate libudis86-sys 0.2.1... [INFO] checking libudis86-sys-0.2.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate libudis86-sys 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate libudis86-sys 0.2.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 libudis86-sys 0.2.1 [INFO] finished tweaking crates.io crate libudis86-sys 0.2.1 [INFO] tweaked toml for crates.io crate libudis86-sys 0.2.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] 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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 09c03845f7ceb1eb3eef8c64b3c43ac56f1ad710039bb3274cdc8f156cd25930 [INFO] running `Command { std: "docker" "start" "-a" "09c03845f7ceb1eb3eef8c64b3c43ac56f1ad710039bb3274cdc8f156cd25930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09c03845f7ceb1eb3eef8c64b3c43ac56f1ad710039bb3274cdc8f156cd25930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09c03845f7ceb1eb3eef8c64b3c43ac56f1ad710039bb3274cdc8f156cd25930", kill_on_drop: false }` [INFO] [stdout] 09c03845f7ceb1eb3eef8c64b3c43ac56f1ad710039bb3274cdc8f156cd25930 [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] 01d49344a2b851931f6edd5e1f6111974975ad5273b3173cb6b78d21cf7aacb1 [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" "01d49344a2b851931f6edd5e1f6111974975ad5273b3173cb6b78d21cf7aacb1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling libudis86-sys v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: libudis86/decode.c: In function 'decode_operand': [INFO] [stderr] warning: libudis86/decode.c:746:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 746 | u->br_far = 1; [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: libudis86/decode.c:748:5: note: here [INFO] [stderr] warning: 748 | case OP_M: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libudis86/decode.c:749:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 749 | if (MODRM_MOD(modrm(u)) == 3) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudis86/decode.c:753:5: note: here [INFO] [stderr] warning: 753 | case OP_E: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libudis86/decode.c:768:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 768 | if (MODRM_MOD(modrm(u)) != 3) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudis86/decode.c:772:5: note: here [INFO] [stderr] warning: 772 | case OP_Q: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: libudis86/decode.c:779:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 779 | if (MODRM_MOD(modrm(u)) != 3) { [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libudis86/decode.c:783:5: note: here [INFO] [stderr] warning: 783 | case OP_W: [INFO] [stderr] warning: | ^~~~ [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/itab.rs:937:5 [INFO] [stdout] | [INFO] [stdout] 937 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 938 | pub static mut ud_mnemonics_str: *mut *const libc::c_char; [INFO] [stdout] | ---------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function or static [INFO] [stdout] --> src/itab.rs:937:5 [INFO] [stdout] | [INFO] [stdout] 937 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 938 | pub static mut ud_mnemonics_str: *mut *const libc::c_char; [INFO] [stdout] | ---------------------------------------------------------- not a function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.36s [INFO] running `Command { std: "docker" "inspect" "01d49344a2b851931f6edd5e1f6111974975ad5273b3173cb6b78d21cf7aacb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01d49344a2b851931f6edd5e1f6111974975ad5273b3173cb6b78d21cf7aacb1", kill_on_drop: false }` [INFO] [stdout] 01d49344a2b851931f6edd5e1f6111974975ad5273b3173cb6b78d21cf7aacb1