[INFO] cloning repository https://github.com/gorg1ev/better-ls
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gorg1ev/better-ls" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgorg1ev%2Fbetter-ls", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgorg1ev%2Fbetter-ls'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 16fba5047cc387f50223a918f3b20cca7be43fc4
[INFO] checking gorg1ev/better-ls against try#93086cfebfccb79083c59d0d3b2052944bba643c for pr-146440-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgorg1ev%2Fbetter-ls" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gorg1ev/better-ls
[INFO] finished tweaking git repo https://github.com/gorg1ev/better-ls
[INFO] tweaked toml for git repo https://github.com/gorg1ev/better-ls written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gorg1ev/better-ls on toolchain 93086cfebfccb79083c59d0d3b2052944bba643c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gorg1ev/better-ls 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" "+93086cfebfccb79083c59d0d3b2052944bba643c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2226181782fb398d99814dca4a823dd50e790f922eb7d8f24b92db0ab1ec7a97
[INFO] running `Command { std: "docker" "start" "-a" "2226181782fb398d99814dca4a823dd50e790f922eb7d8f24b92db0ab1ec7a97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2226181782fb398d99814dca4a823dd50e790f922eb7d8f24b92db0ab1ec7a97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2226181782fb398d99814dca4a823dd50e790f922eb7d8f24b92db0ab1ec7a97", kill_on_drop: false }`
[INFO] [stdout] 2226181782fb398d99814dca4a823dd50e790f922eb7d8f24b92db0ab1ec7a97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ab2ea6fe49e0c1931dedfc275063ab62dc57c1569a97c38e25285f6311f9719
[INFO] running `Command { std: "docker" "start" "-a" "6ab2ea6fe49e0c1931dedfc275063ab62dc57c1569a97c38e25285f6311f9719", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling owo-colors v4.2.1
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking papergrid v0.17.0
[INFO] [stderr]     Checking testing_table v0.3.0
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking clap_builder v4.5.40
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]     Checking tabled v0.20.0
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]     Checking strum v0.27.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking better-ls v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6ab2ea6fe49e0c1931dedfc275063ab62dc57c1569a97c38e25285f6311f9719", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ab2ea6fe49e0c1931dedfc275063ab62dc57c1569a97c38e25285f6311f9719", kill_on_drop: false }`
[INFO] [stdout] 6ab2ea6fe49e0c1931dedfc275063ab62dc57c1569a97c38e25285f6311f9719
