[INFO] fetching crate ds_store 0.3.0... [INFO] checking ds_store-0.3.0 against master#2e6fc425411280c658d852813de01c5157255088 for pr-128013 [INFO] extracting crate ds_store 0.3.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate ds_store 0.3.0 on toolchain 2e6fc425411280c658d852813de01c5157255088 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ds_store 0.3.0 [INFO] finished tweaking crates.io crate ds_store 0.3.0 [INFO] tweaked toml for crates.io crate ds_store 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate ds_store 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cxxbridge-flags v1.0.85 [INFO] [stderr] Downloaded cxx-build v1.0.85 [INFO] [stderr] Downloaded cxxbridge-macro v1.0.85 [INFO] [stderr] Downloaded cxx v1.0.85 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b88f39324dc5208e5134f0690297e20cc9669aac16c49e127dba1515158af753 [INFO] running `Command { std: "docker" "start" "-a" "b88f39324dc5208e5134f0690297e20cc9669aac16c49e127dba1515158af753", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b88f39324dc5208e5134f0690297e20cc9669aac16c49e127dba1515158af753", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b88f39324dc5208e5134f0690297e20cc9669aac16c49e127dba1515158af753", kill_on_drop: false }` [INFO] [stdout] b88f39324dc5208e5134f0690297e20cc9669aac16c49e127dba1515158af753 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 15fc9c9bcaab10418a8d8c0443d3981a0390a365cc31b2c8a56338deb9c319d2 [INFO] running `Command { std: "docker" "start" "-a" "15fc9c9bcaab10418a8d8c0443d3981a0390a365cc31b2c8a56338deb9c319d2", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking iana-time-zone v0.1.53 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking chrono v0.4.23 [INFO] [stderr] Checking ds_store v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead [INFO] [stdout] --> src/allocator.rs:182:62 [INFO] [stdout] | [INFO] [stdout] 182 | Ok(chrono::DateTime::from_utc(chrono::NaiveDateTime::from_timestamp(raw + CONVERTER, 0), chrono::Utc)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead [INFO] [stdout] --> src/allocator.rs:182:62 [INFO] [stdout] | [INFO] [stdout] 182 | Ok(chrono::DateTime::from_utc(chrono::NaiveDateTime::from_timestamp(raw + CONVERTER, 0), chrono::Utc)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `num_internals`, `num_nodes`, and `num_records` are never read [INFO] [stdout] --> src/allocator.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Directory<'a> { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 10 | num_internals: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 11 | num_nodes: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 12 | num_records: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Directory` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `num_internals`, `num_nodes`, and `num_records` are never read [INFO] [stdout] --> src/allocator.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Directory<'a> { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 10 | num_internals: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 11 | num_nodes: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 12 | num_records: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Directory` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `Command { std: "docker" "inspect" "15fc9c9bcaab10418a8d8c0443d3981a0390a365cc31b2c8a56338deb9c319d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15fc9c9bcaab10418a8d8c0443d3981a0390a365cc31b2c8a56338deb9c319d2", kill_on_drop: false }` [INFO] [stdout] 15fc9c9bcaab10418a8d8c0443d3981a0390a365cc31b2c8a56338deb9c319d2