[INFO] crate libudis86-sys 0.2.1 is already in cache [INFO] testing libudis86-sys-0.2.1 against 1.38.0 for beta-1.39-1 [INFO] extracting crate libudis86-sys 0.2.1 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate libudis86-sys 0.2.1 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [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 work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 1cc891efa4f930117e55841d2d6974a79d2dbeff606270caa75a02a7ee6dd4f7 [INFO] running `"docker" "start" "-a" "1cc891efa4f930117e55841d2d6974a79d2dbeff606270caa75a02a7ee6dd4f7"` [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: u->br_far = 1; [INFO] [stderr] warning: ~~~~~~~~~~~^~~ [INFO] [stderr] warning: libudis86/decode.c:748:5: note: here [INFO] [stderr] warning: 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: if (MODRM_MOD(modrm(u)) == 3) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libudis86/decode.c:753:5: note: here [INFO] [stderr] warning: 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: if (MODRM_MOD(modrm(u)) != 3) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libudis86/decode.c:772:5: note: here [INFO] [stderr] warning: 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: if (MODRM_MOD(modrm(u)) != 3) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libudis86/decode.c:783:5: note: here [INFO] [stderr] warning: case OP_W: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `"docker" "inspect" "1cc891efa4f930117e55841d2d6974a79d2dbeff606270caa75a02a7ee6dd4f7"` [INFO] running `"docker" "rm" "-f" "1cc891efa4f930117e55841d2d6974a79d2dbeff606270caa75a02a7ee6dd4f7"` [INFO] [stdout] 1cc891efa4f930117e55841d2d6974a79d2dbeff606270caa75a02a7ee6dd4f7 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 20e4b633de12e175633e78babec9655465f8d1e3a95fe464641da5b46e432db2 [INFO] running `"docker" "start" "-a" "20e4b633de12e175633e78babec9655465f8d1e3a95fe464641da5b46e432db2"` [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: u->br_far = 1; [INFO] [stderr] warning: ~~~~~~~~~~~^~~ [INFO] [stderr] warning: libudis86/decode.c:748:5: note: here [INFO] [stderr] warning: 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: if (MODRM_MOD(modrm(u)) == 3) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libudis86/decode.c:753:5: note: here [INFO] [stderr] warning: 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: if (MODRM_MOD(modrm(u)) != 3) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libudis86/decode.c:772:5: note: here [INFO] [stderr] warning: 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: if (MODRM_MOD(modrm(u)) != 3) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libudis86/decode.c:783:5: note: here [INFO] [stderr] warning: case OP_W: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] Compiling libudis86-sys v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `"docker" "inspect" "20e4b633de12e175633e78babec9655465f8d1e3a95fe464641da5b46e432db2"` [INFO] running `"docker" "rm" "-f" "20e4b633de12e175633e78babec9655465f8d1e3a95fe464641da5b46e432db2"` [INFO] [stdout] 20e4b633de12e175633e78babec9655465f8d1e3a95fe464641da5b46e432db2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 368a1763e0066a415b528fbc586e057ac391c0ddb8a6b84a50ceab3915adfc9a [INFO] running `"docker" "start" "-a" "368a1763e0066a415b528fbc586e057ac391c0ddb8a6b84a50ceab3915adfc9a"` [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: u->br_far = 1; [INFO] [stderr] warning: ~~~~~~~~~~~^~~ [INFO] [stderr] warning: libudis86/decode.c:748:5: note: here [INFO] [stderr] warning: 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: if (MODRM_MOD(modrm(u)) == 3) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libudis86/decode.c:753:5: note: here [INFO] [stderr] warning: 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: if (MODRM_MOD(modrm(u)) != 3) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libudis86/decode.c:772:5: note: here [INFO] [stderr] warning: 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: if (MODRM_MOD(modrm(u)) != 3) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: libudis86/decode.c:783:5: note: here [INFO] [stderr] warning: case OP_W: [INFO] [stderr] warning: ^~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/libudis86_sys-97aa9cafb8f10663 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests libudis86-sys [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "368a1763e0066a415b528fbc586e057ac391c0ddb8a6b84a50ceab3915adfc9a"` [INFO] running `"docker" "rm" "-f" "368a1763e0066a415b528fbc586e057ac391c0ddb8a6b84a50ceab3915adfc9a"` [INFO] [stdout] 368a1763e0066a415b528fbc586e057ac391c0ddb8a6b84a50ceab3915adfc9a