[INFO] fetching crate parse-zoneinfo 0.3.0... [INFO] checking parse-zoneinfo-0.3.0 against try#575650af7d7ca88602df28e39d27bf3e456c306e for pr-80579 [INFO] extracting crate parse-zoneinfo 0.3.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate parse-zoneinfo 0.3.0 on toolchain 575650af7d7ca88602df28e39d27bf3e456c306e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate parse-zoneinfo 0.3.0 [INFO] finished tweaking crates.io crate parse-zoneinfo 0.3.0 [INFO] tweaked toml for crates.io crate parse-zoneinfo 0.3.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate parse-zoneinfo 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fa7f1e92afa5bb2c3e68da9dfcc7c8f02982100c4228dd741dd9da63b09bd0a0 [INFO] running `Command { std: "docker" "start" "-a" "fa7f1e92afa5bb2c3e68da9dfcc7c8f02982100c4228dd741dd9da63b09bd0a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa7f1e92afa5bb2c3e68da9dfcc7c8f02982100c4228dd741dd9da63b09bd0a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa7f1e92afa5bb2c3e68da9dfcc7c8f02982100c4228dd741dd9da63b09bd0a0", kill_on_drop: false }` [INFO] [stdout] fa7f1e92afa5bb2c3e68da9dfcc7c8f02982100c4228dd741dd9da63b09bd0a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 361c00d52ad1c6f1924e5ae3c974d41de05cc9f61f5cfa9672e642897dd222d0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "361c00d52ad1c6f1924e5ae3c974d41de05cc9f61f5cfa9672e642897dd222d0", kill_on_drop: false }` [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking parse-zoneinfo v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/table.rs:349:30 [INFO] [stdout] | [INFO] [stdout] 349 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/table.rs:349:30 [INFO] [stdout] | [INFO] [stdout] 349 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/transitions.rs:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | replace(start_utc_offset, timespan.offset); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/transitions.rs:338:25 [INFO] [stdout] | [INFO] [stdout] 338 | replace(start_dst_offset, *dst_offset); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/transitions.rs:339:25 [INFO] [stdout] | [INFO] [stdout] 339 | / replace( [INFO] [stdout] 340 | | start_zone_id, [INFO] [stdout] 341 | | Some( [INFO] [stdout] 342 | | timespan [INFO] [stdout] ... | [INFO] [stdout] 345 | | ), [INFO] [stdout] 346 | | ); [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/transitions.rs:353:25 [INFO] [stdout] | [INFO] [stdout] 353 | / replace( [INFO] [stdout] 354 | | start_zone_id, [INFO] [stdout] 355 | | Some( [INFO] [stdout] 356 | | timespan [INFO] [stdout] ... | [INFO] [stdout] 359 | | ), [INFO] [stdout] 360 | | ); [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/transitions.rs:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | replace(start_utc_offset, timespan.offset); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/transitions.rs:338:25 [INFO] [stdout] | [INFO] [stdout] 338 | replace(start_dst_offset, *dst_offset); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/transitions.rs:339:25 [INFO] [stdout] | [INFO] [stdout] 339 | / replace( [INFO] [stdout] 340 | | start_zone_id, [INFO] [stdout] 341 | | Some( [INFO] [stdout] 342 | | timespan [INFO] [stdout] ... | [INFO] [stdout] 345 | | ), [INFO] [stdout] 346 | | ); [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/transitions.rs:353:25 [INFO] [stdout] | [INFO] [stdout] 353 | / replace( [INFO] [stdout] 354 | | start_zone_id, [INFO] [stdout] 355 | | Some( [INFO] [stdout] 356 | | timespan [INFO] [stdout] ... | [INFO] [stdout] 359 | | ), [INFO] [stdout] 360 | | ); [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.14s [INFO] running `Command { std: "docker" "inspect" "361c00d52ad1c6f1924e5ae3c974d41de05cc9f61f5cfa9672e642897dd222d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "361c00d52ad1c6f1924e5ae3c974d41de05cc9f61f5cfa9672e642897dd222d0", kill_on_drop: false }` [INFO] [stdout] 361c00d52ad1c6f1924e5ae3c974d41de05cc9f61f5cfa9672e642897dd222d0