Skip to content

chore: move tracing-opentelemetry from the master branch #4369

chore: move tracing-opentelemetry from the master branch

chore: move tracing-opentelemetry from the master branch #4369

Triggered via pull request April 4, 2023 22:10
Status Failure
Total duration 10m 1s
Artifacts

CI.yml

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

Annotations

4 errors and 1 warning
cargo check
RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
cargo check
protocol error: bad pack header
useless conversion to the same type: `impl std::iter::Iterator<Item = &filter::directive::StaticDirective>`: tracing-subscriber/src/filter/targets.rs#L328
error: useless conversion to the same type: `impl std::iter::Iterator<Item = &filter::directive::StaticDirective>` --> tracing-subscriber/src/filter/targets.rs:328:9 | 328 | self.0.directives().into_iter().find_map(|d| { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into_iter()`: `self.0.directives()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings`
warnings
Clippy had exited with the 101 exit code
warnings
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.