[INFO] cloning repository https://github.com/blueshift-gg/pzstd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blueshift-gg/pzstd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblueshift-gg%2Fpzstd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblueshift-gg%2Fpzstd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e942a7f28d1b989bb414d8eaf88e90f7115b6386 [INFO] testing blueshift-gg/pzstd against master#562dee4820c458d823175268e41601d4c060588a for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblueshift-gg%2Fpzstd" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/blueshift-gg/pzstd [INFO] finished tweaking git repo https://github.com/blueshift-gg/pzstd [INFO] tweaked toml for git repo https://github.com/blueshift-gg/pzstd written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/blueshift-gg/pzstd on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/blueshift-gg/pzstd already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3dd772993bcaa4975f60246702415d9a45da76e62cf1d3fc76fc6b6c9ce57282 [INFO] running `Command { std: "docker" "start" "-a" "3dd772993bcaa4975f60246702415d9a45da76e62cf1d3fc76fc6b6c9ce57282", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3dd772993bcaa4975f60246702415d9a45da76e62cf1d3fc76fc6b6c9ce57282", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dd772993bcaa4975f60246702415d9a45da76e62cf1d3fc76fc6b6c9ce57282", kill_on_drop: false }` [INFO] [stdout] 3dd772993bcaa4975f60246702415d9a45da76e62cf1d3fc76fc6b6c9ce57282 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7097090e6e8446e8ffff4cfa388d11fb18a6ee41c19a76e4e1cf8c72f2a4bab0 [INFO] running `Command { std: "docker" "start" "-a" "7097090e6e8446e8ffff4cfa388d11fb18a6ee41c19a76e4e1cf8c72f2a4bab0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling pzstd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.00s [INFO] running `Command { std: "docker" "inspect" "7097090e6e8446e8ffff4cfa388d11fb18a6ee41c19a76e4e1cf8c72f2a4bab0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7097090e6e8446e8ffff4cfa388d11fb18a6ee41c19a76e4e1cf8c72f2a4bab0", kill_on_drop: false }` [INFO] [stdout] 7097090e6e8446e8ffff4cfa388d11fb18a6ee41c19a76e4e1cf8c72f2a4bab0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 860404b24d4c2f7fdbd753e3e8a62102d3a40a80f2921fc7b4dff6ce9bf05c3e [INFO] running `Command { std: "docker" "start" "-a" "860404b24d4c2f7fdbd753e3e8a62102d3a40a80f2921fc7b4dff6ce9bf05c3e", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling clap_builder v4.5.60 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling zerocopy-derive v0.8.40 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling pzstd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 28.94s [INFO] running `Command { std: "docker" "inspect" "860404b24d4c2f7fdbd753e3e8a62102d3a40a80f2921fc7b4dff6ce9bf05c3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "860404b24d4c2f7fdbd753e3e8a62102d3a40a80f2921fc7b4dff6ce9bf05c3e", kill_on_drop: false }` [INFO] [stdout] 860404b24d4c2f7fdbd753e3e8a62102d3a40a80f2921fc7b4dff6ce9bf05c3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 93ef5b655768774e5b6f71c1a4e0a883841e1471218e136b82e5c31a88b9937a [INFO] running `Command { std: "docker" "start" "-a" "93ef5b655768774e5b6f71c1a4e0a883841e1471218e136b82e5c31a88b9937a", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pzstd-8aa08f4bb5b16124) [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] [stderr] Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-c15b888d2bd0f75d) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test empty_input_returns_error ... ok [INFO] [stdout] test invalid_magic_returns_error ... ok [INFO] [stdout] test capacity_exceeded_returns_error ... ok [INFO] [stdout] test single_frame_round_trip ... ok [INFO] [stdout] test truncated_frame_returns_error ... ok [INFO] [stdout] test multi_frame_round_trip ... ok [INFO] [stdout] test multi_frame_preserves_order ... ok [INFO] [stdout] test works_across_compression_levels ... ok [INFO] [stdout] test multi_frame_mixed_compression_levels ... ok [INFO] [stdout] test single_frame_larger_data ... ok [INFO] [stdout] test multi_frame_large_chunks ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s [INFO] [stdout] [INFO] [stderr] Doc-tests pzstd [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/decompressor.rs - decompressor::decompress (line 241) - compile ... 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] [stdout] all doctests ran in 0.44s; merged doctests compilation took 0.43s [INFO] running `Command { std: "docker" "inspect" "93ef5b655768774e5b6f71c1a4e0a883841e1471218e136b82e5c31a88b9937a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93ef5b655768774e5b6f71c1a4e0a883841e1471218e136b82e5c31a88b9937a", kill_on_drop: false }` [INFO] [stdout] 93ef5b655768774e5b6f71c1a4e0a883841e1471218e136b82e5c31a88b9937a