Oct 10 20:25:56.867 INFO testing kaseiaoki/roar against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:25:56.867 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:25:56.867 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:25:57.274 INFO blam! 598abe496fcbe758af60c243b992a93beb39f979d194cd0a9c76618fcf323470 Oct 10 20:25:57.275 INFO running `"docker" "start" "-a" "598abe496fcbe758af60c243b992a93beb39f979d194cd0a9c76618fcf323470"` Oct 10 20:25:58.400 INFO kablam! usermod: no changes Oct 10 20:25:58.456 INFO kablam! Compiling roar v0.1.0 (/source) Oct 10 20:25:59.114 INFO kablam! warning: unused import: `std::io` Oct 10 20:25:59.114 INFO kablam! --> src/main.rs:1:5 Oct 10 20:25:59.114 INFO kablam! | Oct 10 20:25:59.114 INFO kablam! 1 | use std::io; Oct 10 20:25:59.114 INFO kablam! | ^^^^^^^ Oct 10 20:25:59.114 INFO kablam! | Oct 10 20:25:59.114 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:25:59.114 INFO kablam! Oct 10 20:25:59.114 INFO kablam! warning: unused import: `std::string::String` Oct 10 20:25:59.114 INFO kablam! --> src/main.rs:2:5 Oct 10 20:25:59.114 INFO kablam! | Oct 10 20:25:59.114 INFO kablam! 2 | use std::string::String; Oct 10 20:25:59.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:25:59.114 INFO kablam! Oct 10 20:25:59.114 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 20:25:59.114 INFO kablam! --> src/main.rs:3:5 Oct 10 20:25:59.114 INFO kablam! | Oct 10 20:25:59.114 INFO kablam! 3 | use std::io::prelude::*; Oct 10 20:25:59.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:25:59.114 INFO kablam! Oct 10 20:25:59.114 INFO kablam! warning: unused import: `std::env` Oct 10 20:25:59.114 INFO kablam! --> src/main.rs:4:5 Oct 10 20:25:59.114 INFO kablam! | Oct 10 20:25:59.114 INFO kablam! 4 | use std::env; Oct 10 20:25:59.114 INFO kablam! | ^^^^^^^^ Oct 10 20:25:59.114 INFO kablam! Oct 10 20:25:59.114 INFO kablam! warning: unused import: `std::vec::Vec` Oct 10 20:25:59.114 INFO kablam! --> src/main.rs:5:5 Oct 10 20:25:59.114 INFO kablam! | Oct 10 20:25:59.114 INFO kablam! 5 | use std::vec::Vec; Oct 10 20:25:59.114 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:25:59.114 INFO kablam! Oct 10 20:25:59.114 INFO kablam! warning: unused import: `std::process` Oct 10 20:25:59.114 INFO kablam! --> src/main.rs:7:5 Oct 10 20:25:59.114 INFO kablam! | Oct 10 20:25:59.114 INFO kablam! 7 | use std::process; Oct 10 20:25:59.114 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:25:59.114 INFO kablam! Oct 10 20:25:59.114 INFO kablam! warning: unused import: `std::mem` Oct 10 20:25:59.114 INFO kablam! --> src/main.rs:8:5 Oct 10 20:25:59.114 INFO kablam! | Oct 10 20:25:59.114 INFO kablam! 8 | use std::mem; Oct 10 20:25:59.114 INFO kablam! | ^^^^^^^^ Oct 10 20:25:59.114 INFO kablam! Oct 10 20:25:59.122 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 10 20:25:59.122 INFO kablam! --> src/main.rs:14:5 Oct 10 20:25:59.122 INFO kablam! | Oct 10 20:25:59.122 INFO kablam! 14 | thread::sleep_ms(3); Oct 10 20:25:59.122 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:25:59.122 INFO kablam! | Oct 10 20:25:59.122 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:25:59.122 INFO kablam! Oct 10 20:25:59.159 INFO kablam! warning: unused variable: `rng` Oct 10 20:25:59.159 INFO kablam! --> src/main.rs:16:9 Oct 10 20:25:59.159 INFO kablam! | Oct 10 20:25:59.159 INFO kablam! 16 | fn roar(rng: u32) { Oct 10 20:25:59.159 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 10 20:25:59.159 INFO kablam! | Oct 10 20:25:59.159 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:25:59.159 INFO kablam! Oct 10 20:25:59.164 INFO kablam! warning: variable does not need to be mutable Oct 10 20:25:59.164 INFO kablam! --> src/main.rs:31:9 Oct 10 20:25:59.164 INFO kablam! | Oct 10 20:25:59.164 INFO kablam! 31 | let mut rng = rand::thread_rng().gen_range(1, 71); Oct 10 20:25:59.164 INFO kablam! | ----^^^ Oct 10 20:25:59.164 INFO kablam! | | Oct 10 20:25:59.164 INFO kablam! | help: remove this `mut` Oct 10 20:25:59.164 INFO kablam! | Oct 10 20:25:59.165 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:25:59.165 INFO kablam! Oct 10 20:25:59.165 INFO kablam! warning: variable `Em` should have a snake case name such as `em` Oct 10 20:25:59.165 INFO kablam! --> src/main.rs:17:9 Oct 10 20:25:59.165 INFO kablam! | Oct 10 20:25:59.165 INFO kablam! 17 | let Em = [ Oct 10 20:25:59.165 INFO kablam! | ^^ Oct 10 20:25:59.165 INFO kablam! | Oct 10 20:25:59.166 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:25:59.166 INFO kablam! Oct 10 20:25:59.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 10 20:25:59.918 INFO kablam! su: No module specific data is present Oct 10 20:26:00.842 INFO running `"docker" "rm" "-f" "598abe496fcbe758af60c243b992a93beb39f979d194cd0a9c76618fcf323470"` Oct 10 20:26:01.124 INFO blam! 598abe496fcbe758af60c243b992a93beb39f979d194cd0a9c76618fcf323470 Oct 10 20:26:01.129 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:26:01.130 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:26:01.652 INFO blam! 6f2591ca59c1aef7c836ed3b8093c6330291d36b5b1095f5cb63fed3bafb85d7 Oct 10 20:26:01.668 INFO running `"docker" "start" "-a" "6f2591ca59c1aef7c836ed3b8093c6330291d36b5b1095f5cb63fed3bafb85d7"` Oct 10 20:26:03.068 INFO kablam! usermod: no changes Oct 10 20:26:03.144 INFO kablam! Compiling roar v0.1.0 (/source) Oct 10 20:26:03.963 INFO kablam! warning: unused import: `std::io` Oct 10 20:26:03.963 INFO kablam! --> src/main.rs:1:5 Oct 10 20:26:03.963 INFO kablam! | Oct 10 20:26:03.963 INFO kablam! 1 | use std::io; Oct 10 20:26:03.963 INFO kablam! | ^^^^^^^ Oct 10 20:26:03.963 INFO kablam! | Oct 10 20:26:03.963 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:26:03.963 INFO kablam! Oct 10 20:26:03.963 INFO kablam! warning: unused import: `std::string::String` Oct 10 20:26:03.963 INFO kablam! --> src/main.rs:2:5 Oct 10 20:26:03.963 INFO kablam! | Oct 10 20:26:03.963 INFO kablam! 2 | use std::string::String; Oct 10 20:26:03.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:26:03.963 INFO kablam! Oct 10 20:26:03.963 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 20:26:03.963 INFO kablam! --> src/main.rs:3:5 Oct 10 20:26:03.963 INFO kablam! | Oct 10 20:26:03.963 INFO kablam! 3 | use std::io::prelude::*; Oct 10 20:26:03.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:26:03.963 INFO kablam! Oct 10 20:26:03.963 INFO kablam! warning: unused import: `std::env` Oct 10 20:26:03.963 INFO kablam! --> src/main.rs:4:5 Oct 10 20:26:03.963 INFO kablam! | Oct 10 20:26:03.963 INFO kablam! 4 | use std::env; Oct 10 20:26:03.963 INFO kablam! | ^^^^^^^^ Oct 10 20:26:03.963 INFO kablam! Oct 10 20:26:03.963 INFO kablam! warning: unused import: `std::vec::Vec` Oct 10 20:26:03.963 INFO kablam! --> src/main.rs:5:5 Oct 10 20:26:03.963 INFO kablam! | Oct 10 20:26:03.964 INFO kablam! 5 | use std::vec::Vec; Oct 10 20:26:03.964 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:26:03.964 INFO kablam! Oct 10 20:26:03.964 INFO kablam! warning: unused import: `std::process` Oct 10 20:26:03.964 INFO kablam! --> src/main.rs:7:5 Oct 10 20:26:03.964 INFO kablam! | Oct 10 20:26:03.964 INFO kablam! 7 | use std::process; Oct 10 20:26:03.964 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:26:03.964 INFO kablam! Oct 10 20:26:03.964 INFO kablam! warning: unused import: `std::mem` Oct 10 20:26:03.964 INFO kablam! --> src/main.rs:8:5 Oct 10 20:26:03.964 INFO kablam! | Oct 10 20:26:03.964 INFO kablam! 8 | use std::mem; Oct 10 20:26:03.964 INFO kablam! | ^^^^^^^^ Oct 10 20:26:03.964 INFO kablam! Oct 10 20:26:03.968 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 10 20:26:03.968 INFO kablam! --> src/main.rs:14:5 Oct 10 20:26:03.968 INFO kablam! | Oct 10 20:26:03.968 INFO kablam! 14 | thread::sleep_ms(3); Oct 10 20:26:03.968 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:26:03.968 INFO kablam! | Oct 10 20:26:03.968 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:26:03.968 INFO kablam! Oct 10 20:26:04.012 INFO kablam! warning: unused variable: `rng` Oct 10 20:26:04.012 INFO kablam! --> src/main.rs:16:9 Oct 10 20:26:04.012 INFO kablam! | Oct 10 20:26:04.012 INFO kablam! 16 | fn roar(rng: u32) { Oct 10 20:26:04.012 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 10 20:26:04.012 INFO kablam! | Oct 10 20:26:04.012 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:26:04.012 INFO kablam! Oct 10 20:26:04.014 INFO kablam! warning: variable does not need to be mutable Oct 10 20:26:04.014 INFO kablam! --> src/main.rs:31:9 Oct 10 20:26:04.014 INFO kablam! | Oct 10 20:26:04.014 INFO kablam! 31 | let mut rng = rand::thread_rng().gen_range(1, 71); Oct 10 20:26:04.014 INFO kablam! | ----^^^ Oct 10 20:26:04.014 INFO kablam! | | Oct 10 20:26:04.014 INFO kablam! | help: remove this `mut` Oct 10 20:26:04.014 INFO kablam! | Oct 10 20:26:04.014 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:26:04.014 INFO kablam! Oct 10 20:26:04.014 INFO kablam! warning: variable `Em` should have a snake case name such as `em` Oct 10 20:26:04.014 INFO kablam! --> src/main.rs:17:9 Oct 10 20:26:04.014 INFO kablam! | Oct 10 20:26:04.014 INFO kablam! 17 | let Em = [ Oct 10 20:26:04.014 INFO kablam! | ^^ Oct 10 20:26:04.014 INFO kablam! | Oct 10 20:26:04.014 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:26:04.014 INFO kablam! Oct 10 20:26:04.636 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 10 20:26:04.636 INFO kablam! su: No module specific data is present Oct 10 20:26:05.432 INFO running `"docker" "rm" "-f" "6f2591ca59c1aef7c836ed3b8093c6330291d36b5b1095f5cb63fed3bafb85d7"` Oct 10 20:26:05.725 INFO blam! 6f2591ca59c1aef7c836ed3b8093c6330291d36b5b1095f5cb63fed3bafb85d7 Oct 10 20:26:05.744 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:26:05.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:26:06.120 INFO blam! 199cfc8c06225177ac1c921a61bae9a355f9a405c52458b073a34865ee632874 Oct 10 20:26:06.122 INFO running `"docker" "start" "-a" "199cfc8c06225177ac1c921a61bae9a355f9a405c52458b073a34865ee632874"` Oct 10 20:26:07.844 INFO kablam! usermod: no changes Oct 10 20:26:07.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 20:26:07.948 INFO blam! Oct 10 20:26:07.948 INFO blam! running 0 tests Oct 10 20:26:07.948 INFO blam! Oct 10 20:26:07.948 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:26:07.948 INFO blam! Oct 10 20:26:07.949 INFO kablam! Running /target/debug/deps/roar-4a43a7b4d74121d9 Oct 10 20:26:07.951 INFO kablam! su: No module specific data is present Oct 10 20:26:08.780 INFO running `"docker" "rm" "-f" "199cfc8c06225177ac1c921a61bae9a355f9a405c52458b073a34865ee632874"` Oct 10 20:26:09.170 INFO blam! 199cfc8c06225177ac1c921a61bae9a355f9a405c52458b073a34865ee632874