[INFO] crate q1tsim 0.4.0 is already in cache [INFO] extracting crate q1tsim 0.4.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/q1tsim/0.4.0 [INFO] extracting crate q1tsim 0.4.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/q1tsim/0.4.0 [INFO] validating manifest of q1tsim-0.4.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of q1tsim-0.4.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing q1tsim-0.4.0 [INFO] finished frobbing q1tsim-0.4.0 [INFO] frobbed toml for q1tsim-0.4.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/q1tsim/0.4.0/Cargo.toml [INFO] started frobbing q1tsim-0.4.0 [INFO] finished frobbing q1tsim-0.4.0 [INFO] frobbed toml for q1tsim-0.4.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/q1tsim/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing q1tsim-0.4.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/q1tsim/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] c6a79fad77b932da2e723d1d0c5cfaee51d0d627694bcf23820c0c86c71b00db [INFO] running `"docker" "start" "-a" "c6a79fad77b932da2e723d1d0c5cfaee51d0d627694bcf23820c0c86c71b00db"` [INFO] [stderr] Compiling q1tsim-derive v0.1.0 [INFO] [stderr] Compiling q1tsim v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gates/composite.rs:49:15 [INFO] [stderr] | [INFO] [stderr] 49 | gate: Box, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn CircuitGate` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/circuit.rs:34:14 [INFO] [stderr] | [INFO] [stderr] 34 | Gate(Box, Vec), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn CircuitGate` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/circuit.rs:36:42 [INFO] [stderr] | [INFO] [stderr] 36 | ConditionalGate(Vec, u64, Box, Vec), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn CircuitGate` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/export.rs:28:27 [INFO] [stderr] | [INFO] [stderr] 28 | fn as_gate(&self) -> &Gate; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Gate` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/export.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | fn as_gate(&self) -> &Gate [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Gate` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.11s [INFO] running `"docker" "inspect" "c6a79fad77b932da2e723d1d0c5cfaee51d0d627694bcf23820c0c86c71b00db"` [INFO] running `"docker" "rm" "-f" "c6a79fad77b932da2e723d1d0c5cfaee51d0d627694bcf23820c0c86c71b00db"` [INFO] [stdout] c6a79fad77b932da2e723d1d0c5cfaee51d0d627694bcf23820c0c86c71b00db [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/q1tsim/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 61be8f092618e990054d96be01de2b952762397b1a3a221caab85b700cf93258 [INFO] running `"docker" "start" "-a" "61be8f092618e990054d96be01de2b952762397b1a3a221caab85b700cf93258"` [INFO] [stderr] Compiling statrs v0.7.0 [INFO] [stderr] Compiling q1tsim v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gates/composite.rs:49:15 [INFO] [stderr] | [INFO] [stderr] 49 | gate: Box, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn CircuitGate` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/circuit.rs:34:14 [INFO] [stderr] | [INFO] [stderr] 34 | Gate(Box, Vec), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn CircuitGate` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/circuit.rs:36:42 [INFO] [stderr] | [INFO] [stderr] 36 | ConditionalGate(Vec, u64, Box, Vec), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn CircuitGate` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/export.rs:28:27 [INFO] [stderr] | [INFO] [stderr] 28 | fn as_gate(&self) -> &Gate; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Gate` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/export.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | fn as_gate(&self) -> &Gate [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Gate` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.96s [INFO] running `"docker" "inspect" "61be8f092618e990054d96be01de2b952762397b1a3a221caab85b700cf93258"` [INFO] running `"docker" "rm" "-f" "61be8f092618e990054d96be01de2b952762397b1a3a221caab85b700cf93258"` [INFO] [stdout] 61be8f092618e990054d96be01de2b952762397b1a3a221caab85b700cf93258 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/q1tsim/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] b398e7d0dfbf05e216613818d875000073e1742b1c3c8481cabdd98329084296 [INFO] running `"docker" "start" "-a" "b398e7d0dfbf05e216613818d875000073e1742b1c3c8481cabdd98329084296"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/q1tsim-d310f5052509a92e [INFO] [stdout] [INFO] [stdout] running 264 tests [INFO] [stdout] test circuit::tests::test_gate_methods ... ok [INFO] [stdout] test circuit::tests::test_conditional ... ok [INFO] [stdout] test circuit::tests::test_c_qasm ... ok [INFO] [stdout] test circuit::tests::test_execute ... ok [INFO] [stdout] test circuit::tests::test_latex ... ok [INFO] [stdout] test circuit::tests::test_is_stabilizer ... ok [INFO] [stdout] test circuit::tests::test_measure ... ok [INFO] [stdout] test circuit::tests::test_histogram_vec ... ok [INFO] [stdout] test circuit::tests::test_peek ... ok [INFO] [stdout] test circuit::tests::test_measure_all ... ok [INFO] [stdout] test circuit::tests::test_qustate_backend ... ok [INFO] [stdout] test circuit::tests::test_open_qasm ... ok [INFO] [stdout] test circuit::tests::test_peek_basis ... ok [INFO] [stdout] test circuit::tests::test_peek_all_basis ... ok [INFO] [stdout] test circuit::tests::test_histogram_string ... ok [INFO] [stdout] test circuit::tests::test_histogram ... ok [INFO] [stdout] test circuit::tests::test_measure_all_basis ... ok [INFO] [stdout] test export::cqasm::tests::test_conditional_c_qasm ... ok [INFO] [stdout] test export::latex::tests::test_add_column ... ok [INFO] [stdout] test export::latex::tests::test_default_trait_impl ... ok [INFO] [stdout] test export::latex::tests::test_add_block_gate ... ok [INFO] [stdout] test circuit::tests::test_peek_all ... ok [INFO] [stdout] test export::latex::tests::test_loop_close_error ... ok [INFO] [stdout] test export::latex::tests::test_loop ... ok [INFO] [stdout] test export::latex::tests::test_reserve ... ok [INFO] [stdout] test export::latex::tests::test_no_init ... ok [INFO] [stdout] test export::latex::tests::test_range_op ... ok [INFO] [stdout] test export::latex::tests::test_new ... ok [INFO] [stdout] test export::latex::tests::test_reserve_all ... ok [INFO] [stdout] test export::latex::tests::test_set_condition ... ok [INFO] [stdout] test export::latex::tests::test_set_barrier ... ok [INFO] [stdout] test circuit::tests::test_reset ... ok [INFO] [stdout] test circuit::tests::test_reset_all ... ok [INFO] [stdout] test export::latex::tests::test_total_nr_bits ... ok [INFO] [stdout] test export::latex::tests::test_set_reset ... ok [INFO] [stdout] test gates::composite::tests::test_conditional_c_qasm ... ok [INFO] [stdout] test gates::composite::tests::test_conditional_open_qasm ... ok [INFO] [stdout] test export::openqasm::tests::test_conditional_open_qasm ... ok [INFO] [stdout] test gates::composite::tests::test_c_qasm ... ok [INFO] [stdout] test export::latex::tests::test_set_field ... ok [INFO] [stdout] test export::latex::tests::test_set_measurement ... ok [INFO] [stdout] test gates::composite::tests::test_cost ... ok [INFO] [stdout] test gates::composite::tests::test_conjugate ... ok [INFO] [stdout] test gates::composite::tests::test_description ... ok [INFO] [stdout] test gates::composite::tests::test_open_qasm ... ok [INFO] [stdout] test gates::composite::tests::test_matrix ... ok [INFO] [stdout] test gates::controlled::tests::test_apply_n_ary ... ok [INFO] [stdout] test gates::controlled::tests::test_apply_binary ... ok [INFO] [stdout] test gates::controlled::tests::test_cost ... ok [INFO] [stdout] test gates::controlled::tests::test_description ... ok [INFO] [stdout] test gates::controlled::tests::test_latex ... ok [INFO] [stdout] test gates::composite::tests::test_from_string ... ok [INFO] [stdout] test gates::controlled::tests::test_matrix ... ok [INFO] [stdout] test gates::controlled::tests::test_open_qasm ... ok [INFO] [stdout] test gates::cx::tests::test_apply ... ok [INFO] [stdout] test gates::cx::tests::test_c_qasm ... ok [INFO] [stdout] test gates::cx::tests::test_conjugate ... ok [INFO] [stdout] test gates::cx::tests::test_cost ... ok [INFO] [stdout] test gates::cx::tests::test_description ... ok [INFO] [stdout] test gates::cx::tests::test_latex ... ok [INFO] [stdout] test gates::cx::tests::test_matrix ... ok [INFO] [stdout] test gates::cx::tests::test_open_qasm ... ok [INFO] [stdout] test gates::cy::tests::test_apply ... ok [INFO] [stdout] test gates::cy::tests::test_c_qasm ... ok [INFO] [stdout] test gates::cy::tests::test_conjugate ... ok [INFO] [stdout] test gates::cy::tests::test_cost ... ok [INFO] [stdout] test gates::cy::tests::test_description ... ok [INFO] [stdout] test gates::cy::tests::test_latex ... ok [INFO] [stdout] test gates::controlled::tests::test_latex_error ... ok [INFO] [stdout] test gates::composite::tests::test_latex ... ok [INFO] [stdout] test gates::cy::tests::test_matrix ... ok [INFO] [stdout] test gates::cz::tests::test_apply ... ok [INFO] [stdout] test gates::cz::tests::test_c_qasm ... ok [INFO] [stdout] test gates::cz::tests::test_cost ... ok [INFO] [stdout] test gates::cz::tests::test_conjugate ... ok [INFO] [stdout] test gates::cy::tests::test_open_qasm ... ok [INFO] [stdout] test gates::cz::tests::test_description ... ok [INFO] [stdout] test gates::cz::tests::test_latex ... ok [INFO] [stdout] test gates::cz::tests::test_open_qasm ... ok [INFO] [stdout] test gates::cz::tests::test_matrix ... ok [INFO] [stdout] test gates::hadamard::tests::test_apply ... ok [INFO] [stdout] test gates::hadamard::tests::test_c_qasm ... ok [INFO] [stdout] test gates::hadamard::tests::test_cost ... ok [INFO] [stdout] test gates::hadamard::tests::test_description ... ok [INFO] [stdout] test gates::hadamard::tests::test_conjugate ... ok [INFO] [stdout] test gates::hadamard::tests::test_latex ... ok [INFO] [stdout] test gates::hadamard::tests::test_matrix ... ok [INFO] [stdout] test gates::hadamard::tests::test_open_qasm ... ok [INFO] [stdout] test gates::identity::tests::test_c_qasm ... ok [INFO] [stdout] test gates::identity::tests::test_apply ... ok [INFO] [stdout] test gates::identity::tests::test_conjugate ... ok [INFO] [stdout] test gates::identity::tests::test_description ... ok [INFO] [stdout] test gates::identity::tests::test_cost ... ok [INFO] [stdout] test gates::identity::tests::test_latex ... ok [INFO] [stdout] test gates::identity::tests::test_matrix ... ok [INFO] [stdout] test gates::identity::tests::test_nr_affected_bits ... ok [INFO] [stdout] test gates::identity::tests::test_open_qasm ... ok [INFO] [stdout] test gates::kron::tests::test_apply ... ok [INFO] [stdout] test gates::kron::tests::test_c_qasm ... ok [INFO] [stdout] test gates::kron::tests::test_conditional_c_qasm ... ok [INFO] [stdout] test gates::kron::tests::test_conjugate ... ok [INFO] [stdout] test gates::kron::tests::test_conditional_open_qasm ... ok [INFO] [stdout] test gates::kron::tests::test_cost ... ok [INFO] [stdout] test gates::kron::tests::test_description ... ok [INFO] [stdout] test gates::kron::tests::test_latex ... ok [INFO] [stdout] test gates::kron::tests::test_matrix ... ok [INFO] [stdout] test gates::kron::tests::test_open_qasm ... ok [INFO] [stdout] test gates::rx::tests::test_apply ... ok [INFO] [stdout] test gates::rx::tests::test_cost ... ok [INFO] [stdout] test gates::rx::tests::test_c_qasm ... ok [INFO] [stdout] test gates::rx::tests::test_description ... ok [INFO] [stdout] test gates::rx::tests::test_matrix ... ok [INFO] [stdout] test gates::rx::tests::test_open_qasm ... ok [INFO] [stdout] test gates::ry::tests::test_apply ... ok [INFO] [stdout] test gates::ry::tests::test_c_qasm ... ok [INFO] [stdout] test gates::ry::tests::test_cost ... ok [INFO] [stdout] test gates::ry::tests::test_description ... ok [INFO] [stdout] test gates::ry::tests::test_latex ... ok [INFO] [stdout] test gates::composite::tests::test_from_string_errors ... ok [INFO] [stdout] test gates::rx::tests::test_latex ... ok [INFO] [stdout] test gates::ry::tests::test_matrix ... ok [INFO] [stdout] test gates::rz::tests::test_apply ... ok [INFO] [stdout] test gates::rz::tests::test_description ... ok [INFO] [stdout] test gates::rz::tests::test_cost ... ok [INFO] [stdout] test gates::ry::tests::test_open_qasm ... ok [INFO] [stdout] test gates::rz::tests::test_c_qasm ... ok [INFO] [stdout] test gates::rz::tests::test_latex ... ok [INFO] [stdout] test gates::s::tests::test_apply ... ok [INFO] [stdout] test gates::rz::tests::test_matrix ... ok [INFO] [stdout] test gates::rz::tests::test_open_qasm ... ok [INFO] [stdout] test gates::s::tests::test_description ... ok [INFO] [stdout] test gates::s::tests::test_c_qasm ... ok [INFO] [stdout] test gates::s::tests::test_conjugate ... ok [INFO] [stdout] test gates::s::tests::test_cost ... ok [INFO] [stdout] test gates::s::tests::test_latex ... ok [INFO] [stdout] test gates::s::tests::test_matrix ... ok [INFO] [stdout] test gates::s::tests::test_open_qasm ... ok [INFO] [stdout] test gates::staticloop::tests::test_apply_mat ... ok [INFO] [stdout] test gates::staticloop::tests::test_apply ... ok [INFO] [stdout] test gates::staticloop::tests::test_conditional_open_qasm ... ok [INFO] [stdout] test gates::staticloop::tests::test_c_qasm ... ok [INFO] [stdout] test gates::staticloop::tests::test_conditional_c_qasm ... ok [INFO] [stdout] test gates::staticloop::tests::test_conjugate ... ok [INFO] [stdout] test gates::staticloop::tests::test_description ... ok [INFO] [stdout] test gates::staticloop::tests::test_cost ... ok [INFO] [stdout] test gates::staticloop::tests::test_open_qasm ... ok [INFO] [stdout] test gates::swap::tests::test_apply ... ok [INFO] [stdout] test gates::swap::tests::test_apply_mat ... ok [INFO] [stdout] test gates::staticloop::tests::test_matrix ... ok [INFO] [stdout] test gates::swap::tests::test_cost ... ok [INFO] [stdout] test gates::swap::tests::test_description ... ok [INFO] [stdout] test gates::swap::tests::test_conjugate ... ok [INFO] [stdout] test gates::swap::tests::test_c_qasm ... ok [INFO] [stdout] test gates::swap::tests::test_open_qasm ... ok [INFO] [stdout] test gates::swap::tests::test_matrix ... ok [INFO] [stdout] test gates::t::tests::test_apply ... ok [INFO] [stdout] test gates::swap::tests::test_latex ... ok [INFO] [stdout] test gates::t::tests::test_cost ... ok [INFO] [stdout] test gates::t::tests::test_description ... ok [INFO] [stdout] test gates::t::tests::test_apply_mat ... ok [INFO] [stdout] test gates::t::tests::test_c_qasm ... ok [INFO] [stdout] test gates::t::tests::test_latex ... ok [INFO] [stdout] test gates::staticloop::tests::test_latex ... ok [INFO] [stdout] test gates::t::tests::test_matrix ... ok [INFO] [stdout] test gates::u1::tests::test_apply ... ok [INFO] [stdout] test gates::t::tests::test_open_qasm ... ok [INFO] [stdout] test gates::u1::tests::test_c_qasm ... ok [INFO] [stdout] test gates::u1::tests::test_cost ... ok [INFO] [stdout] test gates::u1::tests::test_description ... ok [INFO] [stdout] test gates::u1::tests::test_latex ... ok [INFO] [stdout] test gates::u1::tests::test_open_qasm ... ok [INFO] [stdout] test gates::u2::tests::test_apply ... ok [INFO] [stdout] test gates::u2::tests::test_cost ... ok [INFO] [stdout] test gates::u2::tests::test_description ... ok [INFO] [stdout] test gates::u2::tests::test_latex ... ok [INFO] [stdout] test gates::u2::tests::test_matrix ... ok [INFO] [stdout] test gates::u2::tests::test_open_qasm ... ok [INFO] [stdout] test gates::u3::tests::test_apply ... ok [INFO] [stdout] test gates::u3::tests::test_c_qasm ... ok [INFO] [stdout] test gates::u3::tests::test_cost ... ok [INFO] [stdout] test gates::u3::tests::test_description ... ok [INFO] [stdout] test gates::u3::tests::test_latex ... ok [INFO] [stdout] test gates::u3::tests::test_matrix ... ok [INFO] [stdout] test gates::u3::tests::test_open_qasm ... ok [INFO] [stdout] test gates::v::tests::test_apply ... ok [INFO] [stdout] test gates::v::tests::test_c_qasm ... ok [INFO] [stdout] test gates::v::tests::test_conjugate ... ok [INFO] [stdout] test gates::v::tests::test_cost ... ok [INFO] [stdout] test gates::v::tests::test_description ... ok [INFO] [stdout] test gates::v::tests::test_latex ... ok [INFO] [stdout] test gates::v::tests::test_matrix ... ok [INFO] [stdout] test gates::v::tests::test_open_qasm ... ok [INFO] [stdout] test gates::x::tests::test_apply ... ok [INFO] [stdout] test gates::x::tests::test_c_qasm ... ok [INFO] [stdout] test gates::x::tests::test_conjugate ... ok [INFO] [stdout] test gates::x::tests::test_description ... ok [INFO] [stdout] test gates::x::tests::test_latex ... ok [INFO] [stdout] test gates::x::tests::test_matrix ... ok [INFO] [stdout] test gates::x::tests::test_open_qasm ... ok [INFO] [stdout] test gates::y::tests::test_apply ... ok [INFO] [stdout] test gates::y::tests::test_c_qasm ... ok [INFO] [stdout] test gates::y::tests::test_conjugate ... ok [INFO] [stdout] test gates::u1::tests::test_matrix ... ok [INFO] [stdout] test gates::u2::tests::test_c_qasm ... ok [INFO] [stdout] test gates::y::tests::test_latex ... ok [INFO] [stdout] test gates::y::tests::test_matrix ... ok [INFO] [stdout] test gates::y::tests::test_open_qasm ... ok [INFO] [stdout] test gates::z::tests::test_apply ... ok [INFO] [stdout] test gates::y::tests::test_cost ... ok [INFO] [stdout] test gates::z::tests::test_c_qasm ... ok [INFO] [stdout] test gates::y::tests::test_description ... ok [INFO] [stdout] test gates::z::tests::test_conjugate ... ok [INFO] [stdout] test gates::z::tests::test_cost ... ok [INFO] [stdout] test gates::z::tests::test_description ... ok [INFO] [stdout] test gates::z::tests::test_latex ... ok [INFO] [stdout] test gates::composite::tests::test_from_string_gates ... ok [INFO] [stdout] test gates::z::tests::test_open_qasm ... ok [INFO] [stdout] test gates::z::tests::test_matrix ... ok [INFO] [stdout] test permutation::tests::test_apply_vec_in_place ... ok [INFO] [stdout] test permutation::tests::test_apply_vec ... ok [INFO] [stdout] test idhash::tests::test_u64 ... ok [INFO] [stdout] test permutation::tests::test_inverse ... ok [INFO] [stdout] test permutation::tests::test_transform ... ok [INFO] [stdout] test permutation::tests::test_matrix ... ok [INFO] [stdout] test idhash::tests::test_usize ... ok [INFO] [stdout] test stabilizer::pauliop::tests::test_display ... ok [INFO] [stdout] test stabilizer::pauliop::tests::test_from_bits ... ok [INFO] [stdout] test permutation::tests::test_new ... ok [INFO] [stdout] test stabilizer::state::tests::test_new ... ok [INFO] [stdout] test stabilizer::pauliop::tests::test_to_bits ... ok [INFO] [stdout] test stabilizer::state::tests::test_apply_conditional_gate ... ok [INFO] [stdout] test stabilizer::state::tests::test_peek_into ... ok [INFO] [stdout] test stabilizer::state::tests::test_reset ... ok [INFO] [stdout] test stabilizer::state::tests::test_measure ... ok [INFO] [stdout] test stabilizer::state::tests::test_reset_all ... ok [INFO] [stdout] test stabilizer::tableau::tests::test_get ... ok [INFO] [stdout] test stabilizer::tableau::tests::test_measure_deterministic ... ok [INFO] [stdout] test stabilizer::tableau::tests::test_measure_random ... ok [INFO] [stdout] test stabilizer::tableau::tests::test_new ... ok [INFO] [stdout] test stabilizer::tableau::tests::test_set ... ok [INFO] [stdout] test stats::tests::test_get_bounds ... ok [INFO] [stdout] test stats::tests::test_measurement_ok ... ok [INFO] [stdout] test support::tests::test_get_ranges ... ok [INFO] [stdout] test support::tests::test_reverse_bits ... ok [INFO] [stdout] test support::tests::test_shuffle_bits ... ok [INFO] [stdout] test vectorstate::tests::test_apply_binary_gate ... ok [INFO] [stdout] test vectorstate::tests::test_apply_conditional_gate ... ok [INFO] [stdout] test vectorstate::tests::test_apply_n_ary_gate ... ok [INFO] [stdout] test vectorstate::tests::test_apply_unary_gate ... ok [INFO] [stdout] test vectorstate::tests::test_from_qubit_coefs ... ok [INFO] [stdout] test stabilizer::tableau::tests::test_apply ... ok [INFO] [stdout] test stabilizer::tableau::tests::test_display ... ok [INFO] [stdout] test stabilizer::state::tests::test_peek_all ... ok [INFO] [stdout] test vectorstate::tests::test_peek_all ... ok [INFO] [stdout] test vectorstate::tests::test_measure_all ... ok [INFO] [stdout] test stabilizer::state::tests::test_measure_all ... ok [INFO] [stdout] test vectorstate::tests::test_reset ... ok [INFO] [stdout] test vectorstate::tests::test_peek_into ... ok [INFO] [stdout] test vectorstate::tests::test_new ... ok [INFO] [stdout] test vectorstate::tests::test_reset_all ... ok [INFO] [stdout] test vectorstate::tests::test_measure ... ok [INFO] [stdout] test gates::controlled::tests::test_c_qasm ... ok [INFO] [stdout] test gates::composite::tests::test_from_string_arguments ... ok [INFO] [stdout] test circuit::tests::test_stabilizer_circuit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 264 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests q1tsim [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - (line 256) ... ok [INFO] [stdout] test src/lib.rs - (line 215) ... ok [INFO] [stdout] test src/lib.rs - (line 168) ... ok [INFO] [stdout] test src/lib.rs - (line 98) ... ok [INFO] [stdout] test src/lib.rs - (line 135) ... ok [INFO] [stdout] test src/lib.rs - (line 49) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b398e7d0dfbf05e216613818d875000073e1742b1c3c8481cabdd98329084296"` [INFO] running `"docker" "rm" "-f" "b398e7d0dfbf05e216613818d875000073e1742b1c3c8481cabdd98329084296"` [INFO] [stdout] b398e7d0dfbf05e216613818d875000073e1742b1c3c8481cabdd98329084296