[INFO] fetching crate feo3boy 0.1.0... [INFO] testing feo3boy-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate feo3boy 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate feo3boy 0.1.0 [INFO] finished tweaking crates.io crate feo3boy 0.1.0 [INFO] tweaked toml for crates.io crate feo3boy 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate feo3boy 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate feo3boy 0.1.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59043e4c2d329fdc86a8154251736c16a8b4e9f08a6746706316187894783359 [INFO] running `Command { std: "docker" "start" "-a" "59043e4c2d329fdc86a8154251736c16a8b4e9f08a6746706316187894783359", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59043e4c2d329fdc86a8154251736c16a8b4e9f08a6746706316187894783359", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59043e4c2d329fdc86a8154251736c16a8b4e9f08a6746706316187894783359", kill_on_drop: false }` [INFO] [stdout] 59043e4c2d329fdc86a8154251736c16a8b4e9f08a6746706316187894783359 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dee51526fadb5d2c7305c4eb9f2f7d7b68d4cbb9d2d31bc7fd4f4e382e47e384 [INFO] running `Command { std: "docker" "start" "-a" "dee51526fadb5d2c7305c4eb9f2f7d7b68d4cbb9d2d31bc7fd4f4e382e47e384", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.54 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling toml_datetime v0.6.1 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling bitflags v2.0.2 [INFO] [stderr] Compiling toml_edit v0.19.8 [INFO] [stderr] Compiling syn v2.0.11 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling derive-syn-parse v0.1.5 [INFO] [stderr] Compiling feo3boy-microcode-generator v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling feo3boy-memdev-derive v0.1.0 [INFO] [stderr] Compiling feo3boy-opcodes v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling feo3boy-executor-generator v0.1.0 [INFO] [stderr] Compiling feo3boy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/ppu.rs:304:13 [INFO] [stdout] | [INFO] [stdout] 304 | /// The high byte of DMA is set by the program. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 305 | addr_high: 0, [INFO] [stdout] | ------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.62s [INFO] running `Command { std: "docker" "inspect" "dee51526fadb5d2c7305c4eb9f2f7d7b68d4cbb9d2d31bc7fd4f4e382e47e384", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dee51526fadb5d2c7305c4eb9f2f7d7b68d4cbb9d2d31bc7fd4f4e382e47e384", kill_on_drop: false }` [INFO] [stdout] dee51526fadb5d2c7305c4eb9f2f7d7b68d4cbb9d2d31bc7fd4f4e382e47e384 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bf0dc18a7767935bc23b793448941b677c6a4453a86f369ff0dbf120db684ba [INFO] running `Command { std: "docker" "start" "-a" "7bf0dc18a7767935bc23b793448941b677c6a4453a86f369ff0dbf120db684ba", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.159 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling toml_edit v0.19.8 [INFO] [stderr] Compiling serde v1.0.159 [INFO] [stderr] Compiling io-lifetimes v1.0.9 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling serde_json v1.0.95 [INFO] [stderr] Compiling rustix v0.36.11 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling os_str_bytes v6.5.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.7 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling linux-raw-sys v0.1.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling ciborium-io v0.2.0 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling ciborium-ll v0.2.0 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex v1.7.3 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling is-terminal v0.4.5 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v3.2.23 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling feo3boy-microcode-generator v0.1.0 [INFO] [stderr] Compiling feo3boy-memdev-derive v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling feo3boy-opcodes v0.1.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling rand_pcg v0.3.1 [INFO] [stderr] Compiling feo3boy-executor-generator v0.1.0 [INFO] [stderr] Compiling feo3boy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling ciborium v0.2.0 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/ppu.rs:304:13 [INFO] [stdout] | [INFO] [stdout] 304 | /// The high byte of DMA is set by the program. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 305 | addr_high: 0, [INFO] [stdout] | ------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/ppu.rs:304:13 [INFO] [stdout] | [INFO] [stdout] 304 | /// The high byte of DMA is set by the program. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 305 | addr_high: 0, [INFO] [stdout] | ------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `Command { std: "docker" "inspect" "7bf0dc18a7767935bc23b793448941b677c6a4453a86f369ff0dbf120db684ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bf0dc18a7767935bc23b793448941b677c6a4453a86f369ff0dbf120db684ba", kill_on_drop: false }` [INFO] [stdout] 7bf0dc18a7767935bc23b793448941b677c6a4453a86f369ff0dbf120db684ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 812f00512544f508f0d3f29f6dc3f688258a01e71dbb93f510b7376c0ad58710 [INFO] running `Command { std: "docker" "start" "-a" "812f00512544f508f0d3f29f6dc3f688258a01e71dbb93f510b7376c0ad58710", kill_on_drop: false }` [INFO] [stderr] warning: unused doc comment [INFO] [stdout] [INFO] [stderr] --> src/ppu.rs:304:13 [INFO] [stdout] running 76 tests [INFO] [stderr] | [INFO] [stderr] 304 | /// The high byte of DMA is set by the program. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 305 | addr_high: 0, [INFO] [stderr] | ------------ rustdoc does not generate documentation for expression fields [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `feo3boy` (lib) generated 1 warning [INFO] [stderr] warning: `feo3boy` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/feo3boy-3d968e90d0fc58f7) [INFO] [stdout] test gbz80core::direct_executor::tests::interrupt_return ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::load8bit ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::load8bit_immediate ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::jump_hl ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::relative_jumps ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::absolute_immediate_jumps ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::rst ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::returns ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::calls ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::test_loads_and_alu ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::and8bit ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::cp8bit ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::or8bit ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::add8bit ... ok [INFO] [stdout] test gbz80core::direct_executor::tests::adc8bit ... ok [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/feo3boy-3d968e90d0fc58f7` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "812f00512544f508f0d3f29f6dc3f688258a01e71dbb93f510b7376c0ad58710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "812f00512544f508f0d3f29f6dc3f688258a01e71dbb93f510b7376c0ad58710", kill_on_drop: false }` [INFO] [stdout] 812f00512544f508f0d3f29f6dc3f688258a01e71dbb93f510b7376c0ad58710