[INFO] fetching crate unishox-rs 0.1.1...
[INFO] testing unishox-rs-0.1.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate unishox-rs 0.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate unishox-rs 0.1.1
[INFO] finished tweaking crates.io crate unishox-rs 0.1.1
[INFO] tweaked toml for crates.io crate unishox-rs 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate unishox-rs 0.1.1 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 282781fda822aab5365027f66b3d91c76bd9f4731b014862db4b3fb553876e07
[INFO] running `Command { std: "docker" "start" "-a" "282781fda822aab5365027f66b3d91c76bd9f4731b014862db4b3fb553876e07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "282781fda822aab5365027f66b3d91c76bd9f4731b014862db4b3fb553876e07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "282781fda822aab5365027f66b3d91c76bd9f4731b014862db4b3fb553876e07", kill_on_drop: false }`
[INFO] [stdout] 282781fda822aab5365027f66b3d91c76bd9f4731b014862db4b3fb553876e07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8fd67acb993304498ed8dd5b4bea1ef7aad9698799ecb63bb513b41fa1c1dee2
[INFO] running `Command { std: "docker" "start" "-a" "8fd67acb993304498ed8dd5b4bea1ef7aad9698799ecb63bb513b41fa1c1dee2", kill_on_drop: false }`
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling unishox-rs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c: In function 'decodeRepeat':
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c:1052:14: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: unishox-rs@0.1.1:  1052 |     if (dist >= strlen(cur_line->data))
[INFO] [stderr] warning: unishox-rs@0.1.1:       |              ^~
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c: In function 'unishox2_decompress_lines':
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c:1237:21: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: unishox-rs@0.1.1:  1237 |             if (rem > tlen)
[INFO] [stderr] warning: unishox-rs@0.1.1:       |                     ^
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
[INFO] running `Command { std: "docker" "inspect" "8fd67acb993304498ed8dd5b4bea1ef7aad9698799ecb63bb513b41fa1c1dee2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fd67acb993304498ed8dd5b4bea1ef7aad9698799ecb63bb513b41fa1c1dee2", kill_on_drop: false }`
[INFO] [stdout] 8fd67acb993304498ed8dd5b4bea1ef7aad9698799ecb63bb513b41fa1c1dee2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b8bc10723a23d640e4968ec805bd208c44d171f38c5fc64dbc18568f0c38afed
[INFO] running `Command { std: "docker" "start" "-a" "b8bc10723a23d640e4968ec805bd208c44d171f38c5fc64dbc18568f0c38afed", kill_on_drop: false }`
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c: In function 'decodeRepeat':
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c:1052:14: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: unishox-rs@0.1.1:  1052 |     if (dist >= strlen(cur_line->data))
[INFO] [stderr] warning: unishox-rs@0.1.1:       |              ^~
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c: In function 'unishox2_decompress_lines':
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c:1237:21: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: unishox-rs@0.1.1:  1237 |             if (rem > tlen)
[INFO] [stderr] warning: unishox-rs@0.1.1:       |                     ^
[INFO] [stderr]    Compiling unishox-rs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s
[INFO] running `Command { std: "docker" "inspect" "b8bc10723a23d640e4968ec805bd208c44d171f38c5fc64dbc18568f0c38afed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8bc10723a23d640e4968ec805bd208c44d171f38c5fc64dbc18568f0c38afed", kill_on_drop: false }`
[INFO] [stdout] b8bc10723a23d640e4968ec805bd208c44d171f38c5fc64dbc18568f0c38afed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 79463d243ad3ac8f3997485ecbd988473ea589e98d7c604d91b77747ef0d4f87
[INFO] running `Command { std: "docker" "start" "-a" "79463d243ad3ac8f3997485ecbd988473ea589e98d7c604d91b77747ef0d4f87", kill_on_drop: false }`
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c: In function 'decodeRepeat':
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c:1052:14: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: unishox-rs@0.1.1:  1052 |     if (dist >= strlen(cur_line->data))
[INFO] [stderr] warning: unishox-rs@0.1.1:       |              ^~
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c: In function 'unishox2_decompress_lines':
[INFO] [stderr] warning: unishox-rs@0.1.1: Unishox2/unishox2.c:1237:21: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: unishox-rs@0.1.1:  1237 |             if (rem > tlen)
[INFO] [stderr] warning: unishox-rs@0.1.1:       |                     ^
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/unishox_rs-375c766a36eeb3fc)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::compress_simple_test ... ok
[INFO] [stdout] test bindgen_test_layout_us_lnk_lst ... ok
[INFO] [stdout] test tests::decompress_simple_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests unishox_rs
[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" "79463d243ad3ac8f3997485ecbd988473ea589e98d7c604d91b77747ef0d4f87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79463d243ad3ac8f3997485ecbd988473ea589e98d7c604d91b77747ef0d4f87", kill_on_drop: false }`
[INFO] [stdout] 79463d243ad3ac8f3997485ecbd988473ea589e98d7c604d91b77747ef0d4f87
