Skip to content

Fix ipv6 incompatibility #111

Fix ipv6 incompatibility

Fix ipv6 incompatibility #111

Triggered via pull request December 16, 2024 21:40
@alpebalpeb
synchronize #76
alpeb/rustls-tls
Status Failure
Total duration 2m 34s
Artifacts

check.yml

on: pull_request
Matrix: audit
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
audit (advisories)
The job was canceled because "bans_licenses_sources" failed.
rust toolchain
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
audit (bans licenses sources)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
clippy: src/main.rs#L210
warning: used consecutive `str::replace` call --> src/main.rs:210:14 | 210 | .replace('\n', "") | ______________^ 211 | | .replace(' ', "") | |_____________________________^ help: replace with: `replace(['\n', ' '], "")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_str_replace = note: `#[warn(clippy::collapsible_str_replace)]` on by default
clippy: src/main.rs#L253
warning: used consecutive `str::replace` call --> src/main.rs:253:14 | 253 | .replace('\n', "") | ______________^ 254 | | .replace(' ', "") | |_____________________________^ help: replace with: `replace(['\n', ' '], "")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_str_replace
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636