Oct 14 23:32:55.719 INFO testing dasnacho/rustygba against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:32:55.720 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.147 INFO blam! 252ac5d8c0f1b6970456941101a46de0746e8946ca8dc6a5eac418de1e27521b Oct 14 23:32:56.149 INFO running `"docker" "start" "-a" "252ac5d8c0f1b6970456941101a46de0746e8946ca8dc6a5eac418de1e27521b"` Oct 14 23:32:58.046 INFO kablam! usermod: no changes Oct 14 23:32:58.107 INFO kablam! Compiling rusty_gba v0.1.0 (/source) Oct 14 23:32:58.547 INFO kablam! warning: unused variable: `rom` Oct 14 23:32:58.547 INFO kablam! --> src/main.rs:31:9 Oct 14 23:32:58.547 INFO kablam! | Oct 14 23:32:58.547 INFO kablam! 31 | let rom = read_bin(file_name); Oct 14 23:32:58.547 INFO kablam! | ^^^ help: consider using `_rom` instead Oct 14 23:32:58.547 INFO kablam! | Oct 14 23:32:58.547 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:32:58.547 INFO kablam! Oct 14 23:32:58.547 INFO kablam! warning: unused variable: `cpu` Oct 14 23:32:58.547 INFO kablam! --> src/main.rs:33:13 Oct 14 23:32:58.547 INFO kablam! | Oct 14 23:32:58.547 INFO kablam! 33 | let mut cpu = CPU::new(); Oct 14 23:32:58.547 INFO kablam! | ^^^ help: consider using `_cpu` instead Oct 14 23:32:58.547 INFO kablam! Oct 14 23:32:58.547 INFO kablam! warning: variable does not need to be mutable Oct 14 23:32:58.547 INFO kablam! --> src/main.rs:33:9 Oct 14 23:32:58.547 INFO kablam! | Oct 14 23:32:58.547 INFO kablam! 33 | let mut cpu = CPU::new(); Oct 14 23:32:58.547 INFO kablam! | ----^^^ Oct 14 23:32:58.547 INFO kablam! | | Oct 14 23:32:58.547 INFO kablam! | help: remove this `mut` Oct 14 23:32:58.547 INFO kablam! | Oct 14 23:32:58.547 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:32:58.547 INFO kablam! Oct 14 23:32:58.547 INFO kablam! warning: field is never used: `gpr_regs` Oct 14 23:32:58.547 INFO kablam! --> src/main.rs:9:5 Oct 14 23:32:58.547 INFO kablam! | Oct 14 23:32:58.547 INFO kablam! 9 | gpr_regs: [u32; NUM_GPR], Oct 14 23:32:58.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:32:58.547 INFO kablam! | Oct 14 23:32:58.547 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:32:58.547 INFO kablam! Oct 14 23:32:58.547 INFO kablam! warning: field is never used: `pc_reg` Oct 14 23:32:58.547 INFO kablam! --> src/main.rs:10:5 Oct 14 23:32:58.547 INFO kablam! | Oct 14 23:32:58.547 INFO kablam! 10 | pc_reg: u32, Oct 14 23:32:58.547 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:32:58.547 INFO kablam! Oct 14 23:32:58.547 INFO kablam! warning: field is never used: `sp_reg` Oct 14 23:32:58.547 INFO kablam! --> src/main.rs:11:5 Oct 14 23:32:58.547 INFO kablam! | Oct 14 23:32:58.547 INFO kablam! 11 | sp_reg: u32, Oct 14 23:32:58.548 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:32:58.548 INFO kablam! Oct 14 23:32:58.548 INFO kablam! warning: field is never used: `lr_reg` Oct 14 23:32:58.548 INFO kablam! --> src/main.rs:12:5 Oct 14 23:32:58.548 INFO kablam! | Oct 14 23:32:58.548 INFO kablam! 12 | lr_reg: u32, Oct 14 23:32:58.548 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:32:58.548 INFO kablam! Oct 14 23:32:58.548 INFO kablam! warning: field is never used: `cpsr_reg` Oct 14 23:32:58.548 INFO kablam! --> src/main.rs:13:5 Oct 14 23:32:58.548 INFO kablam! | Oct 14 23:32:58.548 INFO kablam! 13 | cpsr_reg: u32, Oct 14 23:32:58.548 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:32:58.548 INFO kablam! Oct 14 23:32:59.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 14 23:32:59.243 INFO kablam! su: No module specific data is present Oct 14 23:33:00.534 INFO running `"docker" "rm" "-f" "252ac5d8c0f1b6970456941101a46de0746e8946ca8dc6a5eac418de1e27521b"` Oct 14 23:33:00.795 INFO blam! 252ac5d8c0f1b6970456941101a46de0746e8946ca8dc6a5eac418de1e27521b Oct 14 23:33:00.801 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.240 INFO blam! 7feb28296497080a2138590731c696e8bdc87a2edf1ccfbd4bffe258ec014f12 Oct 14 23:33:01.251 INFO running `"docker" "start" "-a" "7feb28296497080a2138590731c696e8bdc87a2edf1ccfbd4bffe258ec014f12"` Oct 14 23:33:02.986 INFO kablam! usermod: no changes Oct 14 23:33:03.042 INFO kablam! Compiling rusty_gba v0.1.0 (/source) Oct 14 23:33:03.523 INFO kablam! warning: unused variable: `rom` Oct 14 23:33:03.524 INFO kablam! --> src/main.rs:31:9 Oct 14 23:33:03.524 INFO kablam! | Oct 14 23:33:03.524 INFO kablam! 31 | let rom = read_bin(file_name); Oct 14 23:33:03.524 INFO kablam! | ^^^ help: consider using `_rom` instead Oct 14 23:33:03.524 INFO kablam! | Oct 14 23:33:03.524 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:33:03.524 INFO kablam! Oct 14 23:33:03.524 INFO kablam! warning: unused variable: `cpu` Oct 14 23:33:03.524 INFO kablam! --> src/main.rs:33:13 Oct 14 23:33:03.524 INFO kablam! | Oct 14 23:33:03.524 INFO kablam! 33 | let mut cpu = CPU::new(); Oct 14 23:33:03.524 INFO kablam! | ^^^ help: consider using `_cpu` instead Oct 14 23:33:03.524 INFO kablam! Oct 14 23:33:03.527 INFO kablam! warning: variable does not need to be mutable Oct 14 23:33:03.527 INFO kablam! --> src/main.rs:33:9 Oct 14 23:33:03.527 INFO kablam! | Oct 14 23:33:03.527 INFO kablam! 33 | let mut cpu = CPU::new(); Oct 14 23:33:03.527 INFO kablam! | ----^^^ Oct 14 23:33:03.527 INFO kablam! | | Oct 14 23:33:03.527 INFO kablam! | help: remove this `mut` Oct 14 23:33:03.527 INFO kablam! | Oct 14 23:33:03.527 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:33:03.527 INFO kablam! Oct 14 23:33:03.527 INFO kablam! warning: field is never used: `gpr_regs` Oct 14 23:33:03.527 INFO kablam! --> src/main.rs:9:5 Oct 14 23:33:03.527 INFO kablam! | Oct 14 23:33:03.527 INFO kablam! 9 | gpr_regs: [u32; NUM_GPR], Oct 14 23:33:03.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:33:03.527 INFO kablam! | Oct 14 23:33:03.527 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:33:03.527 INFO kablam! Oct 14 23:33:03.527 INFO kablam! warning: field is never used: `pc_reg` Oct 14 23:33:03.527 INFO kablam! --> src/main.rs:10:5 Oct 14 23:33:03.527 INFO kablam! | Oct 14 23:33:03.527 INFO kablam! 10 | pc_reg: u32, Oct 14 23:33:03.527 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:33:03.527 INFO kablam! Oct 14 23:33:03.527 INFO kablam! warning: field is never used: `sp_reg` Oct 14 23:33:03.527 INFO kablam! --> src/main.rs:11:5 Oct 14 23:33:03.527 INFO kablam! | Oct 14 23:33:03.527 INFO kablam! 11 | sp_reg: u32, Oct 14 23:33:03.532 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:33:03.532 INFO kablam! Oct 14 23:33:03.532 INFO kablam! warning: field is never used: `lr_reg` Oct 14 23:33:03.532 INFO kablam! --> src/main.rs:12:5 Oct 14 23:33:03.532 INFO kablam! | Oct 14 23:33:03.532 INFO kablam! 12 | lr_reg: u32, Oct 14 23:33:03.532 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:33:03.532 INFO kablam! Oct 14 23:33:03.532 INFO kablam! warning: field is never used: `cpsr_reg` Oct 14 23:33:03.532 INFO kablam! --> src/main.rs:13:5 Oct 14 23:33:03.532 INFO kablam! | Oct 14 23:33:03.532 INFO kablam! 13 | cpsr_reg: u32, Oct 14 23:33:03.532 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:33:03.532 INFO kablam! Oct 14 23:33:04.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 14 23:33:04.094 INFO kablam! su: No module specific data is present Oct 14 23:33:05.539 INFO running `"docker" "rm" "-f" "7feb28296497080a2138590731c696e8bdc87a2edf1ccfbd4bffe258ec014f12"` Oct 14 23:33:05.792 INFO blam! 7feb28296497080a2138590731c696e8bdc87a2edf1ccfbd4bffe258ec014f12 Oct 14 23:33:05.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.226 INFO blam! 681eb1cdc33500735a249ba7486ef843ca585e3e23f4de8ec5b0baed105c23f5 Oct 14 23:33:06.229 INFO running `"docker" "start" "-a" "681eb1cdc33500735a249ba7486ef843ca585e3e23f4de8ec5b0baed105c23f5"` Oct 14 23:33:07.475 INFO kablam! usermod: no changes Oct 14 23:33:07.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 23:33:07.543 INFO kablam! Running /target/debug/deps/rusty_gba-07a5b10e3bd94e7b Oct 14 23:33:07.547 INFO kablam! su: No module specific data is present Oct 14 23:33:07.547 INFO blam! Oct 14 23:33:07.547 INFO blam! running 0 tests Oct 14 23:33:07.547 INFO blam! Oct 14 23:33:07.547 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:33:07.547 INFO blam! Oct 14 23:33:08.665 INFO running `"docker" "rm" "-f" "681eb1cdc33500735a249ba7486ef843ca585e3e23f4de8ec5b0baed105c23f5"` Oct 14 23:33:09.026 INFO blam! 681eb1cdc33500735a249ba7486ef843ca585e3e23f4de8ec5b0baed105c23f5