[INFO] cloning repository https://github.com/barry-scott/sfind [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/barry-scott/sfind" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarry-scott%2Fsfind", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarry-scott%2Fsfind'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9eaec03fb58e2c90cad9086f80c83c2cd5517704 [INFO] checking barry-scott/sfind against try#19359abcd1be36c9ba1922a244cf9abf02af7a22 for pr-114716 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarry-scott%2Fsfind" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/barry-scott/sfind on toolchain 19359abcd1be36c9ba1922a244cf9abf02af7a22 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/barry-scott/sfind [INFO] finished tweaking git repo https://github.com/barry-scott/sfind [INFO] tweaked toml for git repo https://github.com/barry-scott/sfind written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/barry-scott/sfind 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" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7995a8cc651175f7dbb2cb6faca8b333fa9c50bd8736f18c0521de86450e798a [INFO] running `Command { std: "docker" "start" "-a" "7995a8cc651175f7dbb2cb6faca8b333fa9c50bd8736f18c0521de86450e798a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7995a8cc651175f7dbb2cb6faca8b333fa9c50bd8736f18c0521de86450e798a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7995a8cc651175f7dbb2cb6faca8b333fa9c50bd8736f18c0521de86450e798a", kill_on_drop: false }` [INFO] [stdout] 7995a8cc651175f7dbb2cb6faca8b333fa9c50bd8736f18c0521de86450e798a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8913d8a7cb616acf3ca29a52d92cef9871ab388aa6373fe332972403a11c85f4 [INFO] running `Command { std: "docker" "start" "-a" "8913d8a7cb616acf3ca29a52d92cef9871ab388aa6373fe332972403a11c85f4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling rustix v0.38.3 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Checking linux-raw-sys v0.4.3 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle v1.0.1 [INFO] [stderr] Checking anstyle-parse v0.2.1 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Checking aho-corasick v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.99 [INFO] [stderr] Checking regex-syntax v0.7.4 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Checking home v0.5.5 [INFO] [stderr] Checking xdg v2.5.0 [INFO] [stderr] Compiling syn v2.0.25 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking clap_builder v4.3.11 [INFO] [stderr] Checking regex-automata v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Compiling clap_derive v4.3.2 [INFO] [stderr] Checking regex v1.9.1 [INFO] [stderr] Checking clap v4.3.11 [INFO] [stderr] Checking sfind v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/grep_in_file.rs:142:24 [INFO] [stdout] | [INFO] [stdout] 142 | const COLOUR_FILE: &str = "\x1b[35m"; // purple [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/grep_in_file.rs:143:24 [INFO] [stdout] | [INFO] [stdout] 143 | const COLOUR_LINE: &str = "\x1b[32m"; // green [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/grep_in_file.rs:151:23 [INFO] [stdout] | [INFO] [stdout] 151 | const COLOUR_END: &str = "\x1b[m"; // no colour [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/grep_in_file.rs:142:24 [INFO] [stdout] | [INFO] [stdout] 142 | const COLOUR_FILE: &str = "\x1b[35m"; // purple [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/grep_in_file.rs:143:24 [INFO] [stdout] | [INFO] [stdout] 143 | const COLOUR_LINE: &str = "\x1b[32m"; // green [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/grep_in_file.rs:151:23 [INFO] [stdout] | [INFO] [stdout] 151 | const COLOUR_END: &str = "\x1b[m"; // no colour [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0637`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sfind` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0637`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sfind` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "8913d8a7cb616acf3ca29a52d92cef9871ab388aa6373fe332972403a11c85f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8913d8a7cb616acf3ca29a52d92cef9871ab388aa6373fe332972403a11c85f4", kill_on_drop: false }` [INFO] [stdout] 8913d8a7cb616acf3ca29a52d92cef9871ab388aa6373fe332972403a11c85f4