[INFO] cloning repository https://github.com/n3055/guess.com
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/n3055/guess.com" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn3055%2Fguess.com", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn3055%2Fguess.com'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 281c04f456c3acad8b8cadf98eadce2d6a6d708c
[INFO] checking n3055/guess.com against 011c518242557d21690f7936b5812318dc2fec47 for pr-159877
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn3055%2Fguess.com" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/n3055/guess.com
[INFO] finished tweaking git repo https://github.com/n3055/guess.com
[INFO] tweaked toml for git repo https://github.com/n3055/guess.com written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/n3055/guess.com on toolchain 011c518242557d21690f7936b5812318dc2fec47
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/n3055/guess.com 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" "+011c518242557d21690f7936b5812318dc2fec47" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0fb1534443a3e22b861790f379a668cdc483ad22b3f931130d51dbc764d005b1
[INFO] running `Command { std: "docker" "start" "0fb1534443a3e22b861790f379a668cdc483ad22b3f931130d51dbc764d005b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fb1534443a3e22b861790f379a668cdc483ad22b3f931130d51dbc764d005b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0fb1534443a3e22b861790f379a668cdc483ad22b3f931130d51dbc764d005b1" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fb1534443a3e22b861790f379a668cdc483ad22b3f931130d51dbc764d005b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0fb1534443a3e22b861790f379a668cdc483ad22b3f931130d51dbc764d005b1" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]    Compiling tokio v1.53.0
[INFO] [stderr]    Compiling anymap3 v1.1.0
[INFO] [stderr]    Compiling boxcar v0.2.14
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]    Compiling ref-cast v1.0.26
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]     Checking matchit v0.9.2
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.0
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling topcoat-core v0.1.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling topcoat-view v0.1.3
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha1 v0.10.7
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.28
[INFO] [stderr]     Checking time v0.3.53
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling uuid v1.24.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling toml v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling ref-cast-impl v1.0.26
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking ureq-proto v0.6.0
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]    Compiling topcoat-ui-registry v0.1.3
[INFO] [stderr]    Compiling topcoat-core-grammar v0.1.3
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]    Compiling topcoat-view-grammar v0.1.3
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]    Compiling topcoat-router-grammar v0.1.3
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling topcoat-core-macro v0.1.3
[INFO] [stderr]    Compiling topcoat-router-macro v0.1.3
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling topcoat-view-macro v0.1.3
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling topcoat-asset v0.1.3
[INFO] [stderr]    Compiling topcoat-icon v0.1.3
[INFO] [stderr]    Compiling topcoat-font v0.1.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling topcoat-icon-grammar v0.1.3
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling topcoat-runtime v0.1.3
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling topcoat-icon-macro v0.1.3
[INFO] [stderr]    Compiling topcoat-runtime-grammar v0.1.3
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling chess v3.2.0
[INFO] [stderr]    Compiling topcoat-runtime-macro v0.1.3
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking ureq v3.3.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-tungstenite v0.29.0
[INFO] [stderr]     Checking tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling topcoat-font-grammar v0.1.3
[INFO] [stderr]     Checking topcoat-tailwind v0.1.3
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]    Compiling topcoat-font-macro v0.1.3
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking topcoat-router v0.1.3
[INFO] [stderr]     Checking topcoat-cookie v0.1.3
[INFO] [stderr]     Checking topcoat-htmx v0.1.3
[INFO] [stderr]     Checking topcoat-session v0.1.3
[INFO] [stderr]     Checking topcoat v0.1.3
[INFO] [stderr]     Checking hello-world v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
[INFO] running `Command { std: "docker" "inspect" "0fb1534443a3e22b861790f379a668cdc483ad22b3f931130d51dbc764d005b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fb1534443a3e22b861790f379a668cdc483ad22b3f931130d51dbc764d005b1", kill_on_drop: false }`
[INFO] [stdout] 0fb1534443a3e22b861790f379a668cdc483ad22b3f931130d51dbc764d005b1
