Fix broken CI because of update to otel 0.27.1 #359
Annotations
1 error and 21 warnings
Run cargo test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run cargo test:
src/lib.rs#L592
use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead.
|
Run cargo test:
src/lib.rs#L618
use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead.
|
Run cargo test:
src/lib.rs#L620
use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead.
|
Run cargo test:
src/lib.rs#L664
use of deprecated method `opentelemetry_sdk::trace::Builder::with_config`: Config is becoming a private type. Use Builder::with_{config_name}(resource) instead. ex: Builder::with_resource(resource)
|
Run cargo test:
src/lib.rs#L696
use of deprecated method `opentelemetry_sdk::trace::Builder::with_config`: Config is becoming a private type. Use Builder::with_{config_name}(resource) instead. ex: Builder::with_resource(resource)
|
Run cargo test
`opentelemetry-application-insights` (lib) generated 5 warnings
|
Run cargo test:
tests/http_requests.rs#L51
use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead.
|
Run cargo test:
examples/attributes.rs#L43
use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead.
|
Run cargo test:
examples/attributes.rs#L57
use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead.
|
Run cargo test
`opentelemetry-application-insights` (example "attributes") generated 2 warnings
|
Run cargo build (trace only):
src/lib.rs#L592
use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead.
|
Run cargo build (trace only):
src/lib.rs#L618
use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead.
|
Run cargo build (trace only):
src/lib.rs#L620
use of deprecated method `opentelemetry_sdk::trace::Config::with_resource`: Config is becoming private. Please use Builder::with_resource(...) instead.
|
Run cargo build (trace only):
src/lib.rs#L664
use of deprecated method `opentelemetry_sdk::trace::Builder::with_config`: Config is becoming a private type. Use Builder::with_{config_name}(resource) instead. ex: Builder::with_resource(resource)
|
Run cargo build (trace only):
src/lib.rs#L696
use of deprecated method `opentelemetry_sdk::trace::Builder::with_config`: Config is becoming a private type. Use Builder::with_{config_name}(resource) instead. ex: Builder::with_resource(resource)
|
Run cargo build (trace only)
`opentelemetry-application-insights` (lib) generated 5 warnings
|
Install toolchain
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/
|
Install toolchain
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/
|
Install toolchain
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/
|
Install toolchain
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/
|
Loading