Oct 13 05:57:47.101 INFO testing nanoxd/r64 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:57:47.102 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 05:57:47.524 INFO blam! fb1c6d0dda278bb33ada1b114f105f73f77fa5b6970ba582a5c4bb26f337636c Oct 13 05:57:47.526 INFO running `"docker" "start" "-a" "fb1c6d0dda278bb33ada1b114f105f73f77fa5b6970ba582a5c4bb26f337636c"` Oct 13 05:57:49.427 INFO kablam! usermod: no changes Oct 13 05:57:49.567 INFO kablam! Compiling enum_primitive v0.1.1 Oct 13 05:57:49.567 INFO kablam! Compiling num-bigint v0.1.35 Oct 13 05:57:52.078 INFO kablam! Compiling num-rational v0.1.35 Oct 13 05:57:52.875 INFO kablam! Compiling num v0.1.36 Oct 13 05:57:53.391 INFO kablam! Compiling r64 v0.1.0 (/source) Oct 13 05:57:54.135 INFO kablam! warning: unused variable: `rom` Oct 13 05:57:54.135 INFO kablam! --> src/main.rs:25:9 Oct 13 05:57:54.135 INFO kablam! | Oct 13 05:57:54.135 INFO kablam! 25 | let rom = read_bin(rom_file_name); Oct 13 05:57:54.135 INFO kablam! | ^^^ help: consider using `_rom` instead Oct 13 05:57:54.135 INFO kablam! | Oct 13 05:57:54.135 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:57:54.135 INFO kablam! Oct 13 05:57:54.135 INFO kablam! warning: unused variable: `value` Oct 13 05:57:54.135 INFO kablam! --> src/video_interface.rs:31:41 Oct 13 05:57:54.135 INFO kablam! | Oct 13 05:57:54.135 INFO kablam! 31 | pub fn write_current_reg(&mut self, value: u32) { Oct 13 05:57:54.135 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 13 05:57:54.135 INFO kablam! Oct 13 05:57:54.179 INFO kablam! warning: method is never used: `run` Oct 13 05:57:54.179 INFO kablam! --> src/cpu/cpu.rs:108:5 Oct 13 05:57:54.179 INFO kablam! | Oct 13 05:57:54.179 INFO kablam! 108 | pub fn run(&mut self) { Oct 13 05:57:54.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:54.179 INFO kablam! | Oct 13 05:57:54.179 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:57:54.179 INFO kablam! Oct 13 05:57:54.179 INFO kablam! warning: method is never used: `kseg0_cache_enabled` Oct 13 05:57:54.179 INFO kablam! --> src/cpu/cp0/reg_config.rs:55:5 Oct 13 05:57:54.179 INFO kablam! | Oct 13 05:57:54.179 INFO kablam! 55 | fn kseg0_cache_enabled(&self) -> bool { Oct 13 05:57:54.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:54.179 INFO kablam! Oct 13 05:57:54.179 INFO kablam! warning: field is never used: `ram` Oct 13 05:57:54.179 INFO kablam! --> src/interconnect.rs:16:5 Oct 13 05:57:54.179 INFO kablam! | Oct 13 05:57:54.179 INFO kablam! 16 | ram: Box<[u16]>, Oct 13 05:57:54.179 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:57:54.179 INFO kablam! Oct 13 05:57:54.179 INFO kablam! warning: method is never used: `run` Oct 13 05:57:54.179 INFO kablam! --> src/n64.rs:19:5 Oct 13 05:57:54.179 INFO kablam! | Oct 13 05:57:54.179 INFO kablam! 19 | pub fn run(&mut self) { Oct 13 05:57:54.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:54.179 INFO kablam! Oct 13 05:57:54.179 INFO kablam! warning: constant item is never used: `PIF_RAM_START` Oct 13 05:57:54.179 INFO kablam! --> src/mem_map.rs:5:1 Oct 13 05:57:54.179 INFO kablam! | Oct 13 05:57:54.179 INFO kablam! 5 | const PIF_RAM_START: u32 = 0x1fc0_07c0; Oct 13 05:57:54.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:54.179 INFO kablam! Oct 13 05:57:54.179 INFO kablam! warning: constant item is never used: `PIF_RAM_LENGTH` Oct 13 05:57:54.179 INFO kablam! --> src/mem_map.rs:6:1 Oct 13 05:57:54.179 INFO kablam! | Oct 13 05:57:54.179 INFO kablam! 6 | const PIF_RAM_LENGTH: u32 = 0x0000_0040; Oct 13 05:57:54.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:54.179 INFO kablam! Oct 13 05:57:54.179 INFO kablam! warning: constant item is never used: `PIF_RAM_END` Oct 13 05:57:54.180 INFO kablam! --> src/mem_map.rs:7:1 Oct 13 05:57:54.180 INFO kablam! | Oct 13 05:57:54.180 INFO kablam! 7 | const PIF_RAM_END: u32 = PIF_RAM_START + PIF_RAM_LENGTH - 1; Oct 13 05:57:54.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:54.180 INFO kablam! Oct 13 05:57:54.180 INFO kablam! warning: constant item is never used: `SP_BASE_REG` Oct 13 05:57:54.180 INFO kablam! --> src/mem_map.rs:13:1 Oct 13 05:57:54.180 INFO kablam! | Oct 13 05:57:54.180 INFO kablam! 13 | const SP_BASE_REG: u32 = 0x0404_0000; Oct 13 05:57:54.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:54.180 INFO kablam! Oct 13 05:57:54.180 INFO kablam! warning: constant item is never used: `VI_BASE_REG` Oct 13 05:57:54.180 INFO kablam! --> src/mem_map.rs:17:1 Oct 13 05:57:54.180 INFO kablam! | Oct 13 05:57:54.180 INFO kablam! 17 | const VI_BASE_REG: u32 = 0x0440_0000; Oct 13 05:57:54.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:54.180 INFO kablam! Oct 13 05:57:54.180 INFO kablam! warning: constant item is never used: `PI_BASE_REG` Oct 13 05:57:54.180 INFO kablam! --> src/mem_map.rs:26:1 Oct 13 05:57:54.180 INFO kablam! | Oct 13 05:57:54.180 INFO kablam! 26 | const PI_BASE_REG: u32 = 0x0460_0000; Oct 13 05:57:54.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:54.180 INFO kablam! Oct 13 05:57:55.146 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.68s Oct 13 05:57:55.175 INFO kablam! su: No module specific data is present Oct 13 05:57:56.195 INFO running `"docker" "rm" "-f" "fb1c6d0dda278bb33ada1b114f105f73f77fa5b6970ba582a5c4bb26f337636c"` Oct 13 05:57:56.407 INFO blam! fb1c6d0dda278bb33ada1b114f105f73f77fa5b6970ba582a5c4bb26f337636c Oct 13 05:57:56.412 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 05:57:56.937 INFO blam! c444146d26ab721d18fffb1628eea643965c2fe4d663e310476415f3c4187f8c Oct 13 05:57:56.938 INFO running `"docker" "start" "-a" "c444146d26ab721d18fffb1628eea643965c2fe4d663e310476415f3c4187f8c"` Oct 13 05:57:58.359 INFO kablam! usermod: no changes Oct 13 05:57:58.475 INFO kablam! Compiling r64 v0.1.0 (/source) Oct 13 05:57:59.362 INFO kablam! warning: unused variable: `rom` Oct 13 05:57:59.362 INFO kablam! --> src/main.rs:25:9 Oct 13 05:57:59.362 INFO kablam! | Oct 13 05:57:59.362 INFO kablam! 25 | let rom = read_bin(rom_file_name); Oct 13 05:57:59.362 INFO kablam! | ^^^ help: consider using `_rom` instead Oct 13 05:57:59.362 INFO kablam! | Oct 13 05:57:59.362 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:57:59.362 INFO kablam! Oct 13 05:57:59.364 INFO kablam! warning: unused variable: `value` Oct 13 05:57:59.364 INFO kablam! --> src/video_interface.rs:31:41 Oct 13 05:57:59.364 INFO kablam! | Oct 13 05:57:59.364 INFO kablam! 31 | pub fn write_current_reg(&mut self, value: u32) { Oct 13 05:57:59.364 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 13 05:57:59.364 INFO kablam! Oct 13 05:57:59.428 INFO kablam! warning: method is never used: `run` Oct 13 05:57:59.428 INFO kablam! --> src/cpu/cpu.rs:108:5 Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! 108 | pub fn run(&mut self) { Oct 13 05:57:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:57:59.428 INFO kablam! Oct 13 05:57:59.428 INFO kablam! warning: method is never used: `kseg0_cache_enabled` Oct 13 05:57:59.428 INFO kablam! --> src/cpu/cp0/reg_config.rs:55:5 Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! 55 | fn kseg0_cache_enabled(&self) -> bool { Oct 13 05:57:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:59.428 INFO kablam! Oct 13 05:57:59.428 INFO kablam! warning: field is never used: `ram` Oct 13 05:57:59.428 INFO kablam! --> src/interconnect.rs:16:5 Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! 16 | ram: Box<[u16]>, Oct 13 05:57:59.428 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:57:59.428 INFO kablam! Oct 13 05:57:59.428 INFO kablam! warning: method is never used: `run` Oct 13 05:57:59.428 INFO kablam! --> src/n64.rs:19:5 Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! 19 | pub fn run(&mut self) { Oct 13 05:57:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:59.428 INFO kablam! Oct 13 05:57:59.428 INFO kablam! warning: constant item is never used: `PIF_RAM_START` Oct 13 05:57:59.428 INFO kablam! --> src/mem_map.rs:5:1 Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! 5 | const PIF_RAM_START: u32 = 0x1fc0_07c0; Oct 13 05:57:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:59.428 INFO kablam! Oct 13 05:57:59.428 INFO kablam! warning: constant item is never used: `PIF_RAM_LENGTH` Oct 13 05:57:59.428 INFO kablam! --> src/mem_map.rs:6:1 Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! 6 | const PIF_RAM_LENGTH: u32 = 0x0000_0040; Oct 13 05:57:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:59.428 INFO kablam! Oct 13 05:57:59.428 INFO kablam! warning: constant item is never used: `PIF_RAM_END` Oct 13 05:57:59.428 INFO kablam! --> src/mem_map.rs:7:1 Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! 7 | const PIF_RAM_END: u32 = PIF_RAM_START + PIF_RAM_LENGTH - 1; Oct 13 05:57:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:59.428 INFO kablam! Oct 13 05:57:59.428 INFO kablam! warning: constant item is never used: `SP_BASE_REG` Oct 13 05:57:59.428 INFO kablam! --> src/mem_map.rs:13:1 Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! 13 | const SP_BASE_REG: u32 = 0x0404_0000; Oct 13 05:57:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:59.428 INFO kablam! Oct 13 05:57:59.428 INFO kablam! warning: constant item is never used: `VI_BASE_REG` Oct 13 05:57:59.428 INFO kablam! --> src/mem_map.rs:17:1 Oct 13 05:57:59.428 INFO kablam! | Oct 13 05:57:59.428 INFO kablam! 17 | const VI_BASE_REG: u32 = 0x0440_0000; Oct 13 05:57:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:59.428 INFO kablam! Oct 13 05:57:59.429 INFO kablam! warning: constant item is never used: `PI_BASE_REG` Oct 13 05:57:59.429 INFO kablam! --> src/mem_map.rs:26:1 Oct 13 05:57:59.429 INFO kablam! | Oct 13 05:57:59.429 INFO kablam! 26 | const PI_BASE_REG: u32 = 0x0460_0000; Oct 13 05:57:59.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:57:59.439 INFO kablam! Oct 13 05:57:59.882 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 13 05:57:59.891 INFO kablam! su: No module specific data is present Oct 13 05:58:00.648 INFO running `"docker" "rm" "-f" "c444146d26ab721d18fffb1628eea643965c2fe4d663e310476415f3c4187f8c"` Oct 13 05:58:00.983 INFO blam! c444146d26ab721d18fffb1628eea643965c2fe4d663e310476415f3c4187f8c Oct 13 05:58:00.997 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 05:58:01.680 INFO blam! 59fe6ffd0a444b579c7de019716bb634967c864fa0908a51c6953577b4d22f59 Oct 13 05:58:01.682 INFO running `"docker" "start" "-a" "59fe6ffd0a444b579c7de019716bb634967c864fa0908a51c6953577b4d22f59"` Oct 13 05:58:03.039 INFO kablam! usermod: no changes Oct 13 05:58:03.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 05:58:03.127 INFO kablam! Running /target/debug/deps/r64-1516625e4f7b8ad5 Oct 13 05:58:03.131 INFO kablam! su: No module specific data is present Oct 13 05:58:03.132 INFO blam! Oct 13 05:58:03.132 INFO blam! running 0 tests Oct 13 05:58:03.132 INFO blam! Oct 13 05:58:03.132 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:58:03.133 INFO blam! Oct 13 05:58:03.853 INFO running `"docker" "rm" "-f" "59fe6ffd0a444b579c7de019716bb634967c864fa0908a51c6953577b4d22f59"` Oct 13 05:58:04.161 INFO blam! 59fe6ffd0a444b579c7de019716bb634967c864fa0908a51c6953577b4d22f59