[INFO] updating cached repository https://github.com/goyox86/customer_locator [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c163e93a885b340146b8506fd33247d1060fe7ef [INFO] testing goyox86/customer_locator against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoyox86%2Fcustomer_locator" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/goyox86/customer_locator on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/goyox86/customer_locator [INFO] finished tweaking git repo https://github.com/goyox86/customer_locator [INFO] tweaked toml for git repo https://github.com/goyox86/customer_locator written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/goyox86/customer_locator already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] ba3715d9f5c7e3bceac4bb4f8cd60d5633a16e0c03cb1b44abe940a135478864 [INFO] running `"docker" "start" "-a" "ba3715d9f5c7e3bceac4bb4f8cd60d5633a16e0c03cb1b44abe940a135478864"` [INFO] [stderr] Compiling bitflags v0.8.0 [INFO] [stderr] Compiling serde_json v0.9.9 [INFO] [stderr] Compiling serde_codegen_internals v0.14.1 [INFO] [stderr] Compiling clap v2.21.2 [INFO] [stderr] Compiling serde_derive v0.9.11 [INFO] [stderr] Compiling customer_locator v0.1.0 (/opt/rustwide/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 11.40s [INFO] running `"docker" "inspect" "ba3715d9f5c7e3bceac4bb4f8cd60d5633a16e0c03cb1b44abe940a135478864"` [INFO] running `"docker" "rm" "-f" "ba3715d9f5c7e3bceac4bb4f8cd60d5633a16e0c03cb1b44abe940a135478864"` [INFO] [stdout] ba3715d9f5c7e3bceac4bb4f8cd60d5633a16e0c03cb1b44abe940a135478864 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 99e51a7218546c733f22215b2078f0aeb71e5bd9197e402f963b7663de01c2f4 [INFO] running `"docker" "start" "-a" "99e51a7218546c733f22215b2078f0aeb71e5bd9197e402f963b7663de01c2f4"` [INFO] [stderr] Compiling customer_locator v0.1.0 (/opt/rustwide/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 1.63s [INFO] running `"docker" "inspect" "99e51a7218546c733f22215b2078f0aeb71e5bd9197e402f963b7663de01c2f4"` [INFO] running `"docker" "rm" "-f" "99e51a7218546c733f22215b2078f0aeb71e5bd9197e402f963b7663de01c2f4"` [INFO] [stdout] 99e51a7218546c733f22215b2078f0aeb71e5bd9197e402f963b7663de01c2f4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 3620f390668d4719fcccdd43aa2bba1118bc8e054ef491304151a6a44a4f1b0a [INFO] running `"docker" "start" "-a" "3620f390668d4719fcccdd43aa2bba1118bc8e054ef491304151a6a44a4f1b0a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/customer_locator-4f07bccd08ba442d [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test customer_locator::tests::locate_within_locates_the_users_within_the_give_radius ... 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 customer_locator::tests::from_source_propagates_the_error_from_the_datasource ... ok [INFO] [stdout] test customer_locator::tests::from_source_builds_a_correct_instance_from_any_type_impl_datasource ... ok [INFO] [stdout] test location::tests::from_str_fails_with_float_point_parse_err_only_long_and_comma ... ok [INFO] [stdout] test customer::tests::customer_distance_from_calculates_distance_same_point ... 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 customer::tests::customer_list_from_vec_builds_a_correct_instance ... ok [INFO] [stdout] test location::tests::from_str_fails_with_missing_coord_err_invalid_sep ... ok [INFO] [stdout] test customer::tests::customer_new_builds_a_correct_instance ... ok [INFO] [stdout] test customer_json_file::tests::customer_json_file_returns_io_error_when_io_occurs ... ok [INFO] [stdout] test customer::tests::customer_location_returns_a_correct_instance_of_location ... ok [INFO] [stdout] test location::tests::from_str_fails_with_float_point_parse_err_only_lat_and_comma ... ok [INFO] [stdout] test customer::tests::customer_distance_from_calculates_distance_between_diff_points_long ... ok [INFO] [stdout] test location::tests::from_str_returns_an_instance_centered_at_given_coordinates ... ok [INFO] [stdout] test location::tests::is_dublin_is_true_for_dublin ... ok [INFO] [stdout] test location::tests::is_dublin_is_false_for_something_else_than_dublin ... 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::new_builds_correct_instance ... ok [INFO] [stdout] test customer::tests::customer_list_sort_by_user_id_sorts_the_list_in_place ... 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 units::tests::test_its_formatted_to_3_dec_precision_and_km_unit ... ok [INFO] [stdout] test customer_json_file::tests::customer_json_file_builds_a_customer_list_from_a_json_file ... 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" "3620f390668d4719fcccdd43aa2bba1118bc8e054ef491304151a6a44a4f1b0a"` [INFO] running `"docker" "rm" "-f" "3620f390668d4719fcccdd43aa2bba1118bc8e054ef491304151a6a44a4f1b0a"` [INFO] [stdout] 3620f390668d4719fcccdd43aa2bba1118bc8e054ef491304151a6a44a4f1b0a