[INFO] cloning repository https://github.com/kugiyasan/valise
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kugiyasan/valise" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkugiyasan%2Fvalise", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkugiyasan%2Fvalise'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5a62c667983296adff140ee2ca16ff97632fef11
[INFO] testing kugiyasan/valise against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkugiyasan%2Fvalise" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/kugiyasan/valise
[INFO] finished tweaking git repo https://github.com/kugiyasan/valise
[INFO] tweaked toml for git repo https://github.com/kugiyasan/valise written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kugiyasan/valise on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kugiyasan/valise 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.5.45
[INFO] [stderr]   Downloaded clap_builder v4.5.44
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c112d28bdc06448ca841dc6ceee7fb74a7b455001827f395b40997a0115374c8
[INFO] running `Command { std: "docker" "start" "-a" "c112d28bdc06448ca841dc6ceee7fb74a7b455001827f395b40997a0115374c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c112d28bdc06448ca841dc6ceee7fb74a7b455001827f395b40997a0115374c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c112d28bdc06448ca841dc6ceee7fb74a7b455001827f395b40997a0115374c8", kill_on_drop: false }`
[INFO] [stdout] c112d28bdc06448ca841dc6ceee7fb74a7b455001827f395b40997a0115374c8
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 779644c115dde8f3f5cad218a4242a05d8c5e73352bf0eb5334da505b41f810e
[INFO] running `Command { std: "docker" "start" "-a" "779644c115dde8f3f5cad218a4242a05d8c5e73352bf0eb5334da505b41f810e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling zstd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Four` is never constructed
[INFO] [stdout]   --> src/compressed_block.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 78 | enum Streams {
[INFO] [stdout]    |      ------- variant in this enum
[INFO] [stdout] 79 |     One(Vec<u8>),
[INFO] [stdout] 80 |     Four([Vec<u8>; 4]),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Streams` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `compressed_size` is never read
[INFO] [stdout]    --> src/compressed_block.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 149 | struct LiteralsSectionHeader {
[INFO] [stdout]     |        --------------------- field in this struct
[INFO] [stdout] 150 |     regenerated_size: u32,
[INFO] [stdout] 151 |     compressed_size: Option<u32>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LiteralsSectionHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `is_one_stream` is never used
[INFO] [stdout]    --> src/compressed_block.rs:192:8
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl LiteralsSectionHeader {
[INFO] [stdout]     | -------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 192 |     fn is_one_stream(byte: u8) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sequences_section_header` is never read
[INFO] [stdout]    --> src/compressed_block.rs:240:5
[INFO] [stdout]     |
[INFO] [stdout] 239 | struct SequencesSection {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] 240 |     sequences_section_header: SequencesSectionHeader,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SequencesSection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `window_size`, `dictionary_id`, and `frame_content_size` are never read
[INFO] [stdout]    --> src/frame.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 162 | struct FrameHeader {
[INFO] [stdout]     |        ----------- fields in this struct
[INFO] [stdout] 163 |     frame_header_descriptor: FrameHeaderDescriptor,
[INFO] [stdout] 164 |     window_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 165 |     dictionary_id: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 166 |     frame_content_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FrameHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.81s
[INFO] running `Command { std: "docker" "inspect" "779644c115dde8f3f5cad218a4242a05d8c5e73352bf0eb5334da505b41f810e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "779644c115dde8f3f5cad218a4242a05d8c5e73352bf0eb5334da505b41f810e", kill_on_drop: false }`
[INFO] [stdout] 779644c115dde8f3f5cad218a4242a05d8c5e73352bf0eb5334da505b41f810e
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 909f878e01a741b5e9fceaea150237efdddbd9b9fcb574128a7ac1dca5749b73
[INFO] running `Command { std: "docker" "start" "-a" "909f878e01a741b5e9fceaea150237efdddbd9b9fcb574128a7ac1dca5749b73", kill_on_drop: false }`
[INFO] [stdout] warning: variant `Four` is never constructed
[INFO] [stdout]   --> src/compressed_block.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 78 | enum Streams {
[INFO] [stdout]    |      ------- variant in this enum
[INFO] [stdout] 79 |     One(Vec<u8>),
[INFO] [stdout] 80 |     Four([Vec<u8>; 4]),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Streams` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `compressed_size` is never read
[INFO] [stdout]    --> src/compressed_block.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 149 | struct LiteralsSectionHeader {
[INFO] [stdout]     |        --------------------- field in this struct
[INFO] [stdout] 150 |     regenerated_size: u32,
[INFO] [stdout] 151 |     compressed_size: Option<u32>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LiteralsSectionHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `is_one_stream` is never used
[INFO] [stdout]    --> src/compressed_block.rs:192:8
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl LiteralsSectionHeader {
[INFO] [stdout]     | -------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 192 |     fn is_one_stream(byte: u8) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling zstd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `sequences_section_header` is never read
[INFO] [stdout]    --> src/compressed_block.rs:240:5
[INFO] [stdout]     |
[INFO] [stdout] 239 | struct SequencesSection {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] 240 |     sequences_section_header: SequencesSectionHeader,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SequencesSection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `window_size`, `dictionary_id`, and `frame_content_size` are never read
[INFO] [stdout]    --> src/frame.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 162 | struct FrameHeader {
[INFO] [stdout]     |        ----------- fields in this struct
[INFO] [stdout] 163 |     frame_header_descriptor: FrameHeaderDescriptor,
[INFO] [stdout] 164 |     window_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 165 |     dictionary_id: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 166 |     frame_content_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FrameHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Four` is never constructed
[INFO] [stdout]   --> src/compressed_block.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 78 | enum Streams {
[INFO] [stdout]    |      ------- variant in this enum
[INFO] [stdout] 79 |     One(Vec<u8>),
[INFO] [stdout] 80 |     Four([Vec<u8>; 4]),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Streams` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `compressed_size` is never read
[INFO] [stdout]    --> src/compressed_block.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 149 | struct LiteralsSectionHeader {
[INFO] [stdout]     |        --------------------- field in this struct
[INFO] [stdout] 150 |     regenerated_size: u32,
[INFO] [stdout] 151 |     compressed_size: Option<u32>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LiteralsSectionHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `is_one_stream` is never used
[INFO] [stdout]    --> src/compressed_block.rs:192:8
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl LiteralsSectionHeader {
[INFO] [stdout]     | -------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 192 |     fn is_one_stream(byte: u8) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sequences_section_header` is never read
[INFO] [stdout]    --> src/compressed_block.rs:240:5
[INFO] [stdout]     |
[INFO] [stdout] 239 | struct SequencesSection {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] 240 |     sequences_section_header: SequencesSectionHeader,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SequencesSection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `window_size`, `dictionary_id`, and `frame_content_size` are never read
[INFO] [stdout]    --> src/frame.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 162 | struct FrameHeader {
[INFO] [stdout]     |        ----------- fields in this struct
[INFO] [stdout] 163 |     frame_header_descriptor: FrameHeaderDescriptor,
[INFO] [stdout] 164 |     window_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 165 |     dictionary_id: u32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 166 |     frame_content_size: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `FrameHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.05s
[INFO] running `Command { std: "docker" "inspect" "909f878e01a741b5e9fceaea150237efdddbd9b9fcb574128a7ac1dca5749b73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "909f878e01a741b5e9fceaea150237efdddbd9b9fcb574128a7ac1dca5749b73", kill_on_drop: false }`
[INFO] [stdout] 909f878e01a741b5e9fceaea150237efdddbd9b9fcb574128a7ac1dca5749b73
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 451c54fadd710c67a131ed0bd22884fa317af0d57c725c02a4ebbaee716d174d
[INFO] running `Command { std: "docker" "start" "-a" "451c54fadd710c67a131ed0bd22884fa317af0d57c725c02a4ebbaee716d174d", kill_on_drop: false }`
[INFO] [stderr] warning: variant `Four` is never constructed
[INFO] [stderr]   --> src/compressed_block.rs:80:5
[INFO] [stderr]    |
[INFO] [stderr] 78 | enum Streams {
[INFO] [stderr]    |      ------- variant in this enum
[INFO] [stderr] 79 |     One(Vec<u8>),
[INFO] [stderr] 80 |     Four([Vec<u8>; 4]),
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Streams` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `compressed_size` is never read
[INFO] [stderr]    --> src/compressed_block.rs:151:5
[INFO] [stderr]     |
[INFO] [stderr] 149 | struct LiteralsSectionHeader {
[INFO] [stderr]     |        --------------------- field in this struct
[INFO] [stderr] 150 |     regenerated_size: u32,
[INFO] [stderr] 151 |     compressed_size: Option<u32>,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `LiteralsSectionHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `is_one_stream` is never used
[INFO] [stderr]    --> src/compressed_block.rs:192:8
[INFO] [stderr]     |
[INFO] [stderr] 155 | impl LiteralsSectionHeader {
[INFO] [stderr]     | -------------------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 192 |     fn is_one_stream(byte: u8) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `sequences_section_header` is never read
[INFO] [stderr]    --> src/compressed_block.rs:240:5
[INFO] [stderr]     |
[INFO] [stderr] 239 | struct SequencesSection {
[INFO] [stderr]     |        ---------------- field in this struct
[INFO] [stderr] 240 |     sequences_section_header: SequencesSectionHeader,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SequencesSection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `window_size`, `dictionary_id`, and `frame_content_size` are never read
[INFO] [stderr]    --> src/frame.rs:164:5
[INFO] [stderr]     |
[INFO] [stderr] 162 | struct FrameHeader {
[INFO] [stderr]     |        ----------- fields in this struct
[INFO] [stderr] 163 |     frame_header_descriptor: FrameHeaderDescriptor,
[INFO] [stderr] 164 |     window_size: u64,
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr] 165 |     dictionary_id: u32,
[INFO] [stderr]     |     ^^^^^^^^^^^^^
[INFO] [stderr] 166 |     frame_content_size: u64,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `FrameHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `zstd` (lib) generated 5 warnings
[INFO] [stderr] warning: `zstd` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zstd-ed9facaa146a5eb5)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test bitstream::tests::get_bits_range ... ok
[INFO] [stdout] test bitstream::tests::get_bits ... ok
[INFO] [stdout] test bitstream::tests::get_bits_more_than_8 ... ok
[INFO] [stdout] test bitstream::tests::thousand_a ... ok
[INFO] [stdout] test fse::tests::literals_length_code_table ... ok
[INFO] [stdout] test fse::tests::match_length_code_table ... ok
[INFO] [stdout] test fse::tests::offset_code_table ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/zstd-a312ae4bbd7db746)
[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_test.rs (/opt/rustwide/target/debug/deps/integration_test-b0c2722efc259f0a)
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] [stdout] running 2 tests
[INFO] [stdout] test hello_world ... FAILED
[INFO] [stdout] test thousand_a ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- hello_world stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- thousand_a stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     hello_world
[INFO] [stdout]     thousand_a
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "451c54fadd710c67a131ed0bd22884fa317af0d57c725c02a4ebbaee716d174d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "451c54fadd710c67a131ed0bd22884fa317af0d57c725c02a4ebbaee716d174d", kill_on_drop: false }`
[INFO] [stdout] 451c54fadd710c67a131ed0bd22884fa317af0d57c725c02a4ebbaee716d174d
