Skip to content

Enable customizing Zstd decoding parameters. #250

Enable customizing Zstd decoding parameters.

Enable customizing Zstd decoding parameters. #250

Triggered via pull request July 14, 2024 01:43
Status Failure
Total duration 2m 58s
Artifacts

exhaustive.yml

on: pull_request
cargo test --shallow-minimal-versions
48s
cargo test --shallow-minimal-versions
cargo test minimal-versions
1m 0s
cargo test minimal-versions
cargo hack check --feature-powerset
54s
cargo hack check --feature-powerset
cargo hack check --all-targets --feature-powerset
1m 5s
cargo hack check --all-targets --feature-powerset
Matrix: cargo test
Fit to window
Zoom out
Zoom in

Annotations

22 errors
cargo test --shallow-minimal-versions: src/zstd.rs#L120
the trait `std::marker::Copy` cannot be implemented for this type
cargo test --shallow-minimal-versions: src/zstd.rs#L121
the trait bound `zstd_safe::DParameter: Clone` is not satisfied
cargo test --shallow-minimal-versions: src/zstd.rs#L121
`zstd_safe::DParameter` doesn't implement `Debug`
cargo test --shallow-minimal-versions: src/zstd.rs#L121
binary operation `==` cannot be applied to type `zstd_safe::DParameter`
cargo test --shallow-minimal-versions: src/zstd.rs#L121
the trait bound `zstd_safe::DParameter: std::cmp::Eq` is not satisfied
cargo test --shallow-minimal-versions: src/zstd.rs#L130
cannot move out of `self` which is behind a shared reference
cargo test --shallow-minimal-versions
Process completed with exit code 101.
cargo test minimal-versions: src/zstd.rs#L120
the trait `std::marker::Copy` cannot be implemented for this type
cargo test minimal-versions: src/zstd.rs#L121
the trait bound `zstd_safe::DParameter: Clone` is not satisfied
cargo test minimal-versions: src/zstd.rs#L121
`zstd_safe::DParameter` doesn't implement `Debug`
cargo test minimal-versions: src/zstd.rs#L121
binary operation `==` cannot be applied to type `zstd_safe::DParameter`
cargo test minimal-versions: src/zstd.rs#L121
the trait bound `zstd_safe::DParameter: std::cmp::Eq` is not satisfied
cargo test minimal-versions: src/zstd.rs#L130
cannot move out of `self` which is behind a shared reference
cargo test minimal-versions
Process completed with exit code 101.
cargo hack check --all-targets --feature-powerset: tests/zstd.rs#L14
failed to resolve: could not find `tokio` in `async_compression`
cargo hack check --all-targets --feature-powerset: tests/zstd.rs#L23
failed to resolve: could not find `tokio` in `async_compression`
cargo hack check --all-targets --feature-powerset: tests/zstd.rs#L36
failed to resolve: could not find `tokio` in `async_compression`
cargo hack check --all-targets --feature-powerset: tests/zstd.rs#L7
unused import: `tokio::io::AsyncWriteExt`
cargo hack check --all-targets --feature-powerset
Process completed with exit code 1.
cargo test (stable, x86_64-pc-windows-msvc, windows-latest)
Process completed with exit code 1.
cargo test (stable, i686-pc-windows-msvc, windows-latest)
The job was canceled because "stable_x86_64-pc-windows-" failed.
cargo test (stable, i686-pc-windows-msvc, windows-latest)
The operation was canceled.