[INFO] cloning repository https://github.com/Bobsans/AIHelper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bobsans/AIHelper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBobsans%2FAIHelper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBobsans%2FAIHelper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 59a4e6c6d53b639c45071edd92c1c59465c47b90
[INFO] testing Bobsans/AIHelper against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBobsans%2FAIHelper" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Bobsans/AIHelper
[INFO] finished tweaking git repo https://github.com/Bobsans/AIHelper
[INFO] tweaked toml for git repo https://github.com/Bobsans/AIHelper written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Bobsans/AIHelper on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Bobsans/AIHelper 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62a1b08770cb9375dac2a6204092234544692c6ed709e6444346f5f57f5d2c29
[INFO] running `Command { std: "docker" "start" "-a" "62a1b08770cb9375dac2a6204092234544692c6ed709e6444346f5f57f5d2c29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62a1b08770cb9375dac2a6204092234544692c6ed709e6444346f5f57f5d2c29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62a1b08770cb9375dac2a6204092234544692c6ed709e6444346f5f57f5d2c29", kill_on_drop: false }`
[INFO] [stdout] 62a1b08770cb9375dac2a6204092234544692c6ed709e6444346f5f57f5d2c29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b9152d3e46c9f4cb67cd0bbf7b30ad8eb38e3fba86d689c2f44957af7bf0692
[INFO] running `Command { std: "docker" "start" "-a" "6b9152d3e46c9f4cb67cd0bbf7b30ad8eb38e3fba86d689c2f44957af7bf0692", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ah-plugin-api v0.5.0 (/opt/rustwide/workdir/crates/ah-plugin-api)
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling ah-runtime v0.5.0 (/opt/rustwide/workdir/crates/ah-runtime)
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[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 aihelper v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.52s
[INFO] running `Command { std: "docker" "inspect" "6b9152d3e46c9f4cb67cd0bbf7b30ad8eb38e3fba86d689c2f44957af7bf0692", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b9152d3e46c9f4cb67cd0bbf7b30ad8eb38e3fba86d689c2f44957af7bf0692", kill_on_drop: false }`
[INFO] [stdout] 6b9152d3e46c9f4cb67cd0bbf7b30ad8eb38e3fba86d689c2f44957af7bf0692
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ce942993fe7310b06f83f3e1b110a9b7a52408253c0248f7bbb24f111ac2f70
[INFO] running `Command { std: "docker" "start" "-a" "2ce942993fe7310b06f83f3e1b110a9b7a52408253c0248f7bbb24f111ac2f70", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.2.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling aihelper v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.37s
[INFO] running `Command { std: "docker" "inspect" "2ce942993fe7310b06f83f3e1b110a9b7a52408253c0248f7bbb24f111ac2f70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ce942993fe7310b06f83f3e1b110a9b7a52408253c0248f7bbb24f111ac2f70", kill_on_drop: false }`
[INFO] [stdout] 2ce942993fe7310b06f83f3e1b110a9b7a52408253c0248f7bbb24f111ac2f70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 40be450c3316ad42d5ed130f17e61b7b1edd14794f79870df554f05b3e98ff28
[INFO] running `Command { std: "docker" "start" "-a" "40be450c3316ad42d5ed130f17e61b7b1edd14794f79870df554f05b3e98ff28", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aihelper-461f5f2db2ed7c6a)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test commands::http::tests::json_expectation_expression_parses ... ok
[INFO] [stdout] test cli::tests::parser_routes_dynamic_domain_to_invoke ... ok
[INFO] [stdout] test commands::http::tests::interpolation_replaces_placeholders ... ok
[INFO] [stdout] test commands::http::tests::status_expectation_parses_formats ... ok
[INFO] [stdout] test plugins::tests::ctx_manual_examples_parse ... ok
[INFO] [stdout] test cli::tests::help_includes_dynamic_plugin_domain ... ok
[INFO] [stdout] test cli::tests::extract_last_cwd_supports_equals_form ... ok
[INFO] [stdout] test cli::tests::parser_parses_plugins_state_management_commands ... ok
[INFO] [stdout] test plugins::tests::git_manual_examples_parse ... ok
[INFO] [stdout] test tests::plugin_dir_is_next_to_executable ... ok
[INFO] [stdout] test plugins::tests::project_manual_examples_parse ... ok
[INFO] [stdout] test plugins::tests::run_manual_examples_parse ... ok
[INFO] [stdout] test commands::http::tests::json_path_supports_arrays ... ok
[INFO] [stdout] test plugins::tests::file_manual_examples_parse ... ok
[INFO] [stdout] test plugins::tests::search_manual_examples_parse ... ok
[INFO] [stdout] test plugins::tests::task_manual_examples_parse ... ok
[INFO] [stdout] test plugins::tests::http_manual_examples_parse ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ah-9a1afa8076e8f97c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-15f72022b58b9d00)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 66 tests
[INFO] [stdout] test file::file_read_quiet_suppresses_output_and_warnings ... ok
[INFO] [stdout] test ai::ai_info_text_outputs_domain_manual ... ok
[INFO] [stdout] test file::file_read_rejects_binary_file ... ok
[INFO] [stdout] test ai::ai_info_json_outputs_structured_manual ... ok
[INFO] [stdout] test file::emits_json_for_file_read ... ok
[INFO] [stdout] test file::file_read_limit_sets_truncated_warning ... ok
[INFO] [stdout] test file::emits_json_for_file_stat ... ok
[INFO] [stdout] test file::file_head_zero_lines_returns_empty_output ... ok
[INFO] [stdout] test ctx::ctx_symbols_summary_preset_limits_symbols_per_file ... ok
[INFO] [stdout] test ctx::ctx_symbols_json_reports_skipped_binary_and_large_files ... ok
[INFO] [stdout] test file::file_read_rejects_to_before_from ... ok
[INFO] [stdout] test ctx::ctx_symbols_extracts_rust_symbols ... ok
[INFO] [stdout] test file::file_read_rejects_zero_from ... ok
[INFO] [stdout] test ctx::ctx_pack_emits_json_summary ... ok
[INFO] [stdout] test file::emits_json_for_file_tree_with_depth ... ok
[INFO] [stdout] test file::file_read_respects_max_bytes ... ok
[INFO] [stdout] test file::file_tail_zero_lines_returns_empty_output ... ok
[INFO] [stdout] test file::reads_range_with_line_numbers ... ok
[INFO] [stdout] test ctx::ctx_symbols_extracts_extended_language_symbols ... ok
[INFO] [stdout] test ctx::ctx_symbols_extracts_config_and_script_symbols ... ok
[INFO] [stdout] test ctx::ctx_changed_reports_non_git_directory ... ok
[INFO] [stdout] test file::reads_tail_with_line_numbers ... ok
[INFO] [stdout] test file::reads_head_with_line_numbers ... ok
[INFO] [stdout] test ctx::ctx_pack_summary_preset_limits_symbol_preview ... ok
[INFO] [stdout] test file::file_read_rejects_zero_to ... ok
[INFO] [stdout] test file::file_read_symlink_requires_follow_flag ... ok
[INFO] [stdout] test help::shows_top_level_help ... ok
[INFO] [stdout] test help::shows_file_subcommand_help ... ok
[INFO] [stdout] test file::file_tree_symlink_directory_requires_follow_flag ... ok
[INFO] [stdout] test file::file_stat_reports_symlink_kind ... ok
[INFO] [stdout] test plugins::plugins_list_reports_builtin_domains ... ok
[INFO] [stdout] test http::http_assert_json_report_is_machine_readable ... ok
[INFO] [stdout] test http::http_run_alias_fails_on_assertion_error ... ok
[INFO] [stdout] test project::project_commands_use_detected_package_managers_and_infra_tools ... ok
[INFO] [stdout] test project::project_commands_suggests_common_commands ... ok
[INFO] [stdout] test http::http_get_supports_expectations ... ok
[INFO] [stdout] test plugins::plugins_list_supports_state_filter ... ok
[INFO] [stdout] test project::project_detect_reports_broad_ecosystems_tools_and_file_groups ... ok
[INFO] [stdout] test project::project_version_reports_manifest_versions ... ok
[INFO] [stdout] test plugins::disable_and_enable_domain_controls_invocation ... ok
[INFO] [stdout] test project::project_detect_infers_platform_and_tooling_roles ... ok
[INFO] [stdout] test project::project_detect_reports_ecosystems_and_key_files ... ok
[INFO] [stdout] test search::search_text_context_does_not_include_extra_after_line ... ok
[INFO] [stdout] test search::search_files_returns_matching_paths ... ok
[INFO] [stdout] test search::search_path_not_found_error_is_rendered_without_nested_wrappers ... ok
[INFO] [stdout] test search::search_text_json_reports_skipped_binary_and_large_files ... ok
[INFO] [stdout] test search::search_text_plain_mode_treats_pattern_as_literal ... ok
[INFO] [stdout] test search::search_text_regex_mode_matches_regex ... ok
[INFO] [stdout] test search::search_text_json_contains_mode_fields ... ok
[INFO] [stdout] test search::search_text_with_context_includes_neighbor_lines ... ok
[INFO] [stdout] test task::task_run_unknown_task_fails ... ok
[INFO] [stdout] test task::task_save_and_list_json ... ok
[INFO] [stdout] test run::run_check_reports_successful_command ... ok
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp2PHfTB/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp7DQaVn/.git/
[INFO] [stdout] test run::run_check_reports_failing_command_without_failing_ah ... ok
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpqCLlEf/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpJX7gHL/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmppRJUPB/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp6Yntjp/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpHcuIKV/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpLiXgUX/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpO5BbZK/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp27zwPl/.git/
[INFO] [stdout] test task::task_run_executes_saved_command ... ok
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] test git::git_commit_info_quiet_still_validates_reference ... ok
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] test git::git_remotes_reports_provider_hint ... ok
[INFO] [stdout] test git::git_diff_with_path_returns_patch ... ok
[INFO] [stdout] test git::git_changed_reports_modified_file ... ok
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] [main (root-commit) 86ab025] initial
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 app.txt
[INFO] [stdout] test git::git_tag_create_creates_annotated_tag ... ok
[INFO] [stdout] test git::git_status_reports_compact_counts ... ok
[INFO] [stdout] test git::git_tags_reports_latest_tag ... ok
[INFO] [stdout] test git::git_blame_full_file_keeps_line_text ... ok
[INFO] [stdout] test git::git_commit_info_reports_metadata_and_files ... ok
[INFO] [stdout] test plugins::startup_skips_invalid_dynamic_plugin_and_runs_builtin_command ... FAILED
[INFO] [stdout] test git::git_blame_line_returns_json_entry ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- plugins::startup_skips_invalid_dynamic_plugin_and_runs_builtin_command stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'plugins::startup_skips_invalid_dynamic_plugin_and_runs_builtin_command' (221) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.2.1/src/cmd.rs:662:17:
[INFO] [stdout] Failed to spawn Command { cmd: "/tmp/.tmptXqRhC/ah" "--cwd" "/tmp/.tmptXqRhC" "file" "head" "sample.txt" "--lines" "1", stdin: None, timeout: None }: Text file busy (os error 26)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x614cec85479a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x614cec85479a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x614cec85479a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x614cec85479a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x614cec86beca - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x614cec86beca - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x614cec85a952 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x614cec85a952 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x614cec82ffcf - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x614cec82ffcf - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x614cec84b289 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x614cec7618cc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x614cec7618cc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x614cec84b442 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x614cec84b442 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x614cec830088 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x614cec827869 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x614cec83101d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x614cec86c6dc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x614cec7bc02e - <&mut assert_cmd[96215eee8954576]::cmd::Command as assert_cmd[96215eee8954576]::assert::OutputAssertExt>::assert
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.2.1/src/cmd.rs:662:17
[INFO] [stdout]   20:     0x614cec7b9c37 - <assert_cmd[96215eee8954576]::cmd::Command>::assert
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.2.1/src/cmd.rs:194:9
[INFO] [stdout]   21:     0x614cec73134c - integration[4016a842ae3ff224]::plugins::startup_skips_invalid_dynamic_plugin_and_runs_builtin_command
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/plugins.rs:50:10
[INFO] [stdout]   22:     0x614cec72b7f7 - integration[4016a842ae3ff224]::plugins::startup_skips_invalid_dynamic_plugin_and_runs_builtin_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/plugins.rs:22:67
[INFO] [stdout]   23:     0x614cec733406 - <integration[4016a842ae3ff224]::plugins::startup_skips_invalid_dynamic_plugin_and_runs_builtin_command::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x614cec754bab - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x614cec754bab - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x614cec76239b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x614cec76239b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x614cec76239b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x614cec76239b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x614cec76239b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x614cec76239b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x614cec76239b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x614cec75cd74 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x614cec75cd74 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x614cec764fa2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x614cec764fa2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x614cec764fa2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x614cec764fa2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x614cec764fa2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x614cec764fa2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x614cec764fa2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x614cec853a6f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x614cec853a6f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7b5873bb3aa4 - <unknown>
[INFO] [stdout]   45:     0x7b5873c40a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     plugins::startup_skips_invalid_dynamic_plugin_and_runs_builtin_command
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 65 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "40be450c3316ad42d5ed130f17e61b7b1edd14794f79870df554f05b3e98ff28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40be450c3316ad42d5ed130f17e61b7b1edd14794f79870df554f05b3e98ff28", kill_on_drop: false }`
[INFO] [stdout] 40be450c3316ad42d5ed130f17e61b7b1edd14794f79870df554f05b3e98ff28
