Oct 14 23:32:55.529 INFO testing dasnacho/rustygba against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:32:55.529 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 23:32:56.003 INFO blam! d859ed6028434eec0e7dd5ae803625b15a0a6bccacc53883ff71b2167dbe32c3 Oct 14 23:32:56.019 INFO running `"docker" "start" "-a" "d859ed6028434eec0e7dd5ae803625b15a0a6bccacc53883ff71b2167dbe32c3"` Oct 14 23:32:58.311 INFO kablam! usermod: no changes Oct 14 23:32:58.355 INFO kablam! Compiling rusty_gba v0.1.0 (/source) Oct 14 23:32:58.759 INFO kablam! warning: unused variable: `rom` Oct 14 23:32:58.760 INFO kablam! --> src/main.rs:31:9 Oct 14 23:32:58.760 INFO kablam! | Oct 14 23:32:58.761 INFO kablam! 31 | let rom = read_bin(file_name); Oct 14 23:32:58.762 INFO kablam! | ^^^ help: consider using `_rom` instead Oct 14 23:32:58.762 INFO kablam! | Oct 14 23:32:58.763 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:32:58.763 INFO kablam! Oct 14 23:32:58.764 INFO kablam! warning: unused variable: `cpu` Oct 14 23:32:58.765 INFO kablam! --> src/main.rs:33:13 Oct 14 23:32:58.765 INFO kablam! | Oct 14 23:32:58.766 INFO kablam! 33 | let mut cpu = CPU::new(); Oct 14 23:32:58.766 INFO kablam! | ^^^ help: consider using `_cpu` instead Oct 14 23:32:58.767 INFO kablam! Oct 14 23:32:58.768 INFO kablam! warning: variable does not need to be mutable Oct 14 23:32:58.768 INFO kablam! --> src/main.rs:33:9 Oct 14 23:32:58.768 INFO kablam! | Oct 14 23:32:58.768 INFO kablam! 33 | let mut cpu = CPU::new(); Oct 14 23:32:58.768 INFO kablam! | ----^^^ Oct 14 23:32:58.768 INFO kablam! | | Oct 14 23:32:58.768 INFO kablam! | help: remove this `mut` Oct 14 23:32:58.768 INFO kablam! | Oct 14 23:32:58.768 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:32:58.768 INFO kablam! Oct 14 23:32:58.768 INFO kablam! warning: field is never used: `gpr_regs` Oct 14 23:32:58.768 INFO kablam! --> src/main.rs:9:5 Oct 14 23:32:58.768 INFO kablam! | Oct 14 23:32:58.768 INFO kablam! 9 | gpr_regs: [u32; NUM_GPR], Oct 14 23:32:58.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:58.768 INFO kablam! | Oct 14 23:32:58.768 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:32:58.768 INFO kablam! Oct 14 23:32:58.768 INFO kablam! warning: field is never used: `pc_reg` Oct 14 23:32:58.768 INFO kablam! --> src/main.rs:10:5 Oct 14 23:32:58.768 INFO kablam! | Oct 14 23:32:58.768 INFO kablam! 10 | pc_reg: u32, Oct 14 23:32:58.768 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:32:58.768 INFO kablam! Oct 14 23:32:58.768 INFO kablam! warning: field is never used: `sp_reg` Oct 14 23:32:58.768 INFO kablam! --> src/main.rs:11:5 Oct 14 23:32:58.768 INFO kablam! | Oct 14 23:32:58.768 INFO kablam! 11 | sp_reg: u32, Oct 14 23:32:58.768 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:32:58.768 INFO kablam! Oct 14 23:32:58.768 INFO kablam! warning: field is never used: `lr_reg` Oct 14 23:32:58.768 INFO kablam! --> src/main.rs:12:5 Oct 14 23:32:58.768 INFO kablam! | Oct 14 23:32:58.768 INFO kablam! 12 | lr_reg: u32, Oct 14 23:32:58.768 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:32:58.768 INFO kablam! Oct 14 23:32:58.768 INFO kablam! warning: field is never used: `cpsr_reg` Oct 14 23:32:58.768 INFO kablam! --> src/main.rs:13:5 Oct 14 23:32:58.768 INFO kablam! | Oct 14 23:32:58.768 INFO kablam! 13 | cpsr_reg: u32, Oct 14 23:32:58.768 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:32:58.768 INFO kablam! Oct 14 23:32:59.409 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 14 23:32:59.415 INFO kablam! su: No module specific data is present Oct 14 23:33:00.539 INFO running `"docker" "rm" "-f" "d859ed6028434eec0e7dd5ae803625b15a0a6bccacc53883ff71b2167dbe32c3"` Oct 14 23:33:00.851 INFO blam! d859ed6028434eec0e7dd5ae803625b15a0a6bccacc53883ff71b2167dbe32c3 Oct 14 23:33:00.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 23:33:01.363 INFO blam! a9042ebb6096e2eb9637092cb210883e2ee9f305adaf387e00cce622f253c82d Oct 14 23:33:01.366 INFO running `"docker" "start" "-a" "a9042ebb6096e2eb9637092cb210883e2ee9f305adaf387e00cce622f253c82d"` Oct 14 23:33:03.042 INFO kablam! usermod: no changes Oct 14 23:33:03.111 INFO kablam! Compiling rusty_gba v0.1.0 (/source) Oct 14 23:33:03.604 INFO kablam! warning: unused variable: `rom` Oct 14 23:33:03.604 INFO kablam! --> src/main.rs:31:9 Oct 14 23:33:03.604 INFO kablam! | Oct 14 23:33:03.604 INFO kablam! 31 | let rom = read_bin(file_name); Oct 14 23:33:03.604 INFO kablam! | ^^^ help: consider using `_rom` instead Oct 14 23:33:03.604 INFO kablam! | Oct 14 23:33:03.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:33:03.604 INFO kablam! Oct 14 23:33:03.604 INFO kablam! warning: unused variable: `cpu` Oct 14 23:33:03.604 INFO kablam! --> src/main.rs:33:13 Oct 14 23:33:03.604 INFO kablam! | Oct 14 23:33:03.604 INFO kablam! 33 | let mut cpu = CPU::new(); Oct 14 23:33:03.604 INFO kablam! | ^^^ help: consider using `_cpu` instead Oct 14 23:33:03.604 INFO kablam! Oct 14 23:33:03.605 INFO kablam! warning: variable does not need to be mutable Oct 14 23:33:03.605 INFO kablam! --> src/main.rs:33:9 Oct 14 23:33:03.605 INFO kablam! | Oct 14 23:33:03.605 INFO kablam! 33 | let mut cpu = CPU::new(); Oct 14 23:33:03.605 INFO kablam! | ----^^^ Oct 14 23:33:03.605 INFO kablam! | | Oct 14 23:33:03.605 INFO kablam! | help: remove this `mut` Oct 14 23:33:03.605 INFO kablam! | Oct 14 23:33:03.605 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:33:03.605 INFO kablam! Oct 14 23:33:03.606 INFO kablam! warning: field is never used: `gpr_regs` Oct 14 23:33:03.606 INFO kablam! --> src/main.rs:9:5 Oct 14 23:33:03.606 INFO kablam! | Oct 14 23:33:03.606 INFO kablam! 9 | gpr_regs: [u32; NUM_GPR], Oct 14 23:33:03.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:33:03.606 INFO kablam! | Oct 14 23:33:03.606 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:33:03.606 INFO kablam! Oct 14 23:33:03.606 INFO kablam! warning: field is never used: `pc_reg` Oct 14 23:33:03.606 INFO kablam! --> src/main.rs:10:5 Oct 14 23:33:03.606 INFO kablam! | Oct 14 23:33:03.606 INFO kablam! 10 | pc_reg: u32, Oct 14 23:33:03.606 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:33:03.606 INFO kablam! Oct 14 23:33:03.606 INFO kablam! warning: field is never used: `sp_reg` Oct 14 23:33:03.606 INFO kablam! --> src/main.rs:11:5 Oct 14 23:33:03.606 INFO kablam! | Oct 14 23:33:03.606 INFO kablam! 11 | sp_reg: u32, Oct 14 23:33:03.606 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:33:03.606 INFO kablam! Oct 14 23:33:03.606 INFO kablam! warning: field is never used: `lr_reg` Oct 14 23:33:03.606 INFO kablam! --> src/main.rs:12:5 Oct 14 23:33:03.606 INFO kablam! | Oct 14 23:33:03.606 INFO kablam! 12 | lr_reg: u32, Oct 14 23:33:03.606 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:33:03.607 INFO kablam! Oct 14 23:33:03.607 INFO kablam! warning: field is never used: `cpsr_reg` Oct 14 23:33:03.607 INFO kablam! --> src/main.rs:13:5 Oct 14 23:33:03.607 INFO kablam! | Oct 14 23:33:03.607 INFO kablam! 13 | cpsr_reg: u32, Oct 14 23:33:03.607 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:33:03.607 INFO kablam! Oct 14 23:33:04.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 14 23:33:04.103 INFO kablam! su: No module specific data is present Oct 14 23:33:05.539 INFO running `"docker" "rm" "-f" "a9042ebb6096e2eb9637092cb210883e2ee9f305adaf387e00cce622f253c82d"` Oct 14 23:33:05.831 INFO blam! a9042ebb6096e2eb9637092cb210883e2ee9f305adaf387e00cce622f253c82d Oct 14 23:33:05.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 23:33:06.284 INFO blam! 5c8849a2772d23826b468169245f31b329412a21d46b64e0f5a28c1efabedc5e Oct 14 23:33:06.286 INFO running `"docker" "start" "-a" "5c8849a2772d23826b468169245f31b329412a21d46b64e0f5a28c1efabedc5e"` Oct 14 23:33:07.785 INFO kablam! usermod: no changes Oct 14 23:33:07.855 INFO blam! Oct 14 23:33:07.855 INFO blam! running 0 tests Oct 14 23:33:07.855 INFO blam! Oct 14 23:33:07.855 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:33:07.855 INFO blam! Oct 14 23:33:07.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 23:33:07.856 INFO kablam! Running /target/debug/deps/rusty_gba-968582a87e952c9f Oct 14 23:33:07.856 INFO kablam! su: No module specific data is present Oct 14 23:33:08.839 INFO running `"docker" "rm" "-f" "5c8849a2772d23826b468169245f31b329412a21d46b64e0f5a28c1efabedc5e"` Oct 14 23:33:09.169 INFO blam! 5c8849a2772d23826b468169245f31b329412a21d46b64e0f5a28c1efabedc5e