[INFO] cloning repository https://github.com/maratik123/tsp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maratik123/tsp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaratik123%2Ftsp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaratik123%2Ftsp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d075440767395e9d6dd6bb3b351f071dd5176ef
[INFO] testing maratik123/tsp against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaratik123%2Ftsp" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maratik123/tsp
[INFO] finished tweaking git repo https://github.com/maratik123/tsp
[INFO] tweaked toml for git repo https://github.com/maratik123/tsp written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maratik123/tsp on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maratik123/tsp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 28306f11da73497b0337d3a14a396ec2c7041a0bb6ea495fef192cb623d41e4d
[INFO] running `Command { std: "docker" "start" "-a" "28306f11da73497b0337d3a14a396ec2c7041a0bb6ea495fef192cb623d41e4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28306f11da73497b0337d3a14a396ec2c7041a0bb6ea495fef192cb623d41e4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28306f11da73497b0337d3a14a396ec2c7041a0bb6ea495fef192cb623d41e4d", kill_on_drop: false }`
[INFO] [stdout] 28306f11da73497b0337d3a14a396ec2c7041a0bb6ea495fef192cb623d41e4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db7403d9a75b781f18144ce2ae923f654b4cc10a823b54b8771a183a5bb39eea
[INFO] running `Command { std: "docker" "start" "-a" "db7403d9a75b781f18144ce2ae923f654b4cc10a823b54b8771a183a5bb39eea", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling bytemuck v1.16.3
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]    Compiling ttf-parser v0.24.1
[INFO] [stderr]    Compiling safe_arch v0.7.2
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling serde v1.0.207
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling flate2 v1.0.31
[INFO] [stderr]    Compiling wide v0.7.28
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling png v0.17.13
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling clap_builder v4.5.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling rand_pcg v0.3.1
[INFO] [stderr]    Compiling lambert_w v0.5.3
[INFO] [stderr]    Compiling simba v0.8.1
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling owned_ttf_parser v0.24.0
[INFO] [stderr]    Compiling rust_decimal_macros v1.35.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling ab_glyph v0.2.28
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling image v0.25.2
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling nalgebra v0.32.6
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling clap-stdin v0.5.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling clap v4.5.15
[INFO] [stderr]    Compiling imageproc v0.25.0
[INFO] [stderr]    Compiling tsp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]  --> src/parser/file.rs:5:43
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_airport_primary_records(buf: &[u8]) -> impl Iterator<Item = AirportPrimaryRecord> {
[INFO] [stdout]   |                                           ^^^^^                          -------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]   |                                           |
[INFO] [stdout]   |                                           this lifetime flows to the output
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_airport_primary_records(buf: &[u8]) -> impl Iterator<Item = AirportPrimaryRecord<'_>> {
[INFO] [stdout]   |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/parser/record.rs:18:42
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse_airport_primary_record(rec: &[u8]) -> Option<AirportPrimaryRecord> {
[INFO] [stdout]    |                                          ^^^^^            -------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse_airport_primary_record(rec: &[u8]) -> Option<AirportPrimaryRecord<'_>> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
[INFO] running `Command { std: "docker" "inspect" "db7403d9a75b781f18144ce2ae923f654b4cc10a823b54b8771a183a5bb39eea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db7403d9a75b781f18144ce2ae923f654b4cc10a823b54b8771a183a5bb39eea", kill_on_drop: false }`
[INFO] [stdout] db7403d9a75b781f18144ce2ae923f654b4cc10a823b54b8771a183a5bb39eea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1e82042a8121ed02c2bc3f42c7c554509e5b2309a1254b899e7fb872536a739
[INFO] running `Command { std: "docker" "start" "-a" "a1e82042a8121ed02c2bc3f42c7c554509e5b2309a1254b899e7fb872536a739", kill_on_drop: false }`
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]  --> src/parser/file.rs:5:43
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_airport_primary_records(buf: &[u8]) -> impl Iterator<Item = AirportPrimaryRecord> {
[INFO] [stdout]   |                                           ^^^^^                          -------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]   |                                           |
[INFO] [stdout]   |                                           this lifetime flows to the output
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_airport_primary_records(buf: &[u8]) -> impl Iterator<Item = AirportPrimaryRecord<'_>> {
[INFO] [stdout]   |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/parser/record.rs:18:42
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse_airport_primary_record(rec: &[u8]) -> Option<AirportPrimaryRecord> {
[INFO] [stdout]    |                                          ^^^^^            -------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse_airport_primary_record(rec: &[u8]) -> Option<AirportPrimaryRecord<'_>> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tsp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]  --> src/parser/file.rs:5:43
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_airport_primary_records(buf: &[u8]) -> impl Iterator<Item = AirportPrimaryRecord> {
[INFO] [stdout]   |                                           ^^^^^                          -------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]   |                                           |
[INFO] [stdout]   |                                           this lifetime flows to the output
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_airport_primary_records(buf: &[u8]) -> impl Iterator<Item = AirportPrimaryRecord<'_>> {
[INFO] [stdout]   |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/parser/record.rs:18:42
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse_airport_primary_record(rec: &[u8]) -> Option<AirportPrimaryRecord> {
[INFO] [stdout]    |                                          ^^^^^            -------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn parse_airport_primary_record(rec: &[u8]) -> Option<AirportPrimaryRecord<'_>> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.12s
[INFO] running `Command { std: "docker" "inspect" "a1e82042a8121ed02c2bc3f42c7c554509e5b2309a1254b899e7fb872536a739", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1e82042a8121ed02c2bc3f42c7c554509e5b2309a1254b899e7fb872536a739", kill_on_drop: false }`
[INFO] [stdout] a1e82042a8121ed02c2bc3f42c7c554509e5b2309a1254b899e7fb872536a739
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0347dccb7b2b666463f8fe04469c78c805487747de65c49342686eb01192e17a
[INFO] running `Command { std: "docker" "start" "-a" "0347dccb7b2b666463f8fe04469c78c805487747de65c49342686eb01192e17a", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]  --> src/parser/file.rs:5:43
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_airport_primary_records(buf: &[u8]) -> impl Iterator<Item = AirportPrimaryRecord> {
[INFO] [stderr]   |                                           ^^^^^                          -------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]   |                                           |
[INFO] [stderr]   |                                           this lifetime flows to the output
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_airport_primary_records(buf: &[u8]) -> impl Iterator<Item = AirportPrimaryRecord<'_>> {
[INFO] [stderr]   |                                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/parser/record.rs:18:42
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn parse_airport_primary_record(rec: &[u8]) -> Option<AirportPrimaryRecord> {
[INFO] [stderr]    |                                          ^^^^^            -------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                                          |
[INFO] [stderr]    |                                          this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn parse_airport_primary_record(rec: &[u8]) -> Option<AirportPrimaryRecord<'_>> {
[INFO] [stderr]    |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tsp` (lib) generated 2 warnings
[INFO] [stderr] warning: `tsp` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tsp-b62b122e539a64c6)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test distance::tests::idx_between_test ... ok
[INFO] [stdout] test distance::tests::test_distances_idx ... ok
[INFO] [stdout] test model::tests::test_apt_idx_from_apr ... ok
[INFO] [stdout] test parser::record::tests::parse_kden ... ok
[INFO] [stdout] test aco::tests::test_plank_law ... ok
[INFO] [stdout] test parser::record::tests::parse_klax ... ok
[INFO] [stdout] test math::tests::great_circle_test ... ok
[INFO] [stdout] test parser::record::tests::parse_ksea ... ok
[INFO] [stdout] test reusable_weighted_index::test::test_accepting_nan ... ok
[INFO] [stdout] test reusable_weighted_index::test::value_stability ... ok
[INFO] [stdout] test math::tests::great_circle_test_quarter ... ok
[INFO] [stdout] test reusable_weighted_index::test::test_weighted_index ... ok
[INFO] [stdout] test model::tests::test_apt_from_apr ... ok
[INFO] [stdout] test parser::record::tests::parse_kjfk ... ok
[INFO] [stdout] test reusable_weighted_index::test::weighted_index_distributions_can_be_compared ... ok
[INFO] [stdout] test scaler::tests::test_scaler_map ... ok
[INFO] [stdout] test parser::record::tests::parse_ktpa ... ok
[INFO] [stdout] test scaler::tests::test_scaler_new ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tsp-5b9a962d649ee07e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tsp
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/reusable_weighted_index.rs - reusable_weighted_index::ReusableWeightedIndex (line 66) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0347dccb7b2b666463f8fe04469c78c805487747de65c49342686eb01192e17a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0347dccb7b2b666463f8fe04469c78c805487747de65c49342686eb01192e17a", kill_on_drop: false }`
[INFO] [stdout] 0347dccb7b2b666463f8fe04469c78c805487747de65c49342686eb01192e17a
