Skip to content

log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740) #4800

log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)

log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740) #4800

Triggered via push October 12, 2023 19:06
Status Failure
Total duration 9m 14s
Artifacts

CI.yml

on: push
cargo check
56s
cargo check
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
cargo fmt
19s
cargo fmt
cargo test (feature-specific)
2m 26s
cargo test (feature-specific)
Matrix: test
all systems go!
0s
all systems go!
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 1 warning
unused import: `tracing_log::env_logger::BuilderExt`: examples/examples/hyper-echo.rs#L92
error: unused import: `tracing_log::env_logger::BuilderExt` --> examples/examples/hyper-echo.rs:92:9 | 92 | use tracing_log::env_logger::BuilderExt; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings`
no method named `emit_traces` found for mutable reference `&mut env_logger::Builder` in the current scope: examples/examples/hyper-echo.rs#L101
error[E0599]: no method named `emit_traces` found for mutable reference `&mut env_logger::Builder` in the current scope --> examples/examples/hyper-echo.rs:101:10 | 98 | / builder 99 | | .filter(Some("hyper_echo"), log::LevelFilter::Off) 100 | | .filter(Some("hyper"), log::LevelFilter::Trace) 101 | | .emit_traces() // from `tracing_log::env_logger::BuilderExt` | | -^^^^^^^^^^^ method not found in `&mut Builder` | |_________| |
warnings
Clippy had exited with the 101 exit code
cargo test (beta on ubuntu-latest)
Process completed with exit code 101.
cargo test (stable on ubuntu-latest)
Process completed with exit code 101.
cargo test (nightly on ubuntu-latest)
Process completed with exit code 101.
cargo test (stable on macos-latest)
Process completed with exit code 101.
cargo check (+MSRV -Zminimal-versions) (tracing-appender, 1.56.0)
Process completed with exit code 1.
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
The job was canceled because "tracing-appender_1_56_0" failed.
cargo check (+MSRV -Zminimal-versions) (tracing-log, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
The job was canceled because "tracing-appender_1_56_0" failed.
cargo check (+MSRV -Zminimal-versions) (tracing-attributes, 1.56.0)
Process completed with exit code 1.
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
The job was canceled because "tracing-appender_1_56_0" failed.
cargo check (+MSRV -Zminimal-versions) (tracing-macros, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
The job was canceled because "tracing-appender_1_56_0" failed.
cargo check (+MSRV -Zminimal-versions) (tracing-subscriber, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
The job was canceled because "tracing-appender_1_56_0" failed.
cargo check (+MSRV -Zminimal-versions) (tracing-tower, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
The job was canceled because "tracing-appender_1_56_0" failed.
cargo check (+MSRV -Zminimal-versions) (tracing-futures, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
The job was canceled because "tracing-appender_1_56_0" failed.
cargo check (+MSRV -Zminimal-versions) (tracing-serde, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
The job was canceled because "tracing-appender_1_56_0" failed.
cargo check (+MSRV -Zminimal-versions) (tracing, 1.56.0)
The operation was canceled.
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
The job was canceled because "tracing-appender_1_56_0" failed.
cargo check (+MSRV -Zminimal-versions) (tracing-core, 1.56.0)
The operation was canceled.
cargo test (stable on windows-latest)
Process completed with exit code 1.
warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/