[INFO] fetching crate graph_symmetry 0.1.1... [INFO] testing graph_symmetry-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate graph_symmetry 0.1.1 into /workspace/builds/worker-1-tc1/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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate graph_symmetry 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded chem v0.0.2 [INFO] [stderr] Downloaded purr v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1fa9c05b5af211ce91d86d0c4b4a2a4e755453b9310704bf3796683229544347 [INFO] running `Command { std: "docker" "start" "-a" "1fa9c05b5af211ce91d86d0c4b4a2a4e755453b9310704bf3796683229544347", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fa9c05b5af211ce91d86d0c4b4a2a4e755453b9310704bf3796683229544347", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fa9c05b5af211ce91d86d0c4b4a2a4e755453b9310704bf3796683229544347", kill_on_drop: false }` [INFO] [stdout] 1fa9c05b5af211ce91d86d0c4b4a2a4e755453b9310704bf3796683229544347 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4e652be91aec9b54ca649a8641146ebfb8c7b93116d4a63374f9f773ee32e99 [INFO] running `Command { std: "docker" "start" "-a" "b4e652be91aec9b54ca649a8641146ebfb8c7b93116d4a63374f9f773ee32e99", kill_on_drop: false }` [INFO] [stderr] Compiling chem v0.0.2 [INFO] [stderr] Compiling purr v0.9.0 [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 1.54s [INFO] running `Command { std: "docker" "inspect" "b4e652be91aec9b54ca649a8641146ebfb8c7b93116d4a63374f9f773ee32e99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4e652be91aec9b54ca649a8641146ebfb8c7b93116d4a63374f9f773ee32e99", kill_on_drop: false }` [INFO] [stdout] b4e652be91aec9b54ca649a8641146ebfb8c7b93116d4a63374f9f773ee32e99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 629b41705ab4ace213cea22eab1b7b4bb9a94fa3bd0209d975e4f1ff71405059 [INFO] running `Command { std: "docker" "start" "-a" "629b41705ab4ace213cea22eab1b7b4bb9a94fa3bd0209d975e4f1ff71405059", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.16 [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 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 4.06s [INFO] running `Command { std: "docker" "inspect" "629b41705ab4ace213cea22eab1b7b4bb9a94fa3bd0209d975e4f1ff71405059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "629b41705ab4ace213cea22eab1b7b4bb9a94fa3bd0209d975e4f1ff71405059", kill_on_drop: false }` [INFO] [stdout] 629b41705ab4ace213cea22eab1b7b4bb9a94fa3bd0209d975e4f1ff71405059 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 122e2f668c2d0a7d10f0b14b33d08d3937b5c418b9781c6de8a4b8f5647e6882 [INFO] running `Command { std: "docker" "start" "-a" "122e2f668c2d0a7d10f0b14b33d08d3937b5c418b9781c6de8a4b8f5647e6882", 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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph_symmetry-120f0de00aa1226e) [INFO] [stdout] [INFO] [stdout] running 63 tests [INFO] [stdout] test core::cnap::permutation::test_cnap_permutation::test_orbits_from_permutation ... ok [INFO] [stdout] test core::cnap::combinatorial::test_cnap_combinatorial::test_factorial ... 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::isomorphism::test_cnap_isomorphism::test_is_automorphic ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::test_merge_cycles ... ok [INFO] [stdout] test core::givp::partition::test_givp_partition::test_partition_once ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbit_overlap ... ok [INFO] [stdout] test core::cnap::permutation::test_cnap_permutation::test_generate_all_permutations ... ok [INFO] [stdout] test core::graph_ops::test_core_graph_ops::test_graph_distance ... ok [INFO] [stdout] test core::cnap::permutation::test_cnap_permutation::test_update_mapping ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::test_get_cycles_from_orbits ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbit_contain ... ok [INFO] [stdout] test core::graph::test_core_graph_trait::test_index ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbits_equal ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::tet_find_cycle_for_vertices ... 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_extend_one_edge ... ok [INFO] [stdout] test core::givp::partition::test_givp_partition::test_partition_recursively ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbits_self_merge ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbit_cover ... ok [INFO] [stdout] test core::reduce::case_cyclic::test_reduce_case_cyclic::test_get_cycle_index_for_vertex ... ok [INFO] [stdout] test core::givp::workflow::test_givp_workflow::test_partition_molecule ... ok [INFO] [stdout] test core::reduce::mapping_ops::test_reduce_mapping_ops::test_enumerate_neighbour_mappings ... ok [INFO] [stdout] test core::reduce::case_breakable::test_reduce_case_breakable::test_is_neighbour_breakable ... 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_update_boundary_edges ... ok [INFO] [stdout] test core::reduce::mapping_ops::test_reduce_mapping_ops::test_find_new_neighbours ... 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_break_symmetry ... ok [INFO] [stdout] test ext::molecule::atom::test_ext_mol_atom::test_custom_new_in_folded_graph ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::test_cyclic_size_find_cycles ... ok [INFO] [stdout] test core::reduce::case_breakable::test_reduce_case_breakable::test_molecules ... ok [INFO] [stdout] test ext::molecule::bond::test_ext_mol_bond::test_bond ... 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_break_symmetry ... ok [INFO] [stdout] test core::reduce::graph_separable::test_reduce_graph_separable::test_construct_reducible_graph ... ok [INFO] [stdout] test ext::molecule::atom::test_ext_mol_atom::test_atom_fixed_hash_value ... ok [INFO] [stdout] test core::graph::test_core_graph_trait::test_index_panic - should panic ... ok [INFO] [stdout] test ext::molecule::atom::test_ext_mol_atom::test_custom_new_in_reduce_graph ... ok [INFO] [stdout] test core::reduce::graph_separable::test_reduce_graph_separable::test_is_seperable ... ok [INFO] [stdout] test ext::molecule::bond::test_ext_mol_bond::test_kind_value ... ok [INFO] [stdout] test ext::molecule::extendable_hash::test_ext_mol_atom_ext::test_atom_repr ... ok [INFO] [stdout] test ext::molecule::local_symmetry::test_ext_mol_local_symmetry::test_is_cyclic_local_symmetric ... ok [INFO] [stdout] test ext::molecule::workflow::test_ext_mol_workflow::test_get_bond_table ... 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_symmetry_perception_givp ... ok [INFO] [stdout] test test_lib::test_module_ext ... ok [INFO] [stdout] test core::reduce::graph_separable::test_reduce_graph_separable::test_molecules ... ok [INFO] [stdout] test ext::molecule::local_symmetry::test_ext_mol_local_symmetry::test_group_by_neighbour ... ok [INFO] [stdout] test ext::molecule::canon_smiles::test_ext_mol_canon_smiles::test_get_canon_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_from_smiles ... ok [INFO] [stdout] test ext::molecule::local_symmetry::test_ext_mol_local_symmetry::test_get_local_symmetric_orbits ... 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_canonical_numbering_and_symmetry_perception ... ok [INFO] [stdout] test core::cnap::combinatorial::test_cnap_combinatorial::test_factorial_vec ... ok [INFO] [stdout] test core::reduce::case_cyclic::test_reduce_case_cyclic::test_molecules ... ok [INFO] [stdout] test core::reduce::reducible_graph::test_reduce_graph::test_reducible_graph ... 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::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 2.37s [INFO] [stdout] [INFO] [stderr] Running tests/chembl_test.rs (/opt/rustwide/target/debug/deps/chembl_test-ff4d5a4e6a829102) [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-3ed86d68a9c1a127) [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.55s [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.46s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "122e2f668c2d0a7d10f0b14b33d08d3937b5c418b9781c6de8a4b8f5647e6882", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "122e2f668c2d0a7d10f0b14b33d08d3937b5c418b9781c6de8a4b8f5647e6882", kill_on_drop: false }` [INFO] [stdout] 122e2f668c2d0a7d10f0b14b33d08d3937b5c418b9781c6de8a4b8f5647e6882