[INFO] fetching crate unishox-rs 0.1.1... [INFO] building unishox-rs-0.1.1 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate unishox-rs 0.1.1 into /workspace/builds/worker-5-tc1/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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate unishox-rs 0.1.1 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 12 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9cc66da547cd1c6b89c9716ab0a10194516883cd4f70962418e4474aa198e28 [INFO] running `Command { std: "docker" "start" "-a" "d9cc66da547cd1c6b89c9716ab0a10194516883cd4f70962418e4474aa198e28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9cc66da547cd1c6b89c9716ab0a10194516883cd4f70962418e4474aa198e28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9cc66da547cd1c6b89c9716ab0a10194516883cd4f70962418e4474aa198e28", kill_on_drop: false }` [INFO] [stdout] d9cc66da547cd1c6b89c9716ab0a10194516883cd4f70962418e4474aa198e28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2f6ee899349cd5a8e62a7f5856b24005392d0be73ca59a074c670e36dcfd9cc [INFO] running `Command { std: "docker" "start" "-a" "a2f6ee899349cd5a8e62a7f5856b24005392d0be73ca59a074c670e36dcfd9cc", kill_on_drop: false }` [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling cc v1.2.39 [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 3.55s [INFO] running `Command { std: "docker" "inspect" "a2f6ee899349cd5a8e62a7f5856b24005392d0be73ca59a074c670e36dcfd9cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2f6ee899349cd5a8e62a7f5856b24005392d0be73ca59a074c670e36dcfd9cc", kill_on_drop: false }` [INFO] [stdout] a2f6ee899349cd5a8e62a7f5856b24005392d0be73ca59a074c670e36dcfd9cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ed416d62a7618773c8fda1d4fa3b6139b7bfd1083bf6b9d52fbf2ca73675dcb [INFO] running `Command { std: "docker" "start" "-a" "8ed416d62a7618773c8fda1d4fa3b6139b7bfd1083bf6b9d52fbf2ca73675dcb", 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.54s [INFO] running `Command { std: "docker" "inspect" "8ed416d62a7618773c8fda1d4fa3b6139b7bfd1083bf6b9d52fbf2ca73675dcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ed416d62a7618773c8fda1d4fa3b6139b7bfd1083bf6b9d52fbf2ca73675dcb", kill_on_drop: false }` [INFO] [stdout] 8ed416d62a7618773c8fda1d4fa3b6139b7bfd1083bf6b9d52fbf2ca73675dcb