Skip to content

Add Crc checksum validation for gzip::header::Parser #845

Add Crc checksum validation for gzip::header::Parser

Add Crc checksum validation for gzip::header::Parser #845

Triggered via pull request December 7, 2025 14:25
Status Failure
Total duration 48s
Artifacts

base.yml

on: pull_request
cargo test
45s
cargo test
Fit to window
Zoom out
Zoom in

Annotations

7 errors
cargo test
Process completed with exit code 101.
cargo test: crates/compression-codecs/src/gzip/header.rs#L67
cannot borrow `crc` as mutable, as it is not declared as mutable
cargo test: crates/compression-codecs/src/gzip/header.rs#L76
this function takes 3 arguments but 2 arguments were supplied
cargo test: crates/compression-codecs/src/gzip/header.rs#L73
this function takes 3 arguments but 2 arguments were supplied
cargo test: crates/compression-codecs/src/gzip/header.rs#L147
cannot find value `crc` in this scope
cargo test: crates/compression-codecs/src/gzip/header.rs#L134
cannot find value `crc` in this scope
cargo test: crates/compression-codecs/src/gzip/header.rs#L119
cannot find value `crc` in this scope