[INFO] cloning repository https://github.com/hpehl/depup
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hpehl/depup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhpehl%2Fdepup", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhpehl%2Fdepup'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 991f3a709aff77d1415e841048538454541f05e0
[INFO] testing hpehl/depup against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhpehl%2Fdepup" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hpehl/depup
[INFO] finished tweaking git repo https://github.com/hpehl/depup
[INFO] tweaked toml for git repo https://github.com/hpehl/depup written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hpehl/depup on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hpehl/depup 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.123
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.123
[INFO] [stderr]   Downloaded js-sys v0.3.100
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.73
[INFO] [stderr]   Downloaded unit-prefix v0.5.2
[INFO] [stderr]   Downloaded is_executable v1.0.5
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.123
[INFO] [stderr]   Downloaded clap_complete v4.6.5
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.123
[INFO] [stderr]   Downloaded log v0.4.32
[INFO] [stderr]   Downloaded indicatif v0.18.4
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.52
[INFO] [stderr]   Downloaded http v1.4.2
[INFO] [stderr]   Downloaded tower-http v0.6.11
[INFO] [stderr]   Downloaded hyper v1.10.1
[INFO] [stderr]   Downloaded quick-xml v0.37.5
[INFO] [stderr]   Downloaded zerocopy v0.8.52
[INFO] [stderr]   Downloaded web-sys v0.3.100
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551
[INFO] running `Command { std: "docker" "start" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551", 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" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551", 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" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling is_executable v1.0.5
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[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 serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[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 hyper v1.10.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling depup-cli v1.3.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.87s
[INFO] running `Command { std: "docker" "inspect" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551", 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" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling depup-cli v1.3.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.89s
[INFO] running `Command { std: "docker" "inspect" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551", 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" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/depup-ff455e67f95f0627)
[INFO] [stdout] 
[INFO] [stdout] running 291 tests
[INFO] [stdout] test app::tests::audit_has_no_tools_flag ... ok
[INFO] [stdout] test app::tests::check_outdated_flag ... ok
[INFO] [stdout] test app::tests::audit_severity_valid_values ... ok
[INFO] [stdout] test app::tests::check_subcommand_parses ... ok
[INFO] [stdout] test app::tests::maven_npm_conflict_rejected ... ok
[INFO] [stdout] test app::tests::path_defaults_to_current_dir ... ok
[INFO] [stdout] test app::tests::kind_filters_combinable ... ok
[INFO] [stdout] test command::audit::osv::tests::convert_vulnerability_unknown_severity ... ok
[INFO] [stdout] test command::audit::osv::tests::convert_vulnerability_with_cvss ... ok
[INFO] [stdout] test command::audit::osv::tests::convert_vulnerability_with_web_reference ... ok
[INFO] [stdout] test app::tests::managed_unmanaged_conflict_rejected ... ok
[INFO] [stdout] test command::audit::osv::tests::dep_key_format ... ok
[INFO] [stdout] test command::audit::osv::tests::dep_key_npm_format ... ok
[INFO] [stdout] test app::tests::subcommand_required ... ok
[INFO] [stdout] test app::tests::update_dry_run_flag ... ok
[INFO] [stdout] test command::audit::osv::tests::convert_vulnerability_with_database_specific_severity ... ok
[INFO] [stdout] test command::audit::osv::tests::severity_display ... ok
[INFO] [stdout] test command::audit::osv::tests::extract_severity_from_cvss_vector_string ... ok
[INFO] [stdout] test command::audit::osv::tests::osv_ecosystem_mapping ... ok
[INFO] [stdout] test command::audit::osv::tests::severity_from_string_label ... ok
[INFO] [stdout] test app::tests::json_flag_global ... ok
[INFO] [stdout] test command::audit::tests::empty_results_returns_empty ... ok
[INFO] [stdout] test command::audit::osv::tests::convert_vulnerability_with_ecosystem_severity ... ok
[INFO] [stdout] test command::audit::tests::severity_filter_drops_results_with_only_below_threshold_vulns ... ok
[INFO] [stdout] test command::audit::tests::no_severity_filter_returns_all_unchanged ... ok
[INFO] [stdout] test command::audit::tests::severity_filter_high_removes_low_and_medium ... ok
[INFO] [stdout] test command::audit::tests::result_with_no_vulnerabilities_passes_through ... ok
[INFO] [stdout] test command::audit::tests::vulnerable_flag_with_severity_filter ... ok
[INFO] [stdout] test command::completions::tests::completion_path_elvish ... ok
[INFO] [stdout] test command::completions::tests::completion_path_powershell ... ok
[INFO] [stdout] test command::completions::tests::completion_path_zsh ... ok
[INFO] [stdout] test command::completions::tests::completion_path_fish ... ok
[INFO] [stdout] test command::completions::tests::completion_path_bash ... ok
[INFO] [stdout] test command::completions::tests::completion_path_unsupported_shell_fails ... ok
[INFO] [stdout] test command::update::tests::empty_outdated_returns_empty ... ok
[INFO] [stdout] test command::update::tests::matches_outdated_to_correct_project ... ok
[INFO] [stdout] test command::update::tests::skips_projects_without_outdated ... ok
[INFO] [stdout] test command::pipeline::tests::detect_npm_only_when_no_pom ... ok
[INFO] [stdout] test command::pipeline::tests::detect_both_when_pom_exists_and_no_filter ... ok
[INFO] [stdout] test error::tests::error_code_extracts_from_anyhow ... ok
[INFO] [stdout] test error::tests::error_code_falls_back_to_internal ... ok
[INFO] [stdout] test error::tests::depup_error_display_uses_message ... ok
[INFO] [stdout] test command::pipeline::tests::detect_npm_only_with_npm_filter ... ok
[INFO] [stdout] test command::pipeline::tests::detect_nothing_when_npm_filter_and_no_pom ... ok
[INFO] [stdout] test command::pipeline::tests::detect_maven_only_with_maven_filter ... ok
[INFO] [stdout] test error::tests::error_code_http_request_failed ... ok
[INFO] [stdout] test error::tests::json_error_envelope_from_depup_error ... ok
[INFO] [stdout] test error::tests::json_error_envelope_from_anyhow_with_depup_error ... ok
[INFO] [stdout] test error::tests::depup_error_parameterized_message ... ok
[INFO] [stdout] test command::update::tests::count_matches_len ... ok
[INFO] [stdout] test error::tests::json_error_envelope_from_anyhow_without_depup_error ... ok
[INFO] [stdout] test filter::glob::tests::glob_both_wildcards ... ok
[INFO] [stdout] test filter::glob::tests::glob_exact_match ... ok
[INFO] [stdout] test filter::glob::tests::glob_leading_wildcard ... ok
[INFO] [stdout] test error::tests::error_code_serializes_as_screaming_snake_case ... ok
[INFO] [stdout] test filter::glob::tests::glob_match_all ... ok
[INFO] [stdout] test filter::glob::tests::glob_middle_wildcard ... ok
[INFO] [stdout] test filter::glob::tests::glob_npm_packages ... ok
[INFO] [stdout] test filter::glob::tests::glob_trailing_wildcard ... ok
[INFO] [stdout] test filter::tests::ecosystem_filter ... ok
[INFO] [stdout] test filter::tests::exclude_filter ... ok
[INFO] [stdout] test filter::tests::include_filter ... ok
[INFO] [stdout] test filter::tests::include_multiple_patterns ... ok
[INFO] [stdout] test filter::tests::include_then_exclude ... ok
[INFO] [stdout] test filter::tests::kind_filter_dependencies ... ok
[INFO] [stdout] test filter::tests::managed_filter ... ok
[INFO] [stdout] test filter::tests::multiple_kind_filters_combine_as_or ... ok
[INFO] [stdout] test filter::tests::outdated_filter ... ok
[INFO] [stdout] test filter::tests::no_filters_passes_everything ... ok
[INFO] [stdout] test filter::tests::stable_filter_excludes_skipped ... ok
[INFO] [stdout] test filter::tests::kind_filter_dev_deps ... ok
[INFO] [stdout] test filter::tests::unmanaged_filter ... ok
[INFO] [stdout] test command::audit::osv::tests::severity_from_cvss_thresholds ... ok
[INFO] [stdout] test maven::discovery::tests::deduplicate_repos_by_url ... ok
[INFO] [stdout] test maven::discovery::tests::deduplicate_by_coordinates ... ok
[INFO] [stdout] test maven::discovery::tests::discover_missing_pom_fails ... ok
[INFO] [stdout] test filter::tests::all_kind_filters_match_everything ... ok
[INFO] [stdout] test maven::discovery::tests::discover_fixture_project ... ok
[INFO] [stdout] test maven::discovery::tests::inject_child_properties_falls_back_to_parent ... ok
[INFO] [stdout] test filter::tests::composable_filters ... ok
[INFO] [stdout] test maven::discovery::tests::extract_mappings_includes_plain_versions ... ok
[INFO] [stdout] test maven::discovery::tests::cross_pom_property_source_points_to_defining_pom ... ok
[INFO] [stdout] test command::audit::tests::vulnerable_flag_hides_clean_dependencies ... ok
[INFO] [stdout] test maven::discovery::tests::inject_project_properties_defaults_packaging_to_jar ... ok
[INFO] [stdout] test maven::discovery::tests::resolve_chained_property_value ... ok
[INFO] [stdout] test maven::discovery::tests::inject_child_properties_uses_child_values ... ok
[INFO] [stdout] test maven::discovery::tests::resolve_missing_property_returns_raw ... ok
[INFO] [stdout] test maven::discovery::tests::inject_project_properties_sets_all_fields ... ok
[INFO] [stdout] test filter::tests::kind_filter_plugins ... ok
[INFO] [stdout] test maven::discovery::tests::extract_property_ref ... ok
[INFO] [stdout] test maven::discovery::tests::discover_child_pom_properties ... ok
[INFO] [stdout] test maven::discovery::tests::resolve_plain_value ... ok
[INFO] [stdout] test maven::discovery::tests::discover_profile_module_properties ... ok
[INFO] [stdout] test maven::maven_central::tests::filters_pre_releases_when_releases_only ... ok
[INFO] [stdout] test maven::maven_central::tests::includes_pre_releases_by_default ... ok
[INFO] [stdout] test maven::maven_central::tests::parse_metadata_with_snapshots_and_qualifiers ... ok
[INFO] [stdout] test filter::tests::kind_filter_tool_versions ... ok
[INFO] [stdout] test maven::maven_central::tests::filters_snapshots_by_default ... ok
[INFO] [stdout] test filter::tests::kind_filters_with_ecosystem_filter ... ok
[INFO] [stdout] test maven::maven_central::tests::find_latest_version ... ok
[INFO] [stdout] test maven::maven_central::tests::find_latest_with_qualifiers ... ok
[INFO] [stdout] test maven::discovery::tests::root_property_wins_over_child_on_conflict ... ok
[INFO] [stdout] test maven::discovery::tests::discover_plain_versions_fixture ... ok
[INFO] [stdout] test maven::maven_central::tests::parse_empty_metadata ... ok
[INFO] [stdout] test command::audit::osv::tests::severity_ordering ... ok
[INFO] [stdout] test maven::maven_central::tests::parse_metadata_xml ... ok
[INFO] [stdout] test maven::discovery::tests::resolve_property_value ... ok
[INFO] [stdout] test maven::discovery::tests::extract_property_ref_with_whitespace ... ok
[INFO] [stdout] test maven::node::tests::label_returns_nodejs_org ... ok
[INFO] [stdout] test maven::node::tests::lts_false_is_not_lts ... ok
[INFO] [stdout] test maven::node::tests::node_patterns_contains_all_expected ... ok
[INFO] [stdout] test maven::maven_central::tests::repo_urls_for_dependency ... ok
[INFO] [stdout] test maven::pm_versions::tests::does_not_match_unrelated ... ok
[INFO] [stdout] test maven::node::tests::tool_id_returns_correct_dependency ... ok
[INFO] [stdout] test maven::pm_versions::tests::resolve_package_names ... ok
[INFO] [stdout] test maven::pm_versions::tests::label_returns_unknown_for_unrecognized_property ... ok
[INFO] [stdout] test maven::node::tests::patterns_match_node ... ok
[INFO] [stdout] test maven::pm_versions::tests::label_resolves_from_property ... ok
[INFO] [stdout] test maven::pm_versions::tests::patterns_match_pm_tools ... ok
[INFO] [stdout] test maven::pm_versions::tests::resolve_package_returns_none_for_node ... ok
[INFO] [stdout] test maven::pom::tests::parse_malformed_xml_fails ... ok
[INFO] [stdout] test maven::pom::tests::finds_plugin_internal_dependencies ... ok
[INFO] [stdout] test maven::pom::tests::configuration_version_does_not_overwrite_plugin_coordinates ... ok
[INFO] [stdout] test maven::pom::tests::parse_direct_dependencies_and_plugins ... ok
[INFO] [stdout] test maven::pom::tests::parse_project_coordinates ... ok
[INFO] [stdout] test maven::pom::tests::parse_project_coordinates_missing_packaging ... ok
[INFO] [stdout] test maven::pom::tests::parse_project_coordinates_not_confused_with_dependency ... ok
[INFO] [stdout] test maven::pom::tests::parse_profile_modules_and_properties ... ok
[INFO] [stdout] test maven::pom::tests::parse_repositories ... ok
[INFO] [stdout] test maven::pom::tests::parse_repository_without_id ... ok
[INFO] [stdout] test maven::pom::tests::parse_with_namespace ... ok
[INFO] [stdout] test maven::pom::tests::parse_simple_pom ... ok
[INFO] [stdout] test maven::pom::tests::skips_repository_without_url ... ok
[INFO] [stdout] test maven::maven_central::tests::repo_urls_for_plugin ... ok
[INFO] [stdout] test maven::pom::tests::exclusions_do_not_overwrite_dependency_coordinates ... ok
[INFO] [stdout] test maven::maven_central::tests::snapshots_always_filtered_even_when_not_releases_only ... ok
[INFO] [stdout] test maven::node::tests::lts_field_parsing ... ok
[INFO] [stdout] test maven::pom::tests::parse_minimal_pom ... ok
[INFO] [stdout] test maven::pom_writer::inline::tests::inline_no_match_returns_unchanged ... ok
[INFO] [stdout] test maven::pom_writer::inline::tests::inline_matches_by_coordinates ... ok
[INFO] [stdout] test maven::pom_writer::inline::tests::inline_handles_xml_namespaces ... ok
[INFO] [stdout] test maven::pom_writer::properties::tests::handles_property_with_whitespace_value ... ok
[INFO] [stdout] test maven::pom_writer::inline::tests::inline_handles_dependency_management ... ok
[INFO] [stdout] test maven::pom_writer::inline::tests::inline_preserves_formatting ... ok
[INFO] [stdout] test maven::pom_writer::inline::tests::updates_inline_plugin_version ... ok
[INFO] [stdout] test maven::pom_writer::properties::tests::handles_xml_namespaces ... ok
[INFO] [stdout] test maven::pom_writer::properties::tests::ignores_properties_not_in_updates ... ok
[INFO] [stdout] test maven::pom_writer::inline::tests::updates_inline_dependency_version ... ok
[INFO] [stdout] test maven::pom_writer::properties::tests::preserves_comments ... ok
[INFO] [stdout] test maven::pom_writer::properties::tests::preserves_trailing_newline ... ok
[INFO] [stdout] test maven::pom_writer::properties::tests::preserves_indentation_and_whitespace ... ok
[INFO] [stdout] test maven::resolver::tests::resolve_task_error_id_for_tool ... ok
[INFO] [stdout] test maven::pom_writer::properties::tests::updates_multiple_properties ... ok
[INFO] [stdout] test maven::pom_writer::properties::tests::updates_single_property ... ok
[INFO] [stdout] test maven::tool::tests::find_node_resolver ... ok
[INFO] [stdout] test maven::resolver::tests::discover_labels_contain_maven_coordinates ... ok
[INFO] [stdout] test maven::tool::tests::find_pm_resolver_for_npm ... ok
[INFO] [stdout] test maven::tool::tests::find_returns_none_for_random_property ... ok
[INFO] [stdout] test maven::tool::tests::find_returns_none_for_non_tool_property ... ok
[INFO] [stdout] test maven::resolver::tests::discover_multi_module_fixture_has_tasks ... ok
[INFO] [stdout] test model::audit::tests::from_version_result_copies_fields ... ok
[INFO] [stdout] test maven::pom_writer::properties::tests::no_updates_returns_unchanged ... ok
[INFO] [stdout] test model::audit::tests::is_vulnerable_with_vulns ... ok
[INFO] [stdout] test model::audit::tests::max_severity_returns_highest ... ok
[INFO] [stdout] test model::audit::tests::max_severity_empty_returns_unknown ... ok
[INFO] [stdout] test model::audit::tests::is_vulnerable_without_vulns ... ok
[INFO] [stdout] test model::check::tests::checked_result_fields ... ok
[INFO] [stdout] test maven::updater::tests::skips_non_outdated_results ... ok
[INFO] [stdout] test model::check::tests::error_result_fields ... ok
[INFO] [stdout] test model::check::tests::skipped_result_fields ... ok
[INFO] [stdout] test model::check::tests::status_matches_state ... ok
[INFO] [stdout] test model::tests::dependency_kind_display ... ok
[INFO] [stdout] test model::tests::dependency_with_property ... ok
[INFO] [stdout] test model::tests::dependency_without_property ... ok
[INFO] [stdout] test maven::updater::tests::updates_managed_property_in_pom ... ok
[INFO] [stdout] test maven::updater::tests::updates_property_in_root_pom_when_dependency_in_child ... ok
[INFO] [stdout] test maven::updater::tests::updates_both_managed_and_inline_in_same_pom ... ok
[INFO] [stdout] test model::update::tests::update_result_from_check_result ... ok
[INFO] [stdout] test npm::discovery::tests::detects_npm_by_lockfile ... ok
[INFO] [stdout] test maven::pom_writer::inline::tests::inline_skips_exclusion_and_configuration_versions ... ok
[INFO] [stdout] test maven::updater::tests::updates_unmanaged_inline_versions ... ok
[INFO] [stdout] test npm::discovery::tests::detects_bun_by_lockfile ... ok
[INFO] [stdout] test npm::discovery::tests::detects_bun_by_package_manager_field ... ok
[INFO] [stdout] test model::tests::ecosystem_display ... ok
[INFO] [stdout] test model::update::tests::update_result_error ... ok
[INFO] [stdout] test npm::discovery::tests::detects_bun_by_binary_lockfile ... ok
[INFO] [stdout] test npm::discovery::tests::detects_npm_by_package_manager_field ... ok
[INFO] [stdout] test npm::discovery::tests::parse_pm_field_returns_none_for_unknown_pm ... ok
[INFO] [stdout] test npm::discovery::tests::detects_pnpm_by_package_manager_field ... ok
[INFO] [stdout] test npm::discovery::tests::lockfile_with_package_manager_field_captures_version ... ok
[INFO] [stdout] test npm::discovery::tests::skips_bare_project_without_lock_or_pm_field ... ok
[INFO] [stdout] test npm::discovery::tests::discovers_multiple_projects ... ok
[INFO] [stdout] test npm::discovery::tests::detects_yarn_by_package_manager_field ... ok
[INFO] [stdout] test npm::discovery::tests::detects_yarn_by_lockfile ... ok
[INFO] [stdout] test maven::pom::tests::parse_pom_rejects_oversized_file ... ok
[INFO] [stdout] test npm::discovery::tests::skips_pnpm_workspace_members ... ok
[INFO] [stdout] test npm::discovery::tests::skips_node_modules ... ok
[INFO] [stdout] test npm::discovery::tests::skips_pnpm_store ... ok
[INFO] [stdout] test npm::discovery::tests::detects_pnpm_by_lockfile ... ok
[INFO] [stdout] test npm::discovery::tests::skips_npm_workspace_members ... ok
[INFO] [stdout] test npm::pm_bun::tests::parse_outdated_entry ... ok
[INFO] [stdout] test npm::pm_bun::tests::parse_outdated_rejects_malformed_json ... ok
[INFO] [stdout] test npm::pm_bun::tests::parse_outdated_entry_as_map ... ok
[INFO] [stdout] test npm::discovery::tests::strips_hash_suffix_from_pm_version ... ok
[INFO] [stdout] test npm::pm_bun::tests::get_installed_version_malformed_json ... ok
[INFO] [stdout] test npm::pm_npm::tests::parse_list_output ... ok
[INFO] [stdout] test npm::pm_bun::tests::get_installed_version_found ... ok
[INFO] [stdout] test npm::discovery::tests::parse_pm_field_returns_none_without_at ... ok
[INFO] [stdout] test npm::pm_npm::tests::parse_list_output_empty_deps ... ok
[INFO] [stdout] test npm::pm_npm::tests::parse_list_output_missing_deps_field ... ok
[INFO] [stdout] test npm::pm_npm::tests::parse_outdated_entry ... ok
[INFO] [stdout] test npm::pm_npm::tests::parse_list_rejects_malformed_json ... ok
[INFO] [stdout] test npm::pm_npm::tests::parse_outdated_entry_defaults ... ok
[INFO] [stdout] test npm::pm_npm::tests::parse_outdated_rejects_malformed_json ... ok
[INFO] [stdout] test npm::pm_bun::tests::get_installed_version_missing_version_field ... ok
[INFO] [stdout] test npm::pm_pnpm::tests::parse_list_output_empty_array ... ok
[INFO] [stdout] test npm::pm_pnpm::tests::parse_list_output_multiple_entries ... ok
[INFO] [stdout] test npm::pm_pnpm::tests::parse_list_output_array ... ok
[INFO] [stdout] test npm::pm_pnpm::tests::parse_list_output_no_dev_deps ... ok
[INFO] [stdout] test npm::pm_bun::tests::get_installed_version_not_found ... ok
[INFO] [stdout] test npm::pm_pnpm::tests::parse_outdated_rejects_malformed_json ... ok
[INFO] [stdout] test npm::pm_yarn::tests::parse_outdated_line_json ... ok
[INFO] [stdout] test npm::pm_yarn::tests::parse_outdated_line_non_table_type ... ok
[INFO] [stdout] test npm::pm_yarn::tests::parse_tree_line_json ... ok
[INFO] [stdout] test npm::pm_version_check::tests::update_pm_version_missing_file_errors ... ok
[INFO] [stdout] test npm::pm_yarn::tests::parse_tree_line_empty_trees ... ok
[INFO] [stdout] test npm::pm_yarn::tests::parse_tree_name_trailing_at ... ok
[INFO] [stdout] test npm::pm_bun::tests::get_installed_version_scoped_package ... ok
[INFO] [stdout] test npm::resolver::tests::empty_installed_returns_empty ... ok
[INFO] [stdout] test npm::pm_version_check::tests::update_pm_version_rewrites_field ... ok
[INFO] [stdout] test npm::pm_pnpm::tests::parse_list_rejects_malformed_json ... ok
[INFO] [stdout] test npm::pm_yarn::tests::parse_tree_name_regular ... ok
[INFO] [stdout] test npm::pm_yarn::tests::parse_tree_name_scoped ... ok
[INFO] [stdout] test npm::pm_yarn::tests::parse_tree_line_non_tree_type ... ok
[INFO] [stdout] test npm::pm_yarn::tests::parse_tree_name_no_version ... ok
[INFO] [stdout] test npm::resolver::tests::dev_deps_classified_correctly ... ok
[INFO] [stdout] test npm::resolver::tests::merge_installed_with_outdated ... ok
[INFO] [stdout] test npm::tests::read_dev_dependency_names_nonexistent_dir ... ok
[INFO] [stdout] test npm::pm_version_check::tests::update_pm_version_preserves_other_fields ... ok
[INFO] [stdout] test npm::updater::tests::partitions_tool_versions_from_packages ... ok
[INFO] [stdout] test npm::resolver::tests::outdated_with_empty_current_falls_back_to_installed_version ... ok
[INFO] [stdout] test npm::tests::read_dev_dependency_names_with_dev_deps ... ok
[INFO] [stdout] test npm::tests::read_dev_dependency_names_without_dev_deps ... ok
[INFO] [stdout] test output::format::tests::truncate_short_string_pads ... ok
[INFO] [stdout] test npm::pm_version_check::tests::update_pm_version_strips_hash_suffix ... ok
[INFO] [stdout] test output::format::tests::truncate_multibyte_does_not_panic ... ok
[INFO] [stdout] test output::format::tests::truncate_long_string_inserts_ellipsis ... ok
[INFO] [stdout] test output::format::tests::truncate_exact_width_no_change ... ok
[INFO] [stdout] test npm::tests::read_dev_dependency_names_malformed_json ... ok
[INFO] [stdout] test output::format::tests::version_column_truncates_long_property ... ok
[INFO] [stdout] test output::json::tests::json_result_round_trip ... ok
[INFO] [stdout] test output::format::tests::version_column_with_property_right_aligns ... ok
[INFO] [stdout] test output::format::tests::version_column_without_property_left_aligns ... ok
[INFO] [stdout] test output::json::tests::json_result_error_includes_error_field ... ok
[INFO] [stdout] test output::json::tests::json_result_skips_none_fields ... ok
[INFO] [stdout] test output::line::tests::format_line_update_contains_versions ... ok
[INFO] [stdout] test output::line::tests::format_line_check_contains_artifact ... ok
[INFO] [stdout] test output::json::tests::update_json_result_would_update ... ok
[INFO] [stdout] test output::line::tests::format_line_audit_no_vulns ... ok
[INFO] [stdout] test output::json::tests::update_json_result_updated ... ok
[INFO] [stdout] test output::summary::tests::audit_summary_with_vulnerabilities_does_not_panic ... ok
[INFO] [stdout] test output::summary::tests::check_summary_empty_does_not_panic ... ok
[INFO] [stdout] test output::summary::tests::check_summary_with_mixed_results_does_not_panic ... ok
[INFO] [stdout] test output::line::tests::version_value_audit ... ok
[INFO] [stdout] test output::line::tests::version_value_update ... ok
[INFO] [stdout] test output::summary::tests::audit_summary_empty_does_not_panic ... ok
[INFO] [stdout] test output::summary::tests::update_summary_empty_does_not_panic ... ok
[INFO] [stdout] test output::tests::print_table_groups_by_ecosystem ... ok
[INFO] [stdout] test version::tests::bare_m_is_not_pre_release ... ok
[INFO] [stdout] test output::line::tests::version_value_check ... ok
[INFO] [stdout] test output::summary::tests::audit_summary_all_clean_does_not_panic ... ok
[INFO] [stdout] test version::tests::find_latest_empty_returns_none ... ok
[INFO] [stdout] test output::summary::tests::update_summary_with_errors_does_not_panic ... ok
[INFO] [stdout] test version::tests::ordering ... ok
[INFO] [stdout] test version::tests::find_latest_with_qualifiers ... ok
[INFO] [stdout] test version::tests::parse_all_alpha_returns_none ... ok
[INFO] [stdout] test version::tests::is_newer_unparseable_falls_back_to_string_compare ... ok
[INFO] [stdout] test version::tests::parse_simple_semver ... ok
[INFO] [stdout] test version::tests::parse_trailing_dot ... ok
[INFO] [stdout] test version::tests::is_newer_works ... ok
[INFO] [stdout] test version::tests::parse_single_number ... ok
[INFO] [stdout] test version::tests::parse_two_part ... ok
[INFO] [stdout] test version::tests::parse_empty_returns_none ... ok
[INFO] [stdout] test version::tests::parse_v_prefix ... ok
[INFO] [stdout] test version::tests::parse_with_qualifier ... ok
[INFO] [stdout] test version::tests::pre_release_detection ... ok
[INFO] [stdout] test version::tests::parse_with_dash_qualifier ... ok
[INFO] [stdout] test version::tests::find_latest_returns_highest ... ok
[INFO] [stdout] test npm::updater::tests::empty_outdated_returns_empty_results ... ok
[INFO] [stdout] test npm::updater::tests::tool_version_with_no_latest_produces_error ... ok
[INFO] [stdout] test npm::pm_npm::tests::parse_outdated_entry_as_map ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 291 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_test.rs (/opt/rustwide/target/debug/deps/cli_test-413712344bab6402)
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test audit_severity_flag_rejects_invalid_value ... ok
[INFO] [stdout] test audit_no_project_returns_empty_json ... ok
[INFO] [stdout] test include_filter_check ... ok
[INFO] [stdout] test audit_vulnerable_flag_returns_only_vulnerable ... ok
[INFO] [stdout] test audit_ecosystem_filter_conflict ... ok
[INFO] [stdout] test auto_detect_missing_project_returns_zero_exit ... ok
[INFO] [stdout] test npm_check_json_returns_npm_results ... ok
[INFO] [stdout] test audit_json_output_has_correct_structure ... ok
[INFO] [stdout] test json_output_includes_artifact ... ok
[INFO] [stdout] test json_output_includes_managed_field ... ok
[INFO] [stdout] test managed_unmanaged_conflict ... ok
[INFO] [stdout] test exclude_filter_check ... ok
[INFO] [stdout] test no_subcommand_returns_error ... ok
[INFO] [stdout] test kind_filters_combinable ... ok
[INFO] [stdout] test maven_filter_only_maven_results ... ok
[INFO] [stdout] test json_output_includes_ecosystem ... ok
[INFO] [stdout] test json_output_returns_array ... ok
[INFO] [stdout] test include_filter_update_dry_run ... ok
[INFO] [stdout] test maven_npm_conflict ... ok
[INFO] [stdout] test managed_filter_only_managed ... ok
[INFO] [stdout] test update_no_project_returns_empty_json ... ok
[INFO] [stdout] test stable_alias_works ... ok
[INFO] [stdout] test update_managed_filter ... ok
[INFO] [stdout] test unmanaged_filter_only_unmanaged ... ok
[INFO] [stdout] test audit_severity_flag_accepts_valid_values ... ok
[INFO] [stdout] test outdated_filter_excludes_current ... ok
[INFO] [stdout] test update_dry_run_shows_would_update ... ok
[INFO] [stdout] test update_preserves_pom_formatting ... ok
[INFO] [stdout] test update_maven_only_flag ... ok
[INFO] [stdout] test update_dependencies_filter ... ok
[INFO] [stdout] test missing_pom_returns_json_error ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test cli_test`
[INFO] [stdout] test update_maven_modifies_pom ... FAILED
[INFO] [stdout] test update_dry_run_json_has_structured_fields ... FAILED
[INFO] [stdout] test update_modifies_inline_versions ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- update_maven_modifies_pom stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'update_maven_modifies_pom' (2464) panicked at tests/cli_test.rs:145:5:
[INFO] [stdout] POM should have been updated with a newer junit version
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62593a369d78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62593a369d78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62593a369d78 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62593a369d78 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62593a37e6ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62593a37e6ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x62593a36e672 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62593a36e672 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62593a3469f6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62593a3469f6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62593a360d49 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62593a2fb8ec - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x62593a2fb8ec - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62593a360f02 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x62593a360f02 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62593a346ae4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62593a33ba89 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62593a3477cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62593a37ee5c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62593a2a7b3c - cli_test[7a65057e00266ace]::update_maven_modifies_pom
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_test.rs:145:5
[INFO] [stdout]   20:     0x62593a2a4d37 - cli_test[7a65057e00266ace]::update_maven_modifies_pom::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_test.rs:128:31
[INFO] [stdout]   21:     0x62593a2a4506 - <cli_test[7a65057e00266ace]::update_maven_modifies_pom::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x62593a2ee9cb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62593a2ee9cb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x62593a2fc245 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x62593a2fc245 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x62593a2fc245 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x62593a2fc245 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x62593a2fc245 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x62593a2fc245 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x62593a2fc245 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x62593a2f5b54 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x62593a2f5b54 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x62593a2ff2c2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x62593a2ff2c2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x62593a3692ef - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   41:     0x62593a3692ef - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x72e247b19aa4 - <unknown>
[INFO] [stdout]   43:     0x72e247ba6a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- update_dry_run_json_has_structured_fields stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'update_dry_run_json_has_structured_fields' (2443) panicked at tests/cli_test.rs:259:5:
[INFO] [stdout] assertion failed: !results.is_empty()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62593a369d78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62593a369d78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62593a369d78 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62593a369d78 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62593a37e6ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62593a37e6ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x62593a36e672 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62593a36e672 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62593a3469f6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62593a3469f6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62593a360d49 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62593a2fb8ec - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x62593a2fb8ec - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62593a360f02 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x62593a360f02 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62593a346ae4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62593a33ba89 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62593a3477cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62593a37ee5c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62593a37ee22 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x62593a2adb8f - cli_test[7a65057e00266ace]::update_dry_run_json_has_structured_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_test.rs:259:5
[INFO] [stdout]   21:     0x62593a2a5187 - cli_test[7a65057e00266ace]::update_dry_run_json_has_structured_fields::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_test.rs:246:47
[INFO] [stdout]   22:     0x62593a2a4ac6 - <cli_test[7a65057e00266ace]::update_dry_run_json_has_structured_fields::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62593a2ee9cb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62593a2ee9cb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x62593a2fc245 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x62593a2fc245 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x62593a2fc245 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x62593a2fc245 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x62593a2fc245 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x62593a2fc245 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x62593a2fc245 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x62593a2f5b54 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x62593a2f5b54 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x62593a2ff2c2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x62593a2ff2c2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x62593a3692ef - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   42:     0x62593a3692ef - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x72e247b19aa4 - <unknown>
[INFO] [stdout]   44:     0x72e247ba6a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- update_modifies_inline_versions stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'update_modifies_inline_versions' (2489) panicked at tests/cli_test.rs:231:5:
[INFO] [stdout] Inline guava version should have been updated
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62593a369d78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62593a369d78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62593a369d78 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62593a369d78 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62593a37e6ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62593a37e6ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x62593a36e672 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62593a36e672 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62593a3469f6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62593a3469f6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62593a360d49 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62593a2fb8ec - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x62593a2fb8ec - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62593a360f02 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x62593a360f02 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62593a346ae4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62593a33ba89 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62593a3477cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62593a37ee5c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62593a2aa6d1 - cli_test[7a65057e00266ace]::update_modifies_inline_versions
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_test.rs:231:5
[INFO] [stdout]   20:     0x62593a2a4f77 - cli_test[7a65057e00266ace]::update_modifies_inline_versions::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_test.rs:214:37
[INFO] [stdout]   21:     0x62593a2a4806 - <cli_test[7a65057e00266ace]::update_modifies_inline_versions::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x62593a2ee9cb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62593a2ee9cb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x62593a2fc245 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x62593a2fc245 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x62593a2fc245 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x62593a2fc245 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x62593a2fc245 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x62593a2fc245 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x62593a2fc245 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x62593a2f5b54 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x62593a2f5b54 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x62593a2ff2c2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x62593a2ff2c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x62593a2ff2c2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x62593a3692ef - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   41:     0x62593a3692ef - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x72e247b19aa4 - <unknown>
[INFO] [stdout]   43:     0x72e247ba6a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     update_dry_run_json_has_structured_fields
[INFO] [stdout]     update_maven_modifies_pom
[INFO] [stdout]     update_modifies_inline_versions
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 31 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551", kill_on_drop: false }`
[INFO] [stdout] 5e6381d2d5f1484e132e20b6b3175a002d8efef134913174257dc4bd3791d551
