[INFO] fetching crate datadoghq 0.2.2...
[INFO] testing datadoghq-0.2.2 against 1.90.0 for beta-1.91-3
[INFO] extracting crate datadoghq 0.2.2 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate datadoghq 0.2.2
[INFO] finished tweaking crates.io crate datadoghq 0.2.2
[INFO] tweaked toml for crates.io crate datadoghq 0.2.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate datadoghq 0.2.2 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 120 packages to latest compatible versions
[INFO] [stderr]       Adding attohttpc v0.19.1 (available: v0.30.1)
[INFO] [stderr]       Adding ctor v0.1.26 (available: v0.5.0)
[INFO] [stderr]       Adding lazy_static v1.4.0 (available: v1.5.0)
[INFO] [stderr]       Adding num_cpus v1.13.1 (available: v1.17.0)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wildmatch v2.5.0
[INFO] [stderr]   Downloaded attohttpc v0.19.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 533c3d18dcc99576a7b3e16af642a0c9a784eb8e793cc4b59998386e79642998
[INFO] running `Command { std: "docker" "start" "-a" "533c3d18dcc99576a7b3e16af642a0c9a784eb8e793cc4b59998386e79642998", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "533c3d18dcc99576a7b3e16af642a0c9a784eb8e793cc4b59998386e79642998", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "533c3d18dcc99576a7b3e16af642a0c9a784eb8e793cc4b59998386e79642998", kill_on_drop: false }`
[INFO] [stdout] 533c3d18dcc99576a7b3e16af642a0c9a784eb8e793cc4b59998386e79642998
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 124df0bd8e3cef0d9cfdd2b3c84a9e4c696a26cbaada62859a1dbd97f41cfdab
[INFO] running `Command { std: "docker" "start" "-a" "124df0bd8e3cef0d9cfdd2b3c84a9e4c696a26cbaada62859a1dbd97f41cfdab", kill_on_drop: false }`
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling wildmatch v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling attohttpc v0.19.1
[INFO] [stderr]    Compiling datadoghq v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:243:32
[INFO] [stdout]     |
[INFO] [stdout] 243 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:270:32
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:279:32
[INFO] [stdout]     |
[INFO] [stdout] 279 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:286:32
[INFO] [stdout]     |
[INFO] [stdout] 286 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:292:32
[INFO] [stdout]     |
[INFO] [stdout] 292 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> src/raw_span.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |             start: span.start().timestamp_nanos(),
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> src/span_collection.rs:37:64
[INFO] [stdout]    |
[INFO] [stdout] 37 |                     Duration::nanoseconds(nanos - span.start().timestamp_nanos()),
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/datadog_tracing.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |             if SAMPLING_RATE.is_none() {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
[INFO] running `Command { std: "docker" "inspect" "124df0bd8e3cef0d9cfdd2b3c84a9e4c696a26cbaada62859a1dbd97f41cfdab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "124df0bd8e3cef0d9cfdd2b3c84a9e4c696a26cbaada62859a1dbd97f41cfdab", kill_on_drop: false }`
[INFO] [stdout] 124df0bd8e3cef0d9cfdd2b3c84a9e4c696a26cbaada62859a1dbd97f41cfdab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d3f14a390504b91aee656e3846a4c244d4b18e645db3845bf449cfe7ca94afc3
[INFO] running `Command { std: "docker" "start" "-a" "d3f14a390504b91aee656e3846a4c244d4b18e645db3845bf449cfe7ca94afc3", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:243:32
[INFO] [stdout]     |
[INFO] [stdout] 243 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:270:32
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:279:32
[INFO] [stdout]     |
[INFO] [stdout] 279 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:286:32
[INFO] [stdout]     |
[INFO] [stdout] 286 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:292:32
[INFO] [stdout]     |
[INFO] [stdout] 292 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> src/raw_span.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |             start: span.start().timestamp_nanos(),
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> src/span_collection.rs:37:64
[INFO] [stdout]    |
[INFO] [stdout] 37 |                     Duration::nanoseconds(nanos - span.start().timestamp_nanos()),
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/datadog_tracing.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |             if SAMPLING_RATE.is_none() {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling datadoghq v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:243:32
[INFO] [stdout]     |
[INFO] [stdout] 243 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:270:32
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:279:32
[INFO] [stdout]     |
[INFO] [stdout] 279 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:286:32
[INFO] [stdout]     |
[INFO] [stdout] 286 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:292:32
[INFO] [stdout]     |
[INFO] [stdout] 292 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]    --> src/datadog_tracing.rs:340:28
[INFO] [stdout]     |
[INFO] [stdout] 340 |         let baseline = Utc.timestamp(0, 0);
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> src/raw_span.rs:39:33
[INFO] [stdout]    |
[INFO] [stdout] 39 |             start: span.start().timestamp_nanos(),
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> src/span_collection.rs:37:64
[INFO] [stdout]    |
[INFO] [stdout] 37 |                     Duration::nanoseconds(nanos - span.start().timestamp_nanos()),
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/datadog_tracing.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |             if SAMPLING_RATE.is_none() {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.12s
[INFO] running `Command { std: "docker" "inspect" "d3f14a390504b91aee656e3846a4c244d4b18e645db3845bf449cfe7ca94afc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3f14a390504b91aee656e3846a4c244d4b18e645db3845bf449cfe7ca94afc3", kill_on_drop: false }`
[INFO] [stdout] d3f14a390504b91aee656e3846a4c244d4b18e645db3845bf449cfe7ca94afc3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c5ea925a3c7e916e36a99354a315ad570a3fc1036afc074e68c47cf24ac73762
[INFO] running `Command { std: "docker" "start" "-a" "c5ea925a3c7e916e36a99354a315ad570a3fc1036afc074e68c47cf24ac73762", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stderr]    --> src/datadog_tracing.rs:243:32
[INFO] [stderr]     |
[INFO] [stderr] 243 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stderr]    --> src/datadog_tracing.rs:270:32
[INFO] [stderr]     |
[INFO] [stderr] 270 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stderr]    --> src/datadog_tracing.rs:279:32
[INFO] [stderr]     |
[INFO] [stderr] 279 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stderr]    --> src/datadog_tracing.rs:286:32
[INFO] [stderr]     |
[INFO] [stderr] 286 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stderr]    --> src/datadog_tracing.rs:292:32
[INFO] [stderr]     |
[INFO] [stderr] 292 |         let nanos = Utc::now().timestamp_nanos();
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stderr]   --> src/raw_span.rs:39:33
[INFO] [stderr]    |
[INFO] [stderr] 39 |             start: span.start().timestamp_nanos(),
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stderr]   --> src/span_collection.rs:37:64
[INFO] [stderr]    |
[INFO] [stderr] 37 |                     Duration::nanoseconds(nanos - span.start().timestamp_nanos()),
[INFO] [stderr]    |                                                                ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/datadog_tracing.rs:57:16
[INFO] [stderr]    |
[INFO] [stderr] 57 |             if SAMPLING_RATE.is_none() {
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stderr]    --> src/datadog_tracing.rs:340:28
[INFO] [stderr]     |
[INFO] [stderr] 340 |         let baseline = Utc.timestamp(0, 0);
[INFO] [stderr]     |                            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `datadoghq` (lib) generated 8 warnings
[INFO] [stderr] warning: `datadoghq` (lib test) generated 9 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/datadoghq-5661d2b52384ba17)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] error sending traces to datadog: Error(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
[INFO] [stdout] test datadog_tracing::tests::test_trace_one_func_stack ... ok
[INFO] [stdout] test datadog_tracing::tests::test_parallel_two_threads_two_traces ... ok
[INFO] [stdout] test datadog_tracing::tests::test_http_span ... ok
[INFO] [stdout] test datadog_tracing::tests::test_error_span_as_single_event ... ok
[INFO] [stdout] test datadog_tracing::tests::test_error_span ... ok
[INFO] [stdout] test datadog_tracing::tests::test_parallel_two_threads_ten_traces ... ok
[INFO] [stdout] test datadog_tracing::tests::test_one_thread_two_funcs_serial_two_traces ... ok
[INFO] [stdout] test datadog_tracing::tests::test_two_funcs_in_one_span ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests datadoghq
[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] running `Command { std: "docker" "inspect" "c5ea925a3c7e916e36a99354a315ad570a3fc1036afc074e68c47cf24ac73762", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5ea925a3c7e916e36a99354a315ad570a3fc1036afc074e68c47cf24ac73762", kill_on_drop: false }`
[INFO] [stdout] c5ea925a3c7e916e36a99354a315ad570a3fc1036afc074e68c47cf24ac73762
