[INFO] cloning repository https://github.com/brefwiz/otel-bootstrap
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brefwiz/otel-bootstrap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrefwiz%2Fotel-bootstrap", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrefwiz%2Fotel-bootstrap'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 849e2d491ede4f31d78be0c6d51f006fd7c40d24
[INFO] testing brefwiz/otel-bootstrap against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrefwiz%2Fotel-bootstrap" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/brefwiz/otel-bootstrap
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/brefwiz/otel-bootstrap
[INFO] tweaked toml for git repo https://github.com/brefwiz/otel-bootstrap written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/brefwiz/otel-bootstrap on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/brefwiz/otel-bootstrap already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2
[INFO] running `Command { std: "docker" "start" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling opentelemetry-semantic-conventions v0.32.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling hostname v0.4.2
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling pin-project v1.1.13
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling opentelemetry v0.32.0
[INFO] [stderr]    Compiling prost v0.14.4
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling prost-types v0.14.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling tracing-opentelemetry v0.33.0
[INFO] [stderr]    Compiling opentelemetry-appender-tracing v0.32.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling opentelemetry_sdk v0.32.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling tonic v0.14.5
[INFO] [stderr]    Compiling opentelemetry-http v0.32.0
[INFO] [stderr]    Compiling tonic-prost v0.14.5
[INFO] [stderr]    Compiling tonic-types v0.14.5
[INFO] [stderr]    Compiling opentelemetry-proto v0.32.0
[INFO] [stderr]    Compiling opentelemetry-otlp v0.32.0
[INFO] [stderr]    Compiling otel-bootstrap v2.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.65s
[INFO] running `Command { std: "docker" "inspect" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling uuid v1.23.4
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling opentelemetry_sdk v0.32.1
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling tonic v0.14.5
[INFO] [stderr]    Compiling opentelemetry-http v0.32.0
[INFO] [stderr]    Compiling tonic-prost v0.14.5
[INFO] [stderr]    Compiling tonic-types v0.14.5
[INFO] [stderr]    Compiling opentelemetry-proto v0.32.0
[INFO] [stderr]    Compiling opentelemetry-otlp v0.32.0
[INFO] [stderr]    Compiling otel-bootstrap v2.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 40.86s
[INFO] running `Command { std: "docker" "inspect" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/otel_bootstrap-d8d9588a9ca7d47e)
[INFO] [stdout] 
[INFO] [stdout] running 55 tests
[INFO] [stdout] test log_bridge::tests::log_outside_span_no_panic ... ok
[INFO] [stdout] test instrumented_port::tests::call_records_error_status_and_returns_error_unchanged ... ok
[INFO] [stdout] test log_bridge::tests::log_record_visitor_bool_field ... ok
[INFO] [stdout] test instrumented_port::tests::call_emits_client_span_with_operation_and_provider_hint ... ok
[INFO] [stdout] test log_bridge::tests::nested_span_outer_field_appears_in_inner_log ... ok
[INFO] [stdout] test log_bridge::tests::log_record_visitor_i64_field ... ok
[INFO] [stdout] test log_bridge::tests::log_record_visitor_f64_field ... ok
[INFO] [stdout] test log_bridge::tests::record_span_log_attr_current_span_no_op_outside_span ... ok
[INFO] [stdout] test log_bridge::tests::request_id_tracing_field_propagates_to_log_record ... ok
[INFO] [stdout] test log_bridge::tests::severity_error ... ok
[INFO] [stdout] test log_bridge::tests::severity_debug ... ok
[INFO] [stdout] test log_bridge::tests::on_new_span_non_matching_fields_no_extension_inserted ... ok
[INFO] [stdout] test log_bridge::tests::severity_trace ... ok
[INFO] [stdout] test tests::builder_has_sensible_defaults ... ok
[INFO] [stdout] test tests::builder_with_protocol_grpc ... ok
[INFO] [stdout] test tests::explicit_service_name_overrides_env_var ... ok
[INFO] [stdout] test tests::from_env_builder_service_name_is_none ... ok
[INFO] [stdout] test tests::from_env_builder_has_no_service_name ... ok
[INFO] [stdout] test tests::protocol_from_env_reads_grpc ... ok
[INFO] [stdout] test tests::default_shutdown_timeout_is_five_seconds ... ok
[INFO] [stdout] test tests::protocol_from_env_returns_none_when_unset ... ok
[INFO] [stdout] test log_bridge::tests::span_log_attrs_update_existing_key ... ok
[INFO] [stdout] test log_bridge::tests::severity_warn ... ok
[INFO] [stdout] test span_enrichment::tests::emit_request_id_on_populates_span_log_attrs ... ok
[INFO] [stdout] test tests::builder_is_send_and_sync ... ok
[INFO] [stdout] test tests::builder_with_custom_values ... ok
[INFO] [stdout] test log_bridge::tests::span_log_attrs_propagate_to_log_record ... ok
[INFO] [stdout] test span_enrichment::tests::span_log_attrs_accessible_from_extensions ... ok
[INFO] [stdout] test tests::init_returns_error_for_unknown_otel_traces_sampler ... ok
[INFO] [stdout] test tests::resource_contains_all_attributes_when_provided ... ok
[INFO] [stdout] test tests::protocol_from_env_returns_none_for_unknown ... ok
[INFO] [stdout] test tests::init_rejects_zero_metric_export_interval ... ok
[INFO] [stdout] test tests::sampler_from_env_always_on ... ok
[INFO] [stdout] test tests::resource_graceful_when_optional_values_omitted ... ok
[INFO] [stdout] test tests::sampler_from_env_parentbased_always_off ... ok
[INFO] [stdout] test tests::sampler_from_env_reads_parentbased_traceidratio ... ok
[INFO] [stdout] test tests::sampler_from_env_returns_none_when_unset ... ok
[INFO] [stdout] test tests::sampler_from_env_unknown_returns_error ... ok
[INFO] [stdout] test tests::trace_sampler_always_off_converts_to_sdk ... ok
[INFO] [stdout] test tests::sampler_from_env_always_off ... ok
[INFO] [stdout] test tests::trace_sampler_always_on_converts_to_sdk ... ok
[INFO] [stdout] test tests::timeout_from_env_returns_none_when_unset ... ok
[INFO] [stdout] test tests::timeout_from_env_reads_milliseconds ... ok
[INFO] [stdout] test tests::sampler_from_env_parentbased_always_on ... ok
[INFO] [stdout] test tests::service_name_from_env_used_when_none_given ... ok
[INFO] [stdout] test tests::trace_sampler_parent_based_converts_to_sdk ... ok
[INFO] [stdout] test tests::sampler_from_env_reads_traceidratio ... ok
[INFO] [stdout] test tests::trace_sampler_ratio_converts_to_sdk ... ok
[INFO] [stdout] test tests::with_export_timeout_stores_value ... ok
[INFO] [stdout] test tests::with_max_export_batch_size_stores_value ... ok
[INFO] [stdout] test tests::with_metric_export_interval_stores_value ... ok
[INFO] [stdout] test tests::with_shutdown_timeout_stores_value ... ok
[INFO] [stdout] test instrumented_port::tests::instrumented_arc_alias_wraps_shared_port_handle ... ok
[INFO] [stdout] test span_enrichment::tests::emit_request_id_current_span ... ok
[INFO] [stdout] test log_bridge::tests::log_record_visitor_message_becomes_body ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/axum_middleware.rs (/opt/rustwide/target/debug/deps/axum_middleware-ce468b8d9c18ef87)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/builder.rs (/opt/rustwide/target/debug/deps/builder-9a2db7ed1c11ebad)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/collector_profiles_config.rs (/opt/rustwide/target/debug/deps/collector_profiles_config-1d007cc508e6e987)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_profiles_pipeline_in_collector_config ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/e2e.rs (/opt/rustwide/target/debug/deps/e2e-335d5d5034a86ded)
[INFO] [stderr]      Running tests/profiling_feature.rs (/opt/rustwide/target/debug/deps/profiling_feature-277bcbd8249f4716)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test profiling_feature_disabled ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/profiling_requires_writable_tmp.rs (/opt/rustwide/target/debug/deps/profiling_requires_writable_tmp-171fe713d333dc61)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/propagation.rs (/opt/rustwide/target/debug/deps/propagation-506f96c3f85462b9)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/span_enrichment.rs (/opt/rustwide/target/debug/deps/span_enrichment-ebe2e92cec82eb33)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/subscriber_clobber.rs (/opt/rustwide/target/debug/deps/subscriber_clobber-632a0e1c7c3f175c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/testing.rs (/opt/rustwide/target/debug/deps/testing-c40eba5a45d21230)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests otel_bootstrap
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/lib.rs - ExportProtocol (line 257) - compile ... ok
[INFO] [stdout] test src/lib.rs - TelemetryBuilder::init (line 678) - compile ... ok
[INFO] [stdout] test src/lib.rs - TelemetryBuilder::with_meter_provider_setup (line 644) ... ignored
[INFO] [stdout] test src/lib.rs - TelemetryBuilder::with_meter_provider_setup (line 614) - compile ... ok
[INFO] [stdout] test src/lib.rs - TelemetryHandles::shutdown (line 195) - compile ... ok
[INFO] [stdout] test src/lib.rs - TelemetryHandles (line 167) - compile ... ok
[INFO] [stdout] test src/instrumented_port.rs - instrumented_port (line 18) ... ok
[INFO] [stdout] test src/lib.rs - init_telemetry_with_sampler (line 908) - compile ... ok
[INFO] [stdout] test src/lib.rs - init_telemetry (line 889) - compile ... ok
[INFO] [stdout] test src/lib.rs - TelemetryBuilder (line 404) - compile ... ok
[INFO] [stdout] test src/span_enrichment.rs - span_enrichment (line 9) - compile ... ok
[INFO] [stdout] test src/lib.rs - build_resource (line 1063) ... ok
[INFO] [stdout] test src/lib.rs - TraceSampler (line 76) ... ok
[INFO] [stdout] test src/lib.rs - Telemetry (line 324) - compile ... ok
[INFO] [stdout] test src/lib.rs - Telemetry::from_env (line 370) - compile ... ok
[INFO] [stdout] test src/lib.rs - TelemetryBuilder::with_propagated_span_fields (line 545) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - TelemetryBuilder::with_propagated_span_fields (line 545) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2990) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/rt/tokio.rs:115:9:
[INFO] [stdout] there is no reactor running, must be called from the context of a Tokio 1.x runtime
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60d5827ae441 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60d5827ae441 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60d5827ae441 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60d5827ae441 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60d5827c5cba - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60d5827c5cba - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60d5827b3dfc - std[73adb7dc35730857]::io::default_write_fmt::<std[73adb7dc35730857]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60d5827b3dfc - <std[73adb7dc35730857]::sys::stdio::unix::Stderr as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60d58278b996 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60d58278b996 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60d5827a5cb1 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x60d5827a5fdb - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:815:13
[INFO] [stdout]   12:     0x60d58278ba42 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   13:     0x60d582783219 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x60d58278c9ad - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   15:     0x60d5827c653c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x60d582514c08 - core[6883ba1bc0fe4ed1]::panicking::panic_display::<tokio[ae0d2b42ca920256]::runtime::handle::TryCurrentError>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:259:5
[INFO] [stdout]   17:     0x60d5822517e0 - tokio[ae0d2b42ca920256]::task::spawn::spawn_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/spawn.rs:212:23
[INFO] [stdout]   18:     0x60d582251b55 - tokio[ae0d2b42ca920256]::task::spawn::spawn::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/spawn.rs:183:13
[INFO] [stdout]   19:     0x60d58226f15a - <hyper_util[97247cc3e3465403]::rt::tokio::TokioExecutor as hyper[8427e7487db7adfa]::rt::Executor<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send>>>>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/rt/tokio.rs:115:9
[INFO] [stdout]   20:     0x60d58223ac9f - <tonic[17f1f9d905d4128]::transport::channel::service::executor::SharedExec as hyper[8427e7487db7adfa]::rt::Executor<tower[50195a6d2f63e6d3]::buffer::worker::Worker<tonic[17f1f9d905d4128]::transport::channel::service::connection::Connection, http[69e64badeb077242]::request::Request<tonic[17f1f9d905d4128]::body::Body>>>>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.14.5/src/transport/channel/service/executor.rs:32:20
[INFO] [stdout]   21:     0x60d582245e35 - <tonic[17f1f9d905d4128]::transport::channel::Channel>::new::<tonic[17f1f9d905d4128]::transport::channel::service::connector::Connector<hyper_util[97247cc3e3465403]::client::legacy::connect::http::HttpConnector>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.14.5/src/transport/channel/mod.rs:164:18
[INFO] [stdout]   22:     0x60d58226b05c - <tonic[17f1f9d905d4128]::transport::channel::endpoint::Endpoint>::connect_lazy
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.14.5/src/transport/channel/endpoint.rs:488:37
[INFO] [stdout]   23:     0x60d5821b087e - <opentelemetry_otlp[6183a4ee66c0d178]::exporter::tonic::TonicExporterBuilder>::build_channel
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.32.0/src/exporter/tonic/mod.rs:337:49
[INFO] [stdout]   24:     0x60d5821b24af - <opentelemetry_otlp[6183a4ee66c0d178]::exporter::tonic::TonicExporterBuilder>::build_span_exporter
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.32.0/src/exporter/tonic/mod.rs:430:70
[INFO] [stdout]   25:     0x60d5821aa7c8 - <opentelemetry_otlp[6183a4ee66c0d178]::span::SpanExporterBuilder<opentelemetry_otlp[6183a4ee66c0d178]::TonicExporterBuilderSet>>::build
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-otlp-0.32.0/src/span.rs:100:43
[INFO] [stdout]   26:     0x60d5820c1227 - otel_bootstrap[3468eb99f1c67f61]::build_span_exporter
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:972:18
[INFO] [stdout]   27:     0x60d5820c2205 - <otel_bootstrap[3468eb99f1c67f61]::TelemetryBuilder>::init
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:732:30
[INFO] [stdout]   28:     0x60d5820b3e29 - doctest_bundle_2024[130154b110180581]::__doctest_8::main
[INFO] [stdout]   29:     0x60d5820b3e46 - doctest_bundle_2024[130154b110180581]::__doctest_8::__main_fn
[INFO] [stdout]   30:     0x60d5820afd31 - doctest_runner_2024[c69d95b6c667cc9c]::__doctest_8::TEST::{closure#0}
[INFO] [stdout]   31:     0x60d5820b3856 - <doctest_runner_2024[c69d95b6c667cc9c]::__doctest_8::TEST::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   32:     0x60d5820b07d3 - doctest_runner_2024[c69d95b6c667cc9c]::main
[INFO] [stdout]   33:     0x60d5820b35b3 - <fn() -> std[73adb7dc35730857]::process::ExitCode as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   34:     0x60d5820af486 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[73adb7dc35730857]::process::ExitCode, std[73adb7dc35730857]::process::ExitCode>
[INFO] [stdout]   35:     0x60d5820af999 - std[73adb7dc35730857]::rt::lang_start::<std[73adb7dc35730857]::process::ExitCode>::{closure#0}
[INFO] [stdout]   36:     0x60d5827a4b57 - <&dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   37:     0x60d5827a4b57 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<&dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x60d5827a4b57 - std[73adb7dc35730857]::panicking::catch_unwind::<i32, &dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x60d5827a4b57 - std[73adb7dc35730857]::panic::catch_unwind::<&dyn core[6883ba1bc0fe4ed1]::ops::function::Fn<(), Output = i32> + core[6883ba1bc0fe4ed1]::panic::unwind_safe::RefUnwindSafe + core[6883ba1bc0fe4ed1]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x60d5827a4b57 - std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:175:24
[INFO] [stdout]   41:     0x60d5827a4b57 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   42:     0x60d5827a4b57 - std[73adb7dc35730857]::panicking::catch_unwind::<isize, std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x60d5827a4b57 - std[73adb7dc35730857]::panic::catch_unwind::<std[73adb7dc35730857]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x60d5827a4b57 - std[73adb7dc35730857]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:171:5
[INFO] [stdout]   45:     0x60d5820af3c1 - std[73adb7dc35730857]::rt::lang_start::<std[73adb7dc35730857]::process::ExitCode>
[INFO] [stdout]   46:     0x60d5820b3b15 - main
[INFO] [stdout]   47:     0x735bb178d1ca - <unknown>
[INFO] [stdout]   48:     0x735bb178d28b - __libc_start_main
[INFO] [stdout]   49:     0x60d5820ada05 - _start
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - TelemetryBuilder::with_propagated_span_fields (line 545)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 14 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] all doctests ran in 2.14s; merged doctests compilation took 1.78s
[INFO] running `Command { std: "docker" "inspect" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2", kill_on_drop: false }`
[INFO] [stdout] 80e6d807318a7e13ce3269e6e6fc2d8c3f195bc37647c5a4a4dd420ee6ea1ad2
