[INFO] crate opentracingrust_zipkin 0.2.0 is already in cache [INFO] checking opentracingrust_zipkin-0.2.0 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate opentracingrust_zipkin 0.2.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate opentracingrust_zipkin 0.2.0 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate opentracingrust_zipkin 0.2.0 [INFO] finished tweaking crates.io crate opentracingrust_zipkin 0.2.0 [INFO] tweaked toml for crates.io crate opentracingrust_zipkin 0.2.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 201e234b647e8c40cda8d39f5fe271b0b52d635ceff9e83892b4009c8626bdab [INFO] running `"docker" "start" "-a" "201e234b647e8c40cda8d39f5fe271b0b52d635ceff9e83892b4009c8626bdab"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking integer-encoding v1.0.7 [INFO] [stderr] Checking opentracingrust v0.3.4 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking thrift v0.0.4 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking opentracingrust_zipkin v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/binary_format.rs:65:45 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/binary_format.rs:134:52 [INFO] [stderr] | [INFO] [stderr] 134 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:50:52 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:53:45 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:131:45 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:175:52 [INFO] [stderr] | [INFO] [stderr] 175 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:254:45 [INFO] [stderr] | [INFO] [stderr] 254 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:292:52 [INFO] [stderr] | [INFO] [stderr] 292 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:380:45 [INFO] [stderr] | [INFO] [stderr] 380 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:424:52 [INFO] [stderr] | [INFO] [stderr] 424 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:570:45 [INFO] [stderr] | [INFO] [stderr] 570 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:662:52 [INFO] [stderr] | [INFO] [stderr] 662 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tracer/extract.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn binary(carrier: Box<&mut Read>) -> Result> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tracer/extract.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | pub fn http_headers(carrier: Box<&MapCarrier>) -> Result> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn MapCarrier` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tracer/inject.rs:18:56 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn binary(context: &SpanContext, carrier: Box<&mut Write>) -> Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tracer/inject.rs:54:62 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn http_headers(context: &SpanContext, carrier: Box<&mut MapCarrier>) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn MapCarrier` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/binary_format.rs:65:45 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/binary_format.rs:134:52 [INFO] [stderr] | [INFO] [stderr] 134 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:50:52 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:53:45 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:131:45 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:175:52 [INFO] [stderr] | [INFO] [stderr] 175 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:254:45 [INFO] [stderr] | [INFO] [stderr] 254 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:292:52 [INFO] [stderr] | [INFO] [stderr] 292 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:380:45 [INFO] [stderr] | [INFO] [stderr] 380 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:424:52 [INFO] [stderr] | [INFO] [stderr] 424 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:570:45 [INFO] [stderr] | [INFO] [stderr] 570 | pub fn read_from_in_protocol(i_prot: &mut TInputProtocol) -> thrift::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn TInputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thrift_gen/zipkin_core.rs:662:52 [INFO] [stderr] | [INFO] [stderr] 662 | pub fn write_to_out_protocol(&self, o_prot: &mut TOutputProtocol) -> thrift::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TOutputProtocol` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tracer/extract.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn binary(carrier: Box<&mut Read>) -> Result> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tracer/extract.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | pub fn http_headers(carrier: Box<&MapCarrier>) -> Result> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn MapCarrier` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tracer/inject.rs:18:56 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn binary(context: &SpanContext, carrier: Box<&mut Write>) -> Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tracer/inject.rs:54:62 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn http_headers(context: &SpanContext, carrier: Box<&mut MapCarrier>) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn MapCarrier` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.29s [INFO] running `"docker" "inspect" "201e234b647e8c40cda8d39f5fe271b0b52d635ceff9e83892b4009c8626bdab"` [INFO] running `"docker" "rm" "-f" "201e234b647e8c40cda8d39f5fe271b0b52d635ceff9e83892b4009c8626bdab"` [INFO] [stdout] 201e234b647e8c40cda8d39f5fe271b0b52d635ceff9e83892b4009c8626bdab