[INFO] cloning repository https://github.com/hegde-atri/ha-fetch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hegde-atri/ha-fetch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhegde-atri%2Fha-fetch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhegde-atri%2Fha-fetch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f248373eaa139adda00f5088c7fce3d2040dd3c9
[INFO] checking hegde-atri/ha-fetch against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhegde-atri%2Fha-fetch" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hegde-atri/ha-fetch
[INFO] finished tweaking git repo https://github.com/hegde-atri/ha-fetch
[INFO] tweaked toml for git repo https://github.com/hegde-atri/ha-fetch written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hegde-atri/ha-fetch on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hegde-atri/ha-fetch 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded io-lifetimes v1.0.4
[INFO] [stderr]   Downloaded toml_datetime v0.6.0
[INFO] [stderr]   Downloaded serde_spanned v0.6.0
[INFO] [stderr]   Downloaded toml v0.7.0
[INFO] [stderr]   Downloaded toml_edit v0.19.0
[INFO] [stderr]   Downloaded rustix v0.36.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2d2916d5d5c1ed7ba1a71d5098e507626fbe2e2d9f27e4a986e28e8b21d42b6
[INFO] running `Command { std: "docker" "start" "-a" "d2d2916d5d5c1ed7ba1a71d5098e507626fbe2e2d9f27e4a986e28e8b21d42b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2d2916d5d5c1ed7ba1a71d5098e507626fbe2e2d9f27e4a986e28e8b21d42b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2d2916d5d5c1ed7ba1a71d5098e507626fbe2e2d9f27e4a986e28e8b21d42b6", kill_on_drop: false }`
[INFO] [stdout] d2d2916d5d5c1ed7ba1a71d5098e507626fbe2e2d9f27e4a986e28e8b21d42b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 15a3221b208e13aa2ab1bc960a3ba1b23570fbad42ccacb00d80094f94c87b40
[INFO] running `Command { std: "docker" "start" "-a" "15a3221b208e13aa2ab1bc960a3ba1b23570fbad42ccacb00d80094f94c87b40", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling io-lifetimes v1.0.4
[INFO] [stderr]    Compiling rustix v0.36.7
[INFO] [stderr]     Checking linux-raw-sys v0.1.4
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]     Checking nom8 v0.2.0
[INFO] [stderr]     Checking clap_lex v0.3.1
[INFO] [stderr]     Checking is-terminal v0.4.2
[INFO] [stderr]     Checking clap v4.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]     Checking serde v1.0.152
[INFO] [stderr]     Checking serde_spanned v0.6.0
[INFO] [stderr]     Checking toml_datetime v0.6.0
[INFO] [stderr]     Checking toml_edit v0.19.0
[INFO] [stderr]     Checking toml v0.7.0
[INFO] [stderr]     Checking ha-fetch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::path::Path;
[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 variable: `config`
[INFO] [stdout]  --> src/config.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let config = fs::read_to_string(path).expect("Could not find config.toml");
[INFO] [stdout]   |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `matches`
[INFO] [stdout]  --> src/main.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let matches = Command::new("ha-fetch")
[INFO] [stdout]   |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]  --> src/config.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Config {}
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/config.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Config {
[INFO] [stdout]   | ----------- associated function in this implementation
[INFO] [stdout] 8 |     pub fn new(path: &str) -> Self {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cpu` is never constructed
[INFO] [stdout]  --> src/stats.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Cpu {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Memory` is never constructed
[INFO] [stdout]  --> src/stats.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Memory {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `System` is never constructed
[INFO] [stdout]   --> src/stats.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct System {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `User` is never constructed
[INFO] [stdout]   --> src/stats.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct User {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Host` is never constructed
[INFO] [stdout]   --> src/stats.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Host {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Distro` is never constructed
[INFO] [stdout]   --> src/stats.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Distro {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Fs` is never constructed
[INFO] [stdout]   --> src/stats.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Fs {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cpu_info` is never used
[INFO] [stdout]   --> src/stats.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub fn cpu_info() -> Option<Vec<Cpu>> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mem_info` is never used
[INFO] [stdout]   --> src/stats.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn mem_info() -> Option<Memory> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sys_info` is never used
[INFO] [stdout]   --> src/stats.rs:88:8
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub fn sys_info() -> Option<System> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `user_info` is never used
[INFO] [stdout]   --> src/stats.rs:92:8
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub fn user_info() -> Option<User> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `host_info` is never used
[INFO] [stdout]   --> src/stats.rs:96:8
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn host_info() -> Option<Host> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `distro_info` is never used
[INFO] [stdout]    --> src/stats.rs:100:8
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub fn distro_info() -> Option<Distro> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fs_info` is never used
[INFO] [stdout]    --> src/stats.rs:104:8
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn fs_info() -> Option<Fs> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config`
[INFO] [stdout]  --> src/config.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let config = fs::read_to_string(path).expect("Could not find config.toml");
[INFO] [stdout]   |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `matches`
[INFO] [stdout]  --> src/main.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let matches = Command::new("ha-fetch")
[INFO] [stdout]   |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]  --> src/config.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Config {}
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/config.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Config {
[INFO] [stdout]   | ----------- associated function in this implementation
[INFO] [stdout] 8 |     pub fn new(path: &str) -> Self {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cpu` is never constructed
[INFO] [stdout]  --> src/stats.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Cpu {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Memory` is never constructed
[INFO] [stdout]  --> src/stats.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Memory {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `System` is never constructed
[INFO] [stdout]   --> src/stats.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct System {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `User` is never constructed
[INFO] [stdout]   --> src/stats.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct User {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Host` is never constructed
[INFO] [stdout]   --> src/stats.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Host {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Distro` is never constructed
[INFO] [stdout]   --> src/stats.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Distro {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Fs` is never constructed
[INFO] [stdout]   --> src/stats.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Fs {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cpu_info` is never used
[INFO] [stdout]   --> src/stats.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub fn cpu_info() -> Option<Vec<Cpu>> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mem_info` is never used
[INFO] [stdout]   --> src/stats.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn mem_info() -> Option<Memory> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sys_info` is never used
[INFO] [stdout]   --> src/stats.rs:88:8
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub fn sys_info() -> Option<System> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `user_info` is never used
[INFO] [stdout]   --> src/stats.rs:92:8
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub fn user_info() -> Option<User> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `host_info` is never used
[INFO] [stdout]   --> src/stats.rs:96:8
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn host_info() -> Option<Host> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `distro_info` is never used
[INFO] [stdout]    --> src/stats.rs:100:8
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub fn distro_info() -> Option<Distro> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fs_info` is never used
[INFO] [stdout]    --> src/stats.rs:104:8
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn fs_info() -> Option<Fs> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.12s
[INFO] running `Command { std: "docker" "inspect" "15a3221b208e13aa2ab1bc960a3ba1b23570fbad42ccacb00d80094f94c87b40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15a3221b208e13aa2ab1bc960a3ba1b23570fbad42ccacb00d80094f94c87b40", kill_on_drop: false }`
[INFO] [stdout] 15a3221b208e13aa2ab1bc960a3ba1b23570fbad42ccacb00d80094f94c87b40
