[INFO] crate grafen 0.9.1 is already in cache [INFO] extracting crate grafen 0.9.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/grafen/0.9.1 [INFO] extracting crate grafen 0.9.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/grafen/0.9.1 [INFO] validating manifest of grafen-0.9.1 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 grafen-0.9.1 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 grafen-0.9.1 [INFO] finished frobbing grafen-0.9.1 [INFO] frobbed toml for grafen-0.9.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/grafen/0.9.1/Cargo.toml [INFO] started frobbing grafen-0.9.1 [INFO] finished frobbing grafen-0.9.1 [INFO] frobbed toml for grafen-0.9.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/grafen/0.9.1/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 grafen-0.9.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/grafen/0.9.1:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 9a84d0f883b12a460a6c101c7fb52e466a15e9517ba20004ee18317ab90024f2 [INFO] running `"docker" "start" "-a" "9a84d0f883b12a460a6c101c7fb52e466a15e9517ba20004ee18317ab90024f2"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/bin/error.rs [INFO] [stderr] * /opt/crater/workdir/src/bin/output.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling clap v2.23.3 [INFO] [stderr] Compiling dialoguer v0.1.0 [INFO] [stderr] Compiling grafen v0.9.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:34:32 [INFO] [stderr] | [INFO] [stderr] 34 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/iterator.rs:10:33 [INFO] [stderr] | [INFO] [stderr] 10 | pub type AtomIterItem<'a> = Box> + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator> + 'a` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter [INFO] [stderr] --> src/volume/cuboid.rs:196:32 [INFO] [stderr] | [INFO] [stderr] 196 | let selected_indices = rand::sample(&mut rng, 0..num_cells, num_coords as usize); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/error.rs:81:32 [INFO] [stderr] | [INFO] [stderr] 81 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/bin/ui/edit_component.rs:66:70 [INFO] [stderr] | [INFO] [stderr] 66 | fn get_volume_from_user(components: &[ComponentEntry]) -> Result> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Contains` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.48s [INFO] running `"docker" "inspect" "9a84d0f883b12a460a6c101c7fb52e466a15e9517ba20004ee18317ab90024f2"` [INFO] running `"docker" "rm" "-f" "9a84d0f883b12a460a6c101c7fb52e466a15e9517ba20004ee18317ab90024f2"` [INFO] [stdout] 9a84d0f883b12a460a6c101c7fb52e466a15e9517ba20004ee18317ab90024f2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/grafen/0.9.1:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1c476fb7b98fcfefe68e0c8ba5e4141e67a6c6331245311650d9e6b8ba587812 [INFO] running `"docker" "start" "-a" "1c476fb7b98fcfefe68e0c8ba5e4141e67a6c6331245311650d9e6b8ba587812"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/bin/error.rs [INFO] [stderr] * /opt/crater/workdir/src/bin/output.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling grafen v0.9.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/error.rs:81:32 [INFO] [stderr] | [INFO] [stderr] 81 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/bin/ui/edit_component.rs:66:70 [INFO] [stderr] | [INFO] [stderr] 66 | fn get_volume_from_user(components: &[ComponentEntry]) -> Result> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Contains` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:34:32 [INFO] [stderr] | [INFO] [stderr] 34 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/iterator.rs:10:33 [INFO] [stderr] | [INFO] [stderr] 10 | pub type AtomIterItem<'a> = Box> + 'a>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator> + 'a` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::sample': renamed to seq::sample_iter [INFO] [stderr] --> src/volume/cuboid.rs:196:32 [INFO] [stderr] | [INFO] [stderr] 196 | let selected_indices = rand::sample(&mut rng, 0..num_cells, num_coords as usize); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.81s [INFO] running `"docker" "inspect" "1c476fb7b98fcfefe68e0c8ba5e4141e67a6c6331245311650d9e6b8ba587812"` [INFO] running `"docker" "rm" "-f" "1c476fb7b98fcfefe68e0c8ba5e4141e67a6c6331245311650d9e6b8ba587812"` [INFO] [stdout] 1c476fb7b98fcfefe68e0c8ba5e4141e67a6c6331245311650d9e6b8ba587812 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/grafen/0.9.1:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 5aa86114ffed662d04b23c154d658b668b5f1a2e4db0004d21dfb350ac6cbc14 [INFO] running `"docker" "start" "-a" "5aa86114ffed662d04b23c154d658b668b5f1a2e4db0004d21dfb350ac6cbc14"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/bin/error.rs [INFO] [stderr] * /opt/crater/workdir/src/bin/output.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/grafen-79bb047dac5b495a [INFO] [stdout] [INFO] [stdout] running 85 tests [INFO] [stdout] test coord::tests::coord_distance_along_plane ... ok [INFO] [stdout] test coord::tests::coord_eq_tolerance_small_deviation_passes ... ok [INFO] [stdout] test coord::tests::coord_assign_operators ... ok [INFO] [stdout] test coord::tests::coord_distance_calc ... ok [INFO] [stdout] test coord::tests::coord_display_format ... ok [INFO] [stdout] test coord::tests::coord_origo_is_correct ... ok [INFO] [stdout] test coord::tests::coord_operators ... ok [INFO] [stdout] test coord::tests::coord_to_tuple ... ok [INFO] [stdout] test coord::tests::default_coordinate ... ok [INFO] [stdout] test coord::tests::impl_translate_object_in_place ... ok [INFO] [stdout] test coord::tests::coords_adjusted_by_pbc_with_size_0_does_not_change ... ok [INFO] [stdout] test coord::tests::impl_translate_object ... ok [INFO] [stdout] test coord::tests::coord_parsed_from_string ... ok [INFO] [stdout] test coord::tests::periodic_multiple_of_coords ... ok [INFO] [stdout] test coord::tests::rotate_a_coordinate ... ok [INFO] [stdout] test coord::tests::coord_with_set_pbc ... ok [INFO] [stdout] test database::tests::database_by_default_sets_empty_vectors_if_not_available ... ok [INFO] [stdout] test database::tests::read_and_write_database ... ok [INFO] [stdout] test database::tests::create_entry_macro_adds_from_method ... ok [INFO] [stdout] test coord::tests::rotating_a_sheet_to_alignment_works ... ok [INFO] [stdout] test database::tests::component_entry_adds_with_pbc_method ... ok [INFO] [stdout] test database::tests::set_database_path ... ok [INFO] [stdout] test database::tests::serialize_and_deserialize_residue_entry ... ok [INFO] [stdout] test surface::cylinder::tests::calc_box_size_of_cylinder ... ok [INFO] [stdout] test iterator::tests::atom_iterator_yields_correct_values ... ok [INFO] [stdout] test database::tests::set_database_to_empty_path_is_error ... ok [INFO] [stdout] test database::tests::get_database_path ... ok [INFO] [stdout] test iterator::tests::atom_iterator_with_no_residue_is_empty ... ok [INFO] [stdout] test surface::cylinder::tests::cylinder_corrects_radius_and_height_to_match_lattice_spacing ... ok [INFO] [stdout] test surface::lattice::tests::hexagonal_crystal ... ok [INFO] [stdout] test surface::lattice::tests::crystal_spacing ... ok [INFO] [stdout] test surface::lattice::tests::hexagonal_lattice_has_corrected_periodicity ... ok [INFO] [stdout] test surface::lattice::tests::hexagonal_lattice_with_size ... ok [INFO] [stdout] test surface::lattice::tests::lattice_constructed_without_size_is_empty ... ok [INFO] [stdout] test surface::lattice::tests::triclinic_crystal ... ok [INFO] [stdout] test surface::lattice::tests::lattice_with_size ... ok [INFO] [stdout] test surface::lattice::tests::hexagonal_lattice_has_empty_points ... ok [INFO] [stdout] test surface::lattice::tests::triclinic_lattice ... ok [INFO] [stdout] test surface::sheet::tests::create_regular_sheets_updates_sheet_size_to_match_pbc ... ok [INFO] [stdout] test surface::points::tests::uniform_distribution_of_positions ... ok [INFO] [stdout] test surface::cylinder::tests::add_caps_to_cylinder ... ok [INFO] [stdout] test surface::sheet::tests::create_sheets_with_negative_input_size_returns_error ... ok [INFO] [stdout] test surface::distribution::tests::create_poisson_distribution ... ok [INFO] [stdout] test surface::sheet::tests::calc_box_size_of_sheet_accounts_for_sheet_normal ... ok [INFO] [stdout] test surface::cylinder::tests::constructing_cylinder_with_negative_radius_or_height_returns_error ... ok [INFO] [stdout] test system::tests::box_size_in_macro_generated_impls_adds_origin ... ok [INFO] [stdout] test coord::tests::coord_eq_tolerance_larger_deviation_does_not ... ok [INFO] [stdout] test system::tests::box_size_of_system_adds_origin ... ok [INFO] [stdout] test system::tests::create_residue_base_macro ... ok [INFO] [stdout] test system::tests::iterate_over_atoms_in_macro_generated_impl_object ... ok [INFO] [stdout] test system::tests::iterate_over_atoms_in_macro_generated_impl_without_residue_returns_empty_iterator ... ok [INFO] [stdout] test system::tests::iterate_over_atoms_in_whole_system_gives_correct_results ... ok [INFO] [stdout] test system::tests::num_atoms_in_system ... ok [INFO] [stdout] test system::tests::with_pbc_in_macro_generated_impls_works_locally ... ok [INFO] [stdout] test volume::cuboid::tests::calc_box_size_of_cuboid ... ok [INFO] [stdout] test volume::cuboid::tests::calculate_cuboid_center ... ok [INFO] [stdout] test volume::cuboid::tests::create_no_added_periodic_multiples_of_cuboid_just_clones ... ok [INFO] [stdout] test volume::cuboid::tests::create_periodic_multiple_of_cuboid ... ok [INFO] [stdout] test volume::cuboid::tests::cuboid_center_calculation_is_correct ... ok [INFO] [stdout] test volume::cuboid::tests::cuboid_contains_coordinates_in_absolute_space ... ok [INFO] [stdout] test volume::cuboid::tests::cuboid_expands_to_create_full_cylinder_if_too_small ... ok [INFO] [stdout] test system::tests::num_atoms_in_macro_generated_impl_objects ... ok [INFO] [stdout] test volume::cuboid::tests::cuboid_into_cylinder ... ok [INFO] [stdout] test volume::cuboid::tests::cuboid_into_sphere ... ok [INFO] [stdout] test volume::cuboid::tests::cuboid_expands_to_create_full_sphere_if_too_small ... ok [INFO] [stdout] test volume::cuboid::tests::cuboid_to_cylinder_keeps_an_expected_number_of_coordinates ... ok [INFO] [stdout] test volume::cuboid::tests::cuboid_volume_is_correct ... ok [INFO] [stdout] test volume::cuboid::tests::density_is_set_after_fill ... ok [INFO] [stdout] test volume::cuboid::tests::translate_a_cuboid ... ok [INFO] [stdout] test volume::cuboid::tests::translated_cuboid_center_is_correct ... ok [INFO] [stdout] test volume::cylinder::tests::calc_box_size_of_cylinder ... ok [INFO] [stdout] test volume::cylinder::tests::cylinder_contains_coordinates_in_absolute_space_depending_on_direction ... ok [INFO] [stdout] test volume::cylinder::tests::cylinder_from_density_makes_an_expected_number_of_coordinates ... ok [INFO] [stdout] test volume::cylinder::tests::cylinder_volume_is_correct ... ok [INFO] [stdout] test volume::cylinder::tests::fill_cylinder_with_coords ... ok [INFO] [stdout] test surface::sheet::tests::variance_is_added_if_requested ... ok [INFO] [stdout] test volume::tests::coordinates_within_cuboid_prune_with_respect_to_residue_atoms ... ok [INFO] [stdout] test volume::tests::fill_type_returns_correct_numbers ... ok [INFO] [stdout] test volume::tests::pruning_accounts_for_the_relative_translation_of_objects ... ok [INFO] [stdout] test volume::tests::coordinates_within_cuboid_are_pruned ... ok [INFO] [stdout] test surface::cylinder::tests::cylinder_is_bent_from_sheet_as_expected ... ok [INFO] [stdout] test surface::sheet::tests::create_sheet_with_density ... ok [INFO] [stdout] test surface::sheet::tests::small_sheets_extend_periodically_if_the_circle_is_too_large ... ok [INFO] [stdout] test surface::sheet::tests::cut_a_sheet_into_a_circle ... ok [INFO] [stdout] test surface::sheet::tests::sheet_can_be_constructed_along_x_and_y ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 85 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/grafen-523fbb3322f76a66 [INFO] [stdout] running 1 test [INFO] [stdout] test ui::edit_database::residue::tests::residue_builder_is_ok_if_all_are_set ... ok [INFO] [stderr] Doc-tests grafen [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test src/coord.rs - coord::Coord::distance_cylindrical (line 74) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord::from_str (line 194) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord::distance (line 58) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord::new (line 34) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord (line 13) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord::pbc_multiply (line 157) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord::rotate (line 102) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord::from_str (line 188) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord::to_tuple (line 46) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord::with_pbc (line 123) ... ok [INFO] [stdout] test src/coord.rs - coord::Coord::with_pbc (line 129) ... ok [INFO] [stdout] test src/describe.rs - describe::unwrap_name (line 46) ... ok [INFO] [stdout] test src/system.rs - impl_component (line 124) ... FAILED [INFO] [stdout] test src/system.rs - resbase (line 214) ... ok [INFO] [stdout] test src/database.rs - create_entry_wrapper (line 44) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/system.rs - impl_component (line 124) stdout ---- [INFO] [stdout] error: expected one of `!`, `::`, `;`, or `}`, found `,` [INFO] [stdout] --> src/system.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 4 | residue: Option, [INFO] [stdout] | ^ expected one of `!`, `::`, `;`, or `}` here [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `residue` in this scope [INFO] [stdout] --> src/system.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 4 | residue: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | expecting a type here because of type ascription [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Residue` in this scope [INFO] [stdout] --> src/system.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 4 | residue: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | expecting a type here because of type ascription [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/system.rs - impl_component (line 124) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 14 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "5aa86114ffed662d04b23c154d658b668b5f1a2e4db0004d21dfb350ac6cbc14"` [INFO] running `"docker" "rm" "-f" "5aa86114ffed662d04b23c154d658b668b5f1a2e4db0004d21dfb350ac6cbc14"` [INFO] [stdout] 5aa86114ffed662d04b23c154d658b668b5f1a2e4db0004d21dfb350ac6cbc14