[INFO] cloning repository https://github.com/MetaMuffin/cald [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MetaMuffin/cald" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMetaMuffin%2Fcald", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMetaMuffin%2Fcald'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9c16736d9cfb318d73beb5337605b10c822bbe72 [INFO] checking MetaMuffin/cald against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMetaMuffin%2Fcald" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/MetaMuffin/cald [INFO] finished tweaking git repo https://github.com/MetaMuffin/cald [INFO] tweaked toml for git repo https://github.com/MetaMuffin/cald written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/MetaMuffin/cald on toolchain b1f2594eac607c1f051534800237eeedb5590a49 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/MetaMuffin/cald 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 574a45e0c043fa6f7fd5c0c7f0b9f6796bd23609e7e22b76dd92573256e29126 [INFO] running `Command { std: "docker" "start" "-a" "574a45e0c043fa6f7fd5c0c7f0b9f6796bd23609e7e22b76dd92573256e29126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "574a45e0c043fa6f7fd5c0c7f0b9f6796bd23609e7e22b76dd92573256e29126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "574a45e0c043fa6f7fd5c0c7f0b9f6796bd23609e7e22b76dd92573256e29126", kill_on_drop: false }` [INFO] [stdout] 574a45e0c043fa6f7fd5c0c7f0b9f6796bd23609e7e22b76dd92573256e29126 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 363b673d078791d7c8974e5b4f5e9613c2c433d80e0657b4823cf53ad515ea45 [INFO] running `Command { std: "docker" "start" "-a" "363b673d078791d7c8974e5b4f5e9613c2c433d80e0657b4823cf53ad515ea45", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.90 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking unix_socket v0.5.0 [INFO] [stderr] Checking users v0.11.0 [INFO] [stderr] Checking dirs v3.0.1 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling derive_more v0.99.13 [INFO] [stderr] Checking ctrlc v3.1.8 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking cald v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ops::Add` [INFO] [stdout] --> src/daemon.rs:1:36 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{io::Read, net::Shutdown, ops::Add}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::database::DB_CHANGE_CONDVAR` [INFO] [stdout] --> src/daemon.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::database::DB_CHANGE_CONDVAR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DateTime`, `Duration`, and `Utc` [INFO] [stdout] --> src/daemon.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | use chrono::{DateTime, Duration, Utc}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ops::Add` [INFO] [stdout] --> src/daemon.rs:1:36 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{io::Read, net::Shutdown, ops::Add}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::database::DB_CHANGE_CONDVAR` [INFO] [stdout] --> src/daemon.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::database::DB_CHANGE_CONDVAR; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DateTime`, `Duration`, and `Utc` [INFO] [stdout] --> src/daemon.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | use chrono::{DateTime, Duration, Utc}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/display.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/daemon.rs:66:37 [INFO] [stdout] | [INFO] [stdout] 66 | EventTrigger::Divisible(c) => todo!(), // TODO implement divisibility rules [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/display.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Database` is never constructed [INFO] [stdout] --> src/database.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | struct Database { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `week` and `day_year` are never read [INFO] [stdout] --> src/time.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct TimeComponents { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | week: u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | day_year: u16, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/daemon.rs:66:37 [INFO] [stdout] | [INFO] [stdout] 66 | EventTrigger::Divisible(c) => todo!(), // TODO implement divisibility rules [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Database` is never constructed [INFO] [stdout] --> src/database.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | struct Database { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `week` and `day_year` are never read [INFO] [stdout] --> src/time.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct TimeComponents { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | week: u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | day_year: u16, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s [INFO] running `Command { std: "docker" "inspect" "363b673d078791d7c8974e5b4f5e9613c2c433d80e0657b4823cf53ad515ea45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "363b673d078791d7c8974e5b4f5e9613c2c433d80e0657b4823cf53ad515ea45", kill_on_drop: false }` [INFO] [stdout] 363b673d078791d7c8974e5b4f5e9613c2c433d80e0657b4823cf53ad515ea45