[INFO] cloning repository https://github.com/walf443/nginx-lint
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/walf443/nginx-lint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwalf443%2Fnginx-lint", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwalf443%2Fnginx-lint'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2bfdffbf7caad9d27532451c3a0b9dddba53d609
[INFO] testing walf443/nginx-lint against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwalf443%2Fnginx-lint" "/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/walf443/nginx-lint
[INFO] finished tweaking git repo https://github.com/walf443/nginx-lint
[INFO] tweaked toml for git repo https://github.com/walf443/nginx-lint written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/walf443/nginx-lint on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/walf443/nginx-lint already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58
[INFO] running `Command { std: "docker" "start" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58", 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" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58", 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" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling text-size v1.1.1
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling nginx-lint v0.16.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling rowan v0.16.1
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling nginx-lint-parser v0.16.0 (/opt/rustwide/workdir/crates/nginx-lint-parser)
[INFO] [stderr]    Compiling nginx-lint-common v0.16.0 (/opt/rustwide/workdir/crates/nginx-lint-common)
[INFO] [stderr]    Compiling nginx-lint-plugin v0.16.0 (/opt/rustwide/workdir/crates/nginx-lint-plugin)
[INFO] [stderr]    Compiling server-tokens-enabled-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/security/server_tokens_enabled)
[INFO] [stderr]    Compiling trailing-whitespace-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/style/trailing_whitespace)
[INFO] [stderr]    Compiling upstream-server-no-resolve-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/upstream_server_no_resolve)
[INFO] [stderr]    Compiling gzip-not-enabled-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/gzip_not_enabled)
[INFO] [stderr]    Compiling root-in-location-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/root_in_location)
[INFO] [stderr]    Compiling weak-ssl-ciphers-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/security/weak_ssl_ciphers)
[INFO] [stderr]    Compiling invalid-directive-context-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/syntax/invalid_directive_context)
[INFO] [stderr]    Compiling ssl-on-deprecated-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/deprecation/ssl_on_deprecated)
[INFO] [stderr]    Compiling try-files-with-proxy-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/try_files_with_proxy)
[INFO] [stderr]    Compiling alias-location-slash-mismatch-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/alias_location_slash_mismatch)
[INFO] [stderr]    Compiling nginx-rift-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/security/nginx_rift)
[INFO] [stderr]    Compiling proxy-pass-with-uri-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/proxy_pass_with_uri)
[INFO] [stderr]    Compiling deprecated-ssl-protocol-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/security/deprecated_ssl_protocol)
[INFO] [stderr]    Compiling space-before-semicolon-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/style/space_before_semicolon)
[INFO] [stderr]    Compiling proxy-pass-domain-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/proxy_pass_domain)
[INFO] [stderr]    Compiling if-is-evil-in-location-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/if_is_evil_in_location)
[INFO] [stderr]    Compiling missing-error-log-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/missing_error_log)
[INFO] [stderr]    Compiling block-lines-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/style/block_lines)
[INFO] [stderr]    Compiling map-missing-default-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/map_missing_default)
[INFO] [stderr]    Compiling proxy-keepalive-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/proxy_keepalive)
[INFO] [stderr]    Compiling unreachable-location-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/unreachable_location)
[INFO] [stderr]    Compiling autoindex-enabled-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/security/autoindex_enabled)
[INFO] [stderr]    Compiling client-max-body-size-not-set-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/client_max_body_size_not_set)
[INFO] [stderr]    Compiling proxy-missing-host-header-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/proxy_missing_host_header)
[INFO] [stderr]    Compiling duplicate-directive-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/syntax/duplicate_directive)
[INFO] [stderr]    Compiling directive-inheritance-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/best_practices/directive_inheritance)
[INFO] [stderr]    Compiling listen-http2-deprecated-plugin v0.16.0 (/opt/rustwide/workdir/plugins/builtin/deprecation/listen_http2_deprecated)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.60s
[INFO] running `Command { std: "docker" "inspect" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58", 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" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling nginx-lint v0.16.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.73s
[INFO] running `Command { std: "docker" "inspect" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58", 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" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nginx_lint-4e0fd7c485e17960)
[INFO] [stdout] 
[INFO] [stdout] running 188 tests
[INFO] [stdout] test cache::tests::test_cache_root_from_absolute_base ... ok
[INFO] [stdout] test cache::tests::test_cache_root_from_none ... ok
[INFO] [stdout] test cache::tests::test_default_cache_root_ends_with_app_name ... ok
[INFO] [stdout] test cache::tests::test_plugin_cache_dir_is_under_root ... ok
[INFO] [stdout] test docs::example_tests::test_style_bad_examples ... ok
[INFO] [stdout] test docs::example_tests::test_style_fixes_produce_good_examples ... ok
[INFO] [stdout] test docs::example_tests::test_syntax_bad_examples ... ok
[INFO] [stdout] test cache::tests::test_cache_root_from_rejects_relative_base ... ok
[INFO] [stdout] test docs::tests::test_all_rule_names ... ok
[INFO] [stdout] test docs::tests::test_get_rule_doc_not_found ... ok
[INFO] [stdout] test docs::example_tests::test_syntax_good_examples ... ok
[INFO] [stdout] test docs::example_tests::test_style_good_examples ... ok
[INFO] [stdout] test docs::tests::test_get_rule_doc ... ok
[INFO] [stdout] test include::tests::test_apply_path_mapping_exact_segment ... ok
[INFO] [stdout] test include::tests::test_apply_path_mapping_multi_segment_from ... ok
[INFO] [stdout] test include::tests::test_apply_path_mapping_relative_path ... ok
[INFO] [stdout] test include::tests::test_apply_path_mapping_replaces_all_occurrences ... ok
[INFO] [stdout] test include::tests::test_apply_path_mapping_to_empty_converts_absolute_to_relative ... ok
[INFO] [stdout] test include::tests::test_apply_path_mapping_to_empty_mid_path_keeps_absolute ... ok
[INFO] [stdout] test include::tests::test_resolve_include_pattern_absolute_to_relative_via_mapping ... ok
[INFO] [stdout] test include::tests::test_resolve_include_pattern_glob_error_fallback_uses_mapped_path ... ok
[INFO] [stdout] test include::tests::test_resolve_include_pattern_mapping_does_not_match_partial_segment ... ok
[INFO] [stdout] test include::tests::test_resolve_include_pattern_chained_mappings ... ok
[INFO] [stdout] test include::tests::test_resolve_include_pattern_not_found ... ok
[INFO] [stdout] test include::tests::test_resolve_include_pattern_literal ... ok
[INFO] [stdout] test linter::rule_only_tests::no_rule_only_keeps_inactive_empty ... ok
[INFO] [stdout] test include::tests::test_resolve_include_pattern_with_mapping ... ok
[INFO] [stdout] test linter::rule_only_tests::rule_only_registers_only_requested_rules ... ok
[INFO] [stdout] test linter::version_filter_tests::explicitly_disabled_out_of_range_does_not_warn ... ok
[INFO] [stdout] test linter::version_filter_tests::explicitly_enabled_out_of_range_warns ... ok
[INFO] [stdout] test include::tests::test_resolve_include_pattern_glob ... ok
[INFO] [stdout] test linter::version_filter_tests::no_target_version_allows_rule ... ok
[INFO] [stdout] test linter::rule_only_tests::rule_only_records_excluded_enabled_rules_as_inactive ... ok
[INFO] [stdout] test linter::version_filter_tests::target_above_max_skips_silently_when_not_configured ... ok
[INFO] [stdout] test include::tests::test_resolve_include_pattern_mapping_multi_segment_from ... ok
[INFO] [stdout] test linter::version_filter_tests::skip_version_check_overrides_filter ... ok
[INFO] [stdout] test include::tests::test_collect_included_files_with_prefix ... ok
[INFO] [stdout] test include::tests::test_apply_path_mapping_no_partial_match ... ok
[INFO] [stdout] test linter::version_filter_tests::target_below_min_skips ... ok
[INFO] [stdout] test linter::version_filter_tests::unparseable_rule_bounds_treated_as_unbounded ... ok
[INFO] [stdout] test linter::version_filter_tests::target_in_range_allows_rule ... ok
[INFO] [stdout] test docs::example_tests::test_bad_examples_produce_errors ... ok
[INFO] [stdout] test reporter::errorformat::tests::test_error_format_line ... ok
[INFO] [stdout] test docs::example_tests::test_good_examples_produce_no_errors ... ok
[INFO] [stdout] test plugin::tests::test_api_version_constants_stay_in_sync ... ok
[INFO] [stdout] test linter::version_filter_tests::unparseable_bound_warning_is_deduplicated ... ok
[INFO] [stdout] test reporter::github_actions::tests::test_empty_errors ... ok
[INFO] [stdout] test reporter::errorformat::tests::test_format_line_without_line_and_column ... ok
[INFO] [stdout] test reporter::github_actions::tests::test_error_format ... ok
[INFO] [stdout] test reporter::errorformat::tests::test_warning_format_line ... ok
[INFO] [stdout] test reporter::github_actions::tests::test_sorted_by_line_and_column ... ok
[INFO] [stdout] test reporter::errorformat::tests::test_format_line_without_column ... ok
[INFO] [stdout] test reporter::github_actions::tests::test_without_line_and_column ... ok
[INFO] [stdout] test reporter::json::tests::test_json_empty_errors ... ok
[INFO] [stdout] test reporter::github_actions::tests::test_warning_format ... ok
[INFO] [stdout] test reporter::json::tests::test_json_structure ... ok
[INFO] [stdout] test rules::style::indent::tests::test_comment_correct_indentation ... ok
[INFO] [stdout] test reporter::json::tests::test_json_sorted_by_line_and_column ... ok
[INFO] [stdout] test rules::style::indent::tests::test_correct_indentation ... ok
[INFO] [stdout] test reporter::github_actions::tests::test_without_column ... ok
[INFO] [stdout] test rules::style::indent::tests::test_detect_indent_size ... ok
[INFO] [stdout] test rules::style::indent::tests::test_auto_detect_indent_size_2 ... ok
[INFO] [stdout] test reporter::json::tests::test_json_summary_counts ... ok
[INFO] [stdout] test rules::style::indent::tests::test_fixed_indent_size ... ok
[INFO] [stdout] test rules::style::indent::tests::test_lua_block_closing_brace_autofix ... ok
[INFO] [stdout] test rules::style::indent::tests::test_comment_indentation ... ok
[INFO] [stdout] test rules::style::indent::tests::test_lua_block_content_not_checked ... ok
[INFO] [stdout] test rules::style::indent::tests::test_file_check_matches_content_check ... ok
[INFO] [stdout] test rules::style::indent::tests::test_lua_block_autofix_preserves_content ... ok
[INFO] [stdout] test rules::style::indent::tests::test_lua_block_nested_braces_autofix ... ok
[INFO] [stdout] test rules::style::indent::tests::test_lua_block_with_multiple_indent_errors_autofix ... ok
[INFO] [stdout] test rules::style::indent::tests::test_tab_indentation ... ok
[INFO] [stdout] test docs::example_tests::test_syntax_fixes_produce_good_examples ... ok
[INFO] [stdout] test rules::style::indent::tests::test_auto_detect_indent_size_4 ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_include_in_block ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_relative_include_not_found ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_path_mapping_absolute_to_relative ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_path_mapping_still_absolute_skipped ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_prefix_resolves_include_from_subdirectory ... ok
[INFO] [stdout] test rules::style::indent::tests::test_wrong_indentation ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_path_mapping_absolute_to_relative_not_found ... ok
[INFO] [stdout] test rules::style::indent::tests::test_lua_block_closing_brace_wrong_indentation ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_absolute_path_skipped ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_glob_pattern_matches ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_glob_pattern_no_match ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_include_context_location_in_server ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_if_in_location ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_include_context_server_in_http ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_include_context_empty_root ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_include_context_location_in_http_error ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_additional_contexts_multiple_directives ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_additional_contexts_rtmp_server ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_events_not_at_root_error ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_geo_in_http ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_http_not_at_root_error ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_if_in_http_error ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_server_at_root_error ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_nested_location ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_map_in_http ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_upstream_in_location_error ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_mail_at_root ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_include_context_server_in_server_error ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_valid_root_level_directives ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_stream_at_root ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_upstream_in_http ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_limit_except_in_location ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_comment_ending_with_semicolon ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_location_in_http_error ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_location_in_server ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_hash_in_regex_not_treated_as_comment ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_correct_semicolons ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_server_in_server_error ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_limit_except_in_server_error ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_comment_lines_ignored ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_missing_semicolon ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_semicolon_in_string ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_multiline_string_continuation_not_flagged ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_block_directive_no_semicolon_needed ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_multiline_variable_continuation_not_flagged ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_semicolon_in_string_no_trailing ... ok
[INFO] [stdout] test rules::syntax::invalid_directive_context::tests::test_server_in_http ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_missing_semicolon_in_block ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_lua_block_ignored ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_multiple_lua_blocks_ignored ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_multiline_ident_continuation_flagged ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_closed_double_quote ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_semicolon_with_trailing_comment ... ok
[INFO] [stdout] test rules::syntax::missing_semicolon::tests::test_string_ending_with_semicolon ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_fix_inserts_closing_quote_before_keyword ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_lua_block_unclosed_quote_ignored ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_closed_single_quote ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_fix_keyword_in_value_treated_as_flag ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_multiline_unclosed_at_eof ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_multiple_unclosed_quotes_same_type_even ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_multiline_string ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_escaped_quote ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_fix_inserts_closing_quote_before_semicolon ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_multiple_unclosed_quotes_same_type_odd ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_no_arg_include_skipped ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_quote_in_comment ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_no_fix_without_semicolon ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_unclosed_single_quote_at_eof ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_braces_in_comment ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_mixed_quotes ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_block_directive_on_multiple_lines ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_braces_in_string ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_braces_in_single_quote_string ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_unclosed_quote_bare_directive ... ok
[INFO] [stdout] test rules::syntax::unclosed_quote::tests::test_unclosed_double_quote_at_eof ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_empty_input ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_escaped_quote_in_string ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_block_directive_with_complex_args ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_correctly_matched_all_block_types ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_events_block_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_extra_closing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_custom_block_directive_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_fix_adds_opening_brace ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_multiple_includes ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_block_directive_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_fix_unclosed_nested_block_uses_indent ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_fix_unclosed_upstream_inserts_before_server ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_fix_unclosed_upstream_with_broken_indent_inside ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_fix_unclosed_upstream_skips_rbrace_line ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_fix_unclosed_at_eof_fallback ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_geo_block_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_fix_unclosed_http_before_events ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_if_block_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_skip_blank_lines_backward_does_not_go_past_file_start ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_lua_block_if_not_detected ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_lua_block_nested_braces ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_limit_except_block_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_skip_blank_lines_backward_stops_at_content ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_mail_block_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_map_block_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_stream_block_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_matched_braces ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_mixed_quotes_with_braces ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_types_block_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_multiple_lua_blocks ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_multiple_custom_block_directives ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_non_block_directive_not_detected ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_nested_blocks_one_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_missing_opening_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_server_in_upstream_with_trailing_comment ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_only_braces ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_upstream_block_missing_brace ... ok
[INFO] [stdout] test rules::syntax::unmatched_braces::tests::test_unclosed_brace ... ok
[INFO] [stdout] test rules::syntax::include_path_exists::tests::test_relative_include_exists ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 188 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nginx_lint-4da6b0a5e2a4a61a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-f07fe19213cb3cb1)
[INFO] [stdout] 
[INFO] [stdout] running 89 tests
[INFO] [stdout] test test_config_validate_unknown_color_option ... ok
[INFO] [stdout] test test_config_validate_typo_suggestion ... ok
[INFO] [stdout] test test_config_validate_unknown_rule_option ... ok
[INFO] [stdout] test test_config_validate_unknown_top_level_section ... ok
[INFO] [stdout] test test_context_comment_sets_include_context ... ok
[INFO] [stdout] test test_config_validate_valid ... ok
[INFO] [stdout] test test_extension_module_directives ... ok
[INFO] [stdout] test test_ignore_comment_missing_reason_warning ... ok
[INFO] [stdout] test test_config_validate_multiple_errors ... ok
[INFO] [stdout] test test_ignore_comment_missing_rule_name_warning ... ok
[INFO] [stdout] test test_config_init_generates_valid_config ... ok
[INFO] [stdout] test test_context_comment_prevents_invalid_context_error ... ok
[INFO] [stdout] test test_autoindex_enabled_detection ... ok
[INFO] [stdout] test test_ignore_comment_only_ignores_specified_rule ... ok
[INFO] [stdout] test test_ignore_comment_only_affects_next_line ... ok
[INFO] [stdout] test test_error_locations ... ok
[INFO] [stdout] test test_include_path_map_chained_resolves_in_order ... ok
[INFO] [stdout] test test_include_path_map_loaded_from_lint_config ... ok
[INFO] [stdout] test test_include_context_error ... ok
[INFO] [stdout] test test_invalid_directive_context_http_not_at_root ... ok
[INFO] [stdout] test test_include_path_map_resolves_mapped_directory ... ok
[INFO] [stdout] test test_invalid_directive_context_server_in_server ... ok
[INFO] [stdout] test test_fix_exits_zero_when_all_errors_fixed ... ok
[INFO] [stdout] test test_invalid_target_nginx_version_does_not_crash ... ok
[INFO] [stdout] test test_invalid_directive_context_server_at_root ... ok
[INFO] [stdout] test test_fix_reports_unfixable_errors ... ok
[INFO] [stdout] test test_lint_detects_both_syntax_and_lint_errors ... ok
[INFO] [stdout] test test_inline_ignore_comment ... ok
[INFO] [stdout] test test_lint_with_content_filters_ignored_errors ... ok
[INFO] [stdout] test test_lint_runs_on_config_with_syntax_errors ... ok
[INFO] [stdout] test test_minimal_config ... ok
[INFO] [stdout] test test_multiple_issues_config ... ok
[INFO] [stdout] test test_fix_stdin_reports_unfixable_errors_to_stderr ... ok
[INFO] [stdout] test test_all_rule_fixtures ... ok
[INFO] [stdout] test test_fix_applies_duplicate_reported_fix_once ... ok
[INFO] [stdout] test test_parse_string_with_errors_returns_config_on_missing_closing_brace ... ok
[INFO] [stdout] test test_ignore_comment_suppresses_error ... ok
[INFO] [stdout] test test_parse_string_with_errors_returns_config_on_missing_semicolon ... ok
[INFO] [stdout] test test_invalid_directive_context_location_in_http ... ok
[INFO] [stdout] test test_include_context_propagation ... ok
[INFO] [stdout] test test_parse_string_with_errors_returns_config_on_unexpected_closing_brace ... ok
[INFO] [stdout] test test_no_target_nginx_version_does_not_filter ... ok
[INFO] [stdout] test test_proxy_pass_domain_detects_domain ... ok
[INFO] [stdout] test test_proxy_pass_domain_detects_multiple ... ok
[INFO] [stdout] test test_proxy_pass_domain_allows_unix_socket ... ok
[INFO] [stdout] test test_proxy_pass_domain_allows_variable ... ok
[INFO] [stdout] test test_proxy_pass_domain_detects_localhost ... ok
[INFO] [stdout] test test_deprecated_ssl_protocol_detection ... ok
[INFO] [stdout] test test_parse_string_with_errors_returns_config_on_valid_input ... ok
[INFO] [stdout] test test_rule_only_kept_rule_still_emits_unused_ignore_warning ... ok
[INFO] [stdout] test test_rule_only_keeps_ignore_for_dormant_rule_quiet ... ok
[INFO] [stdout] test test_proxy_set_header_inheritance_missing_parent_headers ... ok
[INFO] [stdout] test test_rule_only_without_inactive_rules_warns_about_unknown_ignore_target ... ok
[INFO] [stdout] test test_rule_only_filters_other_rules ... ok
[INFO] [stdout] test test_proxy_set_header_inheritance_no_child_headers ... ok
[INFO] [stdout] test test_proxy_set_header_inheritance_all_headers_included ... ok
[INFO] [stdout] test test_no_context_comment_causes_invalid_context_error ... ok
[INFO] [stdout] test test_proxy_pass_domain_allows_ipv6_address ... ok
[INFO] [stdout] test test_ignore_include_path_exists_not_flagged_as_unused ... ok
[INFO] [stdout] test test_rule_only_keeps_ignore_for_version_gated_rule_quiet ... ok
[INFO] [stdout] test test_proxy_pass_domain_allows_ip_address ... ok
[INFO] [stdout] test test_fix_reports_positions_of_fixed_file ... ok
[INFO] [stdout] test test_proxy_pass_domain_allows_upstream_name ... ok
[INFO] [stdout] test test_config_validate_unknown_rule ... ok
[INFO] [stdout] test test_server_tokens_no_warning_for_included_file ... ok
[INFO] [stdout] test test_server_tokens_no_warning_for_nested_include_context ... ok
[INFO] [stdout] test test_syntax_errors_to_lint_errors_conversion ... ok
[INFO] [stdout] test test_server_tokens_warns_for_explicit_on_in_included_file ... ok
[INFO] [stdout] test test_server_tokens_warns_for_http_block_without_directive ... ok
[INFO] [stdout] test test_skip_version_check_overrides_target_nginx_version ... ok
[INFO] [stdout] test test_syntax_errors_to_lint_errors_empty ... ok
[INFO] [stdout] test test_target_nginx_version_runs_in_range_rule ... ok
[INFO] [stdout] test test_severity_counts ... ok
[INFO] [stdout] test test_unused_ignore_for_pre_parse_rule_is_still_reported ... ok
[INFO] [stdout] test test_upstream_server_domain_with_resolve_and_zone ... ok
[INFO] [stdout] test test_unused_inline_ignore_comment_fix ... ok
[INFO] [stdout] test test_upstream_server_domain_without_resolve ... ok
[INFO] [stdout] test test_upstream_server_domain_with_resolve_but_no_zone ... ok
[INFO] [stdout] test test_upstream_server_ip_address ... ok
[INFO] [stdout] test test_target_nginx_version_skips_out_of_range_rule ... ok
[INFO] [stdout] test test_with_include_config ... ok
[INFO] [stdout] test test_with_ssl_config ... ok
[INFO] [stdout] test test_version_gated_rule_ignore_stays_quiet ... ok
[INFO] [stdout] test test_why_command_shows_applies_to_for_versioned_rule ... ok
[INFO] [stdout] test test_valid_directive_context ... ok
[INFO] [stdout] test test_valid_config ... ok
[INFO] [stdout] test test_why_command_omits_applies_to_for_unversioned_rule ... ok
[INFO] [stdout] test test_with_nested_include_config ... ok
[INFO] [stdout] test test_fix_unwritable_file_keeps_errors_and_fails ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_fix_unwritable_file_keeps_errors_and_fails stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_fix_unwritable_file_keeps_errors_and_fails' (2211) panicked at tests/integration_test.rs:2937:5:
[INFO] [stdout] errors must still be reported when fixes could not be written; got:
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56ecb3e09aa1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56ecb3e09aa1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56ecb3e09aa1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56ecb3e09aa1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56ecb3e2066a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56ecb3e2066a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x56ecb3e0e3bc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x56ecb3e0e3bc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x56ecb3de5056 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56ecb3de5056 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56ecb3e00869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56ecb3b28020 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x56ecb3b28020 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x56ecb3e00b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x56ecb3e00b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x56ecb3de5102 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x56ecb3ddc6e9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56ecb3de5dbd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x56ecb3e20e3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56ecb3ad4e73 - integration_test[c989cc3783ced8a9]::test_fix_unwritable_file_keeps_errors_and_fails
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:2937:5
[INFO] [stdout]   20:     0x56ecb3abf8b7 - integration_test[c989cc3783ced8a9]::test_fix_unwritable_file_keeps_errors_and_fails::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:2919:53
[INFO] [stdout]   21:     0x56ecb3af34f6 - <integration_test[c989cc3783ced8a9]::test_fix_unwritable_file_keeps_errors_and_fails::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x56ecb3b1b35b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x56ecb3b1b35b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x56ecb3b289a5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x56ecb3b289a5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x56ecb3b289a5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   27:     0x56ecb3b289a5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x56ecb3b289a5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x56ecb3b289a5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x56ecb3b289a5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x56ecb3b23454 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x56ecb3b23454 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x56ecb3b2baf2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x56ecb3b2baf2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x56ecb3b2baf2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   36:     0x56ecb3b2baf2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x56ecb3b2baf2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x56ecb3b2baf2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x56ecb3b2baf2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x56ecb3e08daf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   41:     0x56ecb3e08daf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   42:     0x7d4fab8cdaa4 - <unknown>
[INFO] [stdout]   43:     0x7d4fab95aa64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_fix_unwritable_file_keeps_errors_and_fails
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 88 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] running `Command { std: "docker" "inspect" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58", kill_on_drop: false }`
[INFO] [stdout] 6707bc23dce7dafdb7ef404f737ee8739b01706e845227096825c31eb016af58
