[INFO] cloning repository https://github.com/bugrazoid/clean_cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bugrazoid/clean_cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugrazoid%2Fclean_cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugrazoid%2Fclean_cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 50e091e86b523d6119aab9396121cd7f6dc55425 [INFO] checking bugrazoid/clean_cli/50e091e86b523d6119aab9396121cd7f6dc55425 against master#f8192ba0d00bbbc58a10c45823ba010e98ea4474 for pr-130531 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugrazoid%2Fclean_cli" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bugrazoid/clean_cli on toolchain f8192ba0d00bbbc58a10c45823ba010e98ea4474 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f8192ba0d00bbbc58a10c45823ba010e98ea4474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bugrazoid/clean_cli [INFO] finished tweaking git repo https://github.com/bugrazoid/clean_cli [INFO] tweaked toml for git repo https://github.com/bugrazoid/clean_cli written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/bugrazoid/clean_cli 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" "+f8192ba0d00bbbc58a10c45823ba010e98ea4474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f8192ba0d00bbbc58a10c45823ba010e98ea4474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28b345e65115ffecb947ea5070d5ebcfd104448ff3f56da13f156c6ff04d657d [INFO] running `Command { std: "docker" "start" "-a" "28b345e65115ffecb947ea5070d5ebcfd104448ff3f56da13f156c6ff04d657d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28b345e65115ffecb947ea5070d5ebcfd104448ff3f56da13f156c6ff04d657d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28b345e65115ffecb947ea5070d5ebcfd104448ff3f56da13f156c6ff04d657d", kill_on_drop: false }` [INFO] [stdout] 28b345e65115ffecb947ea5070d5ebcfd104448ff3f56da13f156c6ff04d657d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f8192ba0d00bbbc58a10c45823ba010e98ea4474" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40d44361899ef7190164afa3d250c32ed1133b082391f403f51fa653cfd32124 [INFO] running `Command { std: "docker" "start" "-a" "40d44361899ef7190164afa3d250c32ed1133b082391f403f51fa653cfd32124", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling semver v1.0.18 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling rustix v0.38.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking linux-raw-sys v0.4.5 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking yansi v0.5.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling assert2-macros v0.3.11 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Checking clean_cli v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/cli.rs:54:55 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn exec<'a>(&'a self, line: &'a str) -> Result { [INFO] [stdout] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/cli.rs:57:56 [INFO] [stdout] | [INFO] [stdout] 57 | fn exec_line<'a>(&'a self, line: &'a str) -> Result { [INFO] [stdout] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking assert2 v0.3.11 [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/cli.rs:54:55 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn exec<'a>(&'a self, line: &'a str) -> Result { [INFO] [stdout] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/cli.rs:57:56 [INFO] [stdout] | [INFO] [stdout] 57 | fn exec_line<'a>(&'a self, line: &'a str) -> Result { [INFO] [stdout] | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s [INFO] running `Command { std: "docker" "inspect" "40d44361899ef7190164afa3d250c32ed1133b082391f403f51fa653cfd32124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40d44361899ef7190164afa3d250c32ed1133b082391f403f51fa653cfd32124", kill_on_drop: false }` [INFO] [stdout] 40d44361899ef7190164afa3d250c32ed1133b082391f403f51fa653cfd32124