[INFO] crate opentracing-rs 0.1.2 is already in cache [INFO] testing opentracing-rs-0.1.2 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate opentracing-rs 0.1.2 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate opentracing-rs 0.1.2 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate opentracing-rs 0.1.2 [INFO] finished tweaking crates.io crate opentracing-rs 0.1.2 [INFO] tweaked toml for crates.io crate opentracing-rs 0.1.2 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 3a9eae9276aef72b5cdfdf58d06129abbe95623107219cb3015f39d6b5a86826 [INFO] running `"docker" "start" "-a" "3a9eae9276aef72b5cdfdf58d06129abbe95623107219cb3015f39d6b5a86826"` [INFO] [stderr] Compiling opentracing-rs-core v0.1.0 [INFO] [stderr] Compiling opentracing-rs-jaeger v0.1.0 [INFO] [stderr] Compiling opentracing-rs v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.79s [INFO] running `"docker" "inspect" "3a9eae9276aef72b5cdfdf58d06129abbe95623107219cb3015f39d6b5a86826"` [INFO] running `"docker" "rm" "-f" "3a9eae9276aef72b5cdfdf58d06129abbe95623107219cb3015f39d6b5a86826"` [INFO] [stdout] 3a9eae9276aef72b5cdfdf58d06129abbe95623107219cb3015f39d6b5a86826 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f55b82f4ca7fee1834db58d0aa7098afdd847d8cd870a513543ca486abf32522 [INFO] running `"docker" "start" "-a" "f55b82f4ca7fee1834db58d0aa7098afdd847d8cd870a513543ca486abf32522"` [INFO] [stderr] Compiling opentracing-rs v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `opentracing_rs::jaeger::TransportProtocol` [INFO] [stderr] --> examples/jaeger.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | jaeger::{Tracer as JaegerTracer, TransportProtocol}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `TransportProtocol` in `jaeger` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `builder` found for type `opentracing_rs::opentracing_rs_jaeger::Tracer<_, _>` in the current scope [INFO] [stderr] --> examples/jaeger.rs:16:40 [INFO] [stderr] | [INFO] [stderr] 16 | let mut tracer = JaegerTracer::builder() [INFO] [stderr] | ^^^^^^^ function or associated item not found in `opentracing_rs::opentracing_rs_jaeger::Tracer<_, _>` [INFO] [stderr] [INFO] [stderr] warning: unused import: `SpanBuilder` [INFO] [stderr] --> examples/jaeger.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | SpanBuilder, Tracer, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Tracer` [INFO] [stderr] --> examples/jaeger.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | SpanBuilder, Tracer, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `opentracing-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f55b82f4ca7fee1834db58d0aa7098afdd847d8cd870a513543ca486abf32522"` [INFO] running `"docker" "rm" "-f" "f55b82f4ca7fee1834db58d0aa7098afdd847d8cd870a513543ca486abf32522"` [INFO] [stdout] f55b82f4ca7fee1834db58d0aa7098afdd847d8cd870a513543ca486abf32522