[INFO] fetching crate graph_symmetry 0.1.1... [INFO] testing graph_symmetry-0.1.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate graph_symmetry 0.1.1 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate graph_symmetry 0.1.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa6ddda3feb6a884d441ab3d373d6de6130f847c9218f5bf3652efa8ed8e1d20 [INFO] running `Command { std: "docker" "start" "-a" "fa6ddda3feb6a884d441ab3d373d6de6130f847c9218f5bf3652efa8ed8e1d20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa6ddda3feb6a884d441ab3d373d6de6130f847c9218f5bf3652efa8ed8e1d20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa6ddda3feb6a884d441ab3d373d6de6130f847c9218f5bf3652efa8ed8e1d20", kill_on_drop: false }` [INFO] [stdout] fa6ddda3feb6a884d441ab3d373d6de6130f847c9218f5bf3652efa8ed8e1d20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb7496e958acddd1b218bcd2783121df02e69bab8b936a21355b0ed4cde08aeb [INFO] running `Command { std: "docker" "start" "-a" "fb7496e958acddd1b218bcd2783121df02e69bab8b936a21355b0ed4cde08aeb", 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 3.95s [INFO] running `Command { std: "docker" "inspect" "fb7496e958acddd1b218bcd2783121df02e69bab8b936a21355b0ed4cde08aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb7496e958acddd1b218bcd2783121df02e69bab8b936a21355b0ed4cde08aeb", kill_on_drop: false }` [INFO] [stdout] fb7496e958acddd1b218bcd2783121df02e69bab8b936a21355b0ed4cde08aeb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cce4f587a7b017773056b3f6072f16540772a3f0f8e49ea7ce11c9bd2170d6a [INFO] running `Command { std: "docker" "start" "-a" "2cce4f587a7b017773056b3f6072f16540772a3f0f8e49ea7ce11c9bd2170d6a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling cfg-if v1.0.3 [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 ppv-lite86 v0.2.21 [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 9.77s [INFO] running `Command { std: "docker" "inspect" "2cce4f587a7b017773056b3f6072f16540772a3f0f8e49ea7ce11c9bd2170d6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cce4f587a7b017773056b3f6072f16540772a3f0f8e49ea7ce11c9bd2170d6a", kill_on_drop: false }` [INFO] [stdout] 2cce4f587a7b017773056b3f6072f16540772a3f0f8e49ea7ce11c9bd2170d6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 05af2f91b40a34f27ebd7b8ea071a555c84ed843597a509951dd568918c6bac5 [INFO] running `Command { std: "docker" "start" "-a" "05af2f91b40a34f27ebd7b8ea071a555c84ed843597a509951dd568918c6bac5", 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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph_symmetry-3adecd7ca19e087c) [INFO] [stdout] [INFO] [stdout] running 63 tests [INFO] [stdout] test core::cnap::combinatorial::test_cnap_combinatorial::test_factorial ... ok [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_generate_all_permutations ... ok [INFO] [stdout] test core::cycle_ops::test_core_cycle_ops::test_extend_one_edge ... ok [INFO] [stdout] test core::cnap::permutation::test_cnap_permutation::test_permutation_groups_of_orbit_indexes ... 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::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::givp::partition::test_givp_partition::test_partition_recursively ... 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::tet_find_cycle_for_vertices ... 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_cover ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbit_contain ... ok [INFO] [stdout] test core::graph_ops::test_core_graph_ops::test_graph_distance ... 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_overlap ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbits_self_merge ... ok [INFO] [stdout] test core::givp::workflow::test_givp_workflow::test_partition_molecule ... ok [INFO] [stdout] test core::reduce::case_breakable::test_reduce_case_breakable::test_is_neighbour_breakable ... ok [INFO] [stdout] test core::orbit_ops::test_core_orbit_ops::test_orbits_equal ... ok [INFO] [stdout] test core::reduce::case_breakable::test_reduce_case_breakable::test_molecules ... 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_cyclic::test_reduce_case_cyclic::test_divide_orbit_by_cycles ... ok [INFO] [stdout] test core::graph::test_core_graph_trait::test_index_panic - should panic ... 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::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::reduce::mapping_ops::test_reduce_mapping_ops::test_enumerate_neighbour_mappings ... ok [INFO] [stdout] test core::reduce::mapping_ops::test_reduce_mapping_ops::test_find_new_neighbours ... ok [INFO] [stdout] test core::cnap::combinatorial::test_cnap_combinatorial::test_factorial_vec ... 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 core::reduce::graph_separable::test_reduce_graph_separable::test_molecules ... 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_get_local_symmetric_orbits ... 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::local_symmetry::test_ext_mol_local_symmetry::test_is_cyclic_local_symmetric ... ok [INFO] [stdout] test ext::molecule::local_symmetry::test_ext_mol_local_symmetry::test_group_by_neighbour ... ok [INFO] [stdout] test ext::molecule::molecule::test_ext_mol_molecule::test_purr_features ... ok [INFO] [stdout] test ext::molecule::molecule::test_ext_mol_molecule::test_from_smiles ... 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_find_starting_orbit ... 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_molecules ... 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_mapping ... ok [INFO] [stdout] test core::reduce::case_breakable::test_reduce_case_breakable::test_find_starting_orbit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.35s [INFO] [stdout] [INFO] [stderr] Running tests/chembl_test.rs (/opt/rustwide/target/debug/deps/chembl_test-fd623c873df81ba1) [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-49983e77ba4aa0e1) [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.62s [INFO] [stdout] [INFO] [stderr] Doc-tests graph_symmetry [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/ext/molecule/workflow.rs - ext::molecule::workflow (line 11) ... ok [INFO] [stdout] test src/ext/molecule/canon_smiles.rs - ext::molecule::canon_smiles (line 12) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "05af2f91b40a34f27ebd7b8ea071a555c84ed843597a509951dd568918c6bac5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05af2f91b40a34f27ebd7b8ea071a555c84ed843597a509951dd568918c6bac5", kill_on_drop: false }` [INFO] [stdout] 05af2f91b40a34f27ebd7b8ea071a555c84ed843597a509951dd568918c6bac5