Oct 15 06:25:13.024 INFO testing TechnoCrunch/newb against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:25:13.025 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 15 06:25:13.474 INFO blam! bc56e2f9aa08a9ee7c122c13dd3c22f904dc460b05039a39944c2d4db7551207 Oct 15 06:25:13.477 INFO running `"docker" "start" "-a" "bc56e2f9aa08a9ee7c122c13dd3c22f904dc460b05039a39944c2d4db7551207"` Oct 15 06:25:14.946 INFO kablam! usermod: no changes Oct 15 06:25:15.007 INFO kablam! Compiling newb v0.0.1 (/source) Oct 15 06:25:15.447 INFO kablam! warning: unused import: `std::fmt` Oct 15 06:25:15.447 INFO kablam! --> src/cpu/cp0/mod.rs:2:5 Oct 15 06:25:15.447 INFO kablam! | Oct 15 06:25:15.447 INFO kablam! 2 | use std::fmt; Oct 15 06:25:15.447 INFO kablam! | ^^^^^^^^ Oct 15 06:25:15.447 INFO kablam! | Oct 15 06:25:15.447 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:25:15.447 INFO kablam! Oct 15 06:25:15.447 INFO kablam! warning: unused import: `super::memory` Oct 15 06:25:15.447 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 15 06:25:15.447 INFO kablam! | Oct 15 06:25:15.447 INFO kablam! 4 | use super::memory; Oct 15 06:25:15.447 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:25:15.447 INFO kablam! Oct 15 06:25:15.447 INFO kablam! warning: unused import: `super::byteorder` Oct 15 06:25:15.447 INFO kablam! --> src/memory/mod.rs:2:5 Oct 15 06:25:15.447 INFO kablam! | Oct 15 06:25:15.447 INFO kablam! 2 | use super::byteorder; Oct 15 06:25:15.447 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:25:15.447 INFO kablam! Oct 15 06:25:15.599 INFO kablam! warning: unused variable: `val` Oct 15 06:25:15.599 INFO kablam! --> src/memory/mod.rs:71:42 Oct 15 06:25:15.599 INFO kablam! | Oct 15 06:25:15.599 INFO kablam! 71 | pub fn write_byte(&mut self, addr: u64, val: u8) { Oct 15 06:25:15.599 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:15.599 INFO kablam! | Oct 15 06:25:15.599 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:25:15.599 INFO kablam! Oct 15 06:25:15.599 INFO kablam! warning: unused variable: `val` Oct 15 06:25:15.599 INFO kablam! --> src/memory/mod.rs:77:43 Oct 15 06:25:15.599 INFO kablam! | Oct 15 06:25:15.599 INFO kablam! 77 | pub fn write_short(&mut self, addr: u64, val: u16) { Oct 15 06:25:15.599 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:15.599 INFO kablam! Oct 15 06:25:15.599 INFO kablam! warning: unused variable: `val` Oct 15 06:25:15.599 INFO kablam! --> src/memory/mod.rs:93:42 Oct 15 06:25:15.599 INFO kablam! | Oct 15 06:25:15.599 INFO kablam! 93 | pub fn write_long(&mut self, addr: u64, val: u64) { Oct 15 06:25:15.599 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:15.599 INFO kablam! Oct 15 06:25:15.627 INFO kablam! warning: constant item is never used: `PIF_RAM_START` Oct 15 06:25:15.627 INFO kablam! --> src/memory/mod.rs:15:1 Oct 15 06:25:15.627 INFO kablam! | Oct 15 06:25:15.627 INFO kablam! 15 | const PIF_RAM_START: u64 = 0x1FC0_07C0; Oct 15 06:25:15.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:15.627 INFO kablam! | Oct 15 06:25:15.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:25:15.627 INFO kablam! Oct 15 06:25:15.627 INFO kablam! warning: constant item is never used: `PIF_RAM_END` Oct 15 06:25:15.627 INFO kablam! --> src/memory/mod.rs:16:1 Oct 15 06:25:15.627 INFO kablam! | Oct 15 06:25:15.627 INFO kablam! 16 | const PIF_RAM_END: u64 = 0x1FC0_07FF; Oct 15 06:25:15.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:15.627 INFO kablam! Oct 15 06:25:16.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 15 06:25:16.647 INFO kablam! su: No module specific data is present Oct 15 06:25:17.289 INFO running `"docker" "rm" "-f" "bc56e2f9aa08a9ee7c122c13dd3c22f904dc460b05039a39944c2d4db7551207"` Oct 15 06:25:17.571 INFO blam! bc56e2f9aa08a9ee7c122c13dd3c22f904dc460b05039a39944c2d4db7551207 Oct 15 06:25:17.576 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 15 06:25:18.165 INFO blam! 9aef643f960d4b0cc66a521680ffc5be4a5eaa82b1cd0db70be1044a67e6d477 Oct 15 06:25:18.174 INFO running `"docker" "start" "-a" "9aef643f960d4b0cc66a521680ffc5be4a5eaa82b1cd0db70be1044a67e6d477"` Oct 15 06:25:19.303 INFO kablam! usermod: no changes Oct 15 06:25:19.383 INFO kablam! Compiling newb v0.0.1 (/source) Oct 15 06:25:19.791 INFO kablam! warning: unused import: `std::fmt` Oct 15 06:25:19.791 INFO kablam! --> src/cpu/cp0/mod.rs:2:5 Oct 15 06:25:19.791 INFO kablam! | Oct 15 06:25:19.791 INFO kablam! 2 | use std::fmt; Oct 15 06:25:19.791 INFO kablam! | ^^^^^^^^ Oct 15 06:25:19.791 INFO kablam! | Oct 15 06:25:19.791 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:25:19.791 INFO kablam! Oct 15 06:25:19.791 INFO kablam! warning: unused import: `super::memory` Oct 15 06:25:19.791 INFO kablam! --> src/cpu/mod.rs:4:5 Oct 15 06:25:19.791 INFO kablam! | Oct 15 06:25:19.791 INFO kablam! 4 | use super::memory; Oct 15 06:25:19.791 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:25:19.791 INFO kablam! Oct 15 06:25:19.791 INFO kablam! warning: unused import: `super::byteorder` Oct 15 06:25:19.791 INFO kablam! --> src/memory/mod.rs:2:5 Oct 15 06:25:19.791 INFO kablam! | Oct 15 06:25:19.791 INFO kablam! 2 | use super::byteorder; Oct 15 06:25:19.791 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:25:19.791 INFO kablam! Oct 15 06:25:19.919 INFO kablam! warning: unused variable: `val` Oct 15 06:25:19.919 INFO kablam! --> src/memory/mod.rs:71:42 Oct 15 06:25:19.919 INFO kablam! | Oct 15 06:25:19.919 INFO kablam! 71 | pub fn write_byte(&mut self, addr: u64, val: u8) { Oct 15 06:25:19.919 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:19.919 INFO kablam! | Oct 15 06:25:19.919 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:25:19.919 INFO kablam! Oct 15 06:25:19.921 INFO kablam! warning: unused variable: `val` Oct 15 06:25:19.921 INFO kablam! --> src/memory/mod.rs:77:43 Oct 15 06:25:19.921 INFO kablam! | Oct 15 06:25:19.921 INFO kablam! 77 | pub fn write_short(&mut self, addr: u64, val: u16) { Oct 15 06:25:19.921 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:19.921 INFO kablam! Oct 15 06:25:19.921 INFO kablam! warning: unused variable: `val` Oct 15 06:25:19.921 INFO kablam! --> src/memory/mod.rs:93:42 Oct 15 06:25:19.921 INFO kablam! | Oct 15 06:25:19.921 INFO kablam! 93 | pub fn write_long(&mut self, addr: u64, val: u64) { Oct 15 06:25:19.921 INFO kablam! | ^^^ help: consider using `_val` instead Oct 15 06:25:19.921 INFO kablam! Oct 15 06:25:19.949 INFO kablam! warning: constant item is never used: `PIF_RAM_START` Oct 15 06:25:19.949 INFO kablam! --> src/memory/mod.rs:15:1 Oct 15 06:25:19.949 INFO kablam! | Oct 15 06:25:19.950 INFO kablam! 15 | const PIF_RAM_START: u64 = 0x1FC0_07C0; Oct 15 06:25:19.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:19.951 INFO kablam! | Oct 15 06:25:19.951 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:25:19.952 INFO kablam! Oct 15 06:25:19.952 INFO kablam! warning: constant item is never used: `PIF_RAM_END` Oct 15 06:25:19.953 INFO kablam! --> src/memory/mod.rs:16:1 Oct 15 06:25:19.953 INFO kablam! | Oct 15 06:25:19.954 INFO kablam! 16 | const PIF_RAM_END: u64 = 0x1FC0_07FF; Oct 15 06:25:19.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:19.956 INFO kablam! Oct 15 06:25:20.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 15 06:25:20.431 INFO kablam! su: No module specific data is present Oct 15 06:25:20.969 INFO running `"docker" "rm" "-f" "9aef643f960d4b0cc66a521680ffc5be4a5eaa82b1cd0db70be1044a67e6d477"` Oct 15 06:25:21.235 INFO blam! 9aef643f960d4b0cc66a521680ffc5be4a5eaa82b1cd0db70be1044a67e6d477 Oct 15 06:25:21.241 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 15 06:25:21.515 INFO blam! 6ecc91ca30ecf1444df4e0b09dbb7ce31251d03e88029ae44cecef8fa696b0cb Oct 15 06:25:21.521 INFO running `"docker" "start" "-a" "6ecc91ca30ecf1444df4e0b09dbb7ce31251d03e88029ae44cecef8fa696b0cb"` Oct 15 06:25:22.358 INFO kablam! usermod: no changes Oct 15 06:25:22.402 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 06:25:22.411 INFO kablam! Running /target/debug/deps/newb-ae2b2c607cf15f06 Oct 15 06:25:22.413 INFO blam! Oct 15 06:25:22.413 INFO blam! running 0 tests Oct 15 06:25:22.413 INFO blam! Oct 15 06:25:22.413 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:25:22.413 INFO blam! Oct 15 06:25:22.414 INFO kablam! su: No module specific data is present Oct 15 06:25:23.433 INFO running `"docker" "rm" "-f" "6ecc91ca30ecf1444df4e0b09dbb7ce31251d03e88029ae44cecef8fa696b0cb"` Oct 15 06:25:23.639 INFO blam! 6ecc91ca30ecf1444df4e0b09dbb7ce31251d03e88029ae44cecef8fa696b0cb