[INFO] cloning repository https://github.com/green-ecolution/streamlet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/green-ecolution/streamlet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreen-ecolution%2Fstreamlet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreen-ecolution%2Fstreamlet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2400081126aa7f8d36203ed2564caf3c5d78f9ee
[INFO] testing green-ecolution/streamlet against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreen-ecolution%2Fstreamlet" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/green-ecolution/streamlet
[INFO] finished tweaking git repo https://github.com/green-ecolution/streamlet
[INFO] tweaked toml for git repo https://github.com/green-ecolution/streamlet written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/green-ecolution/streamlet on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/green-ecolution/streamlet 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" "+1.98.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d
[INFO] running `Command { std: "docker" "start" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling cc v1.2.66
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling dtoa v1.0.11
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling tendril v0.5.1
[INFO] [stderr]    Compiling web_atoms v0.2.5
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling selectors v0.38.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling servo_arc v0.4.3
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling ego-tree v0.11.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rstar v0.13.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling cssparser-macros v0.7.0
[INFO] [stderr]    Compiling utoipa-gen v5.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling cssparser v0.37.0
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling protobuf-support v3.7.2
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling markup5ever v0.39.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling html5ever v0.39.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling scraper v0.27.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling streamlet-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling utoipa v5.5.0
[INFO] [stderr]    Compiling protobuf-parse v3.7.2
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling protobuf-codegen v3.7.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling osmpbf v0.3.8
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling pbf-patch v0.1.0 (/opt/rustwide/workdir/crates/pbf-patch)
[INFO] [stderr]    Compiling utoipa-axum v0.2.0
[INFO] [stderr]    Compiling server v0.1.0 (/opt/rustwide/workdir/crates/server)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
[INFO] running `Command { std: "docker" "inspect" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling protobuf-codegen v3.7.2
[INFO] [stderr]    Compiling utoipa-gen v5.5.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling env_filter v2.0.0
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling env_logger v0.11.11
[INFO] [stderr]    Compiling quickcheck v1.1.0
[INFO] [stderr]    Compiling osmpbf v0.3.8
[INFO] [stderr]    Compiling streamlet-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]    Compiling pbf-patch v0.1.0 (/opt/rustwide/workdir/crates/pbf-patch)
[INFO] [stderr]    Compiling utoipa v5.5.0
[INFO] [stderr]    Compiling utoipa-axum v0.2.0
[INFO] [stderr]    Compiling server v0.1.0 (/opt/rustwide/workdir/crates/server)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pbf_patch-3de58db5b12bf962)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test construction::tests::does_not_recurse_beyond_direct_neighbors ... ok
[INFO] [stdout] test construction::tests::matched_way_keeps_its_own_oneway ... ok
[INFO] [stdout] test construction::tests::no_sites_means_no_changes ... ok
[INFO] [stdout] test construction::tests::opens_numeric_oneway_variants ... ok
[INFO] [stdout] test construction::tests::blocks_matched_way_and_opens_adjacent_oneway ... ok
[INFO] [stdout] test geometry::tests::degenerate_segment_falls_back_to_point_distance ... ok
[INFO] [stdout] test geometry::tests::haversine_along_latitude ... ok
[INFO] [stdout] test geometry::tests::empty_line_is_infinitely_far ... ok
[INFO] [stdout] test geometry::tests::haversine_along_longitude_meridian ... ok
[INFO] [stdout] test geometry::tests::perpendicular_distance_to_segment ... ok
[INFO] [stdout] test model::tests::classifies_car_accessible_highways ... ok
[INFO] [stdout] test model::tests::finds_tag_by_key ... ok
[INFO] [stdout] test osc::tests::empty_input_writes_empty_modify_block ... ok
[INFO] [stdout] test osc::tests::writes_modify_block_with_escaping ... ok
[INFO] [stdout] test spatial::tests::ways_with_fewer_than_two_known_nodes_are_skipped ... ok
[INFO] [stdout] test spatial::tests::matches_nearest_way_within_threshold ... ok
[INFO] [stdout] test spatial::tests::no_match_beyond_threshold ... ok
[INFO] [stdout] test geometry::tests::line_distance_takes_minimum_over_segments ... ok
[INFO] [stdout] test geometry::tests::line_with_single_point_uses_haversine ... ok
[INFO] [stdout] test pbf::tests::loads_nodes_and_car_accessible_ways ... ok
[INFO] [stdout] test verkehrsticker::tests::fails_without_geo_data ... ok
[INFO] [stdout] test construction::tests::unmatched_site_changes_nothing ... ok
[INFO] [stdout] test verkehrsticker::tests::parses_and_filters_verkehrsticker ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pbf_patch-e3df683c7f22d26c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::parses_construction_subcommand ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/construction.rs (/opt/rustwide/target/debug/deps/construction-c669c2f64cd0bcba)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test patches_fixture_network ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/server-56a9576f773c9144)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test config::tests::env_overrides_defaults ... ok
[INFO] [stdout] test http::v1::error::tests::router_errors_map_to_gateway_statuses ... ok
[INFO] [stdout] test http::v1::error::tests::internal_details_never_leak ... ok
[INFO] [stdout] test config::tests::defaults_are_sane ... ok
[INFO] [stdout] test service::tests::propagates_router_errors ... ok
[INFO] [stdout] test service::tests::solves_and_attaches_geometry ... ok
[INFO] [stdout] test service::tests::skips_geometry_when_not_requested ... ok
[INFO] [stdout] test service::tests::client_time_limit_is_clamped_to_server_max ... ok
[INFO] [stdout] test infra::valhalla::tests::unreachable_engine_maps_to_unreachable ... ok
[INFO] [stdout] test infra::valhalla::tests::empty_locations_yield_empty_matrix_without_http ... ok
[INFO] [stdout] test infra::valhalla::tests::unreachable_pair_maps_to_invalid_response ... ok
[INFO] [stdout] test infra::valhalla::tests::wrong_matrix_dimension_maps_to_invalid_response ... ok
[INFO] [stdout] test infra::valhalla::tests::engine_4xx_maps_to_rejected ... ok
[INFO] [stdout] test infra::valhalla::tests::matrix_converts_km_to_meters_and_uses_truck_costing ... ok
[INFO] [stdout] test infra::valhalla::tests::timeout_maps_to_timeout ... ok
[INFO] [stdout] test infra::valhalla::tests::directions_joins_leg_polylines ... ok
[INFO] [stdout] test infra::valhalla::tests::route_error_paths_map_to_invalid_response ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/streamlet-ee80d34ccb91252f)
[INFO] [stdout] 
[INFO] [stderr]      Running test/api/main.rs (/opt/rustwide/target/debug/deps/api-03cdc149ad0bda3a)
[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] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test solve::unreachable_engine_maps_to_502 ... ok
[INFO] [stdout] test solve::unservable_customer_is_reported_not_an_error ... ok
[INFO] [stdout] test solve::overfilled_tank_is_rejected ... ok
[INFO] [stdout] test solve::invalid_problem_is_rejected ... ok
[INFO] [stdout] test health::health_returns_ok ... ok
[INFO] [stdout] test solve::solve_returns_routes_with_geometry ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/streamlet_core-b013b9c5d546863c)
[INFO] [stdout] 
[INFO] [stdout] running 71 tests
[INFO] [stdout] test domain::coordinate::tests::new_rejects_out_of_range ... ok
[INFO] [stdout] test domain::coordinate::tests::new_accepts_boundaries ... ok
[INFO] [stdout] test domain::problem::tests::accepts_minimal_problem ... ok
[INFO] [stdout] test domain::tests::non_negative_unit_rejects_negative_and_non_finite ... ok
[INFO] [stdout] test domain::problem::tests::requires_at_least_one_vehicle ... ok
[INFO] [stdout] test domain::time::tests::add_duration_advances_time ... ok
[INFO] [stdout] test domain::time::tests::contains_is_inclusive ... ok
[INFO] [stdout] test domain::problem::tests::requires_at_least_one_depot ... ok
[INFO] [stdout] test domain::time::tests::sub_time_saturates_at_zero ... ok
[INFO] [stdout] test domain::tests::id_uses_bare_number_wire_format ... ok
[INFO] [stdout] test domain::time::tests::window_rejects_end_before_start ... ok
[INFO] [stdout] test domain::vehicle::tests::can_serve_checks_against_level ... ok
[INFO] [stdout] test domain::tests::non_negative_unit_validates_on_deserialize ... ok
[INFO] [stdout] test domain::time::tests::window_allows_zero_width ... ok
[INFO] [stdout] test domain::vehicle::tests::full_tank_is_at_capacity_with_no_remaining ... ok
[INFO] [stdout] test domain::vehicle::tests::remaining_is_capacity_minus_level ... ok
[INFO] [stdout] test matrix::tests::rejects_square_matrices_of_different_sizes ... ok
[INFO] [stdout] test router::tests::router_is_object_safe ... ok
[INFO] [stdout] test domain::coordinate::tests::deserialize_validates_range ... ok
[INFO] [stdout] test domain::vehicle::tests::deserialize_rejects_overfilled_tank ... ok
[INFO] [stdout] test matrix::tests::rejects_non_square_or_mismatched_input ... ok
[INFO] [stdout] test matrix::tests::zero_size_matrix_is_valid_and_empty ... ok
[INFO] [stdout] test matrix::tests::returns_costs_by_index ... ok
[INFO] [stdout] test matrix::tests::deserialize_validates_matrix ... ok
[INFO] [stdout] test solver::route::tests::empty_visits_is_feasible_start_to_depot ... ok
[INFO] [stdout] test solver::route::tests::detects_capacity_violation_without_refill ... ok
[INFO] [stdout] test solver::route::tests::instance_rejects_matrix_size_mismatch ... ok
[INFO] [stdout] test solver::route::tests::refill_restores_capacity_mid_route ... ok
[INFO] [stdout] test solver::route::tests::stop_maps_ids_back_to_domain ... ok
[INFO] [stdout] test solver::route::tests::max_trips_limits_refills ... ok
[INFO] [stdout] test solver::route::tests::instance_indexes_nodes_in_field_order ... ok
[INFO] [stdout] test solver::route::tests::return_within_shift_is_feasible ... ok
[INFO] [stdout] test solver::route::tests::evaluates_feasible_route ... ok
[INFO] [stdout] test solver::route::tests::route_must_return_before_shift_end ... ok
[INFO] [stdout] test solver::route::tests::partially_filled_tank_limits_first_trip_only ... ok
[INFO] [stdout] test solver::construction::tests::customers_go_to_the_nearer_vehicle ... ok
[INFO] [stdout] test solver::construction::tests::assigns_all_customers_when_capacity_suffices ... ok
[INFO] [stdout] test solver::construction::tests::oversized_demand_stays_unserved_even_with_refill_available ... ok
[INFO] [stdout] test solver::construction::tests::inserts_refill_when_tank_too_small ... ok
[INFO] [stdout] test solver::route::tests::node_coordinates_align_with_instance_indexing ... ok
[INFO] [stdout] test solver::construction::tests::reports_unservable_customers ... ok
[INFO] [stdout] test solver::construction::tests::inserts_refill_first_for_partially_filled_tank ... ok
[INFO] [stdout] test solver::segments::tests::detects_excess_load ... ok
[INFO] [stdout] test solver::search::tests::improve_is_deterministic ... ok
[INFO] [stdout] test solver::segments::tests::duration_empty_is_identity_for_merge ... ok
[INFO] [stdout] test solver::search::tests::pair_move_must_not_break_target_feasibility ... ok
[INFO] [stdout] test solver::search::tests::search_never_returns_infeasible_or_worse_plan ... ok
[INFO] [stdout] test solver::search::tests::useless_refill_is_dropped ... ok
[INFO] [stdout] test solver::search::tests::search_repairs_broken_refill_placement ... ok
[INFO] [stdout] test solver::search::tests::two_opt_untangles_bad_visit_order ... ok
[INFO] [stdout] test solver::search::tests::inter_route_relocate_moves_customer_to_nearer_vehicle ... ok
[INFO] [stdout] test router::tests::fake_router_roundtrip ... ok
[INFO] [stdout] test solver::segments::tests::empty_is_identity_for_merge ... ok
[INFO] [stdout] test solver::segments::tests::excess_before_reload_is_not_forgotten ... ok
[INFO] [stdout] test solver::segments::tests::feasibility_tolerates_float_noise ... ok
[INFO] [stdout] test solver::segments::tests::finalise_back_starts_next_trip_after_previous_ends ... ok
[INFO] [stdout] test solver::segments::tests::finalize_models_reload_reset ... ok
[INFO] [stdout] test solver::segments::tests::late_arrival_creates_time_warp ... ok
[INFO] [stdout] test solver::segments::tests::merge_accumulates_demand ... ok
[INFO] [stdout] test solver::segments::tests::merge_is_order_dependent_but_associative_in_feasibility ... ok
[INFO] [stdout] test solver::segments::tests::sequential_visits_within_windows_are_feasible ... ok
[INFO] [stdout] test solver::segments::tests::narrow_first_window_forces_waiting ... ok
[INFO] [stdout] test solver::segments::tests::shift_end_violation_shows_as_time_warp_with_max ... ok
[INFO] [stdout] test solver::tests::refill_appears_in_stop_sequence ... ok
[INFO] [stderr]      Running tests/solomon.rs (/opt/rustwide/target/debug/deps/solomon-2453f733e3b2cdeb)
[INFO] [stdout] test solver::tests::rejects_matrix_of_wrong_size ... ok
[INFO] [stdout] test solver::tests::solves_and_maps_to_domain_solution ... ok
[INFO] [stdout] test solver::segments::tests::merge_is_associative ... ok
[INFO] [stdout] test solver::tests::identical_input_yields_identical_output ... ok
[INFO] [stdout] test solver::segments::tests::merge_preserves_delivery ... ok
[INFO] [stdout] test solver::segments::tests::finalize_preserves_cumulative_excess ... ok
[INFO] [stdout] test solver::segments::tests::two_reloads_accumulate_across_three_trips ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 71 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test c101_within_gap ... ok
[INFO] [stdout] test rc101_within_gap ... ok
[INFO] [stdout] test r101_within_gap ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- r101_within_gap stdout ----
[INFO] [stdout] r101: distance 1801.61, BKS 1650.80, gap 9.1%
[INFO] [stdout] 
[INFO] [stdout] thread 'r101_within_gap' (5238) panicked at crates/core/tests/solomon.rs:121:5:
[INFO] [stdout] r101: distance 1801.61, BKS 1650.80, gap 9.1% > 5%
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62878fb8bf41 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62878fb8bf41 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62878fb8bf41 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62878fb8bf41 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62878fba08da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62878fba08da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x62878fb903fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x62878fb903fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x62878fb6a346 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62878fb6a346 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62878fb83df9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62878fb05660 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x62878fb05660 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62878fb83fb2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x62878fb83fb2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x62878fb6a3f2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stderr] error: test failed, to rerun pass `-p streamlet-core --test solomon`
[INFO] [stdout]   16:     0x62878fb61bc9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62878fb6afed - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x62878fba106c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62878faf1dbf - solomon[6c1c454435f48835]::assert_instance
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/tests/solomon.rs:121:5
[INFO] [stdout]   20:     0x62878faf3152 - solomon[6c1c454435f48835]::r101_within_gap
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/tests/solomon.rs:140:5
[INFO] [stdout]   21:     0x62878faf0a17 - solomon[6c1c454435f48835]::r101_within_gap::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/core/tests/solomon.rs:139:21
[INFO] [stdout]   22:     0x62878faf8866 - <solomon[6c1c454435f48835]::r101_within_gap::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62878faf899b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62878faf899b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x62878fb05fe5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x62878fb05fe5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x62878fb05fe5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   28:     0x62878fb05fe5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x62878fb05fe5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x62878fb05fe5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x62878fb05fe5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x62878fb00a94 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x62878fb00a94 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x62878fb09132 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x62878fb09132 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x62878fb09132 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   37:     0x62878fb09132 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x62878fb09132 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x62878fb09132 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x62878fb09132 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x62878fb8b45f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   42:     0x62878fb8b45f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   43:     0x783b8fe2faa4 - <unknown>
[INFO] [stdout]   44:     0x783b8febca64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     r101_within_gap
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.89s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d", kill_on_drop: false }`
[INFO] [stdout] bcf19b3b5ec893d8875581dfffd5ea02fab79de062c77662a60bb36db9a8693d
