Oct 15 23:03:54.247 INFO testing quantum-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 23:03:54.247 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:03:54.695 INFO blam! 27a139e27f723ff0356884722a098e32d65d7af214c056ed1fc7b50d0900b7dd Oct 15 23:03:54.699 INFO running `"docker" "start" "-a" "27a139e27f723ff0356884722a098e32d65d7af214c056ed1fc7b50d0900b7dd"` Oct 15 23:03:55.723 INFO kablam! usermod: no changes Oct 15 23:03:55.797 INFO kablam! Compiling float-cmp v0.2.5 Oct 15 23:03:56.585 INFO kablam! Compiling quantum v0.1.2 (/source) Oct 15 23:03:57.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 15 23:03:57.846 INFO kablam! su: No module specific data is present Oct 15 23:03:58.203 INFO running `"docker" "rm" "-f" "27a139e27f723ff0356884722a098e32d65d7af214c056ed1fc7b50d0900b7dd"` Oct 15 23:03:58.302 INFO blam! 27a139e27f723ff0356884722a098e32d65d7af214c056ed1fc7b50d0900b7dd Oct 15 23:03:58.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:03:58.619 INFO blam! 92ba3188d68784f67b02d55e4379b8e425e8ee58728e6fcbedd8bf89c56da58c Oct 15 23:03:58.622 INFO running `"docker" "start" "-a" "92ba3188d68784f67b02d55e4379b8e425e8ee58728e6fcbedd8bf89c56da58c"` Oct 15 23:03:59.783 INFO kablam! usermod: no changes Oct 15 23:03:59.891 INFO kablam! Compiling quantum v0.1.2 (/source) Oct 15 23:04:01.067 INFO kablam! warning: variable does not need to be mutable Oct 15 23:04:01.068 INFO kablam! --> src/matrix.rs:193:8 Oct 15 23:04:01.068 INFO kablam! | Oct 15 23:04:01.068 INFO kablam! 193 | let mut m = m_real![1, 2; 3, 4]; Oct 15 23:04:01.069 INFO kablam! | ----^ Oct 15 23:04:01.069 INFO kablam! | | Oct 15 23:04:01.069 INFO kablam! | help: remove this `mut` Oct 15 23:04:01.069 INFO kablam! | Oct 15 23:04:01.070 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:04:01.070 INFO kablam! Oct 15 23:04:01.075 INFO kablam! warning: variable does not need to be mutable Oct 15 23:04:01.075 INFO kablam! --> src/matrix.rs:203:9 Oct 15 23:04:01.076 INFO kablam! | Oct 15 23:04:01.076 INFO kablam! 203 | let mut added = m_real![2, 4; 6, 8]; Oct 15 23:04:01.076 INFO kablam! | ----^^^^^ Oct 15 23:04:01.077 INFO kablam! | | Oct 15 23:04:01.077 INFO kablam! | help: remove this `mut` Oct 15 23:04:01.077 INFO kablam! Oct 15 23:04:01.077 INFO kablam! warning: variable does not need to be mutable Oct 15 23:04:01.078 INFO kablam! --> src/matrix.rs:205:9 Oct 15 23:04:01.078 INFO kablam! | Oct 15 23:04:01.079 INFO kablam! 205 | let mut squared = m_real![7, 10; 15, 22]; Oct 15 23:04:01.079 INFO kablam! | ----^^^^^^^ Oct 15 23:04:01.079 INFO kablam! | | Oct 15 23:04:01.079 INFO kablam! | help: remove this `mut` Oct 15 23:04:01.080 INFO kablam! Oct 15 23:04:01.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 15 23:04:01.847 INFO kablam! su: No module specific data is present Oct 15 23:04:02.280 INFO running `"docker" "rm" "-f" "92ba3188d68784f67b02d55e4379b8e425e8ee58728e6fcbedd8bf89c56da58c"` Oct 15 23:04:02.427 INFO blam! 92ba3188d68784f67b02d55e4379b8e425e8ee58728e6fcbedd8bf89c56da58c Oct 15 23:04:02.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:04:02.684 INFO blam! 2f0d0c2b7b742a368833b733e2306a0bc062f9c6665cc66183c9b8236cc61daf Oct 15 23:04:02.685 INFO running `"docker" "start" "-a" "2f0d0c2b7b742a368833b733e2306a0bc062f9c6665cc66183c9b8236cc61daf"` Oct 15 23:04:04.004 INFO kablam! usermod: no changes Oct 15 23:04:04.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 23:04:04.047 INFO kablam! Running /target/debug/deps/quantum-df008b4a4292f368 Oct 15 23:04:04.050 INFO blam! Oct 15 23:04:04.050 INFO blam! running 20 tests Oct 15 23:04:04.051 INFO blam! test gates::pauli_z_test ... ok Oct 15 23:04:04.052 INFO blam! test gates::pauli_y_test ... ok Oct 15 23:04:04.052 INFO blam! test gates::pauli_x_test ... ok Oct 15 23:04:04.052 INFO blam! test gates::identity_test ... ok Oct 15 23:04:04.052 INFO blam! test computer::state_test ... ok Oct 15 23:04:04.055 INFO blam! test computer::compute_test ... ok Oct 15 23:04:04.055 INFO blam! test gates::phase_shift_test ... ok Oct 15 23:04:04.067 INFO blam! test complex::complex_test ... ok Oct 15 23:04:04.067 INFO blam! test ket::classical_test ... ok Oct 15 23:04:04.067 INFO blam! test gates::swap_test ... ok Oct 15 23:04:04.067 INFO blam! test matrix::matrix_test ... ok Oct 15 23:04:04.075 INFO blam! test other::qubit::initialization_test ... ok Oct 15 23:04:04.080 INFO blam! test registers::state_test ... ok Oct 15 23:04:04.080 INFO blam! test gates::hadamard_test ... ok Oct 15 23:04:04.083 INFO blam! test registers::initialization_test ... ok Oct 15 23:04:04.084 INFO blam! test registers::collapse_test ... ok Oct 15 23:04:04.087 INFO blam! test ket::from_classical_test ... ok Oct 15 23:04:04.087 INFO blam! test ket::valid_test ... ok Oct 15 23:04:04.116 INFO blam! test other::qubit::bad_initialization_test ... ok Oct 15 23:04:04.116 INFO blam! test registers::double_collapse_test ... ok Oct 15 23:04:04.116 INFO blam! Oct 15 23:04:04.116 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:04:04.116 INFO blam! Oct 15 23:04:04.117 INFO kablam! Doc-tests quantum Oct 15 23:04:05.395 INFO blam! Oct 15 23:04:05.395 INFO blam! running 0 tests Oct 15 23:04:05.395 INFO blam! Oct 15 23:04:05.395 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:04:05.395 INFO blam! Oct 15 23:04:05.402 INFO kablam! su: No module specific data is present Oct 15 23:04:05.971 INFO running `"docker" "rm" "-f" "2f0d0c2b7b742a368833b733e2306a0bc062f9c6665cc66183c9b8236cc61daf"` Oct 15 23:04:06.371 INFO blam! 2f0d0c2b7b742a368833b733e2306a0bc062f9c6665cc66183c9b8236cc61daf