[INFO] fetching crate libudis86-sys 0.2.1... [INFO] testing libudis86-sys-0.2.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate libudis86-sys 0.2.1 into /workspace/builds/worker-27/source [INFO] validating manifest of crates.io crate libudis86-sys 0.2.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-27/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eac0b3b607be3079ea1d51aa688d1ee3a1dfa30f5080614f41582e26d4de8e4f [INFO] running `Command { std: "docker" "start" "-a" "eac0b3b607be3079ea1d51aa688d1ee3a1dfa30f5080614f41582e26d4de8e4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eac0b3b607be3079ea1d51aa688d1ee3a1dfa30f5080614f41582e26d4de8e4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eac0b3b607be3079ea1d51aa688d1ee3a1dfa30f5080614f41582e26d4de8e4f", kill_on_drop: false }` [INFO] [stdout] eac0b3b607be3079ea1d51aa688d1ee3a1dfa30f5080614f41582e26d4de8e4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] feccf4f13b3d7b5c087340bc356a40914bc4c5f6f8d8bff7f823ea61b5fb663c [INFO] running `Command { std: "docker" "start" "-a" "feccf4f13b3d7b5c087340bc356a40914bc4c5f6f8d8bff7f823ea61b5fb663c", kill_on_drop: false }` [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: `#[no_mangle]` has no effect on a foreign static [INFO] [stdout] --> src/itab.rs:937:5 [INFO] [stdout] | [INFO] [stdout] 937 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 938 | pub static mut ud_mnemonics_str: *mut *const libc::c_char; [INFO] [stdout] | ---------------------------------------------------------- foreign 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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.71s [INFO] running `Command { std: "docker" "inspect" "feccf4f13b3d7b5c087340bc356a40914bc4c5f6f8d8bff7f823ea61b5fb663c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "feccf4f13b3d7b5c087340bc356a40914bc4c5f6f8d8bff7f823ea61b5fb663c", kill_on_drop: false }` [INFO] [stdout] feccf4f13b3d7b5c087340bc356a40914bc4c5f6f8d8bff7f823ea61b5fb663c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bc6014ffceb65f4c0fbb1c38ca67911e4099404a9f95b71ae1f6a5c87000f24 [INFO] running `Command { std: "docker" "start" "-a" "9bc6014ffceb65f4c0fbb1c38ca67911e4099404a9f95b71ae1f6a5c87000f24", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stdout] warning: `#[no_mangle]` has no effect on a foreign static [INFO] [stdout] --> src/itab.rs:937:5 [INFO] [stdout] | [INFO] [stdout] 937 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 938 | pub static mut ud_mnemonics_str: *mut *const libc::c_char; [INFO] [stdout] | ---------------------------------------------------------- foreign 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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: libudis86/decode.c:749:10: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [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] [stderr] Compiling libudis86-sys v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[no_mangle]` has no effect on a foreign static [INFO] [stdout] --> src/itab.rs:937:5 [INFO] [stdout] | [INFO] [stdout] 937 | #[no_mangle] [INFO] [stdout] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] 938 | pub static mut ud_mnemonics_str: *mut *const libc::c_char; [INFO] [stdout] | ---------------------------------------------------------- foreign 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] = note: symbol names in extern blocks are not mangled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.78s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/libudis86_sys-b2df389b29265644) [INFO] running `Command { std: "docker" "inspect" "9bc6014ffceb65f4c0fbb1c38ca67911e4099404a9f95b71ae1f6a5c87000f24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bc6014ffceb65f4c0fbb1c38ca67911e4099404a9f95b71ae1f6a5c87000f24", kill_on_drop: false }` [INFO] [stdout] 9bc6014ffceb65f4c0fbb1c38ca67911e4099404a9f95b71ae1f6a5c87000f24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8237432cbef9f562f93fec7208435bd1483c529903e035a6876c893cb84182f7 [INFO] running `Command { std: "docker" "start" "-a" "8237432cbef9f562f93fec7208435bd1483c529903e035a6876c893cb84182f7", kill_on_drop: false }` [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] [stderr] warning: `#[no_mangle]` has no effect on a foreign static [INFO] [stderr] --> src/itab.rs:937:5 [INFO] [stderr] | [INFO] [stderr] 937 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] 938 | pub static mut ud_mnemonics_str: *mut *const libc::c_char; [INFO] [stderr] | ---------------------------------------------------------- foreign static [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: symbol names in extern blocks are not mangled [INFO] [stderr] [INFO] [stderr] warning: `libudis86-sys` (lib) generated 1 warning [INFO] [stderr] warning: `libudis86-sys` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libudis86_sys-b2df389b29265644) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests libudis86-sys [INFO] [stderr] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stderr] --> /opt/rustwide/workdir/src/api.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | / /// Disassembles the next instruction in the input stream. [INFO] [stderr] 70 | | /// Returns the number of bytes disassembled. A 0 indicates end of input. [INFO] [stderr] 71 | | /// Note, to restart disassembly after the end of input, you must call one [INFO] [stderr] 72 | | /// of the input setting functions with a new source of input. [INFO] [stderr] ... | [INFO] [stderr] 79 | | /// } [INFO] [stderr] 80 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stderr] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8237432cbef9f562f93fec7208435bd1483c529903e035a6876c893cb84182f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8237432cbef9f562f93fec7208435bd1483c529903e035a6876c893cb84182f7", kill_on_drop: false }` [INFO] [stdout] 8237432cbef9f562f93fec7208435bd1483c529903e035a6876c893cb84182f7