[INFO] cloning repository https://github.com/caojiachen1/tauri-msix
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/caojiachen1/tauri-msix" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaojiachen1%2Ftauri-msix", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaojiachen1%2Ftauri-msix'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 435097def8c341fa2d92ff8b04f88a8b6f1f942b
[INFO] checking caojiachen1/tauri-msix/435097def8c341fa2d92ff8b04f88a8b6f1f942b against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaojiachen1%2Ftauri-msix" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/caojiachen1/tauri-msix
[INFO] finished tweaking git repo https://github.com/caojiachen1/tauri-msix
[INFO] tweaked toml for git repo https://github.com/caojiachen1/tauri-msix written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/caojiachen1/tauri-msix on toolchain 018018e881e2db0956f229dbb543e21f058d1ce7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/caojiachen1/tauri-msix 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" "+018018e881e2db0956f229dbb543e21f058d1ce7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/caojiachen1/asset-generator`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tera v1.20.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 10fd8fc399352ee52612dc0722ef4d7c8fcacc0355f911e72d5255c780b6c181
[INFO] running `Command { std: "docker" "start" "10fd8fc399352ee52612dc0722ef4d7c8fcacc0355f911e72d5255c780b6c181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10fd8fc399352ee52612dc0722ef4d7c8fcacc0355f911e72d5255c780b6c181", 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" "10fd8fc399352ee52612dc0722ef4d7c8fcacc0355f911e72d5255c780b6c181" "/opt/rustwide/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10fd8fc399352ee52612dc0722ef4d7c8fcacc0355f911e72d5255c780b6c181", 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" "10fd8fc399352ee52612dc0722ef4d7c8fcacc0355f911e72d5255c780b6c181" "/opt/rustwide/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking asset-generator v0.1.0 (https://github.com/caojiachen1/asset-generator#47d7ad8f)
[INFO] [stderr]     Checking tera v1.20.1
[INFO] [stderr]     Checking tauri-msix v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s
[INFO] running `Command { std: "docker" "inspect" "10fd8fc399352ee52612dc0722ef4d7c8fcacc0355f911e72d5255c780b6c181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10fd8fc399352ee52612dc0722ef4d7c8fcacc0355f911e72d5255c780b6c181", kill_on_drop: false }`
[INFO] [stdout] 10fd8fc399352ee52612dc0722ef4d7c8fcacc0355f911e72d5255c780b6c181
