[INFO] cloning repository https://github.com/AkarinLiu/jars
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AkarinLiu/jars" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkarinLiu%2Fjars", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkarinLiu%2Fjars'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c71acca79457ec26981c6ed85f31a4d725dc56b7
[INFO] checking AkarinLiu/jars against try#22cc29ba5b459fb386c0406b9baf3a49eb0fba39 for pr-146095
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkarinLiu%2Fjars" "/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/AkarinLiu/jars
[INFO] finished tweaking git repo https://github.com/AkarinLiu/jars
[INFO] tweaked toml for git repo https://github.com/AkarinLiu/jars written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AkarinLiu/jars on toolchain 22cc29ba5b459fb386c0406b9baf3a49eb0fba39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AkarinLiu/jars 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" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8d3ada35fe4a2da6397bb52b57711fb63622af974c58f3e27adf1bb79cc51e80
[INFO] running `Command { std: "docker" "start" "-a" "8d3ada35fe4a2da6397bb52b57711fb63622af974c58f3e27adf1bb79cc51e80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d3ada35fe4a2da6397bb52b57711fb63622af974c58f3e27adf1bb79cc51e80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d3ada35fe4a2da6397bb52b57711fb63622af974c58f3e27adf1bb79cc51e80", kill_on_drop: false }`
[INFO] [stdout] 8d3ada35fe4a2da6397bb52b57711fb63622af974c58f3e27adf1bb79cc51e80
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c501cd6554d4499b52d04eeafeb945640a3c9673541493f79cddce07e51e668
[INFO] running `Command { std: "docker" "start" "-a" "3c501cd6554d4499b52d04eeafeb945640a3c9673541493f79cddce07e51e668", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.22
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking base64ct v1.7.3
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking password-hash v0.4.2
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking tokio v1.45.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking time-core v0.1.4
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]    Compiling winreg v0.10.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking clap_builder v4.5.38
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr] error: failed to run custom build command for `winreg v0.10.1`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/winreg-be5bacae3509dffc/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   error: winreg is only supported on Windows platforms
[INFO] [stderr]   help: if your application is multi-platform, use `[target.'cfg(windows)'.dependencies] winreg = "..."`
[INFO] [stderr]   help: if your application is only supported on Windows, use `--target x86_64-pc-windows-gnu` or some other windows platform
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3c501cd6554d4499b52d04eeafeb945640a3c9673541493f79cddce07e51e668", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c501cd6554d4499b52d04eeafeb945640a3c9673541493f79cddce07e51e668", kill_on_drop: false }`
[INFO] [stdout] 3c501cd6554d4499b52d04eeafeb945640a3c9673541493f79cddce07e51e668
