[INFO] fetching crate ts_opentelemetry 0.20.0-beta.1...
[INFO] testing ts_opentelemetry-0.20.0-beta.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate ts_opentelemetry 0.20.0-beta.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate ts_opentelemetry 0.20.0-beta.1
[INFO] finished tweaking crates.io crate ts_opentelemetry 0.20.0-beta.1
[INFO] tweaked toml for crates.io crate ts_opentelemetry 0.20.0-beta.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ts_opentelemetry 0.20.0-beta.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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 96 packages to latest compatible versions
[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] 9401db45c20e170f082ee6a6d31dd9e5035aed62d60a14e7a2cdca603399626b
[INFO] running `Command { std: "docker" "start" "-a" "9401db45c20e170f082ee6a6d31dd9e5035aed62d60a14e7a2cdca603399626b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9401db45c20e170f082ee6a6d31dd9e5035aed62d60a14e7a2cdca603399626b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9401db45c20e170f082ee6a6d31dd9e5035aed62d60a14e7a2cdca603399626b", kill_on_drop: false }`
[INFO] [stdout] 9401db45c20e170f082ee6a6d31dd9e5035aed62d60a14e7a2cdca603399626b
[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] 9ebf5cbd7afc4b79ea15428844de7004ad1e145476eaf1822b33ea3be88b58d2
[INFO] running `Command { std: "docker" "start" "-a" "9ebf5cbd7afc4b79ea15428844de7004ad1e145476eaf1822b33ea3be88b58d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ts_opentelemetry_api v0.20.0-beta.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling ts_opentelemetry_sdk v0.20.0-beta.1
[INFO] [stderr]    Compiling ts_opentelemetry v0.20.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.90s
[INFO] running `Command { std: "docker" "inspect" "9ebf5cbd7afc4b79ea15428844de7004ad1e145476eaf1822b33ea3be88b58d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ebf5cbd7afc4b79ea15428844de7004ad1e145476eaf1822b33ea3be88b58d2", kill_on_drop: false }`
[INFO] [stdout] 9ebf5cbd7afc4b79ea15428844de7004ad1e145476eaf1822b33ea3be88b58d2
[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] cc5971b91ee19b550166545e18b3c78d03ffef9a174832e0f5d7c5835c7819f4
[INFO] running `Command { std: "docker" "start" "-a" "cc5971b91ee19b550166545e18b3c78d03ffef9a174832e0f5d7c5835c7819f4", kill_on_drop: false }`
[INFO] [stderr]    Compiling ts_opentelemetry v0.20.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] running `Command { std: "docker" "inspect" "cc5971b91ee19b550166545e18b3c78d03ffef9a174832e0f5d7c5835c7819f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc5971b91ee19b550166545e18b3c78d03ffef9a174832e0f5d7c5835c7819f4", kill_on_drop: false }`
[INFO] [stdout] cc5971b91ee19b550166545e18b3c78d03ffef9a174832e0f5d7c5835c7819f4
[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] 2fc074f3267eb94950e97b3754a41befefd6fcc4c744618f60d0bcc35352d98b
[INFO] running `Command { std: "docker" "start" "-a" "2fc074f3267eb94950e97b3754a41befefd6fcc4c744618f60d0bcc35352d98b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ts_opentelemetry-caa8bf29fe9b92a3)
[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 ts_opentelemetry
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 13) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 89) ... ok
[INFO] [stdout] test src/lib.rs - (line 53) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 13) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ts_opentelemetry_stdout`
[INFO] [stdout]   --> src/lib.rs:26:31
[INFO] [stdout]    |
[INFO] [stdout] 16 |         .with_simple_exporter(ts_opentelemetry_stdout::SpanExporter::default())
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ts_opentelemetry_stdout`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 -         .with_simple_exporter(ts_opentelemetry_stdout::SpanExporter::default())
[INFO] [stdout] 16 +         .with_simple_exporter(ts_opentelemetry_sdk::SpanExporter::default())
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these traits
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ts_opentelemetry::sdk::export::trace::SpanExporter;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use ts_opentelemetry_sdk::export::trace::SpanExporter;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SpanExporter`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -         .with_simple_exporter(ts_opentelemetry_stdout::SpanExporter::default())
[INFO] [stdout] 16 +         .with_simple_exporter(SpanExporter::default())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 13)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2fc074f3267eb94950e97b3754a41befefd6fcc4c744618f60d0bcc35352d98b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fc074f3267eb94950e97b3754a41befefd6fcc4c744618f60d0bcc35352d98b", kill_on_drop: false }`
[INFO] [stdout] 2fc074f3267eb94950e97b3754a41befefd6fcc4c744618f60d0bcc35352d98b
