[INFO] fetching crate chronologic 0.7.3... [INFO] checking chronologic-0.7.3 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate chronologic 0.7.3 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate chronologic 0.7.3 on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate chronologic 0.7.3 [INFO] finished tweaking crates.io crate chronologic 0.7.3 [INFO] tweaked toml for crates.io crate chronologic 0.7.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate chronologic 0.7.3 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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded embed-doc-image v0.1.4 [INFO] [stderr] Downloaded chrono v0.4.37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a4e87bb1e85dd4f5506e023dbda771b82d1455014ac8c5899a5c03c1e85634e8 [INFO] running `Command { std: "docker" "start" "-a" "a4e87bb1e85dd4f5506e023dbda771b82d1455014ac8c5899a5c03c1e85634e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4e87bb1e85dd4f5506e023dbda771b82d1455014ac8c5899a5c03c1e85634e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4e87bb1e85dd4f5506e023dbda771b82d1455014ac8c5899a5c03c1e85634e8", kill_on_drop: false }` [INFO] [stdout] a4e87bb1e85dd4f5506e023dbda771b82d1455014ac8c5899a5c03c1e85634e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fd4ae85214027be4f360d0d5dc19f663116fb90915546f371688004d8a92a7e [INFO] running `Command { std: "docker" "start" "-a" "3fd4ae85214027be4f360d0d5dc19f663116fb90915546f371688004d8a92a7e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking chrono v0.4.37 [INFO] [stderr] Compiling embed-doc-image v0.1.4 [INFO] [stderr] Checking chronologic v0.7.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `SUBSEC_BITLEN` and `TimeValue` [INFO] [stdout] --> src/wins/convert.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | use crate::{SUBSEC_BITLEN, TimeValue}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: impl trait in impl method signature does not match trait method signature [INFO] [stdout] --> src/seq/forward.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> TimeSeqBackward [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/seq/mod.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ----------------- return type from trait method defined here [INFO] [stdout] | [INFO] [stdout] = note: add `#[allow(refining_impl_trait)]` if it is intended for this to be part of the public API of this crate [INFO] [stdout] = note: we are soliciting feedback, see issue #121718 for more information [INFO] [stdout] = note: `#[warn(refining_impl_trait_internal)]` on by default [INFO] [stdout] help: replace the return type so that it matches the trait [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: impl trait in impl method signature does not match trait method signature [INFO] [stdout] --> src/seq/backward.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> TimeSeqForward { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/seq/mod.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ----------------- return type from trait method defined here [INFO] [stdout] | [INFO] [stdout] = note: add `#[allow(refining_impl_trait)]` if it is intended for this to be part of the public API of this crate [INFO] [stdout] = note: we are soliciting feedback, see issue #121718 for more information [INFO] [stdout] help: replace the return type so that it matches the trait [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: impl trait in impl method signature does not match trait method signature [INFO] [stdout] --> src/seq/forward.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> TimeSeqBackward [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/seq/mod.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ----------------- return type from trait method defined here [INFO] [stdout] | [INFO] [stdout] = note: add `#[allow(refining_impl_trait)]` if it is intended for this to be part of the public API of this crate [INFO] [stdout] = note: we are soliciting feedback, see issue #121718 for more information [INFO] [stdout] = note: `#[warn(refining_impl_trait_internal)]` on by default [INFO] [stdout] help: replace the return type so that it matches the trait [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: impl trait in impl method signature does not match trait method signature [INFO] [stdout] --> src/seq/backward.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> TimeSeqForward { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/seq/mod.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ----------------- return type from trait method defined here [INFO] [stdout] | [INFO] [stdout] = note: add `#[allow(refining_impl_trait)]` if it is intended for this to be part of the public API of this crate [INFO] [stdout] = note: we are soliciting feedback, see issue #121718 for more information [INFO] [stdout] help: replace the return type so that it matches the trait [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/wins/timestamp.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | NaiveDateTime::from_timestamp_opt( value.0.as_secs(), value.0.subsec_nanos() as u32).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead [INFO] [stdout] --> src/wins/timestamp.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | Self(TimeValue::from_nanos(t.timestamp_nanos_opt().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/wins/timestamp.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | NaiveDateTime::from_timestamp_opt( value.0.as_secs(), value.0.subsec_nanos() as u32).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead [INFO] [stdout] --> src/wins/timestamp.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | Self(TimeValue::from_nanos(t.timestamp_nanos_opt().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `reverse`, `increment`, and `period` are never used [INFO] [stdout] --> src/seq/mod.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub trait TimeSequence: Timestamped [INFO] [stdout] | ------------ methods in this trait [INFO] [stdout] ... [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 23 | fn increment(&self) -> TimeValue; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 24 | fn period(&self) -> TimeValue; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `reverse`, `increment`, and `period` are never used [INFO] [stdout] --> src/seq/mod.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub trait TimeSequence: Timestamped [INFO] [stdout] | ------------ methods in this trait [INFO] [stdout] ... [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 23 | fn increment(&self) -> TimeValue; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 24 | fn period(&self) -> TimeValue; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s [INFO] running `Command { std: "docker" "inspect" "3fd4ae85214027be4f360d0d5dc19f663116fb90915546f371688004d8a92a7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fd4ae85214027be4f360d0d5dc19f663116fb90915546f371688004d8a92a7e", kill_on_drop: false }` [INFO] [stdout] 3fd4ae85214027be4f360d0d5dc19f663116fb90915546f371688004d8a92a7e [INFO] checking chronologic-0.7.3 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate chronologic 0.7.3 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate chronologic 0.7.3 on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate chronologic 0.7.3 [INFO] finished tweaking crates.io crate chronologic 0.7.3 [INFO] tweaked toml for crates.io crate chronologic 0.7.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate chronologic 0.7.3 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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 592a79941d9cb705b7d336ab7f7d023c5744ea65b7c7a647ea0f38baa709476f [INFO] running `Command { std: "docker" "start" "-a" "592a79941d9cb705b7d336ab7f7d023c5744ea65b7c7a647ea0f38baa709476f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "592a79941d9cb705b7d336ab7f7d023c5744ea65b7c7a647ea0f38baa709476f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "592a79941d9cb705b7d336ab7f7d023c5744ea65b7c7a647ea0f38baa709476f", kill_on_drop: false }` [INFO] [stdout] 592a79941d9cb705b7d336ab7f7d023c5744ea65b7c7a647ea0f38baa709476f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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 -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb7ca91472ac5ca48d9d2dffc983b460db1f1d8b6198ddff980358dde9930c6e [INFO] running `Command { std: "docker" "start" "-a" "eb7ca91472ac5ca48d9d2dffc983b460db1f1d8b6198ddff980358dde9930c6e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking chrono v0.4.37 [INFO] [stderr] Compiling embed-doc-image v0.1.4 [INFO] [stderr] Checking chronologic v0.7.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `SUBSEC_BITLEN` and `TimeValue` [INFO] [stdout] --> src/wins/convert.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | use crate::{SUBSEC_BITLEN, TimeValue}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: impl trait in impl method signature does not match trait method signature [INFO] [stdout] --> src/seq/forward.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> TimeSeqBackward [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/seq/mod.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ----------------- return type from trait method defined here [INFO] [stdout] | [INFO] [stdout] = note: add `#[allow(refining_impl_trait)]` if it is intended for this to be part of the public API of this crate [INFO] [stdout] = note: we are soliciting feedback, see issue #121718 for more information [INFO] [stdout] = note: `#[warn(refining_impl_trait_internal)]` on by default [INFO] [stdout] help: replace the return type so that it matches the trait [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: impl trait in impl method signature does not match trait method signature [INFO] [stdout] --> src/seq/backward.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> TimeSeqForward { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/seq/mod.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ----------------- return type from trait method defined here [INFO] [stdout] | [INFO] [stdout] = note: add `#[allow(refining_impl_trait)]` if it is intended for this to be part of the public API of this crate [INFO] [stdout] = note: we are soliciting feedback, see issue #121718 for more information [INFO] [stdout] help: replace the return type so that it matches the trait [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: impl trait in impl method signature does not match trait method signature [INFO] [stdout] --> src/seq/forward.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> TimeSeqBackward [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/seq/mod.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ----------------- return type from trait method defined here [INFO] [stdout] | [INFO] [stdout] = note: add `#[allow(refining_impl_trait)]` if it is intended for this to be part of the public API of this crate [INFO] [stdout] = note: we are soliciting feedback, see issue #121718 for more information [INFO] [stdout] = note: `#[warn(refining_impl_trait_internal)]` on by default [INFO] [stdout] help: replace the return type so that it matches the trait [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: impl trait in impl method signature does not match trait method signature [INFO] [stdout] --> src/seq/backward.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> TimeSeqForward { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/seq/mod.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ----------------- return type from trait method defined here [INFO] [stdout] | [INFO] [stdout] = note: add `#[allow(refining_impl_trait)]` if it is intended for this to be part of the public API of this crate [INFO] [stdout] = note: we are soliciting feedback, see issue #121718 for more information [INFO] [stdout] help: replace the return type so that it matches the trait [INFO] [stdout] | [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/wins/timestamp.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | NaiveDateTime::from_timestamp_opt( value.0.as_secs(), value.0.subsec_nanos() as u32).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead [INFO] [stdout] --> src/wins/timestamp.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | Self(TimeValue::from_nanos(t.timestamp_nanos_opt().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/wins/timestamp.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | NaiveDateTime::from_timestamp_opt( value.0.as_secs(), value.0.subsec_nanos() as u32).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `chrono::NaiveDateTime::timestamp_nanos_opt`: use `.and_utc().timestamp_nanos_opt()` instead [INFO] [stdout] --> src/wins/timestamp.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | Self(TimeValue::from_nanos(t.timestamp_nanos_opt().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `reverse`, `increment`, and `period` are never used [INFO] [stdout] --> src/seq/mod.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub trait TimeSequence: Timestamped [INFO] [stdout] | ------------ methods in this trait [INFO] [stdout] ... [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 23 | fn increment(&self) -> TimeValue; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 24 | fn period(&self) -> TimeValue; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wins/timeset.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 152 | fn from_iter>>(iter: I) -> Self [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 153 | { [INFO] [stdout] 154 | iter.into_iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/compl.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 33 | fn new(iter: I) -> Self { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | Self { [INFO] [stdout] 35 | iter: iter.fuse(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/intersect.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 94 | fn new(i:I, j:J) -> Self { [INFO] [stdout] | --- --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 95 | Self { i: i.fuse(), j: j.fuse(), state: InterState::Init, tmp:TimeInterval::all() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/intersect.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 94 | fn new(i:I, j:J) -> Self { [INFO] [stdout] | --- --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 95 | Self { i: i.fuse(), j: j.fuse(), state: InterState::Init, tmp:TimeInterval::all() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/union.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 95 | fn new(i:I, j:J) -> Self { [INFO] [stdout] | --- --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | [INFO] [stdout] 97 | Self { i: i.fuse(), j: j.fuse(), state: UnionState::Init, tmp:TimeInterval::all() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/union.rs:97:32 [INFO] [stdout] | [INFO] [stdout] 95 | fn new(i:I, j:J) -> Self { [INFO] [stdout] | --- --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | [INFO] [stdout] 97 | Self { i: i.fuse(), j: j.fuse(), state: UnionState::Init, tmp:TimeInterval::all() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/excl.rs:21:27 [INFO] [stdout] | [INFO] [stdout] 20 | fn exclusion(self, tw: TW2) -> Self::Output { [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | self.intersection(tw.complementary()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/graph/scheduler.rs:123:24 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn remove(&mut self, i: u32, tw: TW) -> TimePropagationResult [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 123 | self.retain(i, !tw) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chronologic` (lib) due to 9 previous errors; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: methods `reverse`, `increment`, and `period` are never used [INFO] [stdout] --> src/seq/mod.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub trait TimeSequence: Timestamped [INFO] [stdout] | ------------ methods in this trait [INFO] [stdout] ... [INFO] [stdout] 22 | fn reverse(self) -> impl TimeSequence; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 23 | fn increment(&self) -> TimeValue; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 24 | fn period(&self) -> TimeValue; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/wins/timeset.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 152 | fn from_iter>>(iter: I) -> Self [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 153 | { [INFO] [stdout] 154 | iter.into_iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/compl.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 33 | fn new(iter: I) -> Self { [INFO] [stdout] | ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 34 | Self { [INFO] [stdout] 35 | iter: iter.fuse(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/intersect.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 94 | fn new(i:I, j:J) -> Self { [INFO] [stdout] | --- --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 95 | Self { i: i.fuse(), j: j.fuse(), state: InterState::Init, tmp:TimeInterval::all() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/intersect.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 94 | fn new(i:I, j:J) -> Self { [INFO] [stdout] | --- --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 95 | Self { i: i.fuse(), j: j.fuse(), state: InterState::Init, tmp:TimeInterval::all() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/union.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 95 | fn new(i:I, j:J) -> Self { [INFO] [stdout] | --- --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | [INFO] [stdout] 97 | Self { i: i.fuse(), j: j.fuse(), state: UnionState::Init, tmp:TimeInterval::all() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/union.rs:97:32 [INFO] [stdout] | [INFO] [stdout] 95 | fn new(i:I, j:J) -> Self { [INFO] [stdout] | --- --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 96 | [INFO] [stdout] 97 | Self { i: i.fuse(), j: j.fuse(), state: UnionState::Init, tmp:TimeInterval::all() } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/iter/excl.rs:21:27 [INFO] [stdout] | [INFO] [stdout] 20 | fn exclusion(self, tw: TW2) -> Self::Output { [INFO] [stdout] | ---- ------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 21 | self.intersection(tw.complementary()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/graph/scheduler.rs:123:24 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn remove(&mut self, i: u32, tw: TW) -> TimePropagationResult [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 123 | self.retain(i, !tw) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chronologic` (lib test) due to 9 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "eb7ca91472ac5ca48d9d2dffc983b460db1f1d8b6198ddff980358dde9930c6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb7ca91472ac5ca48d9d2dffc983b460db1f1d8b6198ddff980358dde9930c6e", kill_on_drop: false }` [INFO] [stdout] eb7ca91472ac5ca48d9d2dffc983b460db1f1d8b6198ddff980358dde9930c6e