Skip to content

refactor readers to use type parameters and not concrete vtables #2801

refactor readers to use type parameters and not concrete vtables

refactor readers to use type parameters and not concrete vtables #2801

Triggered via pull request July 16, 2024 21:41
Status Failure
Total duration 10m 49s
Artifacts

ci.yaml

on: pull_request
Matrix: build_and_test
Matrix: style_and_docs
cargo_fmt
15s
cargo_fmt
fuzz_read
0s
fuzz_read
fuzz_read_with_no_features
0s
fuzz_read_with_no_features
fuzz_write
0s
fuzz_write
fuzz_write_with_no_features
0s
fuzz_write_with_no_features
Fit to window
Zoom out
Zoom in

Annotations

58 errors and 50 warnings
style_and_docs (--no-default-features): src/unstable/read.rs#L9
unused import: `AesVendorVersion`
style_and_docs (--no-default-features): src/unstable/read.rs#L428
no variant named `Aes` found for enum `unstable::read::CryptoVariant`
style_and_docs (--no-default-features): src/unstable/read.rs#L437
failed to resolve: use of undeclared type `AesReader`
style_and_docs (--no-default-features): src/unstable/read.rs#L438
no variant or associated item named `Aes` found for enum `unstable::read::CryptoReader` in the current scope
style_and_docs (--no-default-features)
could not compile `zip` (lib) due to 5 previous errors
style_and_docs (--no-default-features)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
style_and_docs (--all-features)
The job was canceled because "_--no-default-features" failed.
style_and_docs (--all-features)
The operation was canceled.
style_and_docs
The job was canceled because "_--no-default-features" failed.
style_and_docs
The operation was canceled.
Build and test : macOS-latest, msrv: src/unstable/read.rs#L121
unknown lint: `private_interfaces`
Build and test : macOS-latest, msrv: src/unstable/read.rs#L266
unknown lint: `private_interfaces`
Build and test : macOS-latest, msrv: src/unstable/read.rs#L704
unknown lint: `private_interfaces`
Build and test : macOS-latest, msrv: src/unstable/read.rs#L717
unknown lint: `private_interfaces`
Build and test : macOS-latest, msrv: src/unstable/read.rs#L260
`impl Trait` only allowed in function and inherent method return types, not in trait method return types
Build and test : macOS-latest, msrv
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Build and test : ubuntu-latest, nightly
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: macOS-latest, nightly
The job was canceled because "macOS-latest_msrv" failed.
Build and test --all-features: macOS-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test : macOS-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test --all-features: ubuntu-latest, nightly
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: ubuntu-latest, nightly
The job was canceled because "macOS-latest_msrv" failed.
Build and test : ubuntu-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test --all-features: ubuntu-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: ubuntu-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: ubuntu-latest, msrv
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: macOS-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: macOS-latest, msrv
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: macOS-latest, msrv: src/unstable/read.rs#L260
`impl Trait` only allowed in function and inherent method return types, not in trait method return types
Build and test --no-default-features: macOS-latest, msrv: src/unstable/read.rs#L428
no variant named `Aes` found for enum `CryptoVariant`
Build and test --no-default-features: macOS-latest, msrv: src/unstable/read.rs#L437
failed to resolve: use of undeclared type `AesReader`
Build and test --no-default-features: macOS-latest, msrv: src/unstable/read.rs#L438
no variant or associated item named `Aes` found for enum `CryptoReader` in the current scope
Build and test --no-default-features: macOS-latest, msrv
could not compile `zip` (lib) due to 9 previous errors
Build and test : windows-latest, msrv
The job was canceled because "macOS-latest_msrv" failed.
Build and test --all-features: windows-latest, msrv
The job was canceled because "macOS-latest_msrv" failed.
Build and test --all-features: windows-latest, nightly
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: windows-latest, nightly
The job was canceled because "macOS-latest_msrv" failed.
Build and test : windows-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test --all-features: windows-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: windows-latest, msrv
The job was canceled because "macOS-latest_msrv" failed.
Build and test --no-default-features: windows-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test : windows-latest, nightly
The job was canceled because "macOS-latest_msrv" failed.
Build and test --all-features: ubuntu-latest, msrv
The job was canceled because "macOS-latest_msrv" failed.
Build and test : macOS-latest, nightly
The job was canceled because "macOS-latest_msrv" failed.
Build and test : ubuntu-latest, msrv
The job was canceled because "macOS-latest_msrv" failed.
Build and test : macOS-latest, nightly
The operation was canceled.
Build and test : ubuntu-latest, msrv
The operation was canceled.
Build and test --all-features: ubuntu-latest, msrv
The operation was canceled.
Build and test --all-features: macOS-latest, nightly
The job was canceled because "macOS-latest_msrv" failed.
Build and test --all-features: macOS-latest, nightly
The operation was canceled.
Build and test --all-features: macOS-latest, msrv
The job was canceled because "macOS-latest_msrv" failed.
Build and test --all-features: macOS-latest, msrv
The operation was canceled.
cargo_fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo_fmt
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
cargo_fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo_fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo_fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo_fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs (--no-default-features)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
style_and_docs (--no-default-features)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
style_and_docs (--no-default-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs (--no-default-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs (--no-default-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs (--no-default-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs (--all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs (--all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs (--all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs (--all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
style_and_docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : macOS-latest, msrv
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and test : macOS-latest, msrv
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and test : macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --no-default-features: macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --no-default-features: macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --no-default-features: macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --no-default-features: macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: ubuntu-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: ubuntu-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: ubuntu-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: ubuntu-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : macOS-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : ubuntu-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : macOS-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : ubuntu-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : macOS-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : ubuntu-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : macOS-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test : ubuntu-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: macOS-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: macOS-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: macOS-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: macOS-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test --all-features: macOS-latest, msrv
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/