Skip to content

Upgrade dependencies, Remove MSRV, start developing 0.3.0 #418

Upgrade dependencies, Remove MSRV, start developing 0.3.0

Upgrade dependencies, Remove MSRV, start developing 0.3.0 #418

Triggered via pull request April 6, 2024 06:57
Status Failure
Total duration 1m 1s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 26 warnings
clippy: ocipkg-cli/src/bin/ocipkg.rs#L13
cannot find value `from_os_str` in this scope
clippy: ocipkg-cli/src/bin/ocipkg.rs#L17
cannot find value `from_os_str` in this scope
clippy: ocipkg-cli/src/bin/ocipkg.rs#L25
cannot find value `from_os_str` in this scope
clippy: ocipkg-cli/src/bin/ocipkg.rs#L32
cannot find value `from_os_str` in this scope
clippy: ocipkg-cli/src/bin/ocipkg.rs#L36
cannot find value `from_os_str` in this scope
clippy: ocipkg-cli/src/bin/ocipkg.rs#L46
cannot find value `from_os_str` in this scope
clippy: ocipkg-cli/src/bin/ocipkg.rs#L55
cannot find value `from_os_str` in this scope
clippy: ocipkg-cli/src/bin/ocipkg.rs#L67
cannot find value `from_os_str` in this scope
clippy: ocipkg-cli/src/bin/ocipkg.rs#L91
cannot find value `from_os_str` in this scope
clippy: ocipkg-cli/src/bin/cargo-ocipkg.rs#L146
no variant or associated item named `from_args` found for enum `Opt` in the current scope
test: ocipkg-cli/src/bin/ocipkg.rs#L13
cannot find value `from_os_str` in this scope
test: ocipkg-cli/src/bin/ocipkg.rs#L17
cannot find value `from_os_str` in this scope
test: ocipkg-cli/src/bin/ocipkg.rs#L25
cannot find value `from_os_str` in this scope
test: ocipkg-cli/src/bin/ocipkg.rs#L32
cannot find value `from_os_str` in this scope
test: ocipkg-cli/src/bin/ocipkg.rs#L36
cannot find value `from_os_str` in this scope
test: ocipkg-cli/src/bin/ocipkg.rs#L46
cannot find value `from_os_str` in this scope
test: ocipkg-cli/src/bin/ocipkg.rs#L55
cannot find value `from_os_str` in this scope
test: ocipkg-cli/src/bin/ocipkg.rs#L67
cannot find value `from_os_str` in this scope
test: ocipkg-cli/src/bin/ocipkg.rs#L91
cannot find value `from_os_str` in this scope
test: ocipkg-cli/src/bin/cargo-ocipkg.rs#L146
no variant or associated item named `from_args` found for enum `Opt` in the current scope
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L13
cannot find value `from_os_str` in this scope
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L17
cannot find value `from_os_str` in this scope
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L25
cannot find value `from_os_str` in this scope
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L32
cannot find value `from_os_str` in this scope
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L36
cannot find value `from_os_str` in this scope
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L46
cannot find value `from_os_str` in this scope
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L55
cannot find value `from_os_str` in this scope
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L67
cannot find value `from_os_str` in this scope
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L91
cannot find value `from_os_str` in this scope
with-registry: ocipkg-cli/src/bin/cargo-ocipkg.rs#L146
no variant or associated item named `from_args` found for enum `Opt` in the current scope
check-format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check-format
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
clippy: ocipkg/src/distribution/auth.rs#L15
the `Err`-variant returned from this function is very large
clippy: ocipkg/src/distribution/auth.rs#L25
the `Err`-variant returned from this function is very large
clippy: ocipkg/src/distribution/auth.rs#L48
the `Err`-variant returned from this function is very large
clippy: ocipkg/src/distribution/auth.rs#L62
the `Err`-variant returned from this function is very large
clippy: ocipkg/src/distribution/auth.rs#L82
the `Err`-variant returned from this function is very large
clippy: ocipkg/src/distribution/auth.rs#L105
the `Err`-variant returned from this function is very large
clippy: ocipkg/src/distribution/auth.rs#L112
the `Err`-variant returned from this function is very large
clippy: ocipkg/src/distribution/auth.rs#L171
the `Err`-variant returned from this function is very large
clippy: ocipkg/src/distribution/client.rs#L20
the `Err`-variant returned from this function is very large
clippy: ocipkg/src/distribution/client.rs#L31
the `Err`-variant returned from this function is very large
test
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/.
test
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/
test
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/
test
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/
test
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/
test
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/
test: ocipkg-cli/src/bin/ocipkg.rs#L181
use of deprecated function `base64::encode`: Use Engine::encode
test
`ocipkg-cli` (bin "ocipkg" test) generated 1 warning
with-registry
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
with-registry
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
with-registry: ocipkg-cli/src/bin/ocipkg.rs#L181
use of deprecated function `base64::encode`: Use Engine::encode
with-registry
`ocipkg-cli` (bin "ocipkg" test) generated 1 warning