Oct 15 06:25:20.422 INFO testing TechnoCrunch/newb against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:25:20.422 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 15 06:25:20.759 INFO blam! 4dc8a474d763c7b3d9bca8d1da5ee60849febf53d4a038c327f11afb14f73f08 Oct 15 06:25:20.761 INFO running `"docker" "start" "-a" "4dc8a474d763c7b3d9bca8d1da5ee60849febf53d4a038c327f11afb14f73f08"` Oct 15 06:25:21.491 INFO kablam! usermod: no changes Oct 15 06:25:21.526 INFO kablam! Compiling newb v0.0.1 (/source) Oct 15 06:25:21.901 INFO kablam! warning: unused import: `std::fmt` Oct 15 06:25:21.902 INFO kablam! --> src/cpu/cp0/mod.rs:2:5 Oct 15 06:25:21.902 INFO kablam! | Oct 15 06:25:21.902 INFO kablam! 2 | use std::fmt; Oct 15 06:25:21.903 INFO kablam! | ^^^^^^^^ Oct 15 06:25:21.903 INFO kablam! | Oct 15 06:25:21.903 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:25:21.904 INFO kablam! Oct 15 06:25:21.911 INFO kablam! warning: unused import: `super::memory` Oct 15 06:25:21.911 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 15 06:25:21.912 INFO kablam! | Oct 15 06:25:21.912 INFO kablam! 4 | use super::memory; Oct 15 06:25:21.912 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:25:21.913 INFO kablam! Oct 15 06:25:21.913 INFO kablam! warning: unused import: `super::byteorder` Oct 15 06:25:21.913 INFO kablam! --> src/memory/mod.rs:2:5 Oct 15 06:25:21.913 INFO kablam! | Oct 15 06:25:21.914 INFO kablam! 2 | use super::byteorder; Oct 15 06:25:21.914 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:25:21.914 INFO kablam! Oct 15 06:25:22.047 INFO kablam! warning: unused variable: `val` Oct 15 06:25:22.047 INFO kablam! --> src/memory/mod.rs:71:42 Oct 15 06:25:22.047 INFO kablam! | Oct 15 06:25:22.047 INFO kablam! 71 | pub fn write_byte(&mut self, addr: u64, val: u8) { Oct 15 06:25:22.047 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:22.047 INFO kablam! | Oct 15 06:25:22.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:25:22.047 INFO kablam! Oct 15 06:25:22.047 INFO kablam! warning: unused variable: `val` Oct 15 06:25:22.047 INFO kablam! --> src/memory/mod.rs:77:43 Oct 15 06:25:22.047 INFO kablam! | Oct 15 06:25:22.047 INFO kablam! 77 | pub fn write_short(&mut self, addr: u64, val: u16) { Oct 15 06:25:22.047 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:22.047 INFO kablam! Oct 15 06:25:22.047 INFO kablam! warning: unused variable: `val` Oct 15 06:25:22.047 INFO kablam! --> src/memory/mod.rs:93:42 Oct 15 06:25:22.047 INFO kablam! | Oct 15 06:25:22.047 INFO kablam! 93 | pub fn write_long(&mut self, addr: u64, val: u64) { Oct 15 06:25:22.047 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:22.047 INFO kablam! Oct 15 06:25:22.079 INFO kablam! warning: constant item is never used: `PIF_RAM_START` Oct 15 06:25:22.079 INFO kablam! --> src/memory/mod.rs:15:1 Oct 15 06:25:22.079 INFO kablam! | Oct 15 06:25:22.079 INFO kablam! 15 | const PIF_RAM_START: u64 = 0x1FC0_07C0; Oct 15 06:25:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:22.079 INFO kablam! | Oct 15 06:25:22.079 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:25:22.079 INFO kablam! Oct 15 06:25:22.079 INFO kablam! warning: constant item is never used: `PIF_RAM_END` Oct 15 06:25:22.079 INFO kablam! --> src/memory/mod.rs:16:1 Oct 15 06:25:22.079 INFO kablam! | Oct 15 06:25:22.079 INFO kablam! 16 | const PIF_RAM_END: u64 = 0x1FC0_07FF; Oct 15 06:25:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:22.079 INFO kablam! Oct 15 06:25:22.717 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 15 06:25:22.719 INFO kablam! su: No module specific data is present Oct 15 06:25:23.355 INFO running `"docker" "rm" "-f" "4dc8a474d763c7b3d9bca8d1da5ee60849febf53d4a038c327f11afb14f73f08"` Oct 15 06:25:23.569 INFO blam! 4dc8a474d763c7b3d9bca8d1da5ee60849febf53d4a038c327f11afb14f73f08 Oct 15 06:25:23.572 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 15 06:25:23.815 INFO blam! 972e621ebd135a699b587239dc6c171eb9017de835f0fa1e090b7d65d1e02d6e Oct 15 06:25:23.817 INFO running `"docker" "start" "-a" "972e621ebd135a699b587239dc6c171eb9017de835f0fa1e090b7d65d1e02d6e"` Oct 15 06:25:24.319 INFO kablam! usermod: no changes Oct 15 06:25:24.356 INFO kablam! Compiling newb v0.0.1 (/source) Oct 15 06:25:24.779 INFO kablam! warning: unused import: `std::fmt` Oct 15 06:25:24.780 INFO kablam! --> src/cpu/cp0/mod.rs:2:5 Oct 15 06:25:24.780 INFO kablam! | Oct 15 06:25:24.780 INFO kablam! 2 | use std::fmt; Oct 15 06:25:24.781 INFO kablam! | ^^^^^^^^ Oct 15 06:25:24.781 INFO kablam! | Oct 15 06:25:24.781 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:25:24.782 INFO kablam! Oct 15 06:25:24.782 INFO kablam! warning: unused import: `super::memory` Oct 15 06:25:24.782 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 15 06:25:24.783 INFO kablam! | Oct 15 06:25:24.783 INFO kablam! 4 | use super::memory; Oct 15 06:25:24.783 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:25:24.783 INFO kablam! Oct 15 06:25:24.783 INFO kablam! warning: unused import: `super::byteorder` Oct 15 06:25:24.783 INFO kablam! --> src/memory/mod.rs:2:5 Oct 15 06:25:24.783 INFO kablam! | Oct 15 06:25:24.783 INFO kablam! 2 | use super::byteorder; Oct 15 06:25:24.783 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:25:24.783 INFO kablam! Oct 15 06:25:24.947 INFO kablam! warning: unused variable: `val` Oct 15 06:25:24.947 INFO kablam! --> src/memory/mod.rs:71:42 Oct 15 06:25:24.947 INFO kablam! | Oct 15 06:25:24.947 INFO kablam! 71 | pub fn write_byte(&mut self, addr: u64, val: u8) { Oct 15 06:25:24.947 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:24.947 INFO kablam! | Oct 15 06:25:24.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:25:24.947 INFO kablam! Oct 15 06:25:24.947 INFO kablam! warning: unused variable: `val` Oct 15 06:25:24.947 INFO kablam! --> src/memory/mod.rs:77:43 Oct 15 06:25:24.947 INFO kablam! | Oct 15 06:25:24.947 INFO kablam! 77 | pub fn write_short(&mut self, addr: u64, val: u16) { Oct 15 06:25:24.947 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:24.947 INFO kablam! Oct 15 06:25:24.947 INFO kablam! warning: unused variable: `val` Oct 15 06:25:24.947 INFO kablam! --> src/memory/mod.rs:93:42 Oct 15 06:25:24.947 INFO kablam! | Oct 15 06:25:24.947 INFO kablam! 93 | pub fn write_long(&mut self, addr: u64, val: u64) { Oct 15 06:25:24.947 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:24.947 INFO kablam! Oct 15 06:25:24.975 INFO kablam! warning: constant item is never used: `PIF_RAM_START` Oct 15 06:25:24.975 INFO kablam! --> src/memory/mod.rs:15:1 Oct 15 06:25:24.975 INFO kablam! | Oct 15 06:25:24.975 INFO kablam! 15 | const PIF_RAM_START: u64 = 0x1FC0_07C0; Oct 15 06:25:24.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:24.975 INFO kablam! | Oct 15 06:25:24.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:25:24.975 INFO kablam! Oct 15 06:25:24.975 INFO kablam! warning: constant item is never used: `PIF_RAM_END` Oct 15 06:25:24.975 INFO kablam! --> src/memory/mod.rs:16:1 Oct 15 06:25:24.975 INFO kablam! | Oct 15 06:25:24.975 INFO kablam! 16 | const PIF_RAM_END: u64 = 0x1FC0_07FF; Oct 15 06:25:24.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:24.975 INFO kablam! Oct 15 06:25:25.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 15 06:25:25.427 INFO kablam! su: No module specific data is present Oct 15 06:25:26.042 INFO running `"docker" "rm" "-f" "972e621ebd135a699b587239dc6c171eb9017de835f0fa1e090b7d65d1e02d6e"` Oct 15 06:25:26.215 INFO blam! 972e621ebd135a699b587239dc6c171eb9017de835f0fa1e090b7d65d1e02d6e Oct 15 06:25:26.220 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 15 06:25:26.578 INFO blam! f3cba263dc81849553d447c0316e7c7025565de952f80ede5a0d9c5b70a19fd3 Oct 15 06:25:26.599 INFO running `"docker" "start" "-a" "f3cba263dc81849553d447c0316e7c7025565de952f80ede5a0d9c5b70a19fd3"` Oct 15 06:25:27.474 INFO kablam! usermod: no changes Oct 15 06:25:27.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 06:25:27.515 INFO kablam! Running /target/debug/deps/newb-c45debd0d660b708 Oct 15 06:25:27.515 INFO blam! Oct 15 06:25:27.515 INFO kablam! su: No module specific data is present Oct 15 06:25:27.515 INFO blam! running 0 tests Oct 15 06:25:27.515 INFO blam! Oct 15 06:25:27.515 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:25:27.515 INFO blam! Oct 15 06:25:27.893 INFO running `"docker" "rm" "-f" "f3cba263dc81849553d447c0316e7c7025565de952f80ede5a0d9c5b70a19fd3"` Oct 15 06:25:28.072 INFO blam! f3cba263dc81849553d447c0316e7c7025565de952f80ede5a0d9c5b70a19fd3