[INFO] cloning repository https://github.com/AetiasHax/dsd-ghidra
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AetiasHax/dsd-ghidra" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAetiasHax%2Fdsd-ghidra", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAetiasHax%2Fdsd-ghidra'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8316ac65712cd6526d483136cd05db268485a200
[INFO] building AetiasHax/dsd-ghidra against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAetiasHax%2Fdsd-ghidra" "/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/AetiasHax/dsd-ghidra
[INFO] finished tweaking git repo https://github.com/AetiasHax/dsd-ghidra
[INFO] tweaked toml for git repo https://github.com/AetiasHax/dsd-ghidra written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AetiasHax/dsd-ghidra on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AetiasHax/dsd-ghidra 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitfield-struct v0.8.0
[INFO] [stderr]   Downloaded rust-bitwriter v0.0.1
[INFO] [stderr]   Downloaded ds-decomp v0.10.2
[INFO] [stderr]   Downloaded bitreader v0.3.11
[INFO] [stderr]   Downloaded libyml v0.0.3
[INFO] [stderr]   Downloaded ds-rom v0.6.1
[INFO] [stderr]   Downloaded serde_yml v0.0.10
[INFO] [stderr]   Downloaded unarm v1.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fcf524b19e20d3aadd8d2653fbd47a8d8362c0da37287d78cc8f6d5719f354dd
[INFO] running `Command { std: "docker" "start" "-a" "fcf524b19e20d3aadd8d2653fbd47a8d8362c0da37287d78cc8f6d5719f354dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fcf524b19e20d3aadd8d2653fbd47a8d8362c0da37287d78cc8f6d5719f354dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcf524b19e20d3aadd8d2653fbd47a8d8362c0da37287d78cc8f6d5719f354dd", kill_on_drop: false }`
[INFO] [stdout] fcf524b19e20d3aadd8d2653fbd47a8d8362c0da37287d78cc8f6d5719f354dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb538ec0ab0da28487fd6536d8c956d267310a6f50d579a6562d26b8728ef412
[INFO] running `Command { std: "docker" "start" "-a" "eb538ec0ab0da28487fd6536d8c956d267310a6f50d579a6562d26b8728ef412", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.2
[INFO] [stderr]    Compiling object v0.36.5
[INFO] [stderr]    Compiling serde_yml v0.0.10
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling libyml v0.0.3
[INFO] [stderr]    Compiling rust-bitwriter v0.0.1
[INFO] [stderr]    Compiling bitreader v0.3.11
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]    Compiling unarm v1.8.0
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling bytemuck_derive v1.8.0
[INFO] [stderr]    Compiling snafu-derive v0.8.5
[INFO] [stderr]    Compiling bitfield-struct v0.8.0
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling bytemuck v1.23.0
[INFO] [stderr]    Compiling image v0.25.5
[INFO] [stderr]    Compiling snafu v0.8.5
[INFO] [stderr]    Compiling ds-rom v0.6.1
[INFO] [stderr]    Compiling ds-decomp v0.10.2
[INFO] [stderr]    Compiling dsd-ghidra v0.5.0 (/opt/rustwide/workdir/native)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
[INFO] running `Command { std: "docker" "inspect" "eb538ec0ab0da28487fd6536d8c956d267310a6f50d579a6562d26b8728ef412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb538ec0ab0da28487fd6536d8c956d267310a6f50d579a6562d26b8728ef412", kill_on_drop: false }`
[INFO] [stdout] eb538ec0ab0da28487fd6536d8c956d267310a6f50d579a6562d26b8728ef412
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51e067972210ca69740638cdc911de59c81f1b83ce2986165367f75464b649d8
[INFO] running `Command { std: "docker" "start" "-a" "51e067972210ca69740638cdc911de59c81f1b83ce2986165367f75464b649d8", kill_on_drop: false }`
[INFO] [stderr]    Compiling dsd-ghidra v0.5.0 (/opt/rustwide/workdir/native)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.73s
[INFO] running `Command { std: "docker" "inspect" "51e067972210ca69740638cdc911de59c81f1b83ce2986165367f75464b649d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51e067972210ca69740638cdc911de59c81f1b83ce2986165367f75464b649d8", kill_on_drop: false }`
[INFO] [stdout] 51e067972210ca69740638cdc911de59c81f1b83ce2986165367f75464b649d8
