[INFO] fetching crate tracing-opentelemetry-ext 0.1.1...
[INFO] testing tracing-opentelemetry-ext-0.1.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate tracing-opentelemetry-ext 0.1.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate tracing-opentelemetry-ext 0.1.1
[INFO] finished tweaking crates.io crate tracing-opentelemetry-ext 0.1.1
[INFO] tweaked toml for crates.io crate tracing-opentelemetry-ext 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tracing-opentelemetry-ext 0.1.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 180 packages to latest compatible versions
[INFO] [stderr]       Adding axum v0.6.20 (available: v0.8.6)
[INFO] [stderr]       Adding axum-tracing-opentelemetry v0.10.0 (available: v0.32.2)
[INFO] [stderr]       Adding opentelemetry v0.18.0 (available: v0.31.0)
[INFO] [stderr]       Adding opentelemetry-http v0.7.0 (available: v0.31.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] [stderr]       Adding tonic v0.9.2 (available: v0.14.2)
[INFO] [stderr]       Adding tower v0.4.13 (available: v0.5.2)
[INFO] [stderr]       Adding tracing-opentelemetry v0.18.0 (available: v0.32.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c039bf2ad9a421591e05ad89c0aea6e0ed5d2c29e303907574604f9ead94539
[INFO] running `Command { std: "docker" "start" "-a" "7c039bf2ad9a421591e05ad89c0aea6e0ed5d2c29e303907574604f9ead94539", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c039bf2ad9a421591e05ad89c0aea6e0ed5d2c29e303907574604f9ead94539", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c039bf2ad9a421591e05ad89c0aea6e0ed5d2c29e303907574604f9ead94539", kill_on_drop: false }`
[INFO] [stdout] 7c039bf2ad9a421591e05ad89c0aea6e0ed5d2c29e303907574604f9ead94539
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 05db044e53b5c0f3958bf665b25601c34c139dfbbbc627f5965edd44bc8bcc29
[INFO] running `Command { std: "docker" "start" "-a" "05db044e53b5c0f3958bf665b25601c34c139dfbbbc627f5965edd44bc8bcc29", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling prost-types v0.11.9
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling prost-build v0.11.9
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tonic-build v0.8.4
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[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 tracing-log v0.1.4
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling http-range-header v0.3.1
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling opentelemetry-proto v0.1.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling opentelemetry_api v0.18.0
[INFO] [stderr]    Compiling tower-http v0.3.5
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling opentelemetry_sdk v0.18.0
[INFO] [stderr]    Compiling opentelemetry-http v0.7.0
[INFO] [stderr]    Compiling opentelemetry v0.18.0
[INFO] [stderr]    Compiling opentelemetry-semantic-conventions v0.10.0
[INFO] [stderr]    Compiling tracing-opentelemetry v0.18.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling tonic v0.8.3
[INFO] [stderr]    Compiling tonic v0.9.2
[INFO] [stderr]    Compiling opentelemetry-otlp v0.11.0
[INFO] [stderr]    Compiling axum-tracing-opentelemetry v0.10.0
[INFO] [stderr]    Compiling tracing-opentelemetry-ext v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
[INFO] running `Command { std: "docker" "inspect" "05db044e53b5c0f3958bf665b25601c34c139dfbbbc627f5965edd44bc8bcc29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05db044e53b5c0f3958bf665b25601c34c139dfbbbc627f5965edd44bc8bcc29", kill_on_drop: false }`
[INFO] [stdout] 05db044e53b5c0f3958bf665b25601c34c139dfbbbc627f5965edd44bc8bcc29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 836c77d946befb28e79444e39615aa0bdbebbd5f42a3afa73eb43bfd06a4204f
[INFO] running `Command { std: "docker" "start" "-a" "836c77d946befb28e79444e39615aa0bdbebbd5f42a3afa73eb43bfd06a4204f", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-opentelemetry-ext v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.26s
[INFO] running `Command { std: "docker" "inspect" "836c77d946befb28e79444e39615aa0bdbebbd5f42a3afa73eb43bfd06a4204f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "836c77d946befb28e79444e39615aa0bdbebbd5f42a3afa73eb43bfd06a4204f", kill_on_drop: false }`
[INFO] [stdout] 836c77d946befb28e79444e39615aa0bdbebbd5f42a3afa73eb43bfd06a4204f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5e77efd094688435eac5d60b2b5f5fee0420a9c4b9249d212b8af6ae3dcc7b61
[INFO] running `Command { std: "docker" "start" "-a" "5e77efd094688435eac5d60b2b5f5fee0420a9c4b9249d212b8af6ae3dcc7b61", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tracing_opentelemetry_ext-c191ed22e6c9a2d8)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test masking::it_works ... ok
[INFO] [stderr]    Doc-tests tracing_opentelemetry_ext
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/macros.rs - macros::trace (line 3) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/macros.rs - macros::trace (line 3) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `tracing_ext`
[INFO] [stdout]  --> src/macros.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use tracing_ext::trace;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `tracing_ext`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tracing_ext`, use `cargo add tracing_ext` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/macros.rs - macros::trace (line 3)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5e77efd094688435eac5d60b2b5f5fee0420a9c4b9249d212b8af6ae3dcc7b61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e77efd094688435eac5d60b2b5f5fee0420a9c4b9249d212b8af6ae3dcc7b61", kill_on_drop: false }`
[INFO] [stdout] 5e77efd094688435eac5d60b2b5f5fee0420a9c4b9249d212b8af6ae3dcc7b61
