[INFO] cloning repository https://github.com/xoho/code_reviewer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xoho/code_reviewer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxoho%2Fcode_reviewer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxoho%2Fcode_reviewer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d932928d67277d3310ae9a1c060b8ddb1c025856 [INFO] checking xoho/code_reviewer against try#95813608313bff49cfc1afc393a946a3c085b772 for pr-148946 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxoho%2Fcode_reviewer" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/xoho/code_reviewer [INFO] finished tweaking git repo https://github.com/xoho/code_reviewer [INFO] tweaked toml for git repo https://github.com/xoho/code_reviewer written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/xoho/code_reviewer on toolchain 95813608313bff49cfc1afc393a946a3c085b772 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/xoho/code_reviewer 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" "+95813608313bff49cfc1afc393a946a3c085b772" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b566a344931fa9531b5420b349b605a1d3d107508a653caa4b3ec4b0bb9cfa1b [INFO] running `Command { std: "docker" "start" "-a" "b566a344931fa9531b5420b349b605a1d3d107508a653caa4b3ec4b0bb9cfa1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b566a344931fa9531b5420b349b605a1d3d107508a653caa4b3ec4b0bb9cfa1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b566a344931fa9531b5420b349b605a1d3d107508a653caa4b3ec4b0bb9cfa1b", kill_on_drop: false }` [INFO] [stdout] b566a344931fa9531b5420b349b605a1d3d107508a653caa4b3ec4b0bb9cfa1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e939f279ce28ff60a12c13e3788c728f8f7496449aa964d1a4db483123e1f315 [INFO] running `Command { std: "docker" "start" "-a" "e939f279ce28ff60a12c13e3788c728f8f7496449aa964d1a4db483123e1f315", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.10 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Checking bytes v1.9.0 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking log v0.4.25 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking bitflags v2.8.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Checking ahash v0.7.8 [INFO] [stderr] Checking indexmap v2.7.0 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling serde_json v1.0.135 [INFO] [stderr] Checking tokio v1.43.0 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking idna_adapter v1.2.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Checking ordered-multimap v0.4.3 [INFO] [stderr] Compiling pest v2.7.15 [INFO] [stderr] Checking bstr v1.11.3 [INFO] [stderr] Checking ron v0.7.1 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Checking rust-ini v0.18.0 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking toml v0.5.11 [INFO] [stderr] Checking ipnet v2.10.1 [INFO] [stderr] Checking globset v0.4.15 [INFO] [stderr] Compiling pest_meta v2.7.15 [INFO] [stderr] Checking ignore v0.4.23 [INFO] [stderr] Compiling pest_generator v2.7.15 [INFO] [stderr] Compiling pest_derive v2.7.15 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Checking config v0.13.4 [INFO] [stderr] Checking tokio-util v0.7.13 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking hyper v0.14.32 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking code_reviewer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.00s [INFO] running `Command { std: "docker" "inspect" "e939f279ce28ff60a12c13e3788c728f8f7496449aa964d1a4db483123e1f315", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e939f279ce28ff60a12c13e3788c728f8f7496449aa964d1a4db483123e1f315", kill_on_drop: false }` [INFO] [stdout] e939f279ce28ff60a12c13e3788c728f8f7496449aa964d1a4db483123e1f315