[INFO] cloning repository https://github.com/folknor/dbnget
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/folknor/dbnget" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffolknor%2Fdbnget", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffolknor%2Fdbnget'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2b2588954383ef6fe3e59e470b1ecbea748e86b4
[INFO] testing folknor/dbnget against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffolknor%2Fdbnget" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/folknor/dbnget
[INFO] finished tweaking git repo https://github.com/folknor/dbnget
[INFO] tweaked toml for git repo https://github.com/folknor/dbnget written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/folknor/dbnget on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/folknor/dbnget 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.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libredox v0.1.20
[INFO] [stderr]   Downloaded time-macros v0.2.32
[INFO] [stderr]   Downloaded fs4 v1.1.0
[INFO] [stderr]   Downloaded databento v0.60.0
[INFO] [stderr]   Downloaded aws-lc-rs v1.18.0
[INFO] [stderr]   Downloaded webpki-root-certs v1.0.9
[INFO] [stderr]   Downloaded combine v4.6.8
[INFO] [stderr]   Downloaded compression-core v0.4.32
[INFO] [stderr]   Downloaded dbn-macros v0.68.0
[INFO] [stderr]   Downloaded json-writer v0.4.0
[INFO] [stderr]   Downloaded compression-codecs v0.4.38
[INFO] [stderr]   Downloaded dbn v0.68.0
[INFO] [stderr]   Downloaded bon v3.10.0
[INFO] [stderr]   Downloaded bon-macros v3.10.0
[INFO] [stderr]   Downloaded prettyplease v0.3.0
[INFO] [stderr]   Downloaded async-compression v0.4.43
[INFO] [stderr]   Downloaded aws-lc-sys v0.44.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b
[INFO] running `Command { std: "docker" "start" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b", 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" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b", 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" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling find-msvc-tools v0.1.11
[INFO] [stderr]    Compiling pkg-config v0.3.34
[INFO] [stderr]    Compiling futures-core v0.3.34
[INFO] [stderr]    Compiling futures-sink v0.3.34
[INFO] [stderr]    Compiling writeable v0.6.4
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling litemap v0.8.3
[INFO] [stderr]    Compiling aws-lc-rs v1.18.0
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]    Compiling futures-io v0.3.34
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]    Compiling futures-task v0.3.34
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling http v1.5.0
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling futures-channel v0.3.34
[INFO] [stderr]    Compiling rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]    Compiling prettyplease v0.3.0
[INFO] [stderr]    Compiling log v0.4.34
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling ipnet v2.12.1
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling compression-core v0.4.32
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling http-body v1.1.0
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling http-body-util v0.1.5
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling cc v1.4.4
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling json-writer v0.4.0
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling time v0.3.55
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling darling_core v0.24.1
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling fs4 v1.1.0
[INFO] [stderr]    Compiling clap_builder v4.6.6
[INFO] [stderr]    Compiling aws-lc-sys v0.44.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling zerovec-derive v0.11.6
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling futures-util v0.3.34
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling darling_macro v0.24.1
[INFO] [stderr]    Compiling darling v0.24.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling bon-macros v3.10.0
[INFO] [stderr]    Compiling dbn-macros v0.68.0
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.8
[INFO] [stderr]    Compiling zerotrie v0.2.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tinystr v0.8.4
[INFO] [stderr]    Compiling icu_locale_core v2.3.0
[INFO] [stderr]    Compiling potential_utf v0.1.6
[INFO] [stderr]    Compiling num_enum v0.7.6
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling icu_collections v2.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling clap v4.6.6
[INFO] [stderr]    Compiling icu_provider v2.3.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v2.3.0
[INFO] [stderr]    Compiling icu_properties v2.3.0
[INFO] [stderr]    Compiling futures-executor v0.3.34
[INFO] [stderr]    Compiling futures v0.3.34
[INFO] [stderr]    Compiling hyper v1.11.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.19
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling bon v3.10.0
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling compression-codecs v0.4.38
[INFO] [stderr]    Compiling async-compression v0.4.43
[INFO] [stderr]    Compiling dbn v0.68.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.15
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling databento v0.60.0
[INFO] [stderr]    Compiling dbnget v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3m 54s
[INFO] running `Command { std: "docker" "inspect" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b", 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" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling dbnget v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 16.39s
[INFO] running `Command { std: "docker" "inspect" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b", 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" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/dbnget-803c083f17dad3ea)
[INFO] [stdout] 
[INFO] [stdout] running 89 tests
[INFO] [stdout] test cache::tests::a_key_round_trips_through_the_stored_form ... ok
[INFO] [stdout] test cache::tests::a_disabled_cache_answers_nothing_and_stores_nothing ... ok
[INFO] [stdout] test cache::tests::symbol_spelling_does_not_change_the_key ... ok
[INFO] [stdout] test cache::tests::the_lookup_key_equals_the_stored_key_for_the_same_request ... ok
[INFO] [stdout] test fetch::tests::immediate_file_names_carry_both_bounds ... ok
[INFO] [stdout] test cache::tests::the_account_slug_hides_the_key_and_separates_credentials ... ok
[INFO] [stdout] test fetch::tests::missing_required_flags_are_reported_by_name ... ok
[INFO] [stdout] test fetch::tests::sub_minute_bounds_do_not_collide ... ok
[INFO] [stdout] test fetch::tests::numeric_ids_and_their_spellings_name_one_file ... ok
[INFO] [stdout] test fetch::tests::different_symbols_do_not_share_a_file_name ... ok
[INFO] [stdout] test fetch::tests::the_same_request_spelled_differently_names_one_file ... ok
[INFO] [stdout] test cache::tests::the_key_separates_requests_the_matcher_separates ... ok
[INFO] [stdout] test filter::tests::no_selectors_accept_everything ... ok
[INFO] [stdout] test filter::tests::an_invalid_pattern_is_reported_against_its_flag ... ok
[INFO] [stdout] test filter::tests::a_job_id_selector_does_not_require_details ... ok
[INFO] [stdout] test fetch::tests::a_dataset_that_would_escape_the_output_directory_is_refused ... ok
[INFO] [stdout] test filter::tests::patterns_are_unanchored_and_case_insensitive ... ok
[INFO] [stdout] test fetch::tests::every_request_defining_field_changes_the_file_name ... ok
[INFO] [stdout] test fetch::tests::symbols_that_are_not_legal_file_names_are_still_fetchable ... ok
[INFO] [stdout] test filter::tests::a_whole_dataset_job_is_selectable_by_its_sentinel ... ok
[INFO] [stdout] test fetch::tests::a_long_symbol_list_is_summarised_but_still_distinct ... ok
[INFO] [stdout] test filter::tests::a_schema_selector_matches_the_written_schema ... ok
[INFO] [stdout] test cache::tests::the_encoding_dependent_map_symbols_default_does_not_split_the_key ... ok
[INFO] [stdout] test jobs::render::tests::a_job_dbnget_submitted_carries_no_unusual_markers ... ok
[INFO] [stdout] test jobs::render::tests::a_whole_day_range_stays_as_dates ... ok
[INFO] [stdout] test jobs::render::tests::an_intraday_range_shows_its_times ... ok
[INFO] [stdout] test jobs::render::tests::a_comma_joined_echo_is_split_before_it_is_summarised ... ok
[INFO] [stdout] test jobs::render::tests::long_symbol_lists_say_how_many_were_omitted ... ok
[INFO] [stdout] test jobs::render::tests::a_job_dbnget_could_not_have_made_says_so ... ok
[INFO] [stdout] test jobs::render::tests::markdown_escapes_pipes_in_cells ... ok
[INFO] [stdout] test jobs::render::tests::machine_formats_carry_the_whole_symbol_list ... ok
[INFO] [stdout] test jobs::render::tests::one_oversized_symbol_is_cut_rather_than_allowed_to_overflow ... ok
[INFO] [stdout] test jobs::render::tests::short_symbol_lists_are_shown_whole ... ok
[INFO] [stdout] test jobs::render::tests::the_csv_header_matches_the_row_width ... ok
[INFO] [stdout] test jobs::render::tests::map_symbols_is_marked_against_its_encoding_default ... ok
[INFO] [stdout] test jobs::render::tests::sub_second_bounds_are_visible_in_the_range ... ok
[INFO] [stdout] test jobs::tests::a_comma_joined_echo_matches_the_list_it_came_from ... ok
[INFO] [stdout] test jobs::tests::a_csv_job_matches_its_own_defaults ... ok
[INFO] [stdout] test jobs::tests::a_ready_job_outranks_one_still_preparing ... ok
[INFO] [stdout] test jobs::tests::all_symbols_matches_however_it_is_spelled ... ok
[INFO] [stdout] test jobs::render::tests::the_shape_column_shows_encoding_output_symbology_and_limit ... ok
[INFO] [stdout] test jobs::tests::different_symbol_sets_do_not_match ... ok
[INFO] [stdout] test filter::tests::symbols_are_matched_one_at_a_time_not_as_a_joined_string ... ok
[INFO] [stdout] test jobs::tests::a_round_with_no_matches_does_not_stop_the_search ... ok
[INFO] [stdout] test jobs::tests::numeric_ids_match_the_symbols_that_bought_them ... ok
[INFO] [stdout] test jobs::tests::an_overshooting_round_keeps_the_newest_matches ... ok
[INFO] [stdout] test jobs::tests::symbol_sets_ignore_order_and_case ... ok
[INFO] [stdout] test jobs::render::tests::the_selection_cell_fits_its_column ... ok
[INFO] [stdout] test jobs::tests::repeated_symbols_are_one_selection ... ok
[INFO] [stdout] test jobs::tests::bounds_are_matched_to_the_nanosecond ... ok
[INFO] [stdout] test jobs::tests::matches_accumulate_across_rounds_and_stop_exactly_at_the_limit ... ok
[INFO] [stdout] test jobs::tests::map_symbols_defaults_follow_the_encoding ... ok
[INFO] [stdout] test jobs::tests::output_affecting_fields_prevent_a_match ... ok
[INFO] [stdout] test lock::tests::the_lock_file_name_is_recognised_whatever_its_case ... ok
[INFO] [stdout] test progress::tests::a_small_job_draws_nothing ... ok
[INFO] [stdout] test progress::tests::a_redirected_stream_draws_nothing ... ok
[INFO] [stdout] test query::tests::bare_date_start_covers_one_day ... ok
[INFO] [stdout] test spend::tests::a_quote_under_the_cap_is_approved ... ok
[INFO] [stdout] test jobs::render::tests::byte_counts_are_scaled ... ok
[INFO] [stdout] test jobs::render::tests::csv_quotes_fields_that_would_otherwise_break_the_record ... ok
[INFO] [stdout] test filter::tests::repeated_symbol_flags_do_not_require_every_symbol ... ok
[INFO] [stdout] test lock::tests::a_free_directory_can_be_claimed ... FAILED
[INFO] [stdout] test lock::tests::a_leftover_lock_file_does_not_hold_the_directory ... FAILED
[INFO] [stdout] test lock::tests::dropping_a_claim_releases_it ... FAILED
[INFO] [stdout] test filter::tests::repeated_flags_are_or_and_different_flags_are_and ... ok
[INFO] [stdout] test query::tests::all_symbols_is_exclusive ... ok
[INFO] [stdout] test query::tests::end_must_follow_start ... ok
[INFO] [stdout] test spend::tests::a_free_but_empty_request_is_refused ... ok
[INFO] [stdout] test spend::tests::a_price_just_over_a_cent_is_not_rounded_down_to_it ... ok
[INFO] [stdout] test spend::tests::a_quote_over_the_cap_is_refused ... ok
[INFO] [stdout] test spend::tests::a_quote_the_gate_cannot_account_for_is_never_given_a_cap_to_pass ... ok
[INFO] [stdout] test lock::tests::a_claimed_directory_cannot_be_claimed_again ... FAILED
[INFO] [stdout] test spend::tests::a_refusal_names_a_cap_that_would_be_accepted ... ok
[INFO] [stdout] test spend::tests::a_sub_cent_price_is_rendered_at_a_precision_that_shows_it ... ok
[INFO] [stdout] test spend::tests::an_amount_below_the_widest_rendering_does_not_print_as_zero ... ok
[INFO] [stdout] test spend::tests::ordinary_amounts_keep_two_decimals ... ok
[INFO] [stdout] test spend::tests::the_suggested_cap_is_the_smallest_one_that_works ... ok
[INFO] [stdout] test spend::tests::the_printed_price_is_always_an_acceptable_cap ... ok
[INFO] [stdout] test spend::tests::no_spend_flag_means_a_zero_cap ... ok
[INFO] [stdout] test spend::tests::non_finite_numbers_cannot_slip_past_the_cap ... ok
[INFO] [stdout] test spend::tests::the_verdict_says_whether_the_gate_would_pass ... ok
[INFO] [stdout] test tests::a_literal_key_passes_through ... ok
[INFO] [stdout] test tests::a_key_file_is_read_and_trimmed ... FAILED
[INFO] [stdout] test verify::tests::escaping_names_are_refused ... ok
[INFO] [stdout] test tests::a_missing_file_is_an_error ... ok
[INFO] [stdout] test verify::tests::hex_is_lowercase_and_padded ... ok
[INFO] [stdout] test verify::tests::ordinary_vendor_names_still_pass ... ok
[INFO] [stdout] test verify::tests::plain_names_are_accepted ... ok
[INFO] [stdout] test verify::tests::names_windows_cannot_write_are_refused ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- lock::tests::a_free_directory_can_be_claimed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lock::tests::a_free_directory_can_be_claimed' (4285) panicked at src/lock.rs:126:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62875d794111 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x62875d7ac6ea - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x62875d798c4c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x62875d770786 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x62875d78b489 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x62875d630690 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x62875d78b642 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x62875d770832 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x62875d7678d9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x62875d77162d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x62875d7acecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x62875d7acca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x62875d5e08bb - dbnget[2fec148bee3ee533]::lock::tests::scratch
[INFO] [stdout]   13:     0x62875d5e0ab3 - dbnget[2fec148bee3ee533]::lock::tests::a_free_directory_can_be_claimed
[INFO] [stdout]   14:     0x62875d618de9 - <dbnget[2fec148bee3ee533]::lock::tests::a_free_directory_can_be_claimed::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x62875d6239cb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   16:     0x62875d631015 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   17:     0x62875d62bac4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x62875d634162 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x62875d7930df - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x71feab67f07a - <unknown>
[INFO] [stdout]   21:     0x71feab712534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lock::tests::a_leftover_lock_file_does_not_hold_the_directory stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lock::tests::a_leftover_lock_file_does_not_hold_the_directory' (4286) panicked at src/lock.rs:126:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62875d794111 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x62875d7ac6ea - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x62875d798c4c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x62875d770786 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x62875d78b489 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x62875d630690 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x62875d78b642 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x62875d770832 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x62875d7678d9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x62875d77162d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x62875d7acecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x62875d7acca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x62875d5e08bb - dbnget[2fec148bee3ee533]::lock::tests::scratch
[INFO] [stdout]   13:     0x62875d5e0e32 - dbnget[2fec148bee3ee533]::lock::tests::a_leftover_lock_file_does_not_hold_the_directory
[INFO] [stdout]   14:     0x62875d618e29 - <dbnget[2fec148bee3ee533]::lock::tests::a_leftover_lock_file_does_not_hold_the_directory::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x62875d6239cb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   16:     0x62875d631015 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   17:     0x62875d62bac4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x62875d634162 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x62875d7930df - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x71feab67f07a - <unknown>
[INFO] [stdout]   21:     0x71feab712534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lock::tests::dropping_a_claim_releases_it stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lock::tests::dropping_a_claim_releases_it' (4287) panicked at src/lock.rs:126:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62875d794111 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x62875d7ac6ea - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x62875d798c4c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x62875d770786 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x62875d78b489 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x62875d630690 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x62875d78b642 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x62875d770832 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x62875d7678d9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x62875d77162d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x62875d7acecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x62875d7acca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x62875d5e08bb - dbnget[2fec148bee3ee533]::lock::tests::scratch
[INFO] [stdout]   13:     0x62875d5e091d - dbnget[2fec148bee3ee533]::lock::tests::dropping_a_claim_releases_it
[INFO] [stdout]   14:     0x62875d618dc9 - <dbnget[2fec148bee3ee533]::lock::tests::dropping_a_claim_releases_it::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x62875d6239cb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   16:     0x62875d631015 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   17:     0x62875d62bac4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x62875d634162 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x62875d7930df - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x71feab67f07a - <unknown>
[INFO] [stdout]   21:     0x71feab712534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lock::tests::a_claimed_directory_cannot_be_claimed_again stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lock::tests::a_claimed_directory_cannot_be_claimed_again' (4284) panicked at src/lock.rs:126:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62875d794111 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x62875d7ac6ea - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x62875d798c4c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x62875d770786 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x62875d78b489 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x62875d630690 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x62875d78b642 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x62875d770832 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x62875d7678d9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x62875d77162d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x62875d7acecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x62875d7acca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x62875d5e08bb - dbnget[2fec148bee3ee533]::lock::tests::scratch
[INFO] [stdout]   13:     0x62875d5e0c9e - dbnget[2fec148bee3ee533]::lock::tests::a_claimed_directory_cannot_be_claimed_again
[INFO] [stdout]   14:     0x62875d618e09 - <dbnget[2fec148bee3ee533]::lock::tests::a_claimed_directory_cannot_be_claimed_again::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x62875d6239cb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   16:     0x62875d631015 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   17:     0x62875d62bac4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x62875d634162 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x62875d7930df - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x71feab67f07a - <unknown>
[INFO] [stdout]   21:     0x71feab712534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::a_key_file_is_read_and_trimmed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::a_key_file_is_read_and_trimmed' (4308) panicked at src/main.rs:182:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62875d794111 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x62875d7ac6ea - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x62875d798c4c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x62875d770786 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x62875d78b489 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x62875d630690 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x62875d78b642 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x62875d770832 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x62875d7678d9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x62875d77162d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x62875d7acecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x62875d7acca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x62875d5e06cc - dbnget[2fec148bee3ee533]::tests::a_key_file_is_read_and_trimmed
[INFO] [stdout]   13:     0x62875d618bf9 - <dbnget[2fec148bee3ee533]::tests::a_key_file_is_read_and_trimmed::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x62875d6239cb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x62875d631015 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x62875d62bac4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x62875d634162 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x62875d7930df - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x71feab67f07a - <unknown>
[INFO] [stdout]   20:     0x71feab712534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     lock::tests::a_claimed_directory_cannot_be_claimed_again
[INFO] [stdout]     lock::tests::a_free_directory_can_be_claimed
[INFO] [stdout]     lock::tests::a_leftover_lock_file_does_not_hold_the_directory
[INFO] [stdout]     lock::tests::dropping_a_claim_releases_it
[INFO] [stdout]     tests::a_key_file_is_read_and_trimmed
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 84 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin dbnget`
[INFO] running `Command { std: "docker" "inspect" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b", kill_on_drop: false }`
[INFO] [stdout] ea171db99ff70ae7799df2757e7331173c3afee40d9d0cc105a69aafb7f84b9b
