[INFO] cloning repository https://github.com/moxian/foxhole-mapmaker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/moxian/foxhole-mapmaker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoxian%2Ffoxhole-mapmaker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoxian%2Ffoxhole-mapmaker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 17c22f44c777bd69024e46b86635c6636676b31a
[INFO] checking moxian/foxhole-mapmaker against master#377656d3dd3f9c23a9c8713e163f4365a5261a84 for pr-146470-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoxian%2Ffoxhole-mapmaker" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/moxian/foxhole-mapmaker
[INFO] finished tweaking git repo https://github.com/moxian/foxhole-mapmaker
[INFO] tweaked toml for git repo https://github.com/moxian/foxhole-mapmaker written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/moxian/foxhole-mapmaker on toolchain 377656d3dd3f9c23a9c8713e163f4365a5261a84
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/moxian/foxhole-mapmaker 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" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.1
[INFO] [stderr]   Downloaded ureq-proto v0.5.2
[INFO] [stderr]   Downloaded generic-array v0.14.9
[INFO] [stderr]   Downloaded ordered-float v5.1.0
[INFO] [stderr]   Downloaded rustls-webpki v0.103.5
[INFO] [stderr]   Downloaded base64 v0.20.0
[INFO] [stderr]   Downloaded cc v1.2.36
[INFO] [stderr]   Downloaded ureq v3.1.2
[INFO] [stderr]   Downloaded moxcms v0.7.5
[INFO] [stderr]   Downloaded pxfm v0.1.23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ea6505bdbcb96235aeeff9eee737d4ec00a49925a5135e0256f6612e09d7a379
[INFO] running `Command { std: "docker" "start" "-a" "ea6505bdbcb96235aeeff9eee737d4ec00a49925a5135e0256f6612e09d7a379", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea6505bdbcb96235aeeff9eee737d4ec00a49925a5135e0256f6612e09d7a379", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea6505bdbcb96235aeeff9eee737d4ec00a49925a5135e0256f6612e09d7a379", kill_on_drop: false }`
[INFO] [stdout] ea6505bdbcb96235aeeff9eee737d4ec00a49925a5135e0256f6612e09d7a379
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d584578379867e8fc820013e7c3e85383477cce77ece80da1dc1f307b7567eef
[INFO] running `Command { std: "docker" "start" "-a" "d584578379867e8fc820013e7c3e85383477cce77ece80da1dc1f307b7567eef", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking pxfm v0.1.23
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking ureq-proto v0.5.2
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking webpki-roots v1.0.2
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking moxcms v0.7.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking svg v0.18.0
[INFO] [stderr]     Checking base64 v0.20.0
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]     Checking rustls-webpki v0.103.5
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking ureq v3.1.2
[INFO] [stderr]     Checking mapmaker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.46s
[INFO] running `Command { std: "docker" "inspect" "d584578379867e8fc820013e7c3e85383477cce77ece80da1dc1f307b7567eef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d584578379867e8fc820013e7c3e85383477cce77ece80da1dc1f307b7567eef", kill_on_drop: false }`
[INFO] [stdout] d584578379867e8fc820013e7c3e85383477cce77ece80da1dc1f307b7567eef
