[INFO] cloning repository https://github.com/Hpmason/file-fmt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hpmason/file-fmt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHpmason%2Ffile-fmt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHpmason%2Ffile-fmt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 473ca1bc76b2a275a91e95bdd85e02f2b3295241 [INFO] checking Hpmason/file-fmt/473ca1bc76b2a275a91e95bdd85e02f2b3295241 against try#de0e80659cee4f27282e60d63bbb8c5271a0d147 for pr-129392 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHpmason%2Ffile-fmt" "/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/Hpmason/file-fmt on toolchain de0e80659cee4f27282e60d63bbb8c5271a0d147 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+de0e80659cee4f27282e60d63bbb8c5271a0d147" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Hpmason/file-fmt [INFO] finished tweaking git repo https://github.com/Hpmason/file-fmt [INFO] tweaked toml for git repo https://github.com/Hpmason/file-fmt written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Hpmason/file-fmt 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" "+de0e80659cee4f27282e60d63bbb8c5271a0d147" "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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+de0e80659cee4f27282e60d63bbb8c5271a0d147" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57ee97dfbc5d1db4f81d15ac804eede518da51fe5ac1c8ba233660228197ce91 [INFO] running `Command { std: "docker" "start" "-a" "57ee97dfbc5d1db4f81d15ac804eede518da51fe5ac1c8ba233660228197ce91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57ee97dfbc5d1db4f81d15ac804eede518da51fe5ac1c8ba233660228197ce91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57ee97dfbc5d1db4f81d15ac804eede518da51fe5ac1c8ba233660228197ce91", kill_on_drop: false }` [INFO] [stdout] 57ee97dfbc5d1db4f81d15ac804eede518da51fe5ac1c8ba233660228197ce91 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+de0e80659cee4f27282e60d63bbb8c5271a0d147" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 727709dda60c1d5bcece692d7810fd15b27b350fc845bd95026fd139bae4c18b [INFO] running `Command { std: "docker" "start" "-a" "727709dda60c1d5bcece692d7810fd15b27b350fc845bd95026fd139bae4c18b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.71 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling anstream v0.6.5 [INFO] [stderr] Checking os_str_bytes v6.6.1 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling clap_builder v4.4.12 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking textwrap v0.16.0 [INFO] [stderr] Compiling syn v2.0.43 [INFO] [stderr] Compiling anyhow v1.0.78 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Checking indexmap v2.1.0 [INFO] [stderr] Checking winnow v0.5.31 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Checking unsafe-libyaml v0.2.10 [INFO] [stderr] Checking clap v3.2.25 [INFO] [stderr] Checking toml_datetime v0.6.5 [INFO] [stderr] Checking serde_spanned v0.6.5 [INFO] [stderr] Checking serde_yaml v0.9.29 [INFO] [stderr] Checking toml_edit v0.21.0 [INFO] [stderr] Checking clap_complete v3.2.5 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Checking clap_generate v3.0.3 [INFO] [stderr] Checking toml v0.8.8 [INFO] [stderr] Compiling clap v4.4.12 [INFO] [stderr] Compiling clap_complete v4.4.5 [INFO] [stderr] Compiling file-fmt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: file-fmt@0.1.0: completion file is generated: "/opt/rustwide/target/debug/build/file-fmt-dc4bae608a650ba4/out/_file-fmt.ps1" [INFO] [stderr] warning: file-fmt@0.1.0: completion file is generated: "/opt/rustwide/target/debug/build/file-fmt-dc4bae608a650ba4/out/file-fmt.bash" [INFO] [stderr] warning: file-fmt@0.1.0: completion file is generated: "/opt/rustwide/target/debug/build/file-fmt-dc4bae608a650ba4/out/file-fmt.elv" [INFO] [stderr] warning: file-fmt@0.1.0: completion file is generated: "/opt/rustwide/target/debug/build/file-fmt-dc4bae608a650ba4/out/file-fmt.fish" [INFO] [stderr] warning: file-fmt@0.1.0: completion file is generated: "/opt/rustwide/target/debug/build/file-fmt-dc4bae608a650ba4/out/_file-fmt" [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.11s [INFO] running `Command { std: "docker" "inspect" "727709dda60c1d5bcece692d7810fd15b27b350fc845bd95026fd139bae4c18b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "727709dda60c1d5bcece692d7810fd15b27b350fc845bd95026fd139bae4c18b", kill_on_drop: false }` [INFO] [stdout] 727709dda60c1d5bcece692d7810fd15b27b350fc845bd95026fd139bae4c18b