[INFO] fetching crate q1tsim 0.3.0... [INFO] extracting crate q1tsim 0.3.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/q1tsim/0.3.0 [INFO] extracting crate q1tsim 0.3.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/q1tsim/0.3.0 [INFO] validating manifest of q1tsim-0.3.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of q1tsim-0.3.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing q1tsim-0.3.0 [INFO] finished frobbing q1tsim-0.3.0 [INFO] frobbed toml for q1tsim-0.3.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/q1tsim/0.3.0/Cargo.toml [INFO] started frobbing q1tsim-0.3.0 [INFO] finished frobbing q1tsim-0.3.0 [INFO] frobbed toml for q1tsim-0.3.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/q1tsim/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded q1tsim-derive v0.1.0 [INFO] [stderr] Downloaded statrs v0.7.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing q1tsim-0.3.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/q1tsim/0.3.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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 26828a988416d616010dbe8ec59e9d2fb96b058205723835182819ffb999b81c [INFO] running `"docker" "start" "-a" "26828a988416d616010dbe8ec59e9d2fb96b058205723835182819ffb999b81c"` [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling q1tsim-derive v0.1.0 [INFO] [stderr] Compiling q1tsim v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: unexpected string literal [INFO] [stderr] --> src/qustate.rs:121:13 [INFO] [stderr] | [INFO] [stderr] 120 | assert!(control.len() == self.nr_shots [INFO] [stderr] | - help: try adding a comma [INFO] [stderr] 121 | "The number of control bits does not match the number of runs"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is going to be an error in the future [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gates/composite.rs:48:15 [INFO] [stderr] | [INFO] [stderr] 48 | 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:33:14 [INFO] [stderr] | [INFO] [stderr] 33 | 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:35:42 [INFO] [stderr] | [INFO] [stderr] 35 | ConditionalGate(Vec, u64, Box, Vec), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn CircuitGate` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.54s [INFO] running `"docker" "inspect" "26828a988416d616010dbe8ec59e9d2fb96b058205723835182819ffb999b81c"` [INFO] running `"docker" "rm" "-f" "26828a988416d616010dbe8ec59e9d2fb96b058205723835182819ffb999b81c"` [INFO] [stdout] 26828a988416d616010dbe8ec59e9d2fb96b058205723835182819ffb999b81c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/q1tsim/0.3.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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 60d15f5a87d4587d46284d73c90df5f70cb11f7710ec82ab215ae7552c7fdaea [INFO] running `"docker" "start" "-a" "60d15f5a87d4587d46284d73c90df5f70cb11f7710ec82ab215ae7552c7fdaea"` [INFO] [stderr] Compiling statrs v0.7.0 [INFO] [stderr] Compiling q1tsim v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: unexpected string literal [INFO] [stderr] --> src/qustate.rs:121:13 [INFO] [stderr] | [INFO] [stderr] 120 | assert!(control.len() == self.nr_shots [INFO] [stderr] | - help: try adding a comma [INFO] [stderr] 121 | "The number of control bits does not match the number of runs"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is going to be an error in the future [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gates/composite.rs:48:15 [INFO] [stderr] | [INFO] [stderr] 48 | 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:33:14 [INFO] [stderr] | [INFO] [stderr] 33 | 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:35:42 [INFO] [stderr] | [INFO] [stderr] 35 | ConditionalGate(Vec, u64, Box, Vec), [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn CircuitGate` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.53s [INFO] running `"docker" "inspect" "60d15f5a87d4587d46284d73c90df5f70cb11f7710ec82ab215ae7552c7fdaea"` [INFO] running `"docker" "rm" "-f" "60d15f5a87d4587d46284d73c90df5f70cb11f7710ec82ab215ae7552c7fdaea"` [INFO] [stdout] 60d15f5a87d4587d46284d73c90df5f70cb11f7710ec82ab215ae7552c7fdaea [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/q1tsim/0.3.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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 51dbf73f11481b60fc65b046979eb94a7822647f62ffc27deead5b0d80701d17 [INFO] running `"docker" "start" "-a" "51dbf73f11481b60fc65b046979eb94a7822647f62ffc27deead5b0d80701d17"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/q1tsim-cb079b607c065a61 [INFO] [stdout] [INFO] [stdout] running 208 tests [INFO] [stdout] test circuit::tests::test_latex ... ok [INFO] [stdout] test circuit::tests::test_histogram_vec ... ok [INFO] [stdout] test circuit::tests::test_execute ... ok [INFO] [stdout] test circuit::tests::test_gate_methods ... ok [INFO] [stdout] test circuit::tests::test_c_qasm ... ok [INFO] [stdout] test circuit::tests::test_measure ... ok [INFO] [stdout] test circuit::tests::test_histogram_string ... ok [INFO] [stdout] test circuit::tests::test_histogram ... ok [INFO] [stdout] test circuit::tests::test_open_qasm ... ok [INFO] [stdout] test circuit::tests::test_measure_all ... ok [INFO] [stdout] test circuit::tests::test_conditional ... ok [INFO] [stdout] test circuit::tests::test_peek ... ok [INFO] [stdout] test export::cqasm::tests::test_conditional_c_qasm ... ok [INFO] [stdout] test export::latex::tests::test_add_block_gate ... ok [INFO] [stdout] test export::latex::tests::test_default_trait_impl ... ok [INFO] [stdout] test circuit::tests::test_peek_all ... ok [INFO] [stdout] test export::latex::tests::test_add_column ... ok [INFO] [stdout] test circuit::tests::test_measure_all_basis ... ok [INFO] [stdout] test circuit::tests::test_peek_basis ... ok [INFO] [stdout] test export::latex::tests::test_new ... ok [INFO] [stdout] test export::latex::tests::test_no_init ... ok [INFO] [stdout] test export::latex::tests::test_loop_close_error ... ok [INFO] [stdout] test export::latex::tests::test_loop ... ok [INFO] [stdout] test circuit::tests::test_reset_all ... ok [INFO] [stdout] test export::latex::tests::test_set_condition ... ok [INFO] [stdout] test export::latex::tests::test_reserve ... ok [INFO] [stdout] test export::latex::tests::test_set_barrier ... ok [INFO] [stdout] test export::latex::tests::test_range_op ... ok [INFO] [stdout] test export::latex::tests::test_reserve_all ... ok [INFO] [stdout] test export::latex::tests::test_set_measurement ... ok [INFO] [stdout] test circuit::tests::test_reset ... ok [INFO] [stdout] test export::latex::tests::test_total_nr_bits ... ok [INFO] [stdout] test gates::composite::tests::test_c_qasm ... ok [INFO] [stdout] test export::openqasm::tests::test_conditional_open_qasm ... ok [INFO] [stdout] test gates::composite::tests::test_conditional_open_qasm ... ok [INFO] [stdout] test gates::composite::tests::test_conditional_c_qasm ... ok [INFO] [stdout] test export::latex::tests::test_set_reset ... ok [INFO] [stdout] test export::latex::tests::test_set_field ... ok [INFO] [stdout] test gates::composite::tests::test_description ... ok [INFO] [stdout] test gates::composite::tests::test_cost ... ok [INFO] [stdout] test circuit::tests::test_peek_all_basis ... 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_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_apply_n_ary ... ok [INFO] [stdout] test gates::controlled::tests::test_latex ... ok [INFO] [stdout] test gates::controlled::tests::test_matrix ... ok [INFO] [stdout] test gates::composite::tests::test_latex ... 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::controlled::tests::test_open_qasm ... 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::composite::tests::test_from_string ... ok [INFO] [stdout] test gates::identity::tests::test_apply ... ok [INFO] [stdout] test gates::identity::tests::test_c_qasm ... ok [INFO] [stdout] test gates::hadamard::tests::test_description ... 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_open_qasm ... ok [INFO] [stdout] test gates::identity::tests::test_nr_affected_bits ... ok [INFO] [stdout] test gates::kron::tests::test_c_qasm ... ok [INFO] [stdout] test gates::kron::tests::test_apply ... ok [INFO] [stdout] test gates::kron::tests::test_conditional_c_qasm ... ok [INFO] [stdout] test gates::kron::tests::test_cost ... ok [INFO] [stdout] test gates::kron::tests::test_conditional_open_qasm ... ok [INFO] [stdout] test gates::kron::tests::test_latex ... ok [INFO] [stdout] test gates::kron::tests::test_description ... 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_c_qasm ... ok [INFO] [stdout] test gates::rx::tests::test_cost ... ok [INFO] [stdout] test gates::rx::tests::test_latex ... 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_open_qasm ... ok [INFO] [stdout] test gates::ry::tests::test_matrix ... ok [INFO] [stdout] test gates::ry::tests::test_latex ... ok [INFO] [stdout] test gates::rz::tests::test_apply ... ok [INFO] [stdout] test gates::rz::tests::test_c_qasm ... ok [INFO] [stdout] test gates::rz::tests::test_cost ... ok [INFO] [stdout] test gates::rz::tests::test_description ... ok [INFO] [stdout] test gates::rz::tests::test_latex ... 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_c_qasm ... ok [INFO] [stdout] test gates::s::tests::test_cost ... ok [INFO] [stdout] test gates::s::tests::test_apply ... ok [INFO] [stdout] test gates::s::tests::test_matrix ... ok [INFO] [stdout] test gates::s::tests::test_open_qasm ... ok [INFO] [stdout] test gates::s::tests::test_latex ... ok [INFO] [stdout] test gates::s::tests::test_description ... ok [INFO] [stdout] test gates::staticloop::tests::test_apply_mat ... 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_conditional_open_qasm ... ok [INFO] [stdout] test gates::staticloop::tests::test_apply ... ok [INFO] [stdout] test gates::controlled::tests::test_latex_error ... ok [INFO] [stdout] test gates::staticloop::tests::test_cost ... ok [INFO] [stdout] test gates::staticloop::tests::test_description ... ok [INFO] [stdout] test gates::swap::tests::test_apply ... ok [INFO] [stdout] test gates::swap::tests::test_apply_mat ... ok [INFO] [stdout] test gates::swap::tests::test_c_qasm ... 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_latex ... ok [INFO] [stdout] test gates::swap::tests::test_matrix ... ok [INFO] [stdout] test gates::swap::tests::test_open_qasm ... ok [INFO] [stdout] test gates::t::tests::test_apply ... 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::staticloop::tests::test_matrix ... ok [INFO] [stdout] test gates::t::tests::test_description ... ok [INFO] [stdout] test gates::t::tests::test_latex ... ok [INFO] [stdout] test gates::t::tests::test_cost ... ok [INFO] [stdout] test gates::composite::tests::test_from_string_errors ... ok [INFO] [stdout] test gates::t::tests::test_open_qasm ... ok [INFO] [stdout] test gates::t::tests::test_matrix ... 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_matrix ... ok [INFO] [stdout] test gates::u1::tests::test_open_qasm ... ok [INFO] [stdout] test gates::u1::tests::test_c_qasm ... ok [INFO] [stdout] test gates::u2::tests::test_apply ... ok [INFO] [stdout] test gates::u2::tests::test_c_qasm ... ok [INFO] [stdout] test gates::u2::tests::test_cost ... 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::staticloop::tests::test_open_qasm ... ok [INFO] [stdout] test gates::u3::tests::test_description ... 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_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_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_cost ... ok [INFO] [stdout] test gates::y::tests::test_description ... 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::z::tests::test_c_qasm ... 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::z::tests::test_matrix ... ok [INFO] [stdout] test gates::z::tests::test_open_qasm ... ok [INFO] [stdout] test gates::u2::tests::test_description ... ok [INFO] [stdout] test idhash::tests::test_u64 ... ok [INFO] [stdout] test idhash::tests::test_usize ... ok [INFO] [stdout] test gates::u3::tests::test_latex ... ok [INFO] [stdout] test permutation::tests::test_inverse ... ok [INFO] [stdout] test permutation::tests::test_apply_vec ... ok [INFO] [stdout] test gates::u1::tests::test_apply ... ok [INFO] [stdout] test permutation::tests::test_apply_vec_in_place ... ok [INFO] [stdout] test gates::staticloop::tests::test_latex ... ok [INFO] [stdout] test permutation::tests::test_transform ... ok [INFO] [stdout] test permutation::tests::test_matrix ... ok [INFO] [stdout] test qustate::tests::test_apply_unary_gate ... ok [INFO] [stdout] test qustate::tests::test_from_qubit_coefs ... ok [INFO] [stdout] test qustate::tests::test_apply_n_ary_gate ... ok [INFO] [stdout] test permutation::tests::test_new ... ok [INFO] [stdout] test qustate::tests::test_apply_binary_gate ... ok [INFO] [stdout] test qustate::tests::test_apply_conditional_gate ... ok [INFO] [stdout] test qustate::tests::test_new ... ok [INFO] [stdout] test qustate::tests::test_peek_into ... ok [INFO] [stdout] test qustate::tests::test_peek_all ... ok [INFO] [stdout] test qustate::tests::test_measure_all ... ok [INFO] [stdout] test qustate::tests::test_reset ... ok [INFO] [stdout] test qustate::tests::test_reset_all ... 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_shuffle_bits ... ok [INFO] [stdout] test support::tests::test_reverse_bits ... ok [INFO] [stdout] test qustate::tests::test_measure ... ok [INFO] [stdout] test gates::composite::tests::test_from_string_arguments ... ok [INFO] [stdout] test gates::composite::tests::test_from_string_gates ... ok [INFO] [stdout] test gates::controlled::tests::test_c_qasm ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 208 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests q1tsim [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/lib.rs - (line 214) ... ok [INFO] [stdout] test src/lib.rs - (line 167) ... ok [INFO] [stdout] test src/lib.rs - (line 134) ... ok [INFO] [stdout] test src/lib.rs - (line 48) ... ok [INFO] [stdout] test src/lib.rs - (line 97) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "51dbf73f11481b60fc65b046979eb94a7822647f62ffc27deead5b0d80701d17"` [INFO] running `"docker" "rm" "-f" "51dbf73f11481b60fc65b046979eb94a7822647f62ffc27deead5b0d80701d17"` [INFO] [stdout] 51dbf73f11481b60fc65b046979eb94a7822647f62ffc27deead5b0d80701d17