[INFO] fetching crate agvt 0.1.0...
[INFO] testing agvt-0.1.0 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate agvt 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate agvt 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate agvt 0.1.0
[INFO] tweaked toml for crates.io crate agvt 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate agvt 0.1.0 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 crates.io crate agvt 0.1.0 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] f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39
[INFO] running `Command { std: "docker" "start" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39", 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" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39" "/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" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39", 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" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling agvt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.78s
[INFO] running `Command { std: "docker" "inspect" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39", 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" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39" "/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 rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling agvt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.89s
[INFO] running `Command { std: "docker" "inspect" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39", 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" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39" "/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.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/agvt-6baae1a35cc43b2b)
[INFO] [stdout] 
[INFO] [stdout] running 65 tests
[INFO] [stdout] test audit::tests::record_never_stores_secret_values ... ok
[INFO] [stdout] test audit::tests::missing_audit_file_lists_as_empty ... ok
[INFO] [stdout] test charter::tests::undefined_capability_falls_back_to_confirm ... ok
[INFO] [stdout] test charter::tests::exact_match_beats_wildcard_and_longest_prefix_wins ... ok
[INFO] [stdout] test charter::tests::corrupt_charter_file_degrades_to_empty_rules ... ok
[INFO] [stdout] test audit::tests::appends_entries_without_rewriting_existing_lines ... ok
[INFO] [stdout] test charter::tests::unmatched_scope_of_defined_capability_falls_back_to_confirm ... ok
[INFO] [stdout] test cloudflare::tests::accepts_policy_array_or_object_with_policies ... ok
[INFO] [stdout] test charter::tests::resolves_iam_autonomy_ledger_equivalents ... ok
[INFO] [stdout] test cloudflare::tests::parses_created_token_without_leaking_errors ... ok
[INFO] [stdout] test dossier::tests::dossier_path_prefers_explicit_env_override ... ok
[INFO] [stdout] test help::tests::supports_explicit_languages ... ok
[INFO] [stdout] test dossier::tests::add_search_show_round_trip ... ok
[INFO] [stdout] test dossier::tests::locked_add_requires_passphrase ... ok
[INFO] [stdout] test charter::tests::save_and_reload_round_trip_preserves_rules ... ok
[INFO] [stdout] test dossier::tests::rejects_duplicate_explicit_ids_and_invalid_tiers ... ok
[INFO] [stdout] test mcp::tests::initialize_echoes_protocol_version_and_lists_all_five_tools ... ok
[INFO] [stdout] test dossier::tests::dossier_file_has_private_permissions ... ok
[INFO] [stdout] test mcp::tests::request_without_method_is_invalid_request ... ok
[INFO] [stdout] test mcp::tests::unknown_method_and_malformed_json_keep_the_loop_alive ... ok
[INFO] [stdout] test reference::tests::finds_secret_refs_inside_templates ... ok
[INFO] [stdout] test reference::tests::parses_full_references_and_rejects_short_references ... ok
[INFO] [stdout] test dossier::tests::rm_removes_entry ... ok
[INFO] [stdout] test keychain::tests::uses_vault_path_in_default_account ... ok
[INFO] [stdout] test dossier::tests::default_tier_is_standard_and_open_needs_opt_in ... ok
[INFO] [stdout] test charter::tests::validates_scope_and_autonomy ... ok
[INFO] [stdout] test dossier::tests::writes_and_locked_reads_are_audited ... ok
[INFO] [stdout] test mcp::tests::charter_check_resolves_rules_and_falls_back_to_confirm ... ok
[INFO] [stdout] test mcp::tests::dossier_search_returns_metadata_only_and_honors_tier_filter ... ok
[INFO] [stdout] test sync::tests::recovery_phrase_has_expected_shape ... ok
[INFO] [stdout] test mcp::tests::dossier_read_missing_entry_is_a_tool_error_not_a_crash ... ok
[INFO] [stdout] test dossier::tests::tier_filter_excludes_locked_entries ... ok
[INFO] [stdout] test dossier::tests::edit_rejects_locked_downgrade_without_new_body ... ok
[INFO] [stdout] test tests::parses_run_custom_mapping ... ok
[INFO] [stdout] test tests::parses_run_preset_mapping ... ok
[INFO] [stdout] test totp::tests::generates_rfc6238_sha1_totp ... ok
[INFO] [stdout] test dossier::tests::edit_upgrade_to_locked_encrypts_existing_body ... ok
[INFO] [stdout] test mcp::tests::dossier_read_returns_open_bodies_but_only_references_for_locked ... ok
[INFO] [stdout] test mcp::tests::unknown_tool_and_missing_arguments_are_rejected ... ok
[INFO] [stdout] test sync::tests::corrupt_staged_content_never_replaces_existing_files ... ok
[INFO] [stdout] test vault::tests::file_items_expose_integrity_metadata_in_list_without_content ... ok
[INFO] [stdout] test wire::tests::fragment_handles_missing_dossier_and_charter ... ok
[INFO] [stdout] test dossier::tests::locked_body_is_encrypted_on_disk_and_never_shown ... ok
[INFO] [stdout] test sync::tests::sync_id_derivation_is_deterministic_and_one_way_shaped ... ok
[INFO] [stdout] test wire::tests::non_object_mcp_servers_is_refused ... ok
[INFO] [stdout] test mcp::tests::vault_ls_and_secret_handoff_never_expose_values has been running for over 60 seconds
[INFO] [stdout] test sync::tests::failed_pull_leaves_existing_files_intact has been running for over 60 seconds
[INFO] [stdout] test sync::tests::local_key_wrap_requires_the_vault_passphrase has been running for over 60 seconds
[INFO] [stdout] test sync::tests::pull_is_impossible_without_or_with_wrong_recovery_phrase has been running for over 60 seconds
[INFO] [stdout] test sync::tests::push_body_contains_no_plaintext_secret_phrase_or_file_content has been running for over 60 seconds
[INFO] [stdout] test wire::tests::fragment_contains_open_only_and_charter_digest ... ok
[INFO] [stdout] test mcp::tests::vault_ls_and_secret_handoff_never_expose_values ... ok
[INFO] [stdout] test wire::tests::invalid_existing_mcp_json_errors_without_rewriting_anything ... ok
[INFO] [stdout] test wire::tests::missing_target_directory_is_an_error ... ok
[INFO] [stdout] test wire::tests::wire_without_flags_is_a_usage_error ... ok
[INFO] [stdout] test sync::tests::push_body_contains_no_plaintext_secret_phrase_or_file_content ... ok
[INFO] [stdout] test sync::tests::local_key_wrap_requires_the_vault_passphrase ... ok
[INFO] [stdout] test wire::tests::print_produces_the_same_fragment_as_target ... ok
[INFO] [stdout] test vault::tests::rejects_wrong_passphrase ... ok
[INFO] [stdout] test wire::tests::target_creates_mcp_json_and_fragment ... ok
[INFO] [stdout] test wire::tests::target_merges_existing_mcp_json_without_breaking_other_servers ... ok
[INFO] [stdout] test wire::tests::wire_runs_are_audited_without_content ... ok
[INFO] [stdout] test sync::tests::schema_version_mismatch_is_an_explicit_error ... ok
[INFO] [stdout] test sync::tests::pull_is_impossible_without_or_with_wrong_recovery_phrase ... ok
[INFO] [stdout] test sync::tests::recovery_package_rejects_tampered_metadata ... ok
[INFO] [stdout] test vault::tests::stores_values_encrypted_and_reads_fields ... ok
[INFO] [stdout] test sync::tests::push_pull_roundtrip_restores_identical_bytes_in_empty_environment has been running for over 60 seconds
[INFO] [stdout] test sync::tests::successful_pull_backs_up_existing_files has been running for over 60 seconds
[INFO] [stdout] test sync::tests::push_pull_roundtrip_restores_identical_bytes_in_empty_environment ... ok
[INFO] [stdout] test vault::tests::reads_unknown_kind_items_as_generic_secret_without_failing ... ok
[INFO] [stdout] test sync::tests::failed_pull_leaves_existing_files_intact ... ok
[INFO] [stdout] test sync::tests::successful_pull_backs_up_existing_files ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 78.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-9750384aafe7064a)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test charter_check_falls_back_to_confirm_for_undefined_capability ... ok
[INFO] [stdout] test from_file_rejects_files_over_the_raw_size_limit ... ok
[INFO] [stdout] test charter_check_survives_corrupt_charter_file_with_confirm ... ok
[INFO] [stdout] test dossier_add_search_show_round_trip ... ok
[INFO] [stdout] test from_file_requires_file_kind ... ok
[INFO] [stdout] test help_documents_vault_scope_and_file_kind ... ok
[INFO] [stdout] test import_env_dry_run_reads_local_env_without_printing_values ... ok
[INFO] [stdout] test charter_add_upserts_and_ls_show_report_rules ... ok
[INFO] [stdout] test keychain_set_rejects_short_passphrase_before_storing ... ok
[INFO] [stdout] test charter_check_matches_autonomy_ledger_rules_and_records_writes ... ok
[INFO] [stdout] test prepare_diagnoses_manifest_requirements_without_printing_values ... ok
[INFO] [stdout] test presets_json_lists_provider_presets ... ok
[INFO] [stdout] test prints_japanese_and_english_help ... ok
[INFO] [stdout] test dossier_locked_entries_stay_encrypted_everywhere_and_are_audited ... ok
[INFO] [stdout] test audit_write_failure_warns_but_vault_operation_succeeds ... ok
[INFO] [stdout] test audit_ls_lists_entries_without_secret_values ... ok
[INFO] [stdout] test read_force_without_out_is_rejected ... ok
[INFO] [stdout] test concurrent_writes_keep_all_items ... FAILED
[INFO] [stdout] test audit_log_records_import_env_operations has been running for over 60 seconds
[INFO] [stdout] test audit_log_records_vault_operations_append_only_without_secret_values has been running for over 60 seconds
[INFO] [stdout] test cloudflare_preset_round_trip_and_run has been running for over 60 seconds
[INFO] [stdout] test delete_with_wrong_vault_tag_fails_with_hint has been running for over 60 seconds
[INFO] [stdout] test file_kind_round_trip_stores_base64_and_decodes_raw_bytes has been running for over 60 seconds
[INFO] [stdout] test from_file_records_size_and_sha256_metadata_visible_in_ls_json has been running for over 60 seconds
[INFO] [stdout] test global_read_of_bare_added_item_hints_vault_tag_mismatch has been running for over 60 seconds
[INFO] [stdout] test global_refs_use_global_path_without_single_vault_override has been running for over 60 seconds
[INFO] [stdout] test import_env_saves_preset_and_custom_values has been running for over 60 seconds
[INFO] [stdout] test inject_replaces_secret_refs has been running for over 60 seconds
[INFO] [stdout] test prepare_json_reports_present_vault_fields_without_printing_values has been running for over 60 seconds
[INFO] [stdout] test provider_presets_round_trip_and_run has been running for over 60 seconds
[INFO] [stdout] test global_read_of_bare_added_item_hints_vault_tag_mismatch ... ok
[INFO] [stdout] test audit_log_records_import_env_operations ... ok
[INFO] [stdout] test delete_with_wrong_vault_tag_fails_with_hint ... ok
[INFO] [stdout] test global_refs_use_global_path_without_single_vault_override ... ok
[INFO] [stdout] test short_secret_references_are_rejected ... ok
[INFO] [stdout] test prepare_json_reports_present_vault_fields_without_printing_values ... ok
[INFO] [stdout] test read_decode_of_missing_field_fails_instead_of_writing_empty_output has been running for over 60 seconds
[INFO] [stdout] test file_kind_round_trip_stores_base64_and_decodes_raw_bytes ... ok
[INFO] [stdout] test from_file_records_size_and_sha256_metadata_visible_in_ls_json ... ok
[INFO] [stdout] test read_decode_of_missing_field_fails_instead_of_writing_empty_output ... ok
[INFO] [stdout] test inject_replaces_secret_refs ... ok
[INFO] [stdout] test read_decode_rejects_non_base64_fields ... ok
[INFO] [stdout] test cloudflare_preset_round_trip_and_run ... ok
[INFO] [stdout] test read_out_restores_original_bytes_with_private_permissions ... ok
[INFO] [stdout] test read_out_refuses_to_overwrite_existing_file_unless_forced has been running for over 60 seconds
[INFO] [stdout] test run_resolves_environment_secret_references ... ok
[INFO] [stdout] test import_env_saves_preset_and_custom_values ... ok
[INFO] [stdout] test read_out_refuses_to_overwrite_existing_file_unless_forced ... ok
[INFO] [stdout] test run_can_redact_output_and_use_clean_environment ... ok
[INFO] [stdout] test writes_relative_vault_path_without_parent_directory ... ok
[INFO] [stdout] test stores_totp_items_and_reads_secret_fields ... ok
[INFO] [stdout] test audit_log_records_vault_operations_append_only_without_secret_values ... ok
[INFO] [stdout] test read_succeeds_with_warning_for_unknown_item_kind ... ok
[INFO] [stdout] test provider_presets_round_trip_and_run ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test cli`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- concurrent_writes_keep_all_items stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'concurrent_writes_keep_all_items' (764) panicked at tests/cli.rs:983:5:
[INFO] [stdout] Agent Vault is locked by another writer: /tmp/.tmpXYRIBH/agent-vault.json.lock
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x606ab2d36c81 - 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:     0x606ab2d36c81 - 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:     0x606ab2d36c81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x606ab2d36c81 - <<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:     0x606ab2d4b9aa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x606ab2d4b9aa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x606ab2d3b39c - 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:     0x606ab2d3b39c - <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:     0x606ab2d12f36 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x606ab2d12f36 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x606ab2d2dee9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x606ab2c9a9b0 - <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:     0x606ab2c9a9b0 - 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:     0x606ab2d2e0a2 - <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:     0x606ab2d2e0a2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x606ab2d12fe2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x606ab2d0a699 - 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:     0x606ab2d13bdd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x606ab2d4c13c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x606ab2c44878 - core[6883ba1bc0fe4ed1]::panicking::panic_display::<alloc[55a36b64bcbf2c0d]::borrow::Cow<str>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x606ab2c16357 - cli[e8824b6d69518e3c]::concurrent_writes_keep_all_items
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli.rs:983:5
[INFO] [stdout]   21:     0x606ab2c135a7 - cli[e8824b6d69518e3c]::concurrent_writes_keep_all_items::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli.rs:956:38
[INFO] [stdout]   22:     0x606ab2c43816 - <cli[e8824b6d69518e3c]::concurrent_writes_keep_all_items::{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:     0x606ab2c8dceb - <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:     0x606ab2c8dceb - 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:     0x606ab2c9b335 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x606ab2c9b335 - <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:     0x606ab2c9b335 - 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:     0x606ab2c9b335 - 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:     0x606ab2c9b335 - 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:     0x606ab2c9b335 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x606ab2c9b335 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x606ab2c95de4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x606ab2c95de4 - 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:     0x606ab2c9e482 - 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:     0x606ab2c9e482 - <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:     0x606ab2c9e482 - 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:     0x606ab2c9e482 - 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:     0x606ab2c9e482 - 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:     0x606ab2c9e482 - 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:     0x606ab2c9e482 - <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:     0x606ab2d35c6f - <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:     0x606ab2d35c6f - <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:     0x7f104cc73aa4 - <unknown>
[INFO] [stdout]   44:     0x7f104cd00a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     concurrent_writes_keep_all_items
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 39 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 152.93s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39", kill_on_drop: false }`
[INFO] [stdout] f905a49f64f636136ea9e25ea033329b7aca92ca94ed2ea7e216783588da8a39
