[INFO] cloning repository https://github.com/chenx97/proxyswap [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chenx97/proxyswap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchenx97%2Fproxyswap", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchenx97%2Fproxyswap'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d1706f99e6f9c9ad49c815f74cdf0de9db035ea [INFO] checking chenx97/proxyswap against try#ce3348c21531b911ca5aadbbbe7ad63a1bc4c382 for pr-149596 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchenx97%2Fproxyswap" "/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/chenx97/proxyswap [INFO] finished tweaking git repo https://github.com/chenx97/proxyswap [INFO] tweaked toml for git repo https://github.com/chenx97/proxyswap written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/chenx97/proxyswap on toolchain ce3348c21531b911ca5aadbbbe7ad63a1bc4c382 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/chenx97/proxyswap 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" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 621e6a542eace06e45f279b8be2c15159706efa92bca285cfc4b2b486f9ad82d [INFO] running `Command { std: "docker" "start" "-a" "621e6a542eace06e45f279b8be2c15159706efa92bca285cfc4b2b486f9ad82d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "621e6a542eace06e45f279b8be2c15159706efa92bca285cfc4b2b486f9ad82d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "621e6a542eace06e45f279b8be2c15159706efa92bca285cfc4b2b486f9ad82d", kill_on_drop: false }` [INFO] [stdout] 621e6a542eace06e45f279b8be2c15159706efa92bca285cfc4b2b486f9ad82d [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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1c4a3e1109bd7d63a366236f49b142afc7f3cf644883164f430ea123558a5fd [INFO] running `Command { std: "docker" "start" "-a" "c1c4a3e1109bd7d63a366236f49b142afc7f3cf644883164f430ea123558a5fd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Checking type-map v0.5.1 [INFO] [stderr] Compiling self_cell v1.2.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Checking bitflags v2.9.3 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking dyn-clone v1.0.20 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking sys-locale v0.3.2 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking newline-converter v0.3.0 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Checking crossterm v0.25.0 [INFO] [stderr] Checking rust-embed-utils v8.7.2 [INFO] [stderr] Checking inquire v0.7.5 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling rust-embed-impl v8.7.2 [INFO] [stderr] Compiling rust-embed v8.7.2 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Checking unic-langid-impl v0.9.6 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking unic-langid v0.9.6 [INFO] [stderr] Checking fluent-langneg v0.13.0 [INFO] [stderr] Checking intl_pluralrules v7.0.2 [INFO] [stderr] Checking intl-memoizer v0.5.3 [INFO] [stderr] Compiling fluent-syntax v0.12.0 [INFO] [stderr] Checking fluent-bundle v0.16.0 [INFO] [stderr] Checking fluent v0.17.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling basic-toml v0.1.10 [INFO] [stderr] Compiling i18n-config v0.4.8 [INFO] [stderr] Compiling find-crate v0.6.3 [INFO] [stderr] Compiling i18n-embed-impl v0.8.4 [INFO] [stderr] Compiling i18n-embed v0.16.0 [INFO] [stderr] Compiling i18n-embed-fl v0.10.0 [INFO] [stderr] Checking proxyswap v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.86s [INFO] running `Command { std: "docker" "inspect" "c1c4a3e1109bd7d63a366236f49b142afc7f3cf644883164f430ea123558a5fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1c4a3e1109bd7d63a366236f49b142afc7f3cf644883164f430ea123558a5fd", kill_on_drop: false }` [INFO] [stdout] c1c4a3e1109bd7d63a366236f49b142afc7f3cf644883164f430ea123558a5fd