[INFO] fetching crate chrono-wasi 0.4.10... [INFO] building chrono-wasi-0.4.10 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate chrono-wasi 0.4.10 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate chrono-wasi 0.4.10 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate chrono-wasi 0.4.10 [INFO] finished tweaking crates.io crate chrono-wasi 0.4.10 [INFO] tweaked toml for crates.io crate chrono-wasi 0.4.10 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbd5991fe6135220831b90e58fa0cc05b04c5bc93e59f9c5b04b2520bf22ace1 [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" "dbd5991fe6135220831b90e58fa0cc05b04c5bc93e59f9c5b04b2520bf22ace1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbd5991fe6135220831b90e58fa0cc05b04c5bc93e59f9c5b04b2520bf22ace1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbd5991fe6135220831b90e58fa0cc05b04c5bc93e59f9c5b04b2520bf22ace1", kill_on_drop: false }` [INFO] [stdout] dbd5991fe6135220831b90e58fa0cc05b04c5bc93e59f9c5b04b2520bf22ace1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c10a9f094b44e4195b9df3270c11e31565fa29554d1285e6a13206f4b95a8f5 [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" "7c10a9f094b44e4195b9df3270c11e31565fa29554d1285e6a13206f4b95a8f5", kill_on_drop: false }` [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling chrono-wasi v0.4.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/format/parsed.rs:348:13 [INFO] [stdout] | [INFO] [stdout] 348 | / (self.year.unwrap_or(year) == year && [INFO] [stdout] 349 | | self.year_div_100.or(year_div_100) == year_div_100 && [INFO] [stdout] 350 | | self.year_mod_100.or(year_mod_100) == year_mod_100 && [INFO] [stdout] 351 | | self.month.unwrap_or(month) == month && [INFO] [stdout] 352 | | self.day.unwrap_or(day) == day) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 348 ~ self.year.unwrap_or(year) == year && [INFO] [stdout] 349 + self.year_div_100.or(year_div_100) == year_div_100 && [INFO] [stdout] 350 + self.year_mod_100.or(year_mod_100) == year_mod_100 && [INFO] [stdout] 351 + self.month.unwrap_or(month) == month && [INFO] [stdout] 352 + self.day.unwrap_or(day) == day [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/format/parsed.rs:367:13 [INFO] [stdout] | [INFO] [stdout] 367 | / (self.isoyear.unwrap_or(isoyear) == isoyear && [INFO] [stdout] 368 | | self.isoyear_div_100.or(isoyear_div_100) == isoyear_div_100 && [INFO] [stdout] 369 | | self.isoyear_mod_100.or(isoyear_mod_100) == isoyear_mod_100 && [INFO] [stdout] 370 | | self.isoweek.unwrap_or(isoweek) == isoweek && [INFO] [stdout] 371 | | self.weekday.unwrap_or(weekday) == weekday) [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 367 ~ self.isoyear.unwrap_or(isoyear) == isoyear && [INFO] [stdout] 368 + self.isoyear_div_100.or(isoyear_div_100) == isoyear_div_100 && [INFO] [stdout] 369 + self.isoyear_mod_100.or(isoyear_mod_100) == isoyear_mod_100 && [INFO] [stdout] 370 + self.isoweek.unwrap_or(isoweek) == isoweek && [INFO] [stdout] 371 + self.weekday.unwrap_or(weekday) == weekday [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/format/parsed.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | / (self.ordinal.unwrap_or(ordinal) == ordinal && [INFO] [stdout] 381 | | self.week_from_sun.map_or(week_from_sun, |v| v as i32) == week_from_sun && [INFO] [stdout] 382 | | self.week_from_mon.map_or(week_from_mon, |v| v as i32) == week_from_mon) [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 380 ~ self.ordinal.unwrap_or(ordinal) == ordinal && [INFO] [stdout] 381 + self.week_from_sun.map_or(week_from_sun, |v| v as i32) == week_from_sun && [INFO] [stdout] 382 + self.week_from_mon.map_or(week_from_mon, |v| v as i32) == week_from_mon [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/time/mod.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/time/mod.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | html_favicon_url = "https://www.rust-lang.org/favicon.ico", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/time/mod.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | html_root_url = "https://doc.rust-lang.org/time/")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [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/time/mod.rs:540:43 [INFO] [stdout] | [INFO] [stdout] 540 | write!(f, "{}: %{}", self.description(), ch) [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/time/mod.rs:545:39 [INFO] [stdout] | [INFO] [stdout] 545 | _ => write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [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/time/duration.rs:405:30 [INFO] [stdout] | [INFO] [stdout] 405 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.76s [INFO] running `Command { std: "docker" "inspect" "7c10a9f094b44e4195b9df3270c11e31565fa29554d1285e6a13206f4b95a8f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c10a9f094b44e4195b9df3270c11e31565fa29554d1285e6a13206f4b95a8f5", kill_on_drop: false }` [INFO] [stdout] 7c10a9f094b44e4195b9df3270c11e31565fa29554d1285e6a13206f4b95a8f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", 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] b372b8c9829ebc2ff10fc07127f0ef5b0f9b22da278193c30975e242b1984a3e [INFO] running `Command { std: "docker" "start" "-a" "b372b8c9829ebc2ff10fc07127f0ef5b0f9b22da278193c30975e242b1984a3e", kill_on_drop: false }` [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/format/parsed.rs:348:13 [INFO] [stdout] | [INFO] [stdout] 348 | / (self.year.unwrap_or(year) == year && [INFO] [stdout] 349 | | self.year_div_100.or(year_div_100) == year_div_100 && [INFO] [stdout] 350 | | self.year_mod_100.or(year_mod_100) == year_mod_100 && [INFO] [stdout] 351 | | self.month.unwrap_or(month) == month && [INFO] [stdout] 352 | | self.day.unwrap_or(day) == day) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 348 ~ self.year.unwrap_or(year) == year && [INFO] [stdout] 349 + self.year_div_100.or(year_div_100) == year_div_100 && [INFO] [stdout] 350 + self.year_mod_100.or(year_mod_100) == year_mod_100 && [INFO] [stdout] 351 + self.month.unwrap_or(month) == month && [INFO] [stdout] 352 + self.day.unwrap_or(day) == day [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/format/parsed.rs:367:13 [INFO] [stdout] | [INFO] [stdout] 367 | / (self.isoyear.unwrap_or(isoyear) == isoyear && [INFO] [stdout] 368 | | self.isoyear_div_100.or(isoyear_div_100) == isoyear_div_100 && [INFO] [stdout] 369 | | self.isoyear_mod_100.or(isoyear_mod_100) == isoyear_mod_100 && [INFO] [stdout] 370 | | self.isoweek.unwrap_or(isoweek) == isoweek && [INFO] [stdout] 371 | | self.weekday.unwrap_or(weekday) == weekday) [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 367 ~ self.isoyear.unwrap_or(isoyear) == isoyear && [INFO] [stdout] 368 + self.isoyear_div_100.or(isoyear_div_100) == isoyear_div_100 && [INFO] [stdout] 369 + self.isoyear_mod_100.or(isoyear_mod_100) == isoyear_mod_100 && [INFO] [stdout] 370 + self.isoweek.unwrap_or(isoweek) == isoweek && [INFO] [stdout] 371 + self.weekday.unwrap_or(weekday) == weekday [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/format/parsed.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | / (self.ordinal.unwrap_or(ordinal) == ordinal && [INFO] [stdout] 381 | | self.week_from_sun.map_or(week_from_sun, |v| v as i32) == week_from_sun && [INFO] [stdout] 382 | | self.week_from_mon.map_or(week_from_mon, |v| v as i32) == week_from_mon) [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 380 ~ self.ordinal.unwrap_or(ordinal) == ordinal && [INFO] [stdout] 381 + self.week_from_sun.map_or(week_from_sun, |v| v as i32) == week_from_sun && [INFO] [stdout] 382 + self.week_from_mon.map_or(week_from_mon, |v| v as i32) == week_from_mon [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/time/mod.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/time/mod.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | html_favicon_url = "https://www.rust-lang.org/favicon.ico", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/time/mod.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | html_root_url = "https://doc.rust-lang.org/time/")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [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/time/mod.rs:540:43 [INFO] [stdout] | [INFO] [stdout] 540 | write!(f, "{}: %{}", self.description(), ch) [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/time/mod.rs:545:39 [INFO] [stdout] | [INFO] [stdout] 545 | _ => write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [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/time/duration.rs:405:30 [INFO] [stdout] | [INFO] [stdout] 405 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling chrono-wasi v0.4.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/naive/datetime.rs:2198:10 [INFO] [stdout] | [INFO] [stdout] 2198 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/format/parsed.rs:348:13 [INFO] [stdout] | [INFO] [stdout] 348 | / (self.year.unwrap_or(year) == year && [INFO] [stdout] 349 | | self.year_div_100.or(year_div_100) == year_div_100 && [INFO] [stdout] 350 | | self.year_mod_100.or(year_mod_100) == year_mod_100 && [INFO] [stdout] 351 | | self.month.unwrap_or(month) == month && [INFO] [stdout] 352 | | self.day.unwrap_or(day) == day) [INFO] [stdout] | |____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 348 ~ self.year.unwrap_or(year) == year && [INFO] [stdout] 349 + self.year_div_100.or(year_div_100) == year_div_100 && [INFO] [stdout] 350 + self.year_mod_100.or(year_mod_100) == year_mod_100 && [INFO] [stdout] 351 + self.month.unwrap_or(month) == month && [INFO] [stdout] 352 + self.day.unwrap_or(day) == day [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/format/parsed.rs:367:13 [INFO] [stdout] | [INFO] [stdout] 367 | / (self.isoyear.unwrap_or(isoyear) == isoyear && [INFO] [stdout] 368 | | self.isoyear_div_100.or(isoyear_div_100) == isoyear_div_100 && [INFO] [stdout] 369 | | self.isoyear_mod_100.or(isoyear_mod_100) == isoyear_mod_100 && [INFO] [stdout] 370 | | self.isoweek.unwrap_or(isoweek) == isoweek && [INFO] [stdout] 371 | | self.weekday.unwrap_or(weekday) == weekday) [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 367 ~ self.isoyear.unwrap_or(isoyear) == isoyear && [INFO] [stdout] 368 + self.isoyear_div_100.or(isoyear_div_100) == isoyear_div_100 && [INFO] [stdout] 369 + self.isoyear_mod_100.or(isoyear_mod_100) == isoyear_mod_100 && [INFO] [stdout] 370 + self.isoweek.unwrap_or(isoweek) == isoweek && [INFO] [stdout] 371 + self.weekday.unwrap_or(weekday) == weekday [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/format/parsed.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | / (self.ordinal.unwrap_or(ordinal) == ordinal && [INFO] [stdout] 381 | | self.week_from_sun.map_or(week_from_sun, |v| v as i32) == week_from_sun && [INFO] [stdout] 382 | | self.week_from_mon.map_or(week_from_mon, |v| v as i32) == week_from_mon) [INFO] [stdout] | |_____________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 380 ~ self.ordinal.unwrap_or(ordinal) == ordinal && [INFO] [stdout] 381 + self.week_from_sun.map_or(week_from_sun, |v| v as i32) == week_from_sun && [INFO] [stdout] 382 + self.week_from_mon.map_or(week_from_mon, |v| v as i32) == week_from_mon [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/time/mod.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/time/mod.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | html_favicon_url = "https://www.rust-lang.org/favicon.ico", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/time/mod.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | html_root_url = "https://doc.rust-lang.org/time/")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [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/time/mod.rs:540:43 [INFO] [stdout] | [INFO] [stdout] 540 | write!(f, "{}: %{}", self.description(), ch) [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/time/mod.rs:545:39 [INFO] [stdout] | [INFO] [stdout] 545 | _ => write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [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/time/duration.rs:405:30 [INFO] [stdout] | [INFO] [stdout] 405 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.30s [INFO] running `Command { std: "docker" "inspect" "b372b8c9829ebc2ff10fc07127f0ef5b0f9b22da278193c30975e242b1984a3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b372b8c9829ebc2ff10fc07127f0ef5b0f9b22da278193c30975e242b1984a3e", kill_on_drop: false }` [INFO] [stdout] b372b8c9829ebc2ff10fc07127f0ef5b0f9b22da278193c30975e242b1984a3e