Skip to content

feat: Interpret data descriptors when reading zip file from (read, nonseek) stream #3069

feat: Interpret data descriptors when reading zip file from (read, nonseek) stream

feat: Interpret data descriptors when reading zip file from (read, nonseek) stream #3069

Triggered via pull request August 13, 2024 01:15
Status Failure
Total duration 1m 10s
Artifacts

ci.yaml

on: pull_request
Matrix: build_and_test
Matrix: style_and_docs
cargo_fmt
16s
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

97 errors and 89 warnings
Build and test --no-default-features: ubuntu-latest, nightly: src/crc32.rs#L57
expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `=>`, `if`, `{`, or `|`, found `.`
Build and test --no-default-features: ubuntu-latest, nightly: src/crc32.rs#L13
failed to resolve: use of undeclared crate or module `flate2`
Build and test --no-default-features: ubuntu-latest, nightly: src/crc32.rs#L3
failed to resolve: use of undeclared crate or module `bzip2`
Build and test --no-default-features: ubuntu-latest, nightly: src/crc32.rs#L8
unresolved import `crate::read::lzma`
Build and test --no-default-features: ubuntu-latest, nightly: src/crc32.rs#L9
unresolved import `crate::read::xz`
Build and test --no-default-features: ubuntu-latest, nightly: src/read/stream.rs#L7
unresolved import `super::read_zipfile_from_stream`
Build and test --no-default-features: ubuntu-latest, nightly: src/crc32.rs#L32
cannot find value `checksum` in this scope
Build and test --no-default-features: ubuntu-latest, nightly: src/read.rs#L441
cannot find value `crc32` in this scope
Build and test --no-default-features: macOS-latest, nightly
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test : macOS-latest, stable
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: ubuntu-latest, msrv
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: ubuntu-latest, msrv: src/crc32.rs#L57
expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `=>`, `if`, `{`, or `|`, found `.`
Build and test --no-default-features: ubuntu-latest, msrv: src/crc32.rs#L13
failed to resolve: use of undeclared crate or module `flate2`
Build and test --no-default-features: ubuntu-latest, msrv: src/crc32.rs#L3
failed to resolve: use of undeclared crate or module `bzip2`
Build and test --no-default-features: ubuntu-latest, msrv: src/crc32.rs#L8
unresolved import `crate::read::lzma`
Build and test --no-default-features: ubuntu-latest, msrv: src/crc32.rs#L9
unresolved import `crate::read::xz`
Build and test --no-default-features: ubuntu-latest, msrv: src/read/stream.rs#L7
unresolved import `super::read_zipfile_from_stream`
Build and test --all-features: macOS-latest, stable
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: ubuntu-latest, msrv: src/crc32.rs#L32
cannot find value `checksum` in this scope
Build and test --no-default-features: ubuntu-latest, msrv: src/read.rs#L441
cannot find value `crc32` in this scope
Build and test --all-features: windows-latest, stable
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: windows-latest, stable
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: macOS-latest, stable
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test : windows-latest, stable
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: ubuntu-latest, stable
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: ubuntu-latest, stable: src/crc32.rs#L57
expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `=>`, `if`, `{`, or `|`, found `.`
Build and test --no-default-features: ubuntu-latest, stable: src/crc32.rs#L13
failed to resolve: use of undeclared crate or module `flate2`
Build and test --no-default-features: ubuntu-latest, stable: src/crc32.rs#L3
failed to resolve: use of undeclared crate or module `bzip2`
Build and test --no-default-features: ubuntu-latest, stable: src/crc32.rs#L8
unresolved import `crate::read::lzma`
Build and test --no-default-features: ubuntu-latest, stable: src/crc32.rs#L9
unresolved import `crate::read::xz`
Build and test --no-default-features: ubuntu-latest, stable: src/read/stream.rs#L7
unresolved import `super::read_zipfile_from_stream`
Build and test --no-default-features: ubuntu-latest, stable: src/crc32.rs#L32
cannot find value `checksum` in this scope
Build and test --no-default-features: ubuntu-latest, stable: src/read.rs#L441
cannot find value `crc32` in this scope
Build and test --no-default-features: macOS-latest, msrv
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: macOS-latest, msrv: src/crc32.rs#L57
expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `=>`, `if`, `{`, or `|`, found `.`
Build and test --no-default-features: macOS-latest, msrv: src/crc32.rs#L13
failed to resolve: use of undeclared crate or module `flate2`
Build and test --no-default-features: macOS-latest, msrv: src/crc32.rs#L3
failed to resolve: use of undeclared crate or module `bzip2`
Build and test --all-features: ubuntu-latest, msrv
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: macOS-latest, msrv: src/crc32.rs#L8
unresolved import `crate::read::lzma`
Build and test --all-features: ubuntu-latest, msrv
The operation was canceled.
Build and test --no-default-features: macOS-latest, msrv: src/crc32.rs#L9
unresolved import `crate::read::xz`
Build and test --no-default-features: macOS-latest, msrv: src/read/stream.rs#L7
unresolved import `super::read_zipfile_from_stream`
Build and test --no-default-features: macOS-latest, msrv: src/crc32.rs#L32
cannot find value `checksum` in this scope
Build and test --no-default-features: macOS-latest, msrv: src/read.rs#L441
cannot find value `crc32` in this scope
Build and test --all-features: ubuntu-latest, stable
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --all-features: ubuntu-latest, stable
The operation was canceled.
Build and test : ubuntu-latest, msrv
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test : ubuntu-latest, msrv
The operation was canceled.
Build and test : windows-latest, nightly
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test : windows-latest, nightly
The operation was canceled.
Build and test --all-features: macOS-latest, msrv
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test : ubuntu-latest, nightly
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --all-features: macOS-latest, msrv
The operation was canceled.
Build and test : ubuntu-latest, nightly
The operation was canceled.
Build and test --no-default-features: windows-latest, nightly
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: windows-latest, nightly
The operation was canceled.
Build and test --all-features: windows-latest, nightly
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --all-features: windows-latest, nightly
The operation was canceled.
Build and test : macOS-latest, msrv
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test : macOS-latest, msrv
The operation was canceled.
Build and test --all-features: ubuntu-latest, nightly
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --all-features: ubuntu-latest, nightly
The operation was canceled.
Build and test --all-features: windows-latest, msrv
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --all-features: windows-latest, msrv
The operation was canceled.
Build and test --no-default-features: windows-latest, msrv
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --no-default-features: windows-latest, msrv
The operation was canceled.
Build and test --all-features: macOS-latest, nightly
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test --all-features: macOS-latest, nightly
The operation was canceled.
Build and test : ubuntu-latest, stable
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test : ubuntu-latest, stable
The operation was canceled.
Build and test : macOS-latest, nightly
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test : macOS-latest, nightly
The operation was canceled.
Build and test : windows-latest, msrv
The job was canceled because "ubuntu-latest_nightly_--n" failed.
Build and test : windows-latest, msrv
The operation was canceled.
cargo_fmt
Process completed with exit code 1.
style_and_docs (--no-default-features): src/crc32.rs#L57
expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `=>`, `if`, `{`, or `|`, found `.`
style_and_docs (--no-default-features): src/crc32.rs#L58
expected `;`, found `Ok`
style_and_docs (--no-default-features): src/crc32.rs#L13
failed to resolve: use of undeclared crate or module `flate2`
style_and_docs (--no-default-features): src/crc32.rs#L3
failed to resolve: use of undeclared crate or module `bzip2`
style_and_docs (--no-default-features): src/crc32.rs#L12
unresolved import `deflate64`
style_and_docs (--no-default-features): src/crc32.rs#L8
unresolved import `crate::read::lzma`
style_and_docs (--no-default-features): src/crc32.rs#L9
unresolved import `crate::read::xz`
style_and_docs (--no-default-features): src/read/stream.rs#L7
unresolved import `super::read_zipfile_from_stream`
style_and_docs (--no-default-features): src/crc32.rs#L32
cannot find value `checksum` in this scope
style_and_docs (--no-default-features): src/read.rs#L441
cannot find value `crc32` in this scope
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 --no-default-features: ubuntu-latest, nightly
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 --no-default-features: ubuntu-latest, nightly
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 --no-default-features: ubuntu-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 --no-default-features: ubuntu-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 --no-default-features: ubuntu-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 --no-default-features: ubuntu-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 --no-default-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 --no-default-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 --no-default-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 --no-default-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 --no-default-features: ubuntu-latest, stable
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: ubuntu-latest, stable
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: ubuntu-latest, stable
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: ubuntu-latest, stable
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 --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, stable
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, stable
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, stable
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, stable
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 : 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 : 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 : 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 : ubuntu-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 : ubuntu-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 : ubuntu-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 : ubuntu-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 : 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: ubuntu-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: ubuntu-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: ubuntu-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: ubuntu-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: 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 --all-features: 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 --all-features: 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 --no-default-features: 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 --no-default-features: 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 --no-default-features: 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 --no-default-features: 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 --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 : ubuntu-latest, stable
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, stable
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, stable
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, stable
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 : 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 : 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 : 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 : 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/
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/