Skip to content

refactor: Use new do_or_abort_file method #2306

refactor: Use new do_or_abort_file method

refactor: Use new do_or_abort_file method #2306

Triggered via push June 15, 2024 03:20
Status Failure
Total duration 2h 26m 13s
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

45 errors and 22 warnings
Build and test : macOS-latest, msrv: src/write.rs#L742
the trait bound `Result<_, ZipError>: From<Result<(), std::io::Error>>` is not satisfied
Build and test : macOS-latest, msrv: src/write.rs#L847
no method named `is_err` found for type parameter `R` in the current scope
Build and test : macOS-latest, msrv: src/write.rs#L1054
the trait bound `Result<_, ZipError>: From<Result<(), std::io::Error>>` is not satisfied
Build and test : macOS-latest, msrv: src/write.rs#L1407
the trait bound `Result<_, ZipError>: From<Result<(), std::io::Error>>` is not satisfied
Build and test : macOS-latest, msrv
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Build and test --all-features: macOS-latest, nightly
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 : macOS-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 --no-default-features: macOS-latest, msrv
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, stable
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 --no-default-features: ubuntu-latest, msrv
The job was canceled because "macOS-latest_msrv" failed.
Build and test : ubuntu-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 --no-default-features: ubuntu-latest, nightly
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 --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 : ubuntu-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: windows-latest, nightly
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 : windows-latest, stable
The job was canceled because "macOS-latest_msrv" failed.
Build and test : windows-latest, msrv
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 --no-default-features: windows-latest, msrv
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, stable
The job was canceled because "macOS-latest_msrv" failed.
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
Process completed with exit code 1.
style_and_docs (--all-features): src/write.rs#L742
the trait bound `std::result::Result<_, result::ZipError>: std::convert::From<std::result::Result<(), std::io::Error>>` is not satisfied
style_and_docs (--all-features): src/write.rs#L847
no method named `is_err` found for type parameter `R` in the current scope
style_and_docs (--all-features): src/write.rs#L1054
the trait bound `std::result::Result<_, result::ZipError>: std::convert::From<std::result::Result<(), std::io::Error>>` is not satisfied
style_and_docs (--all-features): src/write.rs#L1407
the trait bound `std::result::Result<_, result::ZipError>: std::convert::From<std::result::Result<(), std::io::Error>>` is not satisfied
style_and_docs (--all-features): src/write.rs#L918
cannot borrow `*self` as mutable more than once at a time
style_and_docs (--all-features): src/write.rs#L949
cannot borrow `*self` as mutable more than once at a time
style_and_docs (--all-features): src/write.rs#L949
closure requires unique access to `self.stats.start` but it is already borrowed
style_and_docs (--all-features): src/write.rs#L961
cannot borrow `*self` as mutable more than once at a time
style_and_docs (--all-features): src/write.rs#L1131
cannot borrow `*self` as mutable because previous closure requires unique access
style_and_docs (--all-features): src/write.rs#L1131
closure requires unique access to `self.inner` but it is already borrowed
style_and_docs
The job was canceled because "_--all-features" failed.
style_and_docs (--no-default-features)
The job was canceled because "_--all-features" failed.
Build and test : macOS-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 : 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 `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 --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/
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 (--all-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 (--all-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 (--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/