[INFO] cloning repository https://github.com/vinsushii/Rust_project
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vinsushii/Rust_project" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvinsushii%2FRust_project", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvinsushii%2FRust_project'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 54767b05e9e5ad9760ff6e918fb2f2e94bf9f66f
[INFO] checking vinsushii/Rust_project against try#93086cfebfccb79083c59d0d3b2052944bba643c for pr-146440-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvinsushii%2FRust_project" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vinsushii/Rust_project
[INFO] finished tweaking git repo https://github.com/vinsushii/Rust_project
[INFO] tweaked toml for git repo https://github.com/vinsushii/Rust_project written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vinsushii/Rust_project 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/vinsushii/Rust_project 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-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 680932351e4249e9b75c002424262bd793014c84890f797dc4c2a9b90745f145
[INFO] running `Command { std: "docker" "start" "-a" "680932351e4249e9b75c002424262bd793014c84890f797dc4c2a9b90745f145", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "680932351e4249e9b75c002424262bd793014c84890f797dc4c2a9b90745f145", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "680932351e4249e9b75c002424262bd793014c84890f797dc4c2a9b90745f145", kill_on_drop: false }`
[INFO] [stdout] 680932351e4249e9b75c002424262bd793014c84890f797dc4c2a9b90745f145
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 04df339aa9b1730ad17226472b67065fab59d1f02364842c94c767b48780785a
[INFO] running `Command { std: "docker" "start" "-a" "04df339aa9b1730ad17226472b67065fab59d1f02364842c94c767b48780785a", kill_on_drop: false }`
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking byte-slice-cast v1.2.3
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling gear-dlmalloc v0.2.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling gear-stack-buffer v1.9.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking libc-print v0.1.23
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking str-buf v3.0.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking gsys v1.9.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking waker-fn v1.2.0
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]     Checking gear-ss58 v1.9.1
[INFO] [stderr]     Checking clap_builder v4.5.46
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking const_format v0.2.34
[INFO] [stderr]     Checking galloc v1.9.1
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.5
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling enum-iterator-derive v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]     Checking enum-iterator v1.5.0
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking clap v4.5.46
[INFO] [stderr]    Compiling scale-info v2.11.6
[INFO] [stderr]    Compiling impl-codec v0.6.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling primitive-types v0.12.2
[INFO] [stderr]     Checking gear-core-errors v1.9.1
[INFO] [stderr]     Checking gmeta v1.7.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling gprimitives v1.9.1
[INFO] [stderr]    Compiling gstd-codegen v1.9.1
[INFO] [stderr]     Checking gcore v1.9.1
[INFO] [stderr]     Checking gstd v1.9.1
[INFO] [stderr]     Checking io v0.0.2
[INFO] [stderr]     Checking serde_json v1.0.143
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking uuid v1.18.0
[INFO] [stderr]     Checking AppDev_Project v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.16s
[INFO] running `Command { std: "docker" "inspect" "04df339aa9b1730ad17226472b67065fab59d1f02364842c94c767b48780785a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04df339aa9b1730ad17226472b67065fab59d1f02364842c94c767b48780785a", kill_on_drop: false }`
[INFO] [stdout] 04df339aa9b1730ad17226472b67065fab59d1f02364842c94c767b48780785a
