[INFO] fetching crate libudis86-sys 0.2.1... [INFO] testing libudis86-sys-0.2.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate libudis86-sys 0.2.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate libudis86-sys 0.2.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e75f71ba5abdb400222cd808d3017f467d1d8ae158cf7b56caa2c53c8d7ed2bd [INFO] running `Command { std: "docker" "start" "-a" "e75f71ba5abdb400222cd808d3017f467d1d8ae158cf7b56caa2c53c8d7ed2bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e75f71ba5abdb400222cd808d3017f467d1d8ae158cf7b56caa2c53c8d7ed2bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e75f71ba5abdb400222cd808d3017f467d1d8ae158cf7b56caa2c53c8d7ed2bd", kill_on_drop: false }` [INFO] [stdout] e75f71ba5abdb400222cd808d3017f467d1d8ae158cf7b56caa2c53c8d7ed2bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a02d43bcd2a4470ea86af6a28564787b80e2952cfe0ea33265e16281f584c374 [INFO] running `Command { std: "docker" "start" "-a" "a02d43bcd2a4470ea86af6a28564787b80e2952cfe0ea33265e16281f584c374", 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: 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.52s [INFO] running `Command { std: "docker" "inspect" "a02d43bcd2a4470ea86af6a28564787b80e2952cfe0ea33265e16281f584c374", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a02d43bcd2a4470ea86af6a28564787b80e2952cfe0ea33265e16281f584c374", kill_on_drop: false }` [INFO] [stdout] a02d43bcd2a4470ea86af6a28564787b80e2952cfe0ea33265e16281f584c374 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86a871ebde0017b01419f97783c258703c43195f7fb1457a80fdf62e5605dd5c [INFO] running `Command { std: "docker" "start" "-a" "86a871ebde0017b01419f97783c258703c43195f7fb1457a80fdf62e5605dd5c", 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] [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] [stderr] warning: | ^~~~ [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [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] Compiling libudis86-sys v0.2.1 (/opt/rustwide/workdir) [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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `Command { std: "docker" "inspect" "86a871ebde0017b01419f97783c258703c43195f7fb1457a80fdf62e5605dd5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86a871ebde0017b01419f97783c258703c43195f7fb1457a80fdf62e5605dd5c", kill_on_drop: false }` [INFO] [stdout] 86a871ebde0017b01419f97783c258703c43195f7fb1457a80fdf62e5605dd5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 62b4b86e97b8e6c24b0c08cb73fe4ea1dd491122cd87f827c20aa9988c4e09cc [INFO] running `Command { std: "docker" "start" "-a" "62b4b86e97b8e6c24b0c08cb73fe4ea1dd491122cd87f827c20aa9988c4e09cc", 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: attribute should be applied to a function or static [INFO] [stderr] --> src/itab.rs:937:5 [INFO] [stderr] | [INFO] [stderr] 937 | #[no_mangle] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 938 | pub static mut ud_mnemonics_str: *mut *const libc::c_char; [INFO] [stderr] | ---------------------------------------------------------- not a function or 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] [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 (/opt/rustwide/target/debug/deps/libudis86_sys-dbd980f4fade99e6) [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" "62b4b86e97b8e6c24b0c08cb73fe4ea1dd491122cd87f827c20aa9988c4e09cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62b4b86e97b8e6c24b0c08cb73fe4ea1dd491122cd87f827c20aa9988c4e09cc", kill_on_drop: false }` [INFO] [stdout] 62b4b86e97b8e6c24b0c08cb73fe4ea1dd491122cd87f827c20aa9988c4e09cc