[INFO] cloning repository https://github.com/grego/caretaker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/grego/caretaker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrego%2Fcaretaker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrego%2Fcaretaker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c2f3776e03d36bbb6654630d45aeb3c8169c4360
[INFO] checking grego/caretaker against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrego%2Fcaretaker" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/grego/caretaker
[INFO] finished tweaking git repo https://github.com/grego/caretaker
[INFO] tweaked toml for git repo https://github.com/grego/caretaker written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/grego/caretaker on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/grego/caretaker 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `clap` dependency)
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded textwrap v0.15.1
[INFO] [stderr]   Downloaded custom_error v1.9.2
[INFO] [stderr]   Downloaded kqueue-sys v1.0.3
[INFO] [stderr]   Downloaded filetime v0.2.17
[INFO] [stderr]   Downloaded kqueue v1.0.6
[INFO] [stderr]   Downloaded clap v3.2.22
[INFO] [stderr]   Downloaded notify v5.0.0
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f31bf4afc9f2a345d48ab60c47b859dfcc16b070a3ff05f6cd16a3b3a91223ce
[INFO] running `Command { std: "docker" "start" "-a" "f31bf4afc9f2a345d48ab60c47b859dfcc16b070a3ff05f6cd16a3b3a91223ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f31bf4afc9f2a345d48ab60c47b859dfcc16b070a3ff05f6cd16a3b3a91223ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f31bf4afc9f2a345d48ab60c47b859dfcc16b070a3ff05f6cd16a3b3a91223ce", kill_on_drop: false }`
[INFO] [stdout] f31bf4afc9f2a345d48ab60c47b859dfcc16b070a3ff05f6cd16a3b3a91223ce
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ea8c3ed201c36d74a47755434f94fda0d6acee61c60f53a22acf26c587faff6
[INFO] running `Command { std: "docker" "start" "-a" "6ea8c3ed201c36d74a47755434f94fda0d6acee61c60f53a22acf26c587faff6", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `clap` dependency)
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking textwrap v0.15.1
[INFO] [stderr]     Checking custom_error v1.9.2
[INFO] [stderr]     Checking glob v0.3.0
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking clap v3.2.22
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking filetime v0.2.17
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking notify v5.0.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]     Checking toml v0.5.9
[INFO] [stderr]     Checking caretaker v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]   --> src/main.rs:95:24
[INFO] [stdout]    |
[INFO] [stdout] 95 |                       if let Err(e) = watch(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 96 | |                         config,
[INFO] [stdout] 97 | |                         shell.as_deref().unwrap_or(SHELL),
[INFO] [stdout] 98 | |                         arg.as_deref().unwrap_or(ARGUMENT),
[INFO] [stdout] 99 | |                     ) {
[INFO] [stdout]    | |_____________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]    = help: consider replacing the `if let` with a `let`
[INFO] [stdout]    = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]   --> src/main.rs:95:24
[INFO] [stdout]    |
[INFO] [stdout] 95 |                       if let Err(e) = watch(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 96 | |                         config,
[INFO] [stdout] 97 | |                         shell.as_deref().unwrap_or(SHELL),
[INFO] [stdout] 98 | |                         arg.as_deref().unwrap_or(ARGUMENT),
[INFO] [stdout] 99 | |                     ) {
[INFO] [stdout]    | |_____________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]    = help: consider replacing the `if let` with a `let`
[INFO] [stdout]    = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
[INFO] running `Command { std: "docker" "inspect" "6ea8c3ed201c36d74a47755434f94fda0d6acee61c60f53a22acf26c587faff6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ea8c3ed201c36d74a47755434f94fda0d6acee61c60f53a22acf26c587faff6", kill_on_drop: false }`
[INFO] [stdout] 6ea8c3ed201c36d74a47755434f94fda0d6acee61c60f53a22acf26c587faff6
