[INFO] crate libudis86-sys 0.2.1 is already in cache [INFO] testing libudis86-sys-0.2.1 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate libudis86-sys 0.2.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate libudis86-sys 0.2.1 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45cbf003b18eac044a175e9fe48f5ceebcbf0e87bc19d66d464e3788c4c9790c [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" "45cbf003b18eac044a175e9fe48f5ceebcbf0e87bc19d66d464e3788c4c9790c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45cbf003b18eac044a175e9fe48f5ceebcbf0e87bc19d66d464e3788c4c9790c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45cbf003b18eac044a175e9fe48f5ceebcbf0e87bc19d66d464e3788c4c9790c", kill_on_drop: false }` [INFO] [stdout] 45cbf003b18eac044a175e9fe48f5ceebcbf0e87bc19d66d464e3788c4c9790c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 888a77091ace424e40b910a3b217801953ff69f0b93b191a0477b78a6243b7f7 [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" "888a77091ace424e40b910a3b217801953ff69f0b93b191a0477b78a6243b7f7", 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.83s [INFO] running `Command { std: "docker" "inspect" "888a77091ace424e40b910a3b217801953ff69f0b93b191a0477b78a6243b7f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "888a77091ace424e40b910a3b217801953ff69f0b93b191a0477b78a6243b7f7", kill_on_drop: false }` [INFO] [stdout] 888a77091ace424e40b910a3b217801953ff69f0b93b191a0477b78a6243b7f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", 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] 7f5ebad916281d67be9c428e20854e0f7a4237a340637c223b4b0678e0e3c7a5 [INFO] running `Command { std: "docker" "start" "-a" "7f5ebad916281d67be9c428e20854e0f7a4237a340637c223b4b0678e0e3c7a5", 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] Compiling libudis86-sys v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `Command { std: "docker" "inspect" "7f5ebad916281d67be9c428e20854e0f7a4237a340637c223b4b0678e0e3c7a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f5ebad916281d67be9c428e20854e0f7a4237a340637c223b4b0678e0e3c7a5", kill_on_drop: false }` [INFO] [stdout] 7f5ebad916281d67be9c428e20854e0f7a4237a340637c223b4b0678e0e3c7a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cac176906077b0d534434c1cfaf7ea6425d0fbdaa336f14e63a16e3bcb2d9d0c [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" "cac176906077b0d534434c1cfaf7ea6425d0fbdaa336f14e63a16e3bcb2d9d0c", 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] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/libudis86_sys-70aa0c7ea9aef83d [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] [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(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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cac176906077b0d534434c1cfaf7ea6425d0fbdaa336f14e63a16e3bcb2d9d0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cac176906077b0d534434c1cfaf7ea6425d0fbdaa336f14e63a16e3bcb2d9d0c", kill_on_drop: false }` [INFO] [stdout] cac176906077b0d534434c1cfaf7ea6425d0fbdaa336f14e63a16e3bcb2d9d0c