[INFO] fetching crate chronologic 0.7.3... [INFO] checking chronologic-0.7.3 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate chronologic 0.7.3 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate chronologic 0.7.3 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "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-7-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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded embed-doc-image v0.1.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f12aab8961d729fd0071a7ef66d089f42ab1e6dc20917b8ec80d7823127f2bc3 [INFO] running `Command { std: "docker" "start" "-a" "f12aab8961d729fd0071a7ef66d089f42ab1e6dc20917b8ec80d7823127f2bc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f12aab8961d729fd0071a7ef66d089f42ab1e6dc20917b8ec80d7823127f2bc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f12aab8961d729fd0071a7ef66d089f42ab1e6dc20917b8ec80d7823127f2bc3", kill_on_drop: false }` [INFO] [stdout] f12aab8961d729fd0071a7ef66d089f42ab1e6dc20917b8ec80d7823127f2bc3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70ba36bc409838ceea16de489e3d87b0399ef1fa19002b66fa42e7ec5d4ba392 [INFO] running `Command { std: "docker" "start" "-a" "70ba36bc409838ceea16de489e3d87b0399ef1fa19002b66fa42e7ec5d4ba392", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [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: 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] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s [INFO] running `Command { std: "docker" "inspect" "70ba36bc409838ceea16de489e3d87b0399ef1fa19002b66fa42e7ec5d4ba392", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70ba36bc409838ceea16de489e3d87b0399ef1fa19002b66fa42e7ec5d4ba392", kill_on_drop: false }` [INFO] [stdout] 70ba36bc409838ceea16de489e3d87b0399ef1fa19002b66fa42e7ec5d4ba392