Skip to content

Bump the cargo-dependencies group across 1 directory with 32 updates #2615

Bump the cargo-dependencies group across 1 directory with 32 updates

Bump the cargo-dependencies group across 1 directory with 32 updates #2615

Triggered via pull request December 30, 2024 19:13
Status Failure
Total duration 2m 52s
Billable time 2m
Artifacts

build.yaml

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

Annotations

3 errors and 4 warnings
Create binary for x86_64-unknown-linux-gnu: fpx/src/main.rs#L49
[clippy] reported by reviewdog 🐶 error[E0425]: cannot find function `new_pipeline` in crate `opentelemetry_otlp` --> fpx/src/main.rs:49:51 | 49 | let tracer_provider = opentelemetry_otlp::new_pipeline() | ^^^^^^^^^^^^ not found in `opentelemetry_otlp` Raw Output: fpx/src/main.rs:49:51:e:error[E0425]: cannot find function `new_pipeline` in crate `opentelemetry_otlp` --> fpx/src/main.rs:49:51 | 49 | let tracer_provider = opentelemetry_otlp::new_pipeline() | ^^^^^^^^^^^^ not found in `opentelemetry_otlp` __END__
Create binary for x86_64-unknown-linux-gnu: fpx/src/main.rs#L52
[clippy] reported by reviewdog 🐶 error[E0425]: cannot find function `new_exporter` in crate `opentelemetry_otlp` --> fpx/src/main.rs:52:37 | 52 | opentelemetry_otlp::new_exporter() | ^^^^^^^^^^^^ not found in `opentelemetry_otlp` Raw Output: fpx/src/main.rs:52:37:e:error[E0425]: cannot find function `new_exporter` in crate `opentelemetry_otlp` --> fpx/src/main.rs:52:37 | 52 | opentelemetry_otlp::new_exporter() | ^^^^^^^^^^^^ not found in `opentelemetry_otlp` __END__
Create binary for x86_64-unknown-linux-gnu
reviewdog exited with status code: 1
Create binary for x86_64-unknown-linux-gnu: fpx/src/main.rs#L58
[clippy] reported by reviewdog 🐶 warning: use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead. --> fpx/src/main.rs:58:22 | 58 | .with_resource(Resource::new(vec![KeyValue::new("service.name", "fpx")])), | ^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default Raw Output: fpx/src/main.rs:58:22:w:warning: use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead. --> fpx/src/main.rs:58:22 | 58 | .with_resource(Resource::new(vec![KeyValue::new("service.name", "fpx")])), | ^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default __END__
Create binary for x86_64-unknown-linux-gnu: fpx/src/main.rs#L5
[clippy] reported by reviewdog 🐶 warning: unused import: `opentelemetry_otlp::WithExportConfig` --> fpx/src/main.rs:5:5 | 5 | use opentelemetry_otlp::WithExportConfig; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default Raw Output: fpx/src/main.rs:5:5:w:warning: unused import: `opentelemetry_otlp::WithExportConfig` --> fpx/src/main.rs:5:5 | 5 | use opentelemetry_otlp::WithExportConfig; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default __END__
Create binary for x86_64-unknown-linux-gnu: fpx/src/main.rs#L3
[clippy] reported by reviewdog 🐶 warning: unused import: `opentelemetry::trace::TracerProvider` --> fpx/src/main.rs:3:5 | 3 | use opentelemetry::trace::TracerProvider; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Raw Output: fpx/src/main.rs:3:5:w:warning: unused import: `opentelemetry::trace::TracerProvider` --> fpx/src/main.rs:3:5 | 3 | use opentelemetry::trace::TracerProvider; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ __END__
Create binary for x86_64-unknown-linux-gnu: fpx/src/main.rs#L13
[clippy] reported by reviewdog 🐶 warning: unused import: `tracing_subscriber::util::SubscriberInitExt` --> fpx/src/main.rs:13:5 | 13 | use tracing_subscriber::util::SubscriberInitExt; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Raw Output: fpx/src/main.rs:13:5:w:warning: unused import: `tracing_subscriber::util::SubscriberInitExt` --> fpx/src/main.rs:13:5 | 13 | use tracing_subscriber::util::SubscriberInitExt; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ __END__