Skip to content

wip: Add variables to InvalidArchive messages to fix #127 #1525

wip: Add variables to InvalidArchive messages to fix #127

wip: Add variables to InvalidArchive messages to fix #127 #1525

Triggered via push May 16, 2024 02:37
Status Failure
Total duration 11m 0s
Artifacts

ci.yaml

on: push
Matrix: build_and_test
Matrix: style_and_docs
cargo_fmt
14s
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

49 errors and 18 warnings
cargo_fmt
Process completed with exit code 1.
style_and_docs (--no-default-features): src/read.rs#L530
2 positional arguments in format string, but there is 1 argument
style_and_docs (--no-default-features): src/read.rs#L534
2 positional arguments in format string, but there is 1 argument
style_and_docs (--no-default-features): src/types.rs#L400
no rules expected the token `bytes_to_rust_literal`
style_and_docs (--no-default-features): src/write.rs#L404
2 positional arguments in format string, but there is 1 argument
style_and_docs (--no-default-features): src/write.rs#L856
2 positional arguments in format string, but there is 1 argument
style_and_docs (--no-default-features): src/read.rs#L279
expected value, found variant `InvalidPassword`
style_and_docs (--no-default-features): src/read/stream.rs#L8
unused import: `ZipError`
style_and_docs (--no-default-features): src/spec.rs#L1
unused import: `ZipError`
style_and_docs (--no-default-features): src/types.rs#L24
unused import: `crate::unstable::bytes_to_rust_literal`
style_and_docs (--no-default-features): src/unstable.rs#L4
unused import: `std::fmt::Display`
style_and_docs (--all-features)
The job was canceled because "_--no-default-features" failed.
style_and_docs
The job was canceled because "_--no-default-features" failed.
Build and test : windows-latest, msrv: src/read.rs#L530
2 positional arguments in format string, but there is 1 argument
Build and test : windows-latest, msrv: src/read.rs#L534
2 positional arguments in format string, but there is 1 argument
Build and test : windows-latest, msrv: src/types.rs#L400
no rules expected the token `bytes_to_rust_literal`
Build and test : windows-latest, msrv: src/write.rs#L404
2 positional arguments in format string, but there is 1 argument
Build and test : windows-latest, msrv: src/write.rs#L856
2 positional arguments in format string, but there is 1 argument
Build and test : windows-latest, msrv: src/read.rs#L279
expected value, found variant `InvalidPassword`
Build and test : windows-latest, msrv: src/read/stream.rs#L8
unused import: `ZipError`
Build and test : windows-latest, msrv: src/spec.rs#L1
unused import: `ZipError`
Build and test : windows-latest, msrv: src/types.rs#L24
unused import: `crate::unstable::bytes_to_rust_literal`
Build and test : windows-latest, msrv: src/unstable.rs#L4
unused import: `std::fmt::Display`
Build and test --all-features: ubuntu-latest, msrv
The job was canceled because "windows-latest_msrv" failed.
Build and test : macOS-latest, msrv
The job was canceled because "windows-latest_msrv" failed.
Build and test --no-default-features: macOS-latest, msrv
The job was canceled because "windows-latest_msrv" failed.
Build and test --all-features: macOS-latest, msrv
The job was canceled because "windows-latest_msrv" failed.
Build and test : macOS-latest, nightly
The job was canceled because "windows-latest_msrv" failed.
Build and test --no-default-features: ubuntu-latest, msrv
The job was canceled because "windows-latest_msrv" failed.
Build and test : ubuntu-latest, stable
The job was canceled because "windows-latest_msrv" failed.
Build and test --all-features: macOS-latest, nightly
The job was canceled because "windows-latest_msrv" failed.
Build and test --no-default-features: macOS-latest, nightly
The job was canceled because "windows-latest_msrv" failed.
Build and test : macOS-latest, stable
The job was canceled because "windows-latest_msrv" failed.
Build and test : ubuntu-latest, msrv
The job was canceled because "windows-latest_msrv" failed.
Build and test --no-default-features: macOS-latest, stable
The job was canceled because "windows-latest_msrv" failed.
Build and test --no-default-features: ubuntu-latest, stable
The job was canceled because "windows-latest_msrv" failed.
Build and test --all-features: macOS-latest, stable
The job was canceled because "windows-latest_msrv" failed.
Build and test --all-features: ubuntu-latest, stable
The job was canceled because "windows-latest_msrv" failed.
Build and test --no-default-features: ubuntu-latest, nightly
The job was canceled because "windows-latest_msrv" failed.
Build and test --all-features: ubuntu-latest, nightly
The job was canceled because "windows-latest_msrv" failed.
Build and test : ubuntu-latest, nightly
The job was canceled because "windows-latest_msrv" failed.
Build and test --all-features: windows-latest, msrv
The job was canceled because "windows-latest_msrv" failed.
Build and test --all-features: windows-latest, stable
The job was canceled because "windows-latest_msrv" failed.
Build and test : windows-latest, nightly
The job was canceled because "windows-latest_msrv" failed.
Build and test --all-features: windows-latest, nightly
The job was canceled because "windows-latest_msrv" failed.
Build and test --no-default-features: windows-latest, msrv
The job was canceled because "windows-latest_msrv" failed.
Build and test --no-default-features: windows-latest, stable
The job was canceled because "windows-latest_msrv" failed.
Build and test --no-default-features: windows-latest, nightly
The job was canceled because "windows-latest_msrv" failed.
Build and test : windows-latest, stable
The job was canceled because "windows-latest_msrv" failed.
cargo_fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 `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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 `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/
Build and test : windows-latest, msrv
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and test : windows-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 : windows-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 : windows-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 : windows-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 : windows-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/