build(deps): bump nom from 7.1.3 to 8.0.0 #388
build.yml
on: push
Matrix: Check
Matrix: Clippy
Matrix: Rustfmt
Matrix: Test Suite
Annotations
30 errors and 33 warnings
Clippy (stable):
src/config.rs#L464
expected function, found `impl nom::Parser<&str, Output = ((std::option::Option<&str>, &str), (), (&str, &str), std::option::Option<std::vec::Vec<&str>>), Error = nom::error::Error<&str>>`
|
Clippy (stable):
src/config.rs#L456
expected function, found `impl nom::Parser<&str, Output = std::option::Option<<impl nom::Parser<&str, Output = std::vec::Vec<&str>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`
|
Clippy (stable):
src/config.rs#L448
expected function, found `impl nom::Parser<&str, Output = (&str, &str), Error = nom::error::Error<&str>>`
|
Clippy (stable):
src/config.rs#L444
expected function, found `nom::branch::Choice<(impl nom::Parser<&str, Output = (std::option::Option<&str>, &str), Error = nom::error::Error<&str>>, impl FnMut(&str) -> std::result::Result<(&str, (std::option::Option<&str>, &str)), nom::Err<nom::error::Error<&str>>>)>`
|
Clippy (stable):
src/config.rs#L438
expected function, found `impl nom::Parser<_, Output = std::option::Option<_>, Error = _>`
|
Clippy (stable):
src/config.rs#L434
expected function, found `nom::branch::Choice<(for<'a> fn(&'a str) -> std::result::Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {config::PortForwardConfig::from_notation::parsers::ipv6}, for<'a> fn(&'a str) -> std::result::Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {config::PortForwardConfig::from_notation::parsers::ipv4_or_fqdn})>`
|
Clippy (stable):
src/config.rs#L413
expected function, found `impl nom::Parser<_, Output = _, Error = _>`
|
Clippy (stable):
src/config.rs#L464
use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuples
|
Clippy (stable):
src/config.rs#L443
use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuples
|
Clippy (stable):
src/config.rs#L409
use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuples
|
Check (1.80.0)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Check (1.80.0):
src/config.rs#L464
expected function, found `impl nom::Parser<&str, Output = ((Option<&str>, &str), (), (&str, &str), Option<Vec<&str>>), Error = nom::error::Error<&str>>`
|
Check (1.80.0):
src/config.rs#L456
expected function, found `impl nom::Parser<&str, Output = Option<<impl nom::Parser<&str, Output = Vec<&str>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`
|
Check (1.80.0):
src/config.rs#L448
expected function, found `impl nom::Parser<&str, Output = (&str, &str), Error = nom::error::Error<&str>>`
|
Check (1.80.0):
src/config.rs#L444
expected function, found `Choice<(impl nom::Parser<&str, Output = (Option<&str>, &str), Error = nom::error::Error<&str>>, impl FnMut(&str) -> Result<(&str, (Option<&str>, &str)), nom::Err<nom::error::Error<&str>>>)>`
|
Check (1.80.0):
src/config.rs#L438
expected function, found `impl nom::Parser<_, Output = Option<_>, Error = _>`
|
Check (1.80.0):
src/config.rs#L434
expected function, found `Choice<(for<'a> fn(&'a str) -> Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {ipv6}, for<'a> fn(&'a str) -> Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {ipv4_or_fqdn})>`
|
Check (1.80.0):
src/config.rs#L413
expected function, found `impl nom::Parser<_, Output = _, Error = _>`
|
Test Suite (stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test Suite (stable):
src/config.rs#L464
expected function, found `impl nom::Parser<&str, Output = ((Option<&str>, &str), (), (&str, &str), Option<Vec<&str>>), Error = nom::error::Error<&str>>`
|
Test Suite (stable):
src/config.rs#L456
expected function, found `impl nom::Parser<&str, Output = Option<<impl nom::Parser<&str, Output = Vec<&str>, Error = nom::error::Error<&str>> as nom::Parser<&str>>::Output>, Error = nom::error::Error<&str>>`
|
Test Suite (stable):
src/config.rs#L448
expected function, found `impl nom::Parser<&str, Output = (&str, &str), Error = nom::error::Error<&str>>`
|
Test Suite (stable):
src/config.rs#L444
expected function, found `Choice<(impl nom::Parser<&str, Output = (Option<&str>, &str), Error = nom::error::Error<&str>>, impl FnMut(&str) -> Result<(&str, (Option<&str>, &str)), nom::Err<nom::error::Error<&str>>>)>`
|
Test Suite (stable):
src/config.rs#L438
expected function, found `impl nom::Parser<_, Output = Option<_>, Error = _>`
|
Test Suite (stable):
src/config.rs#L434
expected function, found `Choice<(for<'a> fn(&'a str) -> Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {ipv6}, for<'a> fn(&'a str) -> Result<(&'a str, &'a str), nom::Err<nom::error::Error<&'a str>>> {ipv4_or_fqdn})>`
|
Test Suite (stable):
src/config.rs#L413
expected function, found `impl nom::Parser<_, Output = _, Error = _>`
|
Check (stable)
The operation was canceled.
|
Check (stable)
The strategy configuration was canceled because "check._1_80_0" failed
|
Test Suite (1.80.0)
The operation was canceled.
|
Test Suite (1.80.0)
The strategy configuration was canceled because "test.stable" failed
|
Rustfmt (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/
|
Rustfmt (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/
|
Rustfmt (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/
|
Rustfmt (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/
|
Clippy (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/
|
Clippy (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/
|
Clippy (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/
|
Clippy (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/
|
Check (1.80.0)
`onetun` (lib) generated 3 warnings
|
Check (1.80.0):
src/config.rs#L464
use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuples
|
Check (1.80.0):
src/config.rs#L443
use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuples
|
Check (1.80.0):
src/config.rs#L409
use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuples
|
Check (1.80.0)
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/
|
Check (1.80.0)
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/
|
Check (1.80.0)
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/
|
Check (1.80.0)
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 Suite (stable)
build failed, waiting for other jobs to finish...
|
Test Suite (stable)
`onetun` (lib) generated 3 warnings
|
Test Suite (stable):
src/config.rs#L464
use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuples
|
Test Suite (stable):
src/config.rs#L443
use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuples
|
Test Suite (stable):
src/config.rs#L409
use of deprecated function `nom::sequence::tuple`: `Parser` is directly implemented for tuples
|
Test Suite (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/
|
Test Suite (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/
|
Test Suite (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/
|
Test Suite (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/
|
Check (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/
|
Check (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/
|
Check (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/
|
Check (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/
|
Test Suite (1.80.0)
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 Suite (1.80.0)
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 Suite (1.80.0)
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 Suite (1.80.0)
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/
|