[INFO] cloning repository https://github.com/aspirin325/streamtail
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aspirin325/streamtail" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faspirin325%2Fstreamtail", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faspirin325%2Fstreamtail'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 11e84ab5805b898243d9848875f56c947937bb99
[INFO] testing aspirin325/streamtail 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%2Faspirin325%2Fstreamtail" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/aspirin325/streamtail
[INFO] finished tweaking git repo https://github.com/aspirin325/streamtail
[INFO] tweaked toml for git repo https://github.com/aspirin325/streamtail written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aspirin325/streamtail 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/aspirin325/streamtail 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4
[INFO] running `Command { std: "docker" "start" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4", 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" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4" "/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" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4", 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" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[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 icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[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 ureq v2.12.1
[INFO] [stderr]    Compiling streamtail v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.95s
[INFO] running `Command { std: "docker" "inspect" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4", 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" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4" "/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 streamtail v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.34s
[INFO] running `Command { std: "docker" "inspect" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4", 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" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4" "/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.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/streamtail-28aa1a92d362a596)
[INFO] [stdout] 
[INFO] [stdout] running 56 tests
[INFO] [stdout] test app::tests::colors_text_output_when_configured ... ok
[INFO] [stdout] test app::tests::colors_multiple_sources_independently ... ok
[INFO] [stdout] test app::tests::does_not_color_file_output_mode ... ok
[INFO] [stdout] test app::tests::does_not_color_json_output ... ok
[INFO] [stdout] test app::tests::debug_logging_writes_to_configured_log_file ... ok
[INFO] [stdout] test app::tests::rejects_invalid_exit_pattern ... ok
[INFO] [stdout] test app::tests::exits_when_emitted_output_matches_pattern ... ok
[INFO] [stdout] test app::tests::run_once_writes_initial_body ... ok
[INFO] [stdout] test app::tests::run_once_writes_json_when_enabled ... ok
[INFO] [stdout] test cli::tests::body_defaults_method_to_post ... ok
[INFO] [stdout] test cli::tests::parses_flags ... ok
[INFO] [stdout] test cli::tests::parses_multiple_urls_with_auto_colors ... ok
[INFO] [stdout] test cli::tests::parses_duration_units ... ok
[INFO] [stdout] test cli::tests::parses_basic_auth ... ok
[INFO] [stdout] test cli::tests::parses_netrc_auth ... ok
[INFO] [stdout] test cli::tests::parses_no_color_for_all_urls ... ok
[INFO] [stdout] test cli::tests::parses_per_url_color_overrides ... ok
[INFO] [stdout] test cli::tests::parses_token_auth ... ok
[INFO] [stdout] test cli::tests::parses_token_env_auth ... ok
[INFO] [stdout] test cli::tests::rejects_color_without_url ... ok
[INFO] [stdout] test cli::tests::rejects_conflicting_auth_flags ... ok
[INFO] [stdout] test cli::tests::rejects_conflicting_color_flags ... ok
[INFO] [stdout] test cli::tests::rejects_debug_without_log ... ok
[INFO] [stdout] test cli::tests::parses_token_file_auth ... ok
[INFO] [stdout] test cli::tests::rejects_missing_url ... ok
[INFO] [stdout] test cli::tests::rejects_zero_max_events ... ok
[INFO] [stdout] test cli::tests::rejects_invalid_basic_auth ... ok
[INFO] [stdout] test cli::tests::rejects_invalid_header ... ok
[INFO] [stdout] test app::tests::exits_after_max_events ... ok
[INFO] [stdout] test cli::tests::rejects_append_output_without_output ... ok
[INFO] [stdout] test cli::tests::parses_version_flag ... ok
[INFO] [stdout] test cli::tests::parses_url_with_defaults ... ok
[INFO] [stdout] test cli::tests::rejects_more_than_six_urls ... ok
[INFO] [stdout] test cli::tests::rejects_invalid_retry_status ... ok
[INFO] [stdout] test cli::tests::rejects_invalid_color ... ok
[INFO] [stdout] test app::tests::follow_from_end_skips_initial_body ... ok
[INFO] [stdout] test diff::tests::emits_initial_content ... ok
[INFO] [stdout] test cli::tests::rejects_invalid_method ... ok
[INFO] [stdout] test diff::tests::resets_when_content_is_not_append_only ... ok
[INFO] [stdout] test diff::tests::emits_unchanged_for_same_snapshot ... ok
[INFO] [stdout] test fetcher::tests::extracts_host_from_url ... ok
[INFO] [stdout] test cli::tests::rejects_non_http_url ... ok
[INFO] [stdout] test diff::tests::emits_only_appended_content ... ok
[INFO] [stdout] test fetcher::tests::retries_configured_statuses ... ok
[INFO] [stdout] test renderer::tests::emits_colored_text ... ok
[INFO] [stdout] test cli::tests::rejects_netrc_with_other_auth ... ok
[INFO] [stdout] test retry::tests::backoff_doubles_until_max ... ok
[INFO] [stdout] test retry::tests::limited_retry_limit_stops_after_limit ... ok
[INFO] [stdout] test retry::tests::unlimited_retry_limit_never_stops ... ok
[INFO] [stdout] test fetcher::tests::parses_default_credentials_from_netrc ... ok
[INFO] [stdout] test fetcher::tests::retries_server_errors ... ok
[INFO] [stdout] test renderer::tests::emits_json_lines ... ok
[INFO] [stdout] test fetcher::tests::does_not_retry_auth_errors ... ok
[INFO] [stdout] test renderer::tests::emits_plain_text ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/streamtail-ea2242c07c1a3345)
[INFO] [stdout] test fetcher::tests::parses_machine_credentials_from_netrc ... ok
[INFO] [stdout] test renderer::tests::escapes_json_string_content ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/http_fetcher.rs (/opt/rustwide/target/debug/deps/http_fetcher-e9d632100a9f156a)
[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] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test fetcher_reads_successful_http_body ... ok
[INFO] [stdout] test fetcher_marks_server_errors_retryable ... ok
[INFO] [stdout] test fetcher_retries_configured_statuses ... ok
[INFO] [stdout] test fetcher_sends_bearer_token_header ... ok
[INFO] [stdout] test fetcher_sends_user_agent_header ... ok
[INFO] [stdout] test run_appends_stream_output_to_configured_file ... ok
[INFO] [stdout] test fetcher_sends_method_headers_and_body ... ok
[INFO] [stdout] test fetcher_sends_basic_auth_header ... ok
[INFO] [stdout] test fetcher_sends_bearer_token_from_file ... ok
[INFO] [stdout] test run_does_not_write_color_codes_to_configured_file ... ok
[INFO] [stdout] test run_writes_stream_output_to_configured_file ... ok
[INFO] [stdout] test fetcher_sends_bearer_token_from_env ... ok
[INFO] [stdout] test fetcher_marks_auth_errors_fatal ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests streamtail
[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] running `Command { std: "docker" "inspect" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4", kill_on_drop: false }`
[INFO] [stdout] 099ad41b992fc1edceb97f0c5eac9edb81b95e0f7944f785eefb8df70a1033d4
