Oct 14 15:11:20.301 INFO testing khernyo/qc-playground against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:11:20.307 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 15:11:20.789 INFO blam! 447d957ca3589e6669f56775d1eb61d84b528df4170dbcd44e9ba60ef6cecba6 Oct 14 15:11:20.790 INFO running `"docker" "start" "-a" "447d957ca3589e6669f56775d1eb61d84b528df4170dbcd44e9ba60ef6cecba6"` Oct 14 15:11:22.008 INFO kablam! usermod: no changes Oct 14 15:11:22.211 INFO kablam! Compiling num-bigint v0.1.44 Oct 14 15:11:22.211 INFO kablam! Compiling alga v0.5.3 Oct 14 15:11:26.471 INFO kablam! Compiling num-rational v0.1.42 Oct 14 15:11:27.903 INFO kablam! Compiling num v0.1.42 Oct 14 15:11:28.115 INFO kablam! Compiling nalgebra v0.14.1 Oct 14 15:11:59.299 INFO kablam! Compiling qc-playground v0.1.0 (/source) Oct 14 15:11:59.683 INFO kablam! warning: unused import: `approx::ApproxEq` Oct 14 15:11:59.683 INFO kablam! --> src/lib.rs:13:5 Oct 14 15:11:59.683 INFO kablam! | Oct 14 15:11:59.683 INFO kablam! 13 | use approx::ApproxEq; Oct 14 15:11:59.683 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:11:59.684 INFO kablam! | Oct 14 15:11:59.684 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:11:59.684 INFO kablam! Oct 14 15:11:59.869 INFO kablam! warning: method is never used: `from_qubits` Oct 14 15:11:59.869 INFO kablam! --> src/lib.rs:112:5 Oct 14 15:11:59.869 INFO kablam! | Oct 14 15:11:59.869 INFO kablam! 112 | fn from_qubits(qubits: &[Qubit]) -> QStateExpr { Oct 14 15:11:59.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.869 INFO kablam! | Oct 14 15:11:59.870 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:11:59.870 INFO kablam! Oct 14 15:11:59.870 INFO kablam! warning: method is never used: `eval` Oct 14 15:11:59.870 INFO kablam! --> src/lib.rs:125:5 Oct 14 15:11:59.870 INFO kablam! | Oct 14 15:11:59.870 INFO kablam! 125 | fn eval(self) -> QState { Oct 14 15:11:59.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.870 INFO kablam! Oct 14 15:11:59.870 INFO kablam! warning: struct is never constructed: `QState` Oct 14 15:11:59.870 INFO kablam! --> src/lib.rs:176:1 Oct 14 15:11:59.870 INFO kablam! | Oct 14 15:11:59.870 INFO kablam! 176 | struct QState { Oct 14 15:11:59.870 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:11:59.870 INFO kablam! Oct 14 15:11:59.870 INFO kablam! warning: method is never used: `from` Oct 14 15:11:59.870 INFO kablam! --> src/lib.rs:187:5 Oct 14 15:11:59.871 INFO kablam! | Oct 14 15:11:59.871 INFO kablam! 187 | fn from(expr: QStateExpr) -> QState { Oct 14 15:11:59.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.871 INFO kablam! Oct 14 15:11:59.871 INFO kablam! warning: method is never used: `validate` Oct 14 15:11:59.871 INFO kablam! --> src/lib.rs:193:5 Oct 14 15:11:59.871 INFO kablam! | Oct 14 15:11:59.871 INFO kablam! 193 | fn validate(&self) { Oct 14 15:11:59.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.871 INFO kablam! Oct 14 15:11:59.871 INFO kablam! warning: method is never used: `qubit_count` Oct 14 15:11:59.871 INFO kablam! --> src/lib.rs:201:5 Oct 14 15:11:59.871 INFO kablam! | Oct 14 15:11:59.871 INFO kablam! 201 | fn qubit_count(&self) -> u32 { Oct 14 15:11:59.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.871 INFO kablam! Oct 14 15:11:59.871 INFO kablam! warning: method is never used: `apply` Oct 14 15:11:59.871 INFO kablam! --> src/lib.rs:205:5 Oct 14 15:11:59.871 INFO kablam! | Oct 14 15:11:59.871 INFO kablam! 205 | fn apply(self, gate: &QGate) -> QState { Oct 14 15:11:59.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.871 INFO kablam! Oct 14 15:11:59.871 INFO kablam! warning: method is never used: `measure` Oct 14 15:11:59.871 INFO kablam! --> src/lib.rs:217:5 Oct 14 15:11:59.871 INFO kablam! | Oct 14 15:11:59.871 INFO kablam! 217 | fn measure(self, rng: &mut Rng) -> Vec { Oct 14 15:11:59.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.871 INFO kablam! Oct 14 15:11:59.871 INFO kablam! warning: method is never used: `measure_one` Oct 14 15:11:59.871 INFO kablam! --> src/lib.rs:231:5 Oct 14 15:11:59.871 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 231 | fn measure_one(self, index: u32, rng: &mut Rng) -> (bool, QState) { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: function is never used: `n_to_bitvec` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:236:1 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 236 | fn n_to_bitvec(n: usize, bits: u32) -> Vec { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: function is never used: `qubit_count` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:247:1 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 247 | fn qubit_count(state: &DVector) -> u32 { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: struct is never constructed: `QGate` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:252:1 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 252 | struct QGate(DMatrix); Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: method is never used: `identity` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:261:5 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 261 | fn identity() -> QGate { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: method is never used: `hadamard` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:271:5 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 271 | fn hadamard() -> QGate { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: method is never used: `pauli_x` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:279:5 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 279 | fn pauli_x() -> QGate { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: method is never used: `pauli_y` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:286:5 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 286 | fn pauli_y() -> QGate { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: method is never used: `pauli_z` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:293:5 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 293 | fn pauli_z() -> QGate { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: method is never used: `phase_shift` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:300:5 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 300 | fn phase_shift(phi: f64) -> QGate { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: method is never used: `swap` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:307:5 Oct 14 15:11:59.879 INFO kablam! | Oct 14 15:11:59.879 INFO kablam! 307 | fn swap() -> QGate { Oct 14 15:11:59.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.879 INFO kablam! Oct 14 15:11:59.879 INFO kablam! warning: method is never used: `cnot` Oct 14 15:11:59.879 INFO kablam! --> src/lib.rs:316:5 Oct 14 15:11:59.880 INFO kablam! | Oct 14 15:11:59.880 INFO kablam! 316 | fn cnot() -> QGate { Oct 14 15:11:59.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.880 INFO kablam! Oct 14 15:11:59.880 INFO kablam! warning: method is never used: `par` Oct 14 15:11:59.880 INFO kablam! --> src/lib.rs:326:5 Oct 14 15:11:59.880 INFO kablam! | Oct 14 15:11:59.880 INFO kablam! 326 | fn par(&self, rhs: &QGate) -> QGate { Oct 14 15:11:59.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:11:59.880 INFO kablam! Oct 14 15:12:01.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.71s Oct 14 15:12:01.767 INFO kablam! su: No module specific data is present Oct 14 15:12:03.393 INFO running `"docker" "rm" "-f" "447d957ca3589e6669f56775d1eb61d84b528df4170dbcd44e9ba60ef6cecba6"` Oct 14 15:12:03.662 INFO blam! 447d957ca3589e6669f56775d1eb61d84b528df4170dbcd44e9ba60ef6cecba6 Oct 14 15:12:03.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 15:12:04.115 INFO blam! 3fd7489a77522c6f6f23f4597ee1b4a4df25270c42aeaa8d9da2a2f2c14507b3 Oct 14 15:12:04.118 INFO running `"docker" "start" "-a" "3fd7489a77522c6f6f23f4597ee1b4a4df25270c42aeaa8d9da2a2f2c14507b3"` Oct 14 15:12:05.193 INFO kablam! usermod: no changes Oct 14 15:12:05.342 INFO kablam! Compiling rustc-cfg v0.2.0 Oct 14 15:12:05.344 INFO kablam! Compiling ieee754 v0.2.2 Oct 14 15:12:05.344 INFO kablam! Compiling hamming v0.1.3 Oct 14 15:12:05.354 INFO kablam! Compiling rand v0.5.5 Oct 14 15:12:05.354 INFO kablam! Compiling num-traits v0.2.5 Oct 14 15:12:10.341 INFO kablam! Compiling num-integer v0.1.39 Oct 14 15:12:10.341 INFO kablam! Compiling num-traits v0.1.43 Oct 14 15:12:10.341 INFO kablam! Compiling num-complex v0.1.43 Oct 14 15:12:12.075 INFO kablam! Compiling alga v0.5.3 Oct 14 15:12:12.122 INFO kablam! Compiling num-bigint v0.1.44 Oct 14 15:12:12.122 INFO kablam! Compiling num-iter v0.1.37 Oct 14 15:12:15.475 INFO kablam! Compiling ramp v0.5.0 Oct 14 15:12:15.475 INFO kablam! Compiling num-rational v0.1.42 Oct 14 15:12:18.091 INFO kablam! Compiling num v0.1.42 Oct 14 15:12:18.311 INFO kablam! Compiling nalgebra v0.14.1 Oct 14 15:12:23.083 INFO kablam! Compiling is_prime v1.0.5 Oct 14 15:12:53.700 INFO kablam! Compiling qc-playground v0.1.0 (/source) Oct 14 15:12:54.243 INFO kablam! warning: unused import: `approx::ApproxEq` Oct 14 15:12:54.243 INFO kablam! --> src/lib.rs:13:5 Oct 14 15:12:54.244 INFO kablam! | Oct 14 15:12:54.245 INFO kablam! 13 | use approx::ApproxEq; Oct 14 15:12:54.245 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 15:12:54.246 INFO kablam! | Oct 14 15:12:54.251 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:12:54.251 INFO kablam! Oct 14 15:12:54.472 INFO kablam! warning: method is never used: `from_qubits` Oct 14 15:12:54.473 INFO kablam! --> src/lib.rs:112:5 Oct 14 15:12:54.473 INFO kablam! | Oct 14 15:12:54.473 INFO kablam! 112 | fn from_qubits(qubits: &[Qubit]) -> QStateExpr { Oct 14 15:12:54.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.474 INFO kablam! | Oct 14 15:12:54.474 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:12:54.474 INFO kablam! Oct 14 15:12:54.474 INFO kablam! warning: method is never used: `eval` Oct 14 15:12:54.475 INFO kablam! --> src/lib.rs:125:5 Oct 14 15:12:54.475 INFO kablam! | Oct 14 15:12:54.475 INFO kablam! 125 | fn eval(self) -> QState { Oct 14 15:12:54.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.476 INFO kablam! Oct 14 15:12:54.476 INFO kablam! warning: struct is never constructed: `QState` Oct 14 15:12:54.476 INFO kablam! --> src/lib.rs:176:1 Oct 14 15:12:54.476 INFO kablam! | Oct 14 15:12:54.476 INFO kablam! 176 | struct QState { Oct 14 15:12:54.476 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:12:54.476 INFO kablam! Oct 14 15:12:54.476 INFO kablam! warning: method is never used: `from` Oct 14 15:12:54.476 INFO kablam! --> src/lib.rs:187:5 Oct 14 15:12:54.476 INFO kablam! | Oct 14 15:12:54.476 INFO kablam! 187 | fn from(expr: QStateExpr) -> QState { Oct 14 15:12:54.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.476 INFO kablam! Oct 14 15:12:54.476 INFO kablam! warning: method is never used: `validate` Oct 14 15:12:54.476 INFO kablam! --> src/lib.rs:193:5 Oct 14 15:12:54.476 INFO kablam! | Oct 14 15:12:54.476 INFO kablam! 193 | fn validate(&self) { Oct 14 15:12:54.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.476 INFO kablam! Oct 14 15:12:54.476 INFO kablam! warning: method is never used: `qubit_count` Oct 14 15:12:54.476 INFO kablam! --> src/lib.rs:201:5 Oct 14 15:12:54.476 INFO kablam! | Oct 14 15:12:54.476 INFO kablam! 201 | fn qubit_count(&self) -> u32 { Oct 14 15:12:54.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.476 INFO kablam! Oct 14 15:12:54.476 INFO kablam! warning: method is never used: `apply` Oct 14 15:12:54.476 INFO kablam! --> src/lib.rs:205:5 Oct 14 15:12:54.476 INFO kablam! | Oct 14 15:12:54.476 INFO kablam! 205 | fn apply(self, gate: &QGate) -> QState { Oct 14 15:12:54.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.476 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `measure` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:217:5 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 217 | fn measure(self, rng: &mut Rng) -> Vec { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `measure_one` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:231:5 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 231 | fn measure_one(self, index: u32, rng: &mut Rng) -> (bool, QState) { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: function is never used: `n_to_bitvec` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:236:1 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 236 | fn n_to_bitvec(n: usize, bits: u32) -> Vec { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: function is never used: `qubit_count` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:247:1 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 247 | fn qubit_count(state: &DVector) -> u32 { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: struct is never constructed: `QGate` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:252:1 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 252 | struct QGate(DMatrix); Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `identity` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:261:5 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 261 | fn identity() -> QGate { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `hadamard` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:271:5 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 271 | fn hadamard() -> QGate { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `pauli_x` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:279:5 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 279 | fn pauli_x() -> QGate { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `pauli_y` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:286:5 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 286 | fn pauli_y() -> QGate { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `pauli_z` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:293:5 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 293 | fn pauli_z() -> QGate { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `phase_shift` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:300:5 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 300 | fn phase_shift(phi: f64) -> QGate { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `swap` Oct 14 15:12:54.477 INFO kablam! --> src/lib.rs:307:5 Oct 14 15:12:54.477 INFO kablam! | Oct 14 15:12:54.477 INFO kablam! 307 | fn swap() -> QGate { Oct 14 15:12:54.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.477 INFO kablam! Oct 14 15:12:54.477 INFO kablam! warning: method is never used: `cnot` Oct 14 15:12:54.478 INFO kablam! --> src/lib.rs:316:5 Oct 14 15:12:54.478 INFO kablam! | Oct 14 15:12:54.478 INFO kablam! 316 | fn cnot() -> QGate { Oct 14 15:12:54.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.478 INFO kablam! Oct 14 15:12:54.478 INFO kablam! warning: method is never used: `par` Oct 14 15:12:54.478 INFO kablam! --> src/lib.rs:326:5 Oct 14 15:12:54.478 INFO kablam! | Oct 14 15:12:54.478 INFO kablam! 326 | fn par(&self, rhs: &QGate) -> QGate { Oct 14 15:12:54.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:54.478 INFO kablam! Oct 14 15:12:55.071 INFO kablam! warning: method is never used: `measure_one` Oct 14 15:12:55.075 INFO kablam! --> src/lib.rs:231:5 Oct 14 15:12:55.075 INFO kablam! | Oct 14 15:12:55.076 INFO kablam! 231 | fn measure_one(self, index: u32, rng: &mut Rng) -> (bool, QState) { Oct 14 15:12:55.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:55.076 INFO kablam! | Oct 14 15:12:55.076 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:12:55.077 INFO kablam! Oct 14 15:12:55.077 INFO kablam! warning: method is never used: `pauli_x` Oct 14 15:12:55.077 INFO kablam! --> src/lib.rs:279:5 Oct 14 15:12:55.078 INFO kablam! | Oct 14 15:12:55.078 INFO kablam! 279 | fn pauli_x() -> QGate { Oct 14 15:12:55.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:55.078 INFO kablam! Oct 14 15:12:55.079 INFO kablam! warning: method is never used: `pauli_y` Oct 14 15:12:55.079 INFO kablam! --> src/lib.rs:286:5 Oct 14 15:12:55.079 INFO kablam! | Oct 14 15:12:55.079 INFO kablam! 286 | fn pauli_y() -> QGate { Oct 14 15:12:55.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:55.080 INFO kablam! Oct 14 15:12:55.751 INFO kablam! warning: unused import: `std::ops::Sub` Oct 14 15:12:55.751 INFO kablam! --> examples/shor.rs:9:5 Oct 14 15:12:55.751 INFO kablam! | Oct 14 15:12:55.751 INFO kablam! 9 | use std::ops::Sub; Oct 14 15:12:55.751 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 15:12:55.751 INFO kablam! | Oct 14 15:12:55.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:12:55.751 INFO kablam! Oct 14 15:12:55.751 INFO kablam! warning: unused import: `Num` Oct 14 15:12:55.751 INFO kablam! --> examples/shor.rs:12:20 Oct 14 15:12:55.751 INFO kablam! | Oct 14 15:12:55.751 INFO kablam! 12 | use num::{Integer, Num, One, ToPrimitive}; Oct 14 15:12:55.751 INFO kablam! | ^^^ Oct 14 15:12:55.751 INFO kablam! Oct 14 15:12:55.751 INFO kablam! warning: unused import: `qc_playground::Qubit` Oct 14 15:12:55.751 INFO kablam! --> examples/shor.rs:16:5 Oct 14 15:12:55.751 INFO kablam! | Oct 14 15:12:55.751 INFO kablam! 16 | use qc_playground::Qubit; Oct 14 15:12:55.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 15:12:55.751 INFO kablam! Oct 14 15:12:55.983 INFO kablam! warning: unused variable: `i` Oct 14 15:12:55.983 INFO kablam! --> examples/shor.rs:40:9 Oct 14 15:12:55.983 INFO kablam! | Oct 14 15:12:55.983 INFO kablam! 40 | for i in 0..n * 2 { Oct 14 15:12:55.983 INFO kablam! | ^ help: consider using `_i` instead Oct 14 15:12:56.011 INFO kablam! | Oct 14 15:12:56.011 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:12:56.011 INFO kablam! Oct 14 15:12:56.011 INFO kablam! warning: unused variable: `a` Oct 14 15:12:56.011 INFO kablam! --> examples/shor.rs:79:8 Oct 14 15:12:56.011 INFO kablam! | Oct 14 15:12:56.011 INFO kablam! 79 | fn qpf(a: &BigInt, n: &BigInt) -> usize { Oct 14 15:12:56.011 INFO kablam! | ^ help: consider using `_a` instead Oct 14 15:12:56.011 INFO kablam! Oct 14 15:12:56.011 INFO kablam! warning: unused variable: `n` Oct 14 15:12:56.011 INFO kablam! --> examples/shor.rs:79:20 Oct 14 15:12:56.011 INFO kablam! | Oct 14 15:12:56.011 INFO kablam! 79 | fn qpf(a: &BigInt, n: &BigInt) -> usize { Oct 14 15:12:56.011 INFO kablam! | ^ help: consider using `_n` instead Oct 14 15:12:56.011 INFO kablam! Oct 14 15:12:56.011 INFO kablam! warning: unused variable: `i` Oct 14 15:12:56.011 INFO kablam! --> examples/shor.rs:106:10 Oct 14 15:12:56.011 INFO kablam! | Oct 14 15:12:56.011 INFO kablam! 106 | let (i, j) = (0, r); Oct 14 15:12:56.011 INFO kablam! | ^ help: consider using `_i` instead Oct 14 15:12:56.011 INFO kablam! Oct 14 15:12:56.011 INFO kablam! warning: unused variable: `j` Oct 14 15:12:56.011 INFO kablam! --> examples/shor.rs:106:13 Oct 14 15:12:56.011 INFO kablam! | Oct 14 15:12:56.011 INFO kablam! 106 | let (i, j) = (0, r); Oct 14 15:12:56.011 INFO kablam! | ^ help: consider using `_j` instead Oct 14 15:12:56.011 INFO kablam! Oct 14 15:12:58.185 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.94s Oct 14 15:12:58.191 INFO kablam! su: No module specific data is present Oct 14 15:12:59.327 INFO running `"docker" "rm" "-f" "3fd7489a77522c6f6f23f4597ee1b4a4df25270c42aeaa8d9da2a2f2c14507b3"` Oct 14 15:12:59.575 INFO blam! 3fd7489a77522c6f6f23f4597ee1b4a4df25270c42aeaa8d9da2a2f2c14507b3 Oct 14 15:12:59.577 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 15:12:59.988 INFO blam! efed1af3cd96f0f3b98d95c53e486dfcfa995ed6912ac28c6a8ad79060ecb916 Oct 14 15:12:59.999 INFO running `"docker" "start" "-a" "efed1af3cd96f0f3b98d95c53e486dfcfa995ed6912ac28c6a8ad79060ecb916"` Oct 14 15:13:01.265 INFO kablam! usermod: no changes Oct 14 15:13:01.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 15:13:01.395 INFO kablam! Running /target/debug/deps/qc_playground-1ed05c8ce449f3d9 Oct 14 15:13:01.395 INFO blam! Oct 14 15:13:01.395 INFO blam! running 14 tests Oct 14 15:13:01.400 INFO blam! test test::test_n_to_bitvec ... ok Oct 14 15:13:01.400 INFO blam! test test::test_gate_hadamard_identity ... ok Oct 14 15:13:01.416 INFO blam! test test::test_hadamard ... ok Oct 14 15:13:01.419 INFO blam! test test::test_qstate ... ok Oct 14 15:13:01.419 INFO blam! test test::test_gate_hadamard_hadamard ... ok Oct 14 15:13:01.423 INFO blam! test test::test_cnot ... ok Oct 14 15:13:01.427 INFO blam! test test::test_pauli_z_eq_phase_shift_pi ... ok Oct 14 15:13:01.427 INFO blam! test test::test_gate_identity_hadamard ... ok Oct 14 15:13:01.435 INFO blam! test test::test_qubit ... ok Oct 14 15:13:01.447 INFO blam! test test::test_qstateexpr ... ok Oct 14 15:13:01.447 INFO blam! test test::test_swap ... ok Oct 14 15:13:01.447 INFO blam! test test::test_gate_identity_identity ... ok Oct 14 15:13:01.447 INFO blam! test test::test_qubit_measure ... ok Oct 14 15:13:01.489 INFO blam! test test::test_n_to_bitvec_0_bits ... ok Oct 14 15:13:01.489 INFO kablam! Running /target/debug/deps/qc_playground-f215348ba0d01bbb Oct 14 15:13:01.489 INFO blam! Oct 14 15:13:01.489 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:13:01.489 INFO blam! Oct 14 15:13:01.495 INFO blam! Oct 14 15:13:01.495 INFO kablam! Doc-tests qc-playground Oct 14 15:13:01.495 INFO blam! running 0 tests Oct 14 15:13:01.495 INFO blam! Oct 14 15:13:01.495 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:13:01.495 INFO blam! Oct 14 15:13:02.038 INFO blam! Oct 14 15:13:02.038 INFO blam! running 0 tests Oct 14 15:13:02.038 INFO blam! Oct 14 15:13:02.038 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:13:02.038 INFO blam! Oct 14 15:13:02.040 INFO kablam! su: No module specific data is present Oct 14 15:13:02.597 INFO running `"docker" "rm" "-f" "efed1af3cd96f0f3b98d95c53e486dfcfa995ed6912ac28c6a8ad79060ecb916"` Oct 14 15:13:02.821 INFO blam! efed1af3cd96f0f3b98d95c53e486dfcfa995ed6912ac28c6a8ad79060ecb916