Oct 11 14:16:51.737 INFO testing quantum-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:16:51.737 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:16:51.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 14:16:51.928 INFO blam! 6f83bdd3fd9a3af6cec0c02b095395cabfc0a843acd66bc499b390c9ecc57618 Oct 11 14:16:51.928 INFO running `"docker" "start" "-a" "6f83bdd3fd9a3af6cec0c02b095395cabfc0a843acd66bc499b390c9ecc57618"` Oct 11 14:16:52.601 INFO kablam! usermod: no changes Oct 11 14:16:52.664 INFO kablam! Compiling float-cmp v0.2.5 Oct 11 14:16:53.340 INFO kablam! Compiling quantum v0.1.2 (/source) Oct 11 14:16:54.592 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 11 14:16:54.592 INFO kablam! su: No module specific data is present Oct 11 14:16:55.208 INFO running `"docker" "rm" "-f" "6f83bdd3fd9a3af6cec0c02b095395cabfc0a843acd66bc499b390c9ecc57618"` Oct 11 14:16:55.452 INFO blam! 6f83bdd3fd9a3af6cec0c02b095395cabfc0a843acd66bc499b390c9ecc57618 Oct 11 14:16:55.454 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:16:55.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 14:16:55.774 INFO blam! db9724f9395f858ab75c398f86fa5b3d69d47ec7ea082711fad0e334bdf84f66 Oct 11 14:16:55.777 INFO running `"docker" "start" "-a" "db9724f9395f858ab75c398f86fa5b3d69d47ec7ea082711fad0e334bdf84f66"` Oct 11 14:16:56.682 INFO kablam! usermod: no changes Oct 11 14:16:56.744 INFO kablam! Compiling quantum v0.1.2 (/source) Oct 11 14:16:57.919 INFO kablam! warning: variable does not need to be mutable Oct 11 14:16:57.919 INFO kablam! --> src/matrix.rs:193:8 Oct 11 14:16:57.919 INFO kablam! | Oct 11 14:16:57.919 INFO kablam! 193 | let mut m = m_real![1, 2; 3, 4]; Oct 11 14:16:57.919 INFO kablam! | ----^ Oct 11 14:16:57.919 INFO kablam! | | Oct 11 14:16:57.919 INFO kablam! | help: remove this `mut` Oct 11 14:16:57.919 INFO kablam! | Oct 11 14:16:57.919 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 14:16:57.919 INFO kablam! Oct 11 14:16:57.928 INFO kablam! warning: variable does not need to be mutable Oct 11 14:16:57.928 INFO kablam! --> src/matrix.rs:203:9 Oct 11 14:16:57.928 INFO kablam! | Oct 11 14:16:57.928 INFO kablam! 203 | let mut added = m_real![2, 4; 6, 8]; Oct 11 14:16:57.928 INFO kablam! | ----^^^^^ Oct 11 14:16:57.928 INFO kablam! | | Oct 11 14:16:57.928 INFO kablam! | help: remove this `mut` Oct 11 14:16:57.928 INFO kablam! Oct 11 14:16:57.928 INFO kablam! warning: variable does not need to be mutable Oct 11 14:16:57.928 INFO kablam! --> src/matrix.rs:205:9 Oct 11 14:16:57.928 INFO kablam! | Oct 11 14:16:57.928 INFO kablam! 205 | let mut squared = m_real![7, 10; 15, 22]; Oct 11 14:16:57.928 INFO kablam! | ----^^^^^^^ Oct 11 14:16:57.928 INFO kablam! | | Oct 11 14:16:57.928 INFO kablam! | help: remove this `mut` Oct 11 14:16:57.928 INFO kablam! Oct 11 14:16:58.738 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 11 14:16:58.742 INFO kablam! su: No module specific data is present Oct 11 14:16:59.082 INFO running `"docker" "rm" "-f" "db9724f9395f858ab75c398f86fa5b3d69d47ec7ea082711fad0e334bdf84f66"` Oct 11 14:16:59.463 INFO blam! db9724f9395f858ab75c398f86fa5b3d69d47ec7ea082711fad0e334bdf84f66 Oct 11 14:16:59.469 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:16:59.470 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 14:16:59.806 INFO blam! fd6163cba6a75186bbd5b8a751ede79dfaa72f25ff0210a18206980d3e5d573c Oct 11 14:16:59.820 INFO running `"docker" "start" "-a" "fd6163cba6a75186bbd5b8a751ede79dfaa72f25ff0210a18206980d3e5d573c"` Oct 11 14:17:01.033 INFO kablam! usermod: no changes Oct 11 14:17:01.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 14:17:01.108 INFO kablam! Running /target/debug/deps/quantum-df008b4a4292f368 Oct 11 14:17:01.113 INFO blam! Oct 11 14:17:01.113 INFO blam! running 20 tests Oct 11 14:17:01.113 INFO blam! test complex::complex_test ... ok Oct 11 14:17:01.113 INFO blam! test computer::compute_test ... ok Oct 11 14:17:01.116 INFO blam! test computer::state_test ... ok Oct 11 14:17:01.120 INFO blam! test gates::swap_test ... ok Oct 11 14:17:01.121 INFO blam! test ket::classical_test ... ok Oct 11 14:17:01.121 INFO blam! test ket::valid_test ... ok Oct 11 14:17:01.136 INFO blam! test gates::pauli_z_test ... ok Oct 11 14:17:01.137 INFO blam! test gates::pauli_y_test ... ok Oct 11 14:17:01.137 INFO blam! test gates::pauli_x_test ... ok Oct 11 14:17:01.137 INFO blam! test ket::from_classical_test ... ok Oct 11 14:17:01.140 INFO blam! test registers::collapse_test ... ok Oct 11 14:17:01.141 INFO blam! test gates::identity_test ... ok Oct 11 14:17:01.148 INFO blam! test gates::phase_shift_test ... ok Oct 11 14:17:01.148 INFO blam! test matrix::matrix_test ... ok Oct 11 14:17:01.148 INFO blam! test other::qubit::initialization_test ... ok Oct 11 14:17:01.164 INFO blam! test registers::initialization_test ... ok Oct 11 14:17:01.164 INFO blam! test gates::hadamard_test ... ok Oct 11 14:17:01.164 INFO blam! test registers::state_test ... ok Oct 11 14:17:01.171 INFO blam! test other::qubit::bad_initialization_test ... ok Oct 11 14:17:01.176 INFO blam! test registers::double_collapse_test ... ok Oct 11 14:17:01.176 INFO blam! Oct 11 14:17:01.176 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:17:01.176 INFO blam! Oct 11 14:17:01.180 INFO kablam! Doc-tests quantum Oct 11 14:17:02.396 INFO blam! Oct 11 14:17:02.396 INFO blam! running 0 tests Oct 11 14:17:02.396 INFO blam! Oct 11 14:17:02.396 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:17:02.396 INFO blam! Oct 11 14:17:02.410 INFO kablam! su: No module specific data is present Oct 11 14:17:03.147 INFO running `"docker" "rm" "-f" "fd6163cba6a75186bbd5b8a751ede79dfaa72f25ff0210a18206980d3e5d573c"` Oct 11 14:17:03.344 INFO blam! fd6163cba6a75186bbd5b8a751ede79dfaa72f25ff0210a18206980d3e5d573c