Oct 11 10:54:21.977 INFO testing stat-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:54:21.977 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:54:21.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 10:54:22.384 INFO blam! 0973a5429313da3a0e4deb64fc40251ba89f1efcee12050c16683448c48bd874 Oct 11 10:54:22.386 INFO running `"docker" "start" "-a" "0973a5429313da3a0e4deb64fc40251ba89f1efcee12050c16683448c48bd874"` Oct 11 10:54:23.578 INFO kablam! usermod: no changes Oct 11 10:54:23.640 INFO kablam! Compiling stat v0.2.0 (/source) Oct 11 10:54:24.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 11 10:54:24.737 INFO kablam! su: No module specific data is present Oct 11 10:54:25.362 INFO running `"docker" "rm" "-f" "0973a5429313da3a0e4deb64fc40251ba89f1efcee12050c16683448c48bd874"` Oct 11 10:54:25.676 INFO blam! 0973a5429313da3a0e4deb64fc40251ba89f1efcee12050c16683448c48bd874 Oct 11 10:54:25.680 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:54:25.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 10:54:26.124 INFO blam! 3d1ec32c21b0d64404b626d65a75ae621712ba8e916a42a5832130abf71156ca Oct 11 10:54:26.128 INFO running `"docker" "start" "-a" "3d1ec32c21b0d64404b626d65a75ae621712ba8e916a42a5832130abf71156ca"` Oct 11 10:54:27.236 INFO kablam! usermod: no changes Oct 11 10:54:27.308 INFO kablam! Compiling stat v0.2.0 (/source) Oct 11 10:54:29.256 INFO kablam! warning: unused import: `stat::*` Oct 11 10:54:29.256 INFO kablam! --> tests/nist_test.rs:28:5 Oct 11 10:54:29.256 INFO kablam! | Oct 11 10:54:29.256 INFO kablam! 28 | use stat::*; Oct 11 10:54:29.256 INFO kablam! | ^^^^^^^ Oct 11 10:54:29.256 INFO kablam! | Oct 11 10:54:29.256 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:54:29.256 INFO kablam! Oct 11 10:54:30.124 INFO kablam! warning: variable does not need to be mutable Oct 11 10:54:30.124 INFO kablam! --> tests/nist_test.rs:278:9 Oct 11 10:54:30.124 INFO kablam! | Oct 11 10:54:30.124 INFO kablam! 278 | let mut numacc2 = &mut [0.0; 1001]; Oct 11 10:54:30.124 INFO kablam! | ----^^^^^^^ Oct 11 10:54:30.124 INFO kablam! | | Oct 11 10:54:30.124 INFO kablam! | help: remove this `mut` Oct 11 10:54:30.124 INFO kablam! | Oct 11 10:54:30.124 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:54:30.124 INFO kablam! Oct 11 10:54:30.124 INFO kablam! warning: variable does not need to be mutable Oct 11 10:54:30.124 INFO kablam! --> tests/nist_test.rs:280:9 Oct 11 10:54:30.124 INFO kablam! | Oct 11 10:54:30.125 INFO kablam! 280 | let mut numacc3 = &mut [0.0; 1001]; Oct 11 10:54:30.125 INFO kablam! | ----^^^^^^^ Oct 11 10:54:30.125 INFO kablam! | | Oct 11 10:54:30.125 INFO kablam! | help: remove this `mut` Oct 11 10:54:30.125 INFO kablam! Oct 11 10:54:30.125 INFO kablam! warning: variable does not need to be mutable Oct 11 10:54:30.125 INFO kablam! --> tests/nist_test.rs:282:9 Oct 11 10:54:30.125 INFO kablam! | Oct 11 10:54:30.125 INFO kablam! 282 | let mut numacc4 = &mut [0.0; 1001]; Oct 11 10:54:30.125 INFO kablam! | ----^^^^^^^ Oct 11 10:54:30.125 INFO kablam! | | Oct 11 10:54:30.125 INFO kablam! | help: remove this `mut` Oct 11 10:54:30.125 INFO kablam! Oct 11 10:54:30.125 INFO kablam! warning: function is never used: `test` Oct 11 10:54:30.125 INFO kablam! --> tests/gsl.rs:21:1 Oct 11 10:54:30.125 INFO kablam! | Oct 11 10:54:30.125 INFO kablam! 21 | pub fn test(status: bool, test_description: &str) { Oct 11 10:54:30.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:54:30.125 INFO kablam! | Oct 11 10:54:30.125 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 10:54:30.125 INFO kablam! Oct 11 10:54:31.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.84s Oct 11 10:54:31.104 INFO kablam! su: No module specific data is present Oct 11 10:54:31.650 INFO running `"docker" "rm" "-f" "3d1ec32c21b0d64404b626d65a75ae621712ba8e916a42a5832130abf71156ca"` Oct 11 10:54:31.864 INFO blam! 3d1ec32c21b0d64404b626d65a75ae621712ba8e916a42a5832130abf71156ca Oct 11 10:54:31.885 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:54:31.886 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 10:54:32.396 INFO blam! 90fdf5a0b2d23e664f12876cd0146d156f1b07b4a9a03bd134e83bd9942feca1 Oct 11 10:54:32.400 INFO running `"docker" "start" "-a" "90fdf5a0b2d23e664f12876cd0146d156f1b07b4a9a03bd134e83bd9942feca1"` Oct 11 10:54:33.383 INFO kablam! usermod: no changes Oct 11 10:54:33.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 10:54:33.428 INFO kablam! Running /target/debug/deps/stat-f7c66853fb59dcd2 Oct 11 10:54:33.430 INFO blam! Oct 11 10:54:33.430 INFO blam! running 0 tests Oct 11 10:54:33.430 INFO blam! Oct 11 10:54:33.430 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:54:33.430 INFO blam! Oct 11 10:54:33.436 INFO kablam! Running /target/debug/deps/f64_test-7c0597f6f3ca69e6 Oct 11 10:54:33.436 INFO kablam! Running /target/debug/deps/gsl-45f650ec291164a0 Oct 11 10:54:33.436 INFO kablam! Running /target/debug/deps/int_test-2d98736ed49ea5e2 Oct 11 10:54:33.437 INFO blam! Oct 11 10:54:33.437 INFO blam! running 1 test Oct 11 10:54:33.437 INFO blam! test test_float64_slice ... ok Oct 11 10:54:33.437 INFO blam! Oct 11 10:54:33.437 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:54:33.437 INFO blam! Oct 11 10:54:33.437 INFO blam! Oct 11 10:54:33.437 INFO blam! running 0 tests Oct 11 10:54:33.437 INFO blam! Oct 11 10:54:33.437 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:54:33.437 INFO blam! Oct 11 10:54:33.440 INFO blam! Oct 11 10:54:33.440 INFO kablam! Running /target/debug/deps/nist_test-3a726723d46ac2c7 Oct 11 10:54:33.440 INFO blam! running 1 test Oct 11 10:54:33.440 INFO blam! test test_i32_slice ... ok Oct 11 10:54:33.440 INFO blam! Oct 11 10:54:33.440 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:54:33.440 INFO blam! Oct 11 10:54:33.440 INFO blam! Oct 11 10:54:33.440 INFO blam! running 1 test Oct 11 10:54:33.442 INFO blam! test test_nist ... ok Oct 11 10:54:33.442 INFO blam! Oct 11 10:54:33.442 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:54:33.442 INFO blam! Oct 11 10:54:33.452 INFO kablam! Doc-tests stat Oct 11 10:54:35.033 INFO blam! Oct 11 10:54:35.033 INFO blam! running 0 tests Oct 11 10:54:35.033 INFO blam! Oct 11 10:54:35.034 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:54:35.034 INFO blam! Oct 11 10:54:35.040 INFO kablam! su: No module specific data is present Oct 11 10:54:35.654 INFO running `"docker" "rm" "-f" "90fdf5a0b2d23e664f12876cd0146d156f1b07b4a9a03bd134e83bd9942feca1"` Oct 11 10:54:35.860 INFO blam! 90fdf5a0b2d23e664f12876cd0146d156f1b07b4a9a03bd134e83bd9942feca1