[INFO] fetching crate graph_symmetry 0.1.1... [INFO] testing graph_symmetry-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate graph_symmetry 0.1.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate graph_symmetry 0.1.1 [INFO] finished tweaking crates.io crate graph_symmetry 0.1.1 [INFO] tweaked toml for crates.io crate graph_symmetry 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate graph_symmetry 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 16 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44439db06e9d2a9005495c5048ca54c3f21f58ae58c36ded182ec30898c8cc46 [INFO] running `Command { std: "docker" "start" "-a" "44439db06e9d2a9005495c5048ca54c3f21f58ae58c36ded182ec30898c8cc46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44439db06e9d2a9005495c5048ca54c3f21f58ae58c36ded182ec30898c8cc46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44439db06e9d2a9005495c5048ca54c3f21f58ae58c36ded182ec30898c8cc46", kill_on_drop: false }` [INFO] [stdout] 44439db06e9d2a9005495c5048ca54c3f21f58ae58c36ded182ec30898c8cc46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 010b8a83e94515f277bc0f1d5b2997e90d2c66438f0f7f07b38149fb38f202eb [INFO] running `Command { std: "docker" "start" "-a" "010b8a83e94515f277bc0f1d5b2997e90d2c66438f0f7f07b38149fb38f202eb", kill_on_drop: false }` [INFO] [stderr] Compiling purr v0.9.0 [INFO] [stderr] Compiling chem v0.0.2 [INFO] [stderr] Compiling graph_symmetry v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/ext/molecule/element.rs:159:67 [INFO] [stdout] | [INFO] [stdout] 159 | purr::feature::BracketSymbol::Element(ele) => Some(ele.clone()), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `purr::feature::Element` does not implement `Clone`, so calling `clone` on `&purr::feature::Element` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 159 - purr::feature::BracketSymbol::Element(ele) => Some(ele.clone()), [INFO] [stdout] 159 + purr::feature::BracketSymbol::Element(ele) => Some(ele), [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `purr::feature::Element`, implement `Clone` for it [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/purr-0.9.0/src/feature/element.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + #[derive(Clone)] [INFO] [stdout] 6 | pub enum Element { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s [INFO] running `Command { std: "docker" "inspect" "010b8a83e94515f277bc0f1d5b2997e90d2c66438f0f7f07b38149fb38f202eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "010b8a83e94515f277bc0f1d5b2997e90d2c66438f0f7f07b38149fb38f202eb", kill_on_drop: false }` [INFO] [stdout] 010b8a83e94515f277bc0f1d5b2997e90d2c66438f0f7f07b38149fb38f202eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33b8d8c84c616aead3650d71f38628360684d85c916d3b5f3888432007dc8ab0 [INFO] running `Command { std: "docker" "start" "-a" "33b8d8c84c616aead3650d71f38628360684d85c916d3b5f3888432007dc8ab0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/ext/molecule/element.rs:159:67 [INFO] [stdout] | [INFO] [stdout] 159 | purr::feature::BracketSymbol::Element(ele) => Some(ele.clone()), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `purr::feature::Element` does not implement `Clone`, so calling `clone` on `&purr::feature::Element` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 159 - purr::feature::BracketSymbol::Element(ele) => Some(ele.clone()), [INFO] [stdout] 159 + purr::feature::BracketSymbol::Element(ele) => Some(ele), [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `purr::feature::Element`, implement `Clone` for it [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/purr-0.9.0/src/feature/element.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + #[derive(Clone)] [INFO] [stdout] 6 | pub enum Element { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling graph_symmetry v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/ext/molecule/element.rs:159:67 [INFO] [stdout] | [INFO] [stdout] 159 | purr::feature::BracketSymbol::Element(ele) => Some(ele.clone()), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `purr::feature::Element` does not implement `Clone`, so calling `clone` on `&purr::feature::Element` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 159 - purr::feature::BracketSymbol::Element(ele) => Some(ele.clone()), [INFO] [stdout] 159 + purr::feature::BracketSymbol::Element(ele) => Some(ele), [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `purr::feature::Element`, implement `Clone` for it [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/purr-0.9.0/src/feature/element.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + #[derive(Clone)] [INFO] [stdout] 6 | pub enum Element { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.91s [INFO] running `Command { std: "docker" "inspect" "33b8d8c84c616aead3650d71f38628360684d85c916d3b5f3888432007dc8ab0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33b8d8c84c616aead3650d71f38628360684d85c916d3b5f3888432007dc8ab0", kill_on_drop: false }` [INFO] [stdout] 33b8d8c84c616aead3650d71f38628360684d85c916d3b5f3888432007dc8ab0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6c75f12c98fcd939b670b72208cf1e27dfc2303b32ec229c72e4893a4b886eed [INFO] running `Command { std: "docker" "start" "-a" "6c75f12c98fcd939b670b72208cf1e27dfc2303b32ec229c72e4893a4b886eed", kill_on_drop: false }` [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> src/ext/molecule/element.rs:159:67 [INFO] [stderr] | [INFO] [stderr] 159 | purr::feature::BracketSymbol::Element(ele) => Some(ele.clone()), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the type `purr::feature::Element` does not implement `Clone`, so calling `clone` on `&purr::feature::Element` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] 159 - purr::feature::BracketSymbol::Element(ele) => Some(ele.clone()), [INFO] [stderr] 159 + purr::feature::BracketSymbol::Element(ele) => Some(ele), [INFO] [stderr] | [INFO] [stderr] help: if you meant to clone `purr::feature::Element`, implement `Clone` for it [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/purr-0.9.0/src/feature/element.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 + #[derive(Clone)] [INFO] [stderr] 6 | pub enum Element { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `graph_symmetry` (lib) generated 1 warning (run `cargo fix --lib -p graph_symmetry` to apply 1 suggestion) [INFO] [stderr] warning: `graph_symmetry` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph_symmetry-ab454d442da3f682) [INFO] [stdout] [INFO] [stdout] running 63 tests [INFO] [stdout] test core::cnap::isomorphism::test_cnap_isomorphism::test_is_automorphic ... ok [INFO] [stdout] test core::cnap::permutation::test_cnap_permutation::test_orbits_from_permutation ... ok [INFO] [stdout] test core::cnap::permutation::test_cnap_permutation::test_permutation_groups_of_orbit_indexes ... ok [INFO] [stdout] test core::cnap::permutation::test_cnap_permutation::test_permutation_mapping_conversion ... ok [INFO] [stdout] test core::cnap::permutation::test_cnap_permutation::test_update_mapping ... ok [INFO] [stdout] test core::cnap::combinatorial::test_cnap_combinatorial::test_factorial ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::test_find_all_cycles ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::test_merge_cycles ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::test_get_cycles_from_orbits ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::test_extend_one_edge ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::tet_find_cycle_for_vertices ... ok [INFO] [stdout] test core::givp::partition::test_givp_partition::test_partition_once ... ok [INFO] [stdout] test core::givp::partition::test_givp_partition::test_partition_recursively ... ok [INFO] [stdout] test core::graph::test_core_graph_trait::test_index ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbit_cover ... ok [INFO] [stdout] test core::graph_ops::test_core_graph_ops::test_graph_distance ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbit_contain ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbit_overlap ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbits_equal ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbits_self_merge ... ok [INFO] [stdout] test core::reduce::case_breakable::test_reduce_case_breakable::test_is_neighbour_breakable ... ok [INFO] [stdout] test core::cnap::permutation::test_cnap_permutation::test_generate_all_permutations ... ok [INFO] [stdout] test core::givp::workflow::test_givp_workflow::test_partition_molecule ... ok [INFO] [stdout] test core::reduce::case_cyclic::test_reduce_case_cyclic::test_divide_orbit_by_cycles ... ok [INFO] [stdout] test core::reduce::case_cyclic::test_reduce_case_cyclic::test_get_cycle_index_for_vertex ... ok [INFO] [stdout] test core::reduce::case_breakable::test_reduce_case_breakable::test_molecules ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::test_cyclic_size_find_cycles ... ok [INFO] [stdout] test core::reduce::case_cyclic::test_reduce_case_cyclic::test_update_boundary_edges ... ok [INFO] [stdout] test core::graph::test_core_graph_trait::test_index_panic - should panic ... ok [INFO] [stdout] test core::reduce::graph_separable::test_reduce_graph_separable::test_is_seperable ... ok [INFO] [stdout] test core::reduce::graph_separable::test_reduce_graph_separable::test_construct_reducible_graph ... ok [INFO] [stdout] test core::cnap::combinatorial::test_cnap_combinatorial::test_factorial_vec ... ok [INFO] [stdout] test core::reduce::mapping_ops::test_reduce_mapping_ops::test_find_new_neighbours ... ok [INFO] [stdout] test core::reduce::graph_separable::test_reduce_graph_separable::test_molecules ... ok [INFO] [stdout] test ext::molecule::atom::test_ext_mol_atom::test_atom_fixed_hash_value ... ok [INFO] [stdout] test ext::molecule::atom::test_ext_mol_atom::test_break_symmetry ... ok [INFO] [stdout] test ext::molecule::atom::test_ext_mol_atom::test_charge ... ok [INFO] [stdout] test ext::molecule::atom::test_ext_mol_atom::test_custom_new_in_folded_graph ... ok [INFO] [stdout] test ext::molecule::atom::test_ext_mol_atom::test_custom_new_in_reduce_graph ... ok [INFO] [stdout] test ext::molecule::atom::test_ext_mol_atom::test_update_edges_in_reduced_graph ... ok [INFO] [stdout] test ext::molecule::bond::test_ext_mol_bond::test_bond ... ok [INFO] [stdout] test ext::molecule::bond::test_ext_mol_bond::test_break_symmetry ... ok [INFO] [stdout] test ext::molecule::bond::test_ext_mol_bond::test_kind_value ... ok [INFO] [stdout] test ext::molecule::canon_smiles::test_ext_mol_canon_smiles::test_get_canon_smiles ... ok [INFO] [stdout] test ext::molecule::extendable_hash::test_ext_mol_atom_ext::test_atom_repr ... ok [INFO] [stdout] test core::reduce::mapping_ops::test_reduce_mapping_ops::test_enumerate_neighbour_mappings ... ok [INFO] [stdout] test ext::molecule::local_symmetry::test_ext_mol_local_symmetry::test_get_local_symmetric_orbits ... ok [INFO] [stdout] test ext::molecule::local_symmetry::test_ext_mol_local_symmetry::test_group_by_neighbour ... ok [INFO] [stdout] test ext::molecule::local_symmetry::test_ext_mol_local_symmetry::test_is_cyclic_local_symmetric ... ok [INFO] [stdout] test ext::molecule::molecule::test_ext_mol_molecule::test_from_smiles ... ok [INFO] [stdout] test ext::molecule::local_symmetry::test_ext_mol_local_symmetry::test_is_acyclic_local_symmetric ... ok [INFO] [stdout] test ext::molecule::molecule::test_ext_mol_molecule::test_purr_features ... ok [INFO] [stdout] test ext::molecule::workflow::test_ext_mol_workflow::test_get_bond_table ... ok [INFO] [stdout] test ext::molecule::workflow::test_ext_mol_workflow::test_symmetry_perception_cnap ... ok [INFO] [stdout] test ext::molecule::workflow::test_ext_mol_workflow::test_symmetry_perception_givp ... ok [INFO] [stdout] test test_lib::test_module_ext ... ok [INFO] [stdout] test ext::molecule::workflow::test_ext_mol_workflow::test_canonical_numbering_and_symmetry_perception ... ok [INFO] [stdout] test core::reduce::case_cyclic::test_reduce_case_cyclic::test_molecules ... ok [INFO] [stdout] test core::reduce::case_cyclic::test_reduce_case_cyclic::test_mapping ... ok [INFO] [stdout] test core::reduce::case_cyclic::test_reduce_case_cyclic::test_find_starting_orbit ... ok [INFO] [stdout] test core::reduce::reducible_graph::test_reduce_graph::test_reducible_graph ... ok [INFO] [stdout] test core::reduce::case_breakable::test_reduce_case_breakable::test_find_starting_orbit ... ok [INFO] [stdout] test core::reduce::case_breakable::test_reduce_case_breakable::test_mapping ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.52s [INFO] [stdout] [INFO] [stderr] Running tests/chembl_test.rs (/opt/rustwide/target/debug/deps/chembl_test-89a0acd05b586c12) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test chembl ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/krotko_test.rs (/opt/rustwide/target/debug/deps/krotko_test-ddc44f5283f9572a) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test krotko_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s [INFO] [stdout] [INFO] [stderr] Doc-tests graph_symmetry [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/ext/molecule/canon_smiles.rs - ext::molecule::canon_smiles (line 12) ... ok [INFO] [stdout] test src/ext/molecule/workflow.rs - ext::molecule::workflow (line 11) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6c75f12c98fcd939b670b72208cf1e27dfc2303b32ec229c72e4893a4b886eed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c75f12c98fcd939b670b72208cf1e27dfc2303b32ec229c72e4893a4b886eed", kill_on_drop: false }` [INFO] [stdout] 6c75f12c98fcd939b670b72208cf1e27dfc2303b32ec229c72e4893a4b886eed