[INFO] fetching crate vrp-core 1.12.0... [INFO] testing vrp-core-1.12.0 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate vrp-core 1.12.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate vrp-core 1.12.0 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vrp-core 1.12.0 [INFO] finished tweaking crates.io crate vrp-core 1.12.0 [INFO] tweaked toml for crates.io crate vrp-core 1.12.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d49f2067ee4bc6041bef925aca23ab21fb8642c5ed63487e51edcb28b237e933 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d49f2067ee4bc6041bef925aca23ab21fb8642c5ed63487e51edcb28b237e933", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d49f2067ee4bc6041bef925aca23ab21fb8642c5ed63487e51edcb28b237e933", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d49f2067ee4bc6041bef925aca23ab21fb8642c5ed63487e51edcb28b237e933", kill_on_drop: false }` [INFO] [stdout] d49f2067ee4bc6041bef925aca23ab21fb8642c5ed63487e51edcb28b237e933 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5ed0d37bbeb9dbbf95e3089fc35af16e34af5634876828659131d06970524f70 [INFO] running `Command { std: "docker" "start" "-a" "5ed0d37bbeb9dbbf95e3089fc35af16e34af5634876828659131d06970524f70", kill_on_drop: false }` [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling vrp-core v1.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `tolerance` [INFO] [stdout] --> src/solver/objectives/generic_value.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | tolerance: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `crowding_distance` [INFO] [stdout] --> src/solver/population/elitism.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | crowding_distance: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.29s [INFO] running `Command { std: "docker" "inspect" "5ed0d37bbeb9dbbf95e3089fc35af16e34af5634876828659131d06970524f70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ed0d37bbeb9dbbf95e3089fc35af16e34af5634876828659131d06970524f70", kill_on_drop: false }` [INFO] [stdout] 5ed0d37bbeb9dbbf95e3089fc35af16e34af5634876828659131d06970524f70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 263a1130f4f76d9dbe3d1b24c6e5a65496aeec5e0631eec8ddbafeaad2e4a532 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "263a1130f4f76d9dbe3d1b24c6e5a65496aeec5e0631eec8ddbafeaad2e4a532", kill_on_drop: false }` [INFO] [stderr] Compiling vrp-core v1.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `tolerance` [INFO] [stdout] --> src/solver/objectives/generic_value.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | tolerance: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `crowding_distance` [INFO] [stdout] --> src/solver/population/elitism.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | crowding_distance: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tolerance` [INFO] [stdout] --> src/solver/objectives/generic_value.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | tolerance: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `crowding_distance` [INFO] [stdout] --> src/solver/population/elitism.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | crowding_distance: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 39.97s [INFO] running `Command { std: "docker" "inspect" "263a1130f4f76d9dbe3d1b24c6e5a65496aeec5e0631eec8ddbafeaad2e4a532", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "263a1130f4f76d9dbe3d1b24c6e5a65496aeec5e0631eec8ddbafeaad2e4a532", kill_on_drop: false }` [INFO] [stdout] 263a1130f4f76d9dbe3d1b24c6e5a65496aeec5e0631eec8ddbafeaad2e4a532 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 08fcbab0e42c041214b443062e3ee34926b55610cf59f550d7d30d52bdcdb91d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "08fcbab0e42c041214b443062e3ee34926b55610cf59f550d7d30d52bdcdb91d", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `tolerance` [INFO] [stderr] --> src/solver/objectives/generic_value.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | tolerance: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `crowding_distance` [INFO] [stderr] --> src/solver/population/elitism.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | crowding_distance: f64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `vrp-core` (lib) generated 2 warnings [INFO] [stderr] warning: `vrp-core` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/vrp_core-8fe89a6841ecf371) [INFO] [stdout] running 475 tests [INFO] [stdout] test algorithms::geometry::point::point_test::can_calculate_distance_to_line ... ok [INFO] [stdout] test algorithms::gsom::node::node_test::can_track_last_hits ... ok [INFO] [stdout] test algorithms::clustering::dbscan::dbscan_test::can_create_clusters_with_single_link ... ok [INFO] [stdout] test algorithms::gsom::network::network_test::can_use_initial_error_parameter::case02 ... ok [INFO] [stdout] test algorithms::gsom::network::network_test::can_use_initial_error_parameter::case01 ... ok [INFO] [stdout] test algorithms::nsga2::non_dominated_sort::non_dominated_sort_test::can_use_simple_objectives ... ok [INFO] [stdout] test algorithms::gsom::state::state_test::can_format_state ... ok [INFO] [stdout] test algorithms::gsom::state::state_test::can_get_state ... ok [INFO] [stdout] test algorithms::nsga2::crowding_distance::crowding_distance_test::can_get_crowding_distance ... ok [INFO] [stdout] test algorithms::nsga2::non_dominated_sort::non_dominated_sort_test::test_non_dominated_sort ... ok [INFO] [stdout] test algorithms::nsga2::non_dominated_sort::non_dominated_sort_test::can_compare_dominant_relations ... ok [INFO] [stdout] test algorithms::geometry::point::point_test::can_calculate_distance_to_segment ... ok [INFO] [stdout] test algorithms::geometry::point::point_test::can_calculate_distance_between_points ... ok [INFO] [stdout] test algorithms::nsga2::non_dominated_sort::non_dominated_sort_test::test_non_dominated_sort_5_5 ... ok [INFO] [stdout] test algorithms::nsga2::nsga2_sort::nsga2_sort_test::can_use_select_and_rank_with_non_transient_relationship_by_hierarchical_objective::case04 ... ok [INFO] [stdout] test algorithms::nsga2::nsga2_sort::nsga2_sort_test::can_use_select_and_rank ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_create_job_clusters::case_01 ... ok [INFO] [stdout] test algorithms::nsga2::nsga2_sort::nsga2_sort_test::can_use_select_and_rank_with_non_transient_relationship_by_hierarchical_objective::case03 ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_create_job_clusters::case_02 ... ok [INFO] [stdout] test algorithms::nsga2::nsga2_sort::nsga2_sort_test::can_use_select_and_rank_with_non_transient_relationship_by_hierarchical_objective::case01 ... ok [INFO] [stdout] test algorithms::nsga2::nsga2_sort::nsga2_sort_test::can_use_select_and_rank_with_non_transient_relationship_by_hierarchical_objective::case02 ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_create_job_clusters::case_03 ... ok [INFO] [stdout] test algorithms::nsga2::non_dominated_sort::non_dominated_sort_test::can_compare_non_dominant_relations ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon::case_05 ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon::case_04 ... ok [INFO] [stdout] test algorithms::clustering::dbscan::dbscan_test::can_create_clusters_normally ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon::case_06 ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon_having_zero_costs::case_01 ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon::case_07 ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon_having_zero_costs::case_03 ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon_having_zero_costs::case_04 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_add_job::case_02_two_places ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_get_max_curvature ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon_having_zero_costs::case_02 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_add_job::case_04_disallowed_merge ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_add_job::case_03_disallowed_insertion ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_add_job::case_05_visit_repetition ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_skipping_jobs::case_01_empty ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_skipping_jobs::case_02_merge ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_add_job::case_06_time_window_threshold_above ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_add_job::case_07_time_window_threshold_below ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_add_job::case_01_trivial ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_policy::case_01_closed ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_skipping_jobs::case_04_all ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_skipping_jobs::case_05_used ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_01_same ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_policy::case_03_return ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_03_diff ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_skipping_jobs::case_03_insertion ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_02_diff ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_05_skip ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_04_skip ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_07_skip ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_06_skip ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_08_multi ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_09_shrink ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_time_windows::case_10_shrink ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_build_job_cluster_with_policy::case_02_open ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_clusters::case_04 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_clusters::case_05 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_clusters::case_02 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_clusters::case_06 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_01_one_place ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_clusters::case_01 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_03_two_places ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_clusters::case_03 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_05_serving_policy ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_04_serving_policy ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_06_threshold ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_08_shared_time ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_09_shared_time ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_10_shared_time ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_11_wide_time_windows ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_12_wide_time_windows ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_02_two_places ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_07_threshold ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon::case_02 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_13_sorting_shared_time ... ok [INFO] [stdout] test construction::clustering::vicinity::vicinity_test::can_create_job_clusters ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_dissimilarities::case_14_sorting_shared_time ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon::case_01 ... ok [INFO] [stdout] test construction::clustering::vicinity::estimations::estimations_test::can_get_clusters::case_07 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_multi_job::case02 ... ok [INFO] [stdout] test construction::clustering::vicinity::vicinity_test::can_get_check_insertion ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_multi_job::case04 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_multi_job::case03 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_location_in_area ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_multi_job::case01 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_single_job::case02 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_single_job::case01 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_single_job::case07 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case01 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_single_job::case04 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_single_job::case03 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_single_job::case05 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case02 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case03 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case04 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_check_single_job::case06 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case09 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case06 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case07 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case08 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case05 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_calculate_current_capacity_state_values::case02 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case10 ... ok [INFO] [stdout] test construction::constraints::area::area_test::can_estimate_activity_with_penalty::case11 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_calculate_current_capacity_state_values::case01 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case02 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case01 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case05 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_calculate_current_capacity_state_values::case03 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case04 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case03 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case08 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case06 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case07 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case09 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_route::case01 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_route::case02 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case10 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_activity::case11 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_merge_jobs_with_demand::case02 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_merge_jobs_with_demand::case05 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_merge_jobs_with_demand::case06 ... ok [INFO] [stdout] test construction::constraints::conditional::conditional_test::can_promote_jobs_between_required_and_ignored::case01 ... ok [INFO] [stdout] test construction::constraints::conditional::conditional_test::can_promote_jobs_between_required_and_ignored::case02 ... ok [INFO] [stdout] test construction::constraints::conditional::conditional_test::can_promote_jobs_between_required_and_ignored::case03 ... ok [INFO] [stdout] test construction::constraints::conditional::conditional_test::can_promote_locked_jobs ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_handle_merge_locked_jobs ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_merge_jobs_with_demand::case04 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_evaluate_demand_on_route::case03 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_merge_jobs_with_demand::case01 ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_actor::case01 ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case02_departure ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case03_departure ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case06_departure ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case07_departure ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case08_arrival ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case09_arrival ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case10_arrival ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case05_departure ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_actor::case02 ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case04_departure ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case01_departure ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case13_any ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case14_any ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case15_any ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case16_any ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case17_any ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case19_any ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case20_any ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case21_fixed ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case22_fixed ... ok [INFO] [stdout] test construction::constraints::pipeline::pipeline_test::can_estimate_hard_activity_constraints ... ok [INFO] [stdout] test construction::constraints::pipeline::pipeline_test::can_evaluate_hard_activity_constraints ... ok [INFO] [stdout] test construction::constraints::tour_size::tour_size_test::can_limit_by_job_activities::case01 ... ok [INFO] [stdout] test construction::constraints::tour_size::tour_size_test::can_limit_by_job_activities::case02 ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case18_any ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case12_arrival ... ok [INFO] [stdout] test construction::constraints::locking::locking_test::can_lock_jobs_to_position_in_tour::case11_arrival ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon::case_00 ... ok [INFO] [stdout] test construction::constraints::tour_size::tour_size_test::can_limit_by_job_activities::case03 ... ok [INFO] [stdout] test construction::constraints::tour_size::tour_size_test::can_limit_by_job_activities::case06 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_advance_departure_time::case02 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_advance_departure_time::case01 ... ok [INFO] [stdout] test construction::constraints::tour_size::tour_size_test::can_limit_by_job_activities::case05 ... ok [INFO] [stdout] test construction::constraints::tour_size::tour_size_test::can_limit_by_job_activities::case04 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_advance_departure_time::case03 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_advance_departure_time::case04 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_advance_departure_time::case07 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_calculate_soft_activity_cost_for_empty_tour ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_advance_departure_time::case05 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case02 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case04 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case05 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case06 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case07 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case08 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case10 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_properly_calculate_latest_arrival::case01 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case09 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_properly_calculate_latest_arrival::case02 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_properly_calculate_latest_arrival::case03 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_calculate_soft_activity_cost_for_non_empty_tour ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case01 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_detect_activity_constraint_violation::case03 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_properly_calculate_latest_arrival::case08 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_properly_calculate_latest_arrival::case07 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_properly_calculate_latest_arrival::case09 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_recede_departure_time::case01 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_properly_calculate_latest_arrival::case04 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_recede_departure_time::case04 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_recede_departure_time::case03 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_recede_departure_time::case02 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_properly_calculate_latest_arrival::case06 ... ok [INFO] [stdout] test construction::clustering::dbscan::dbscan_test::can_estimate_epsilon::case_03 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_properly_calculate_latest_arrival::case05 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_recede_departure_time::case07 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_recede_departure_time::case06 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_recede_departure_time::case08 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_advance_departure_time::case06 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_recede_departure_time::case05 ... ok [INFO] [stdout] test construction::constraints::capacity::capacity_test::can_merge_jobs_with_demand::case03 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_recede_departure_time::case09 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::traveling::can_check_traveling_limits::case03 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::traveling::can_check_traveling_limits::case02 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_stop_with_time_route_constraint ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::traveling::can_check_traveling_limits::case05 ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::traveling::can_consider_waiting_time ... ok [INFO] [stdout] test construction::heuristics::context::context_test::can_put_and_get_empty_activity_state ... ok [INFO] [stdout] test construction::heuristics::context::context_test::can_put_and_get_activity_state ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::traveling::can_check_traveling_limits::case06 ... ok [INFO] [stdout] test construction::heuristics::context::context_test::can_put_and_get_empty_route_state ... ok [INFO] [stdout] test construction::heuristics::context::context_test::can_remove_activity_states ... ok [INFO] [stdout] test construction::heuristics::context::context_test::can_use_stale_flag ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::timing::can_update_activity_schedule ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_handle_activity_constraint_violation::case2 ... ok [INFO] [stdout] test construction::heuristics::context::context_test::can_put_and_get_route_state ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::traveling::can_check_traveling_limits::case01 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_choose_cheaper_permutation_from_two ... ok [INFO] [stdout] test construction::constraints::transport::transport_test::traveling::can_check_traveling_limits::case04 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_handle_activity_constraint_violation::case1 ... ok [INFO] [stdout] test construction::heuristics::context::context_test::can_put_and_get_activity_state_with_different_keys ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_location_into_empty_tour ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case06 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case07 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case09 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case10 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_empty_tour::case01 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_detect_and_return_insertion_violation ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_empty_tour::case03 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_empty_tour::case02 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case02 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case01 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case03 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_empty_tour::case04 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case01 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_empty_tour::case05 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case08 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case02 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case03 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_empty_tour::case06 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_empty_tour::case07 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case08 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case09 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case04 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case05 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case10 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case04 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case06 ... ok [INFO] [stdout] test construction::heuristics::metrics::metrics_test::can_get_distance_mean ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_location_into_tour_with_two_activities_and_variations::case07 ... ok [INFO] [stdout] test construction::heuristics::metrics::metrics_test::can_get_duration_mean ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_two_vehicles_and_various_time_constraints::case2 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_two_vehicles_and_various_time_constraints::case1 ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::single::can_insert_job_with_two_vehicles_and_various_time_constraints::case3 ... ok [INFO] [stdout] test construction::heuristics::metrics::metrics_test::can_get_max_load_variance ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case01_single_all_correct ... ok [INFO] [stdout] test construction::heuristics::selectors::selectors_test::can_compare_insertion_result_with_noise::case06 ... ok [INFO] [stdout] test construction::heuristics::selectors::selectors_test::can_compare_insertion_result_with_noise::case01 ... ok [INFO] [stdout] test construction::heuristics::selectors::selectors_test::can_compare_insertion_result_with_noise::case04 ... ok [INFO] [stdout] test construction::heuristics::selectors::selectors_test::can_compare_insertion_result_with_noise::case03 ... ok [INFO] [stdout] test construction::heuristics::selectors::selectors_test::can_compare_insertion_result_with_noise::case02 ... ok [INFO] [stdout] test construction::heuristics::selectors::selectors_test::can_compare_insertion_result_with_noise::case05 ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case07_multi_partial_assignment ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case09_relation_all_correct ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case02_single_invalid_second_job_tw ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case08_multi_invalid_permutation ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case06_multi_invalid_second_index ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case03_single_multi_assignment_in_one_route ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case04_single_multi_assignment_in_different_routes ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_distance::case_03 ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case11_relation_strict_end ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case12_relation_strict_another_route ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_distance::case_01 ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case10_relation_sequence_middle ... ok [INFO] [stdout] test construction::heuristics::evaluators::evaluators_test::multi::can_insert_job_with_singles_into_tour_with_activities::case05 ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_duration::case_03 ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_duration::case_01 ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_overlapping::case_02 ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_overlapping::case_03 ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_duration::case_02 ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_overlapping::case_01 ... ok [INFO] [stdout] test models::common::load::load_test::multi::can_compare_dimens ... ok [INFO] [stdout] test models::common::load::load_test::multi::can_sub_dimens ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_overlapping::case_04 ... ok [INFO] [stdout] test models::common::load::load_test::multi::can_use_specific_functions ... ok [INFO] [stdout] test models::common::load::load_test::single::can_compare_dimens ... ok [INFO] [stdout] test models::common::load::load_test::single::can_sub_dimens ... ok [INFO] [stdout] test models::problem::costs::costs_test::can_detect_dimensions_mismatch ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_distance::case_02 ... ok [INFO] [stdout] test models::common::load::load_test::single::can_use_specific_functions ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_overlapping::case_06 ... ok [INFO] [stdout] test models::problem::costs::costs_test::can_interpolate_durations ... ok [INFO] [stdout] test models::common::domain::domain_test::time_window::can_get_overlapping::case_05 ... ok [INFO] [stdout] test models::common::load::load_test::single::can_sum_dimens ... ok [INFO] [stdout] test models::common::load::load_test::multi::can_sum_dimens ... ok [INFO] [stdout] test construction::probing::repair_solution::repair_solution_test::can_restore_solution::case05_multi_all_correct ... ok [INFO] [stdout] test models::problem::costs::costs_test::can_return_error_when_mixing_timestamps ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_hierarchy::case01 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case03 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_hierarchy::case04 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_hierarchy::case05 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case06 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case04 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_hierarchy::case02 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case09 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case07 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case10 ... ok [INFO] [stdout] test models::problem::fleet::fleet_test::fleet_creates_unique_profiles_from_vehicles ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::all_returns_all_jobs ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case08 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::calculates_proper_cost_between_multi_jobs::case1 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::calculates_proper_cost_between_multi_jobs::case2 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case11 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::calculates_proper_cost_between_multi_jobs::case3 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::calculates_proper_cost_between_single_jobs::case1 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::calculates_proper_cost_between_single_jobs::case2 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::calculates_proper_cost_between_single_jobs::case3 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::calculates_proper_cost_between_single_jobs::case4 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::calculates_proper_cost_between_single_jobs::case5 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::can_handle_negative_distances_durations::case02 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::can_handle_negative_distances_durations::case01 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::can_handle_negative_distances_durations::case03 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::can_handle_negative_distances_durations::case04 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_hierarchy::case03 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::can_use_multi_job_bind_and_roots ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_neighbours::case2 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_neighbours::case1 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::calculates_proper_cost_between_multi_jobs::case4 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case05 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case02 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case01 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_ranks::case2 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_neighbours::case4 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_ranks::case1 ... ok [INFO] [stdout] test models::problem::costs::costs_test::objective::can_use_total_order_with_multi::case12 ... ok [INFO] [stdout] test models::solution::registry::actor_test::can_provide_available_actors_from_registry::case1 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_ranks::case7 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_ranks::case3 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_ranks::case5 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_ranks::case6 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_ranks::case4 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_ranks::case8 ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_get_activities_for_job ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_get_legs ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_get_activity_and_job_count ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_get_job_index ... ok [INFO] [stdout] test models::solution::registry::actor_test::can_provide_available_actors_from_registry::case3 ... ok [INFO] [stdout] test models::solution::registry::actor_test::can_provide_available_actors_from_registry::case4 ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_insert_at_specific_position::case3 ... ok [INFO] [stdout] test models::solution::registry::actor_test::can_provide_available_actors_from_registry::case2 ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_insert_at_specific_position::case4 ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_get_start_and_end ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_insert_at_specific_position::case2 ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_insert_at_last_position ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_insert_at_specific_position::case1 ... ok [INFO] [stdout] test models::problem::jobs::jobs_test::returns_proper_job_neighbours::case3 ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_insert_at_specific_position::case5 ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_set_and_get_end ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_remove_job ... ok [INFO] [stdout] test models::solution::registry::actor_test::can_provide_next_actors_from_registry ... ok [INFO] [stdout] test models::solution::tour::tour_test::can_set_and_get_start ... ok [INFO] [stdout] test solver::hyper::dynamic_selective::dynamic_selective_test::can_exchange_estimates ... ok [INFO] [stdout] test solver::evolution::evolution_test::can_use_quota ... ok [INFO] [stdout] test solver::mutation::decompose_search::decompose_search_test::can_create_multiple_individuals_without_unassigned ... ok [INFO] [stdout] test solver::mutation::decompose_search::decompose_search_test::can_create_multiple_individuals_with_unassigned ... ok [INFO] [stdout] test algorithms::gsom::network::network_test::can_train_network ... ok [INFO] [stdout] test solver::mutation::local::exchange_inter_route::exchange_inter_route_test::can_use_exchange_inter_route_best_operator::case_01 ... ok [INFO] [stdout] test solver::mutation::local::exchange_inter_route::exchange_inter_route_test::can_use_exchange_inter_route_best_operator::case_02 ... ok [INFO] [stdout] test solver::mutation::local::exchange_inter_route::exchange_inter_route_test::can_use_exchange_inter_route_best_operator::case_03 ... ok [INFO] [stdout] test solver::hyper::dynamic_selective::dynamic_selective_test::can_search_individual ... ok [INFO] [stdout] test solver::mutation::local::exchange_inter_route::exchange_inter_route_test::can_use_exchange_inter_route_best_operator::case_06 ... ok [INFO] [stdout] test solver::mutation::local::exchange_inter_route::exchange_inter_route_test::can_use_exchange_inter_route_best_operator::case_04 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_exchange_jobs::case_01 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_exchange_jobs::case_02 ... ok [INFO] [stdout] test solver::mutation::local::exchange_inter_route::exchange_inter_route_test::can_use_exchange_inter_route_best_operator::case_07 ... ok [INFO] [stdout] test solver::mutation::local::exchange_inter_route::exchange_inter_route_test::can_use_exchange_inter_route_best_operator::case_05 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_exchange_sequence::case_02 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_extract_jobs::case_01 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_exchange_jobs::case_03 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_exchange_sequence::case_01 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_extract_jobs::case_03 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_get_route_indices::case_01 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_extract_jobs::case_02 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_get_route_indices::case_02 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_insert_jobs::case_01 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_get_route_indices::case_03 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_insert_jobs::case_03 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_insert_jobs::case_04 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_insert_jobs::case_02 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_insert_jobs::case_07 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_insert_jobs::case_05 ... ok [INFO] [stdout] test solver::mutation::local::exchange_sequence::exchange_sequence_test::can_insert_jobs::case_06 ... ok [INFO] [stdout] test solver::mutation::recreate::recreate_with_blinks::recreate_with_blinks_test::can_sort_jobs_by_demand::case01 ... ok [INFO] [stdout] test solver::mutation::ruin::adjusted_string_removal::adjusted_string_removal_test::can_ruin_solution_with_matrix_routes::case_01_sequential ... ok [INFO] [stdout] test solver::mutation::recreate::recreate_with_blinks::recreate_with_blinks_test::can_sort_jobs_by_demand::case02 ... ok [INFO] [stdout] test solver::mutation::ruin::adjusted_string_removal::adjusted_string_removal_test::can_ruin_solution_with_matrix_routes::case_02_preserved ... ok [INFO] [stdout] test solver::mutation::recreate::recreate_with_blinks::recreate_with_blinks_test::can_sort_jobs_by_demand::case03 ... ok [INFO] [stdout] test solver::mutation::ruin::adjusted_string_removal::adjusted_string_removal_test::can_ruin_solution_with_matrix_routes::case_03_preserved ... ok [INFO] [stdout] test solver::mutation::ruin::adjusted_string_removal::adjusted_string_removal_test::can_ruin_solution_with_matrix_routes::case_04_preserved ... ok [INFO] [stdout] test solver::mutation::ruin::adjusted_string_removal::adjusted_string_removal_test::can_ruin_solution_with_matrix_routes::case_07_sequential ... ok [INFO] [stdout] test solver::mutation::ruin::adjusted_string_removal::adjusted_string_removal_test::can_ruin_solution_with_matrix_routes::case_06_sequential ... ok [INFO] [stdout] test solver::mutation::ruin::adjusted_string_removal::adjusted_string_removal_test::can_ruin_solution_with_matrix_routes::case_09_preserved ... ok [INFO] [stdout] test solver::mutation::ruin::cluster_removal::cluster_removal_test::can_create_ruin_cluster_with_default_params ... ok [INFO] [stdout] test solver::mutation::ruin::adjusted_string_removal::adjusted_string_removal_test::can_ruin_solution_with_matrix_routes::case_08_preserved ... ok [INFO] [stdout] test solver::mutation::ruin::adjusted_string_removal::adjusted_string_removal_test::can_ruin_solution_with_matrix_routes::case_05_sequential ... ok [INFO] [stdout] test solver::mutation::ruin::cluster_removal::cluster_removal_test::can_handle_empty_problem ... ok [INFO] [stdout] test solver::mutation::ruin::cluster_removal::cluster_removal_test::can_ruin_jobs::case_02 ... ok [INFO] [stdout] test solver::mutation::ruin::route_removal::route_removal_test::can_remove_parts_random_routes_from_context ... ok [INFO] [stdout] test solver::mutation::ruin::route_removal::route_removal_test::can_remove_whole_random_routes_from_context ... ok [INFO] [stdout] test solver::mutation::ruin::worst_jobs_removal::worst_jobs_removal_test::can_ruin_solution_with_matrix_routes::case_01 ... ok [INFO] [stdout] test solver::mutation::ruin::cluster_removal::cluster_removal_test::can_ruin_jobs::case_01 ... ok [INFO] [stdout] test solver::objectives::total_transport::total_transport_test::can_calculate_transport_cost ... ok [INFO] [stdout] test solver::mutation::ruin::worst_jobs_removal::worst_jobs_removal_test::can_ruin_solution_with_matrix_routes::case_02 ... ok [INFO] [stdout] test solver::objectives::total_unassigned_jobs::total_unassigned_jobs_test::can_properly_estimate_empty_solution ... ok [INFO] [stdout] test solver::objectives::total_value::total_value_test::can_estimate_job_value::case_01 ... ok [INFO] [stdout] test solver::objectives::total_value::total_value_test::can_estimate_job_value::case_02 ... ok [INFO] [stdout] test solver::objectives::total_value::total_value_test::can_estimate_job_value::case_03 ... ok [INFO] [stdout] test solver::objectives::total_value::total_value_test::can_estimate_job_value::case_04 ... ok [INFO] [stdout] test solver::objectives::total_value::total_value_test::can_estimate_job_value::case_05 ... ok [INFO] [stdout] test solver::mutation::ruin::cluster_removal::cluster_removal_test::can_ruin_jobs::case_03 ... ok [INFO] [stdout] test solver::objectives::total_value::total_value_test::can_merge_value ... ok [INFO] [stdout] test solver::objectives::total_value::total_value_test::can_estimate_solution_value ... ok [INFO] [stdout] test solver::objectives::tour_order::tour_order_test::can_merge_order::case_01 ... ok [INFO] [stdout] test solver::objectives::tour_order::tour_order_test::can_merge_order::case_02 ... ok [INFO] [stdout] test solver::objectives::tour_order::tour_order_test::can_merge_order::case_03 ... ok [INFO] [stdout] test solver::objectives::tour_order::tour_order_test::can_merge_order::case_04 ... ok [INFO] [stdout] test solver::objectives::tour_order::tour_order_test::can_get_violations ... ok [INFO] [stdout] test solver::population::elitism::elitism_test::can_handle_empty ... ok [INFO] [stdout] test solver::objectives::tour_order::tour_order_test::can_merge_order::case_05 ... ok [INFO] [stdout] test solver::population::elitism::elitism_test::can_check_improvement ... ok [INFO] [stdout] test solver::mutation::decompose_search::decompose_search_test::can_mutate ... ok [INFO] [stdout] test solver::population::elitism::elitism_test::can_maintain_diversity_with_two_objectives ... ok [INFO] [stdout] test solver::population::elitism::elitism_test::can_maintain_best_order ... ok [INFO] [stdout] test solver::population::greedy::greedy_test::can_keep_best_solution ... ok [INFO] [stdout] test solver::population::rosomaxa::rosomaxa_test::can_format_network ... ok [INFO] [stdout] test solver::population::rosomaxa::rosomaxa_test::can_handle_empty_population ... ok [INFO] [stdout] test solver::population::elitism::elitism_test::can_select_individuals ... ok [INFO] [stdout] test solver::population::rosomaxa::rosomaxa_test::can_get_population_shuffle_amount ... ok [INFO] [stdout] test solver::population::rosomaxa::rosomaxa_test::can_select_individuals_in_different_phases ... ok [INFO] [stdout] test solver::processing::vicinity_clustering::vicinity_clustering_test::can_create_problem_with_clusters_on_pre_process ... ok [INFO] [stdout] test solver::population::elitism::elitism_test::can_maintain_diversity_with_one_objective ... ok [INFO] [stdout] test solver::population::rosomaxa::rosomaxa_test::can_switch_phases ... ok [INFO] [stdout] test solver::processing::vicinity_clustering::vicinity_clustering_test::can_unwrap_clusters_in_route_on_post_process::case_02 ... ok [INFO] [stdout] test solver::processing::vicinity_clustering::vicinity_clustering_test::can_unwrap_clusters_in_route_on_post_process::case_03 ... ok [INFO] [stdout] test solver::processing::vicinity_clustering::vicinity_clustering_test::can_unwrap_clusters_in_route_on_post_process::case_01 ... ok [INFO] [stdout] test solver::termination::max_generation::max_generation_test::can_detect_termination::case_01 ... ok [INFO] [stdout] test solver::termination::max_generation::max_generation_test::can_detect_termination::case_02 ... ok [INFO] [stdout] test solver::population::rosomaxa::rosomaxa_test::can_optimize_network ... ok [INFO] [stdout] test solver::termination::max_generation::max_generation_test::can_detect_termination::case_03 ... ok [INFO] [stdout] test solver::processing::vicinity_clustering::vicinity_clustering_test::can_unwrap_clusters_in_unassigned_on_post_process ... ok [INFO] [stdout] test solver::termination::min_variation::min_variation_test::can_detect_termination_with_sample::case_02 ... ok [INFO] [stdout] test solver::termination::min_variation::min_variation_test::can_detect_termination_with_sample::case_03 ... ok [INFO] [stdout] test solver::termination::min_variation::min_variation_test::can_detect_termination_with_sample::case_01 ... ok [INFO] [stdout] test solver::termination::min_variation::min_variation_test::can_maintain_period_buffer_size::case_01 ... ok [INFO] [stdout] test solver::termination::min_variation::min_variation_test::can_maintain_period_buffer_size::case_02 ... ok [INFO] [stdout] test solver::termination::min_variation::min_variation_test::can_maintain_period_buffer_size::case_04 ... ok [INFO] [stdout] test solver::termination::min_variation::min_variation_test::can_maintain_period_buffer_size::case_03 ... ok [INFO] [stdout] test solver::telemetry::telemetry_test::can_update_statistic ... ok [INFO] [stdout] test solver::termination::min_variation::min_variation_test::can_detect_termination_with_period ... ok [INFO] [stdout] test algorithms::mdp::simulator::simulator_test::can_run_grid_episodes_impl::case01 ... ok [INFO] [stdout] test algorithms::mdp::simulator::simulator_test::can_run_grid_episodes_impl::case02 ... ok [INFO] [stdout] test algorithms::mdp::simulator::simulator_test::can_run_grid_episodes_impl::case03 ... ok [INFO] [stdout] test algorithms::mdp::simulator::simulator_test::can_run_grid_episodes_impl::case04 ... ok [INFO] [stdout] test utils::random::random_test::can_return_weights ... ok [INFO] [stdout] test algorithms::mdp::simulator::simulator_test::can_run_grid_episodes_impl::case05 ... ok [INFO] [stdout] test algorithms::mdp::simulator::simulator_test::can_run_grid_episodes_impl::case06 ... ok [INFO] [stdout] test algorithms::nsga2::non_dominated_sort::non_dominated_sort_test::test_non_dominated_sort_1000_5 has been running for over 60 seconds [INFO] [stdout] test solver::evolution::evolution_test::can_disable_telemetry_metrics::case01 has been running for over 60 seconds [INFO] [stdout] test solver::evolution::evolution_test::can_disable_telemetry_metrics::case02 has been running for over 60 seconds [INFO] [stdout] test solver::evolution::evolution_test::can_enable_telemetry_metrics::case01 has been running for over 60 seconds [INFO] [stdout] test solver::evolution::evolution_test::can_enable_telemetry_metrics::case02 has been running for over 60 seconds [INFO] [stdout] test solver::evolution::evolution_test::can_enable_telemetry_metrics::case03 has been running for over 60 seconds [INFO] [stdout] test algorithms::nsga2::non_dominated_sort::non_dominated_sort_test::test_non_dominated_sort_1000_5 ... ok [INFO] [stdout] test solver::evolution::evolution_test::can_disable_telemetry_metrics::case02 ... ok [INFO] [stdout] test solver::evolution::evolution_test::can_disable_telemetry_metrics::case01 ... ok [INFO] [stdout] test solver::evolution::evolution_test::can_enable_telemetry_metrics::case01 ... ok [INFO] [stdout] test solver::evolution::evolution_test::can_enable_telemetry_metrics::case02 ... ok [INFO] [stdout] test solver::evolution::evolution_test::can_enable_telemetry_metrics::case03 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 475 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 297.31s [INFO] [stdout] [INFO] [stderr] Doc-tests vrp-core [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/solver/builder.rs - solver::builder::Builder (line 27) ... ok [INFO] [stdout] test src/lib.rs - (line 75) ... ok [INFO] [stdout] test src/solver/mod.rs - solver::Solver::solve (line 225) has been running for over 60 seconds [INFO] [stdout] test src/solver/mod.rs - solver::Solver::solve (line 225) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 100.96s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "08fcbab0e42c041214b443062e3ee34926b55610cf59f550d7d30d52bdcdb91d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08fcbab0e42c041214b443062e3ee34926b55610cf59f550d7d30d52bdcdb91d", kill_on_drop: false }` [INFO] [stdout] 08fcbab0e42c041214b443062e3ee34926b55610cf59f550d7d30d52bdcdb91d