[INFO] cloning repository goyox86/customer_locator [INFO] running `"git" "clone" "--bare" "git://github.com/goyox86/customer_locator.git" "work/cache/sources/gh/goyox86/customer_locator"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/goyox86/customer_locator'... [INFO] running `"git" "clone" "work/cache/sources/gh/goyox86/customer_locator" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/goyox86/customer_locator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/goyox86/customer_locator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/goyox86/customer_locator" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/goyox86/customer_locator"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/goyox86/customer_locator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c163e93a885b340146b8506fd33247d1060fe7ef [INFO] sha for GitHub repo goyox86/customer_locator: c163e93a885b340146b8506fd33247d1060fe7ef [INFO] validating manifest of goyox86/customer_locator 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 goyox86/customer_locator 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 goyox86/customer_locator [INFO] finished frobbing goyox86/customer_locator [INFO] frobbed toml for goyox86/customer_locator written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/goyox86/customer_locator/Cargo.toml [INFO] started frobbing goyox86/customer_locator [INFO] finished frobbing goyox86/customer_locator [INFO] frobbed toml for goyox86/customer_locator written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/goyox86/customer_locator/Cargo.toml [INFO] crate goyox86/customer_locator already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing goyox86/customer_locator against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/goyox86/customer_locator:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 898631dccc0d99d1e34a20905402ef29acd9fe4b2cee8a607eae70e8d2d9768c [INFO] running `"docker" "start" "-a" "898631dccc0d99d1e34a20905402ef29acd9fe4b2cee8a607eae70e8d2d9768c"` [INFO] [stderr] Compiling bitflags v0.8.0 [INFO] [stderr] Compiling serde v0.9.11 [INFO] [stderr] Compiling term_size v0.2.3 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling syn v0.11.9 [INFO] [stderr] Compiling clap v2.21.2 [INFO] [stderr] Compiling serde_codegen_internals v0.14.1 [INFO] [stderr] Compiling serde_derive v0.9.11 [INFO] [stderr] Compiling serde_json v0.9.9 [INFO] [stderr] Compiling customer_locator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/customer_json_file.rs:94:32 [INFO] [stderr] | [INFO] [stderr] 94 | 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/location.rs:171:32 [INFO] [stderr] | [INFO] [stderr] 171 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.22s [INFO] running `"docker" "inspect" "898631dccc0d99d1e34a20905402ef29acd9fe4b2cee8a607eae70e8d2d9768c"` [INFO] running `"docker" "rm" "-f" "898631dccc0d99d1e34a20905402ef29acd9fe4b2cee8a607eae70e8d2d9768c"` [INFO] [stdout] 898631dccc0d99d1e34a20905402ef29acd9fe4b2cee8a607eae70e8d2d9768c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/goyox86/customer_locator:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 992ae806dc6b1496732b5758e5f5d70758cc68b13ccb08784e3d231ac5cb5a74 [INFO] running `"docker" "start" "-a" "992ae806dc6b1496732b5758e5f5d70758cc68b13ccb08784e3d231ac5cb5a74"` [INFO] [stderr] Compiling customer_locator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/customer_locator.rs:168:36 [INFO] [stderr] | [INFO] [stderr] 168 | 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/customer_json_file.rs:94:32 [INFO] [stderr] | [INFO] [stderr] 94 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/location.rs:171:32 [INFO] [stderr] | [INFO] [stderr] 171 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.76s [INFO] running `"docker" "inspect" "992ae806dc6b1496732b5758e5f5d70758cc68b13ccb08784e3d231ac5cb5a74"` [INFO] running `"docker" "rm" "-f" "992ae806dc6b1496732b5758e5f5d70758cc68b13ccb08784e3d231ac5cb5a74"` [INFO] [stdout] 992ae806dc6b1496732b5758e5f5d70758cc68b13ccb08784e3d231ac5cb5a74 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/goyox86/customer_locator:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 33fbda9d6c144ea936799d129953f79b9597308cc4fb556502a25b24e42a1dd2 [INFO] running `"docker" "start" "-a" "33fbda9d6c144ea936799d129953f79b9597308cc4fb556502a25b24e42a1dd2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/customer_locator-6ef4fb99eb40779f [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test customer::tests::customer_distance_from_calculates_distance_between_diff_points_long ... ok [INFO] [stdout] test customer::tests::customer_location_returns_a_correct_instance_of_location ... ok [INFO] [stdout] test customer_locator::tests::from_source_builds_a_correct_instance_from_any_type_impl_datasource ... ok [INFO] [stdout] test customer_locator::tests::from_source_propagates_the_error_from_the_datasource ... ok [INFO] [stdout] test customer::tests::customer_list_sort_by_user_id_sorts_the_list_in_place ... ok [INFO] [stdout] test customer_locator::tests::locate_within_locates_the_users_within_the_give_radius ... ok [INFO] [stdout] test customer_locator::tests::new_builds_a_correct_instance_from_a_customer_list ... ok [INFO] [stdout] test location::tests::distance_from_calculates_distance_between_diff_points_long ... ok [INFO] [stdout] test location::tests::distance_from_calculates_distance_same_point ... ok [INFO] [stdout] test location::tests::dublin_is_returns_an_instance_centered_at_dublin ... ok [INFO] [stdout] test location::tests::from_str_fails_with_float_point_parse_err_only_lat_and_comma ... ok [INFO] [stdout] test location::tests::from_str_fails_with_float_point_parse_err_only_long_and_comma ... ok [INFO] [stdout] test location::tests::from_str_fails_with_float_point_parse_err_when_lat_is_not_a_float ... ok [INFO] [stdout] test location::tests::from_str_fails_with_float_point_parse_err_when_long_is_not_a_float ... ok [INFO] [stdout] test location::tests::from_str_fails_with_missing_coord_err_invalid_sep ... ok [INFO] [stdout] test customer_json_file::tests::customer_json_file_returns_io_error_when_io_occurs ... ok [INFO] [stdout] test customer::tests::customer_distance_from_calculates_distance_same_point ... ok [INFO] [stdout] test customer::tests::customer_new_builds_a_correct_instance ... ok [INFO] [stdout] test location::tests::from_str_fails_with_missing_coord_when_only_one_coord ... ok [INFO] [stdout] test customer_json_file::tests::customer_json_file_returns_json_error_when_malformed_json_occurs ... ok [INFO] [stdout] test customer_json_file::tests::customer_json_file_builds_a_customer_list_from_a_json_file ... ok [INFO] [stdout] test location::tests::is_dublin_is_false_for_something_else_than_dublin ... ok [INFO] [stdout] test location::tests::is_dublin_is_true_for_dublin ... ok [INFO] [stdout] test location::tests::new_builds_correct_instance ... ok [INFO] [stdout] test units::tests::test_its_formatted_to_3_dec_precision_and_km_unit ... ok [INFO] [stdout] test location::tests::from_str_returns_an_instance_centered_at_given_coordinates ... ok [INFO] [stdout] test customer::tests::customer_list_from_vec_builds_a_correct_instance ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "33fbda9d6c144ea936799d129953f79b9597308cc4fb556502a25b24e42a1dd2"` [INFO] running `"docker" "rm" "-f" "33fbda9d6c144ea936799d129953f79b9597308cc4fb556502a25b24e42a1dd2"` [INFO] [stdout] 33fbda9d6c144ea936799d129953f79b9597308cc4fb556502a25b24e42a1dd2