[INFO] fetching crate parse-zoneinfo 0.3.0... [INFO] checking parse-zoneinfo-0.3.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate parse-zoneinfo 0.3.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate parse-zoneinfo 0.3.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "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-7/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" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef5d4fcd0e0d1133af3e068358bf4107ec00373dbd113118f0fad2d40fbb1485 [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" "ef5d4fcd0e0d1133af3e068358bf4107ec00373dbd113118f0fad2d40fbb1485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef5d4fcd0e0d1133af3e068358bf4107ec00373dbd113118f0fad2d40fbb1485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef5d4fcd0e0d1133af3e068358bf4107ec00373dbd113118f0fad2d40fbb1485", kill_on_drop: false }` [INFO] [stdout] ef5d4fcd0e0d1133af3e068358bf4107ec00373dbd113118f0fad2d40fbb1485 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a43fd119988f7b31f77e55c93965fccda649c16c1829d4be65edfc62bbb6dc8 [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" "3a43fd119988f7b31f77e55c93965fccda649c16c1829d4be65edfc62bbb6dc8", 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.07s [INFO] running `Command { std: "docker" "inspect" "3a43fd119988f7b31f77e55c93965fccda649c16c1829d4be65edfc62bbb6dc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a43fd119988f7b31f77e55c93965fccda649c16c1829d4be65edfc62bbb6dc8", kill_on_drop: false }` [INFO] [stdout] 3a43fd119988f7b31f77e55c93965fccda649c16c1829d4be65edfc62bbb6dc8