[INFO] cloning repository https://github.com/PhilipDaniels/log-file-processor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PhilipDaniels/log-file-processor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilipDaniels%2Flog-file-processor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilipDaniels%2Flog-file-processor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 95a9b6556523d1c60cb4250fce9504671ab370c6 [INFO] testing PhilipDaniels/log-file-processor against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilipDaniels%2Flog-file-processor" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PhilipDaniels/log-file-processor on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5/source/.cargo/config [INFO] started tweaking git repo https://github.com/PhilipDaniels/log-file-processor [INFO] finished tweaking git repo https://github.com/PhilipDaniels/log-file-processor [INFO] tweaked toml for git repo https://github.com/PhilipDaniels/log-file-processor written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/PhilipDaniels/log-file-processor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d966a0e734de45415dafeaf70b9b5ee0e02cca13de9390584019dad56cb03372 [INFO] running `Command { std: "docker" "start" "-a" "d966a0e734de45415dafeaf70b9b5ee0e02cca13de9390584019dad56cb03372", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d966a0e734de45415dafeaf70b9b5ee0e02cca13de9390584019dad56cb03372", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d966a0e734de45415dafeaf70b9b5ee0e02cca13de9390584019dad56cb03372", kill_on_drop: false }` [INFO] [stdout] d966a0e734de45415dafeaf70b9b5ee0e02cca13de9390584019dad56cb03372 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 851c5b114a4d20ddde694d63c8ce3ea46b6005f648a02c0fdb378ee8df66d4f2 [INFO] running `Command { std: "docker" "start" "-a" "851c5b114a4d20ddde694d63c8ce3ea46b6005f648a02c0fdb378ee8df66d4f2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling clicolors-control v0.3.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling dirs v1.0.4 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling console v0.7.1 [INFO] [stderr] Compiling csv v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling indicatif v0.10.2 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling log-file-processor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.76s [INFO] running `Command { std: "docker" "inspect" "851c5b114a4d20ddde694d63c8ce3ea46b6005f648a02c0fdb378ee8df66d4f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "851c5b114a4d20ddde694d63c8ce3ea46b6005f648a02c0fdb378ee8df66d4f2", kill_on_drop: false }` [INFO] [stdout] 851c5b114a4d20ddde694d63c8ce3ea46b6005f648a02c0fdb378ee8df66d4f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0276e37c8bb5bd0194e8656fe9f3fe97740aec38ce3913e3abc3fc89494b0a6b [INFO] running `Command { std: "docker" "start" "-a" "0276e37c8bb5bd0194e8656fe9f3fe97740aec38ce3913e3abc3fc89494b0a6b", kill_on_drop: false }` [INFO] [stderr] Compiling log-file-processor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.01s [INFO] running `Command { std: "docker" "inspect" "0276e37c8bb5bd0194e8656fe9f3fe97740aec38ce3913e3abc3fc89494b0a6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0276e37c8bb5bd0194e8656fe9f3fe97740aec38ce3913e3abc3fc89494b0a6b", kill_on_drop: false }` [INFO] [stdout] 0276e37c8bb5bd0194e8656fe9f3fe97740aec38ce3913e3abc3fc89494b0a6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 613eb21f903547ea55a319514ea22c38bd78f3b838805293bd56349f58fb67f5 [INFO] running `Command { std: "docker" "start" "-a" "613eb21f903547ea55a319514ea22c38bd78f3b838805293bd56349f58fb67f5", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/log_file_processor-d09da90dc7e16589) [INFO] [stdout] [INFO] [stdout] running 143 tests [INFO] [stdout] test byte_extensions::tests::trim_left ... ok [INFO] [stdout] test byte_extensions::tests::trim_left_while ... ok [INFO] [stdout] test byte_extensions::tests::trim_right_while ... ok [INFO] [stdout] test byte_extensions::tests::trim_right ... ok [INFO] [stdout] test byte_extensions::tests::trim_while ... ok [INFO] [stdout] test kvp::kvp_collection_tests::get_value_works_case_insensitively ... ok [INFO] [stdout] test kvp::kvp_collection_tests::insert_adds_if_strings_different ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_unclosed_quote_and_cr ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_empty_slice ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_unclosed_quote_and_remainder ... ok [INFO] [stdout] test configuration::get_config_tests::for_no_default_profile_returns_blank ... ok [INFO] [stdout] test kvp::kvp_collection_tests::insert_does_not_add_if_strings_equal ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_unclosed_quote_and_remainder2 ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_unclosed_quote_and_remainder4 ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_unclosed_quote_and_whitespace ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_unclosed_quote_and_remainder3 ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_unclosed_quote_only ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value_and_cr ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value_and_remainder ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value_in_closed_quotes ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value_in_closed_quotes_and_intervening_cr ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value_in_closed_quotes_and_remainder ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value_in_closed_quotes_and_whitespace ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_non_kvp_word_only ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_log_level_and_remainder ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value_in_closed_quotes_but_empty ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_unclosed_quote_and_whitespace ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_log_level_and_cr ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_non_kvp_word_and_remainder ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_only_and_whitespce ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_only ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_whitespace ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_non_kvp_word_and_cr ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_log_level_only ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_only_and_cr ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_only_and_remainder ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_and_remainder ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_whitespace_slice ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_empty_slice ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_unclosed_quote_and_cr ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_unclosed_quote_and_remainder ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_unclosed_quote_and_remainder2 ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_in_closed_quotes_and_remainder ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_in_closed_quotes_but_empty ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value_in_closed_quotes_but_whitespace ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_in_closed_quotes_but_whitespace ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_unclosed_quote_only ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_only ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_only_and_cr ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_only ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_in_closed_quotes_only ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_in_closed_quotes_and_remainder2 ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_unclosed_quote_and_remainder4 ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_unclosed_quote_and_remainder3 ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_in_closed_quotes_and_whitespace ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_and_whitespace ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_only_and_remainder ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_non_kvp_word_and_remainder ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_non_kvp_word_only ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_d1_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_d2_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_h2_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_min1_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_min2_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_mon1_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_s1_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_s2_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_sep1_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_sep3_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_sep4_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_sep5_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_y1_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_y2_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_y3_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_y4_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_no_fractions_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_only_log_date_and_whitespace_extracts_log_date ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_only_log_date_extracts_log_date ... ok [INFO] [stdout] test parsed_line::leading_kvps_tests::with_empty_prologue_returns_empty_kvps_and_empty_log_level ... ok [INFO] [stdout] test parsed_line::leading_kvps_tests::with_prologue_and_no_message_and_whitespace_returns_kvps_and_log_level ... ok [INFO] [stdout] test parsed_line::leading_kvps_tests::with_prologue_and_no_message_returns_kvps_and_log_level ... ok [INFO] [stdout] test parsed_line::message_extraction_tests::with_incomplete_prologue_sets_message_to_empty ... ok [INFO] [stdout] test parsed_line::leading_kvps_tests::with_prologue_containing_log_level_returns_appropriate_log_level ... ok [INFO] [stdout] test parsed_line::message_extraction_tests::with_no_message_sets_message_to_empty ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_nominal_line_extracts_log_date ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_sep6_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_mon2_returns_error ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_non_kvp_word_and_cr ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_h1_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::short_line_returns_error ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_only_and_whitespce ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_gibberish ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_empty ... ok [INFO] [stdout] test parsed_line::leading_kvps_tests::with_prologue_containing_all_well_formed_kpv_types_returns_kvps ... ok [INFO] [stdout] test parsed_line::message_extraction_tests::with_leading_and_trailing_whitespace ... ok [INFO] [stdout] test parsed_line::leading_kvps_tests::with_prologue_containing_kpvs_returns_kvps ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_date_and_time_to_second_accuracy ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_sep2_returns_error ... ok [INFO] [stdout] test parsed_line::message_extraction_tests::with_no_trailing_kvps ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_date_and_time_to_minute_accuracy ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_date ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_quoted_message_only ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_time_without_seconds ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_standard_log_date ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_time_with_seconds ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_yesterday ... ok [INFO] [stdout] test parsed_line::trailing_kvps_tests::with_trailing_kvp_quoted_value ... ok [INFO] [stdout] test parsed_line::trailing_kvps_tests::with_trailing_kvp_standard_value ... ok [INFO] [stdout] test parsed_line::white_space_tests::trims_whitespace_from_both_ends ... ok [INFO] [stdout] test profiles::configuration_tests::add_alternate_column_for_key_not_present_adds ... ok [INFO] [stdout] test profiles::configuration_tests::has_column_for_matching_alternate_column ... ok [INFO] [stdout] test profiles::configuration_tests::add_alternate_column_for_key_present_and_column_not_present_adds ... ok [INFO] [stdout] test profiles::vec_tests::vec_add_column_for_column_not_present ... ok [INFO] [stdout] test profiles::vec_tests::vec_add_column_for_column_present ... ok [INFO] [stdout] test profiles::vec_tests::vec_has_column_for_different_case ... ok [INFO] [stdout] test profiles::vec_tests::vec_has_column_for_no_match ... ok [INFO] [stdout] test parsed_line::trailing_kvps_tests::with_multiple_trailing_kvps_returns_kvps ... ok [INFO] [stdout] test parsed_line::trailing_kvps_tests::with_trailing_kvp_no_value ... ok [INFO] [stdout] test parsed_line::white_space_tests::whitespace_line_returns_error ... ok [INFO] [stdout] test profiles::configuration_tests::add_alternate_column_for_key_present_and_column_present_does_not_add ... ok [INFO] [stdout] test profiles::vec_tests::vec_has_column_for_same_case ... ok [INFO] [stdout] test profiles::configuration_tests::add_column_for_column_that_does_not_exist ... ok [INFO] [stdout] test parsed_line::white_space_tests::blank_line_returns_error ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_today ... ok [INFO] [stdout] test profiles::configuration_tests::has_column_for_matching_column ... ok [INFO] [stdout] test profiles::configuration_tests::add_column_for_column_that_exists ... ok [INFO] [stdout] test parsed_line::real_log_line_tests::capacity_service_test2 ... FAILED [INFO] [stdout] test parsed_line::message_extraction_tests::with_message_with_newlines_extracts_message ... FAILED [INFO] [stdout] test parsed_line::real_log_line_tests::capacity_service_test ... FAILED [INFO] [stdout] test parsed_line::real_log_line_tests::audit_client_test ... FAILED [INFO] [stdout] test parsed_line::real_log_line_tests::case_service_test ... FAILED [INFO] [stdout] test parsed_line::real_log_line_tests::capacity_service_test4 ... FAILED [INFO] [stdout] test parsed_line::real_log_line_tests::capacity_service_test3 ... FAILED [INFO] [stdout] test parsed_line::real_log_line_tests::notification_template_test ... FAILED [INFO] [stdout] test parsed_line::trailing_kvps_tests::with_quoted_kvp_that_spans_lines_returns_kvp_with_newlines ... FAILED [INFO] [stdout] test configuration::get_config_tests::override_profile_name_and_quiet_are_set_correctly ... ok [INFO] [stdout] test configuration::get_config_tests::for_no_file_patterns_in_args_or_config_adds_default ... ok [INFO] [stdout] test configuration::get_config_tests::override_profile_adds_columns ... ok [INFO] [stdout] test configuration::get_config_tests::override_profile_adds_alternate_columns ... ok [INFO] [stdout] test configuration::get_config_tests::override_profile_adds_file_patterns ... ok [INFO] [stdout] test configuration::get_config_tests::sets_command_line_arguments_quiet_correctly ... ok [INFO] [stdout] test configuration::get_config_tests::sets_command_line_arguments_max_message_length_correctly ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- parsed_line::real_log_line_tests::capacity_service_test2 stdout ---- [INFO] [stdout] thread 'parsed_line::real_log_line_tests::capacity_service_test2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[52, 50, 32, 115, 117, 114, 118, 101, 121, 111, 114, 115, 32, 97, 110, 100, 32, 116, 104, 101, 105, 114, 32, 99, 97, 112, 97, 99, 105, 116, 121, 32, 104, 97, 118, 101, 32, 98, 101, 101, 110, 32, 98, 117, 105, 108, 116, 32, 119, 105, 116, 104, 32, 116, 104, 101, 32, 102, 111, 108, 108, 111, 119, 105, 110, 103, 32, 105, 110, 102, 111, 114, 109, 97, 116, 105, 111, 110, 58, 32, 58, 32, 44, 32, 51, 50, 49, 49, 44, 32, 68, 97, 116, 101, 58, 32, 50, 56, 47, 48, 57, 47, 50, 48, 49, 56, 44, 32, 80, 111, 105, 110, 116, 115, 32, 84, 97, 114, 103, 101, 116, 58, 32, 54, 46, 48, 44, 32, 65, 98, 115, 101, 110, 99, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 115, 58, 32, 49, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 49, 46, 48, 44, 32, 66, 97, 115, 105, 99, 32, 65, 108, 108, 111, 99, 97, 116, 105, 111, 110, 58, 32, 49, 46, 48, 44, 32, 80, 111, 105, 110, 116, 115, 32, 79, 117, 116, 115, 116, 97, 110, 100, 105, 110, 103, 58, 32, 53, 46, 48, 44, 32, 83, 117, 99, 99, 101, 115, 115, 63, 58, 84, 114, 117, 101, 44, 32, 32, 83, 117, 114, 118, 101, 121, 111, 114, 58, 32, 44, 32, 51, 50, 49, 49, 44, 32, 68, 97, 116, 101, 58, 32, 50, 57, 47, 48, 57, 47, 50, 48, 49, 56, 44, 32, 80, 111, 105, 110, 116, 115, 32, 84, 97, 114, 103, 101, 116, 58, 32, 48, 44, 32, 65, 98, 115, 101, 110, 99, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 97, 115, 105, 99, 32, 65, 108, 108, 111, 99, 97, 116, 105, 111, 110, 58, 32, 48, 44, 32, 80, 111, 105, 110, 116, 115, 32, 79, 117, 116, 115, 116, 97, 110, 100, 105, 110, 103, 58, 32, 48, 44, 32, 83, 117, 99, 99, 101, 115, 115, 63, 58, 70, 97, 108, 115, 101, 44, 32, 67, 97, 115, 101, 32, 81, 85, 48, 57, 54, 55, 48, 57, 32, 114, 101, 113, 117, 105, 114, 101, 115, 32, 49, 46, 48, 32, 112, 111, 105, 110, 116, 115, 32, 98, 117, 116, 32, 116, 104, 101, 32, 115, 117, 114, 118, 101, 121, 111, 114, 32, 104, 97, 115, 32, 48, 32, 112, 111, 105, 110, 116, 115, 32, 111, 110, 32, 116, 104, 105, 115, 32, 100, 97, 121, 32, 83, 117, 114, 118, 101, 121, 111, 114, 58, 32, 44, 32, 53, 48, 48, 52, 54, 44, 32, 68, 97, 116, 101, 58, 32, 49, 48, 47, 49, 48, 47, 50, 48, 49, 56, 44, 32, 80, 111, 105, 110, 116, 115, 32, 84, 97, 114, 103, 101, 116, 58, 32, 48, 44, 32, 65, 98, 115, 101, 110, 99, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 97, 115, 105, 99, 32, 65, 108, 108, 111, 99, 97, 116, 105, 111, 110, 58, 32, 48, 44, 32, 80, 111, 105, 110, 116, 115, 32, 79, 117, 116, 115, 116, 97, 110, 100, 105, 110, 103, 58, 32, 48, 44, 32, 83, 117, 99, 99, 101, 115, 115, 63, 58, 70, 97, 108, 115, 101, 44, 32, 67, 97, 115, 101, 32, 81, 85, 48, 57, 54, 55, 48, 57, 32, 114, 101, 113, 117, 105, 114, 101, 115, 32, 49, 46, 48, 32, 112, 111, 105, 110, 116, 115, 32, 98, 117, 116, 32, 116, 104, 101, 32, 115, 117, 114, 118, 101, 121, 111, 114, 32, 104, 97, 115, 32, 48, 32, 112, 111, 105, 110, 116, 115, 32, 111, 110, 32, 116, 104, 105, 115, 32, 100, 97, 121, 32, 83, 117, 114, 118, 101, 121, 111, 114, 58, 32, 44, 32, 53, 48, 48, 52, 54, 44, 32, 68, 97, 116, 101, 58, 32, 49, 49, 47, 49, 48, 47, 50, 48, 49, 56, 44, 32, 80, 111, 105, 110, 116, 115, 32, 84, 97, 114, 103, 101, 116, 58, 32, 48, 44, 32, 65, 98, 115, 101, 110, 99, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 97, 115, 105, 99, 32, 65, 108, 108, 111, 99, 97, 116, 105, 111, 110, 58, 32, 48, 44, 32, 80, 111, 105, 110, 116, 115, 32, 79, 117, 116, 115, 116, 97, 110, 100, 105, 110, 103, 58, 32, 48, 44, 32, 83, 117, 99, 99, 101, 115, 115, 63, 58, 70, 97, 108, 115, 101, 44, 32, 67, 97, 115, 101, 32, 81, 85, 48, 57, 54, 55, 48, 57, 32, 114, 101, 113, 117, 105, 114, 101, 115, 32, 49, 46, 48, 32, 112, 111, 105, 110, 116, 115, 32, 98, 117, 116, 32, 116, 104, 101, 32, 115, 117, 114, 118, 101, 121, 111, 114, 32, 104, 97, 115, 32, 48, 32, 112, 111, 105, 110, 116, 115, 32, 111, 110, 32, 116, 104, 105, 115, 32, 100, 97, 121, 32, 32, 32, 83, 111, 117, 114, 99, 101, 61, 83, 117, 114, 118, 101, 121, 111, 114, 67, 97, 112, 97, 99, 105, 116, 121, 83, 101, 114, 118, 105, 99, 101, 32, 65, 99, 116, 105, 111, 110, 61, 71, 101, 116, 83, 117, 114, 118, 101, 121, 111, 114, 65, 118, 97, 105, 108, 97, 98, 105, 108, 105, 116, 121, 70, 111, 114, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 102, 111, 61, 34, 87, 104, 97, 116, 46, 69, 118, 101, 114, 46, 65, 110, 111, 116, 104, 101, 114, 46, 83, 101, 114, 118, 105, 99, 101, 46, 83, 117, 114, 118, 101, 121, 111, 114, 67, 97, 112, 97, 99, 105, 116, 121, 83, 101, 114, 118, 105, 99, 101, 44, 32, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 83, 101, 114, 118, 105, 99, 101, 115, 32, 118, 49, 46, 49, 49, 46, 49, 56, 50, 49, 51, 46, 53, 48, 57, 34, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 115, 116, 97, 110, 99, 101, 61, 56, 53, 53, 51, 57, 48, 32, 115, 116, 97, 114, 116, 68, 97, 116, 101, 61, 50, 56, 47, 48, 57, 47, 50, 48, 49, 56, 32, 101, 110, 100, 68, 97, 116, 101, 61, 49, 49, 47, 49, 48, 47, 50, 48, 49, 56, 32, 112, 111, 115, 116, 99, 111, 100, 101, 61, 34, 77, 75, 49, 54, 32, 56, 81, 70, 34]`, [INFO] [stdout] right: `[52, 50, 32, 115, 117, 114, 118, 101, 121, 111, 114, 115, 32, 97, 110, 100, 32, 116, 104, 101, 105, 114, 32, 99, 97, 112, 97, 99, 105, 116, 121, 32, 104, 97, 118, 101, 32, 98, 101, 101, 110, 32, 98, 117, 105, 108, 116, 32, 119, 105, 116, 104, 32, 116, 104, 101, 32, 102, 111, 108, 108, 111, 119, 105, 110, 103, 32, 105, 110, 102, 111, 114, 109, 97, 116, 105, 111, 110, 58, 10, 58, 32, 44, 32, 51, 50, 49, 49, 44, 32, 68, 97, 116, 101, 58, 32, 50, 56, 47, 48, 57, 47, 50, 48, 49, 56, 44, 32, 80, 111, 105, 110, 116, 115, 32, 84, 97, 114, 103, 101, 116, 58, 32, 54, 46, 48, 44, 32, 65, 98, 115, 101, 110, 99, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 115, 58, 32, 49, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 49, 46, 48, 44, 32, 66, 97, 115, 105, 99, 32, 65, 108, 108, 111, 99, 97, 116, 105, 111, 110, 58, 32, 49, 46, 48, 44, 32, 80, 111, 105, 110, 116, 115, 32, 79, 117, 116, 115, 116, 97, 110, 100, 105, 110, 103, 58, 32, 53, 46, 48, 44, 32, 83, 117, 99, 99, 101, 115, 115, 63, 58, 84, 114, 117, 101, 44, 32, 10, 83, 117, 114, 118, 101, 121, 111, 114, 58, 32, 44, 32, 51, 50, 49, 49, 44, 32, 68, 97, 116, 101, 58, 32, 50, 57, 47, 48, 57, 47, 50, 48, 49, 56, 44, 32, 80, 111, 105, 110, 116, 115, 32, 84, 97, 114, 103, 101, 116, 58, 32, 48, 44, 32, 65, 98, 115, 101, 110, 99, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 97, 115, 105, 99, 32, 65, 108, 108, 111, 99, 97, 116, 105, 111, 110, 58, 32, 48, 44, 32, 80, 111, 105, 110, 116, 115, 32, 79, 117, 116, 115, 116, 97, 110, 100, 105, 110, 103, 58, 32, 48, 44, 32, 83, 117, 99, 99, 101, 115, 115, 63, 58, 70, 97, 108, 115, 101, 44, 32, 67, 97, 115, 101, 32, 81, 85, 48, 57, 54, 55, 48, 57, 32, 114, 101, 113, 117, 105, 114, 101, 115, 32, 49, 46, 48, 32, 112, 111, 105, 110, 116, 115, 32, 98, 117, 116, 32, 116, 104, 101, 32, 115, 117, 114, 118, 101, 121, 111, 114, 32, 104, 97, 115, 32, 48, 32, 112, 111, 105, 110, 116, 115, 32, 111, 110, 32, 116, 104, 105, 115, 32, 100, 97, 121, 10, 83, 117, 114, 118, 101, 121, 111, 114, 58, 32, 44, 32, 53, 48, 48, 52, 54, 44, 32, 68, 97, 116, 101, 58, 32, 49, 48, 47, 49, 48, 47, 50, 48, 49, 56, 44, 32, 80, 111, 105, 110, 116, 115, 32, 84, 97, 114, 103, 101, 116, 58, 32, 48, 44, 32, 65, 98, 115, 101, 110, 99, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 97, 115, 105, 99, 32, 65, 108, 108, 111, 99, 97, 116, 105, 111, 110, 58, 32, 48, 44, 32, 80, 111, 105, 110, 116, 115, 32, 79, 117, 116, 115, 116, 97, 110, 100, 105, 110, 103, 58, 32, 48, 44, 32, 83, 117, 99, 99, 101, 115, 115, 63, 58, 70, 97, 108, 115, 101, 44, 32, 67, 97, 115, 101, 32, 81, 85, 48, 57, 54, 55, 48, 57, 32, 114, 101, 113, 117, 105, 114, 101, 115, 32, 49, 46, 48, 32, 112, 111, 105, 110, 116, 115, 32, 98, 117, 116, 32, 116, 104, 101, 32, 115, 117, 114, 118, 101, 121, 111, 114, 32, 104, 97, 115, 32, 48, 32, 112, 111, 105, 110, 116, 115, 32, 111, 110, 32, 116, 104, 105, 115, 32, 100, 97, 121, 10, 83, 117, 114, 118, 101, 121, 111, 114, 58, 32, 44, 32, 53, 48, 48, 52, 54, 44, 32, 68, 97, 116, 101, 58, 32, 49, 49, 47, 49, 48, 47, 50, 48, 49, 56, 44, 32, 80, 111, 105, 110, 116, 115, 32, 84, 97, 114, 103, 101, 116, 58, 32, 48, 44, 32, 65, 98, 115, 101, 110, 99, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 115, 58, 32, 48, 44, 32, 66, 111, 111, 107, 101, 100, 32, 67, 97, 115, 101, 32, 80, 111, 105, 110, 116, 115, 58, 32, 48, 44, 32, 66, 97, 115, 105, 99, 32, 65, 108, 108, 111, 99, 97, 116, 105, 111, 110, 58, 32, 48, 44, 32, 80, 111, 105, 110, 116, 115, 32, 79, 117, 116, 115, 116, 97, 110, 100, 105, 110, 103, 58, 32, 48, 44, 32, 83, 117, 99, 99, 101, 115, 115, 63, 58, 70, 97, 108, 115, 101, 44, 32, 67, 97, 115, 101, 32, 81, 85, 48, 57, 54, 55, 48, 57, 32, 114, 101, 113, 117, 105, 114, 101, 115, 32, 49, 46, 48, 32, 112, 111, 105, 110, 116, 115, 32, 98, 117, 116, 32, 116, 104, 101, 32, 115, 117, 114, 118, 101, 121, 111, 114, 32, 104, 97, 115, 32, 48, 32, 112, 111, 105, 110, 116, 115, 32, 111, 110, 32, 116, 104, 105, 115, 32, 100, 97, 121]`', src/parsed_line.rs:846:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5601e86f6850 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5601e86f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5601e86f6850 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5601e86f6850 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5601e871923c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5601e86f38c5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5601e86f89bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5601e86f89bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5601e86f89bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5601e86f84cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5601e86f9084 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5601e86f8b67 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5601e86f6d4c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5601e86f8ac9 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5601e853ab51 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5601e8717b58 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x5601e857445e - core::panicking::assert_failed::hc6de976caa6fc645 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5601e8544d3d - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test2::h33dedc4b9f14637f [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:846:9 [INFO] [stdout] 18: 0x5601e854487a - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test2::{{closure}}::h49498563fe1c395d [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:829:5 [INFO] [stdout] 19: 0x5601e856c9ae - core::ops::function::FnOnce::call_once::hab451fe26d40b495 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5601e85a3213 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5601e85a3213 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5601e85a1ca0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5601e85a1ca0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5601e85a1ca0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5601e85a1ca0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5601e85a1ca0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5601e85a1ca0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5601e85a1ca0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5601e857b262 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5601e857b262 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5601e857eeb8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5601e857eeb8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5601e857eeb8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5601e857eeb8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5601e857eeb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5601e86fdc17 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7f3c123c4609 - start_thread [INFO] [stdout] 42: 0x7f3c1251b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parsed_line::message_extraction_tests::with_message_with_newlines_extracts_message stdout ---- [INFO] [stdout] thread 'parsed_line::message_extraction_tests::with_message_with_newlines_extracts_message' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[77, 101, 115, 115, 97, 103, 101, 32, 124, 32, 124, 32, 108, 105, 110, 101, 50, 32, 70, 111, 111, 61, 66, 97, 114, 32, 83, 121, 115, 82, 101, 102, 61, 65, 65, 49, 50, 51, 52, 53, 54]`, [INFO] [stdout] right: `[77, 101, 115, 115, 97, 103, 101, 10, 124, 32, 124, 32, 108, 105, 110, 101, 50]`', src/parsed_line.rs:797:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5601e86f6850 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5601e86f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5601e86f6850 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5601e86f6850 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5601e871923c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5601e86f38c5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5601e86f89bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5601e86f89bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5601e86f89bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5601e86f84cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5601e86f9084 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5601e86f8b67 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5601e86f6d4c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5601e86f8ac9 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5601e853ab51 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5601e8717b58 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x5601e857427e - core::panicking::assert_failed::haf587e77707ac836 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5601e856137f - log_file_processor::parsed_line::message_extraction_tests::with_message_with_newlines_extracts_message::ha9428cb904471f33 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:797:9 [INFO] [stdout] 18: 0x5601e856121a - log_file_processor::parsed_line::message_extraction_tests::with_message_with_newlines_extracts_message::{{closure}}::hc998e99407706f3e [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:794:5 [INFO] [stdout] 19: 0x5601e856d1be - core::ops::function::FnOnce::call_once::hdb42071cd2e57483 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5601e85a3213 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5601e85a3213 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5601e85a1ca0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5601e85a1ca0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5601e85a1ca0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5601e85a1ca0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5601e85a1ca0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5601e85a1ca0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5601e85a1ca0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5601e857b262 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5601e857b262 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5601e857eeb8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5601e857eeb8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5601e857eeb8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5601e857eeb8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5601e857eeb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5601e86fdc17 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7f3c123c4609 - start_thread [INFO] [stdout] 42: 0x7f3c1251b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parsed_line::real_log_line_tests::capacity_service_test stdout ---- [INFO] [stdout] thread 'parsed_line::real_log_line_tests::capacity_service_test' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[82, 117, 110, 110, 105, 110, 103, 32, 97, 103, 103, 114, 101, 103, 97, 116, 101, 32, 99, 97, 112, 97, 99, 105, 116, 121, 32, 103, 101, 110, 101, 114, 97, 116, 111, 114, 46, 32, 32, 83, 111, 117, 114, 99, 101, 61, 65, 103, 103, 114, 101, 103, 97, 116, 101, 67, 97, 112, 97, 99, 105, 116, 121, 71, 101, 110, 101, 114, 97, 116, 111, 114, 32, 65, 99, 116, 105, 111, 110, 61, 82, 117, 110, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 102, 111, 61, 34, 83, 111, 109, 101, 116, 104, 105, 110, 103, 46, 83, 111, 109, 101, 116, 104, 105, 110, 103, 46, 68, 97, 114, 107, 83, 105, 100, 101, 46, 65, 103, 103, 114, 101, 103, 97, 116, 105, 111, 110, 46, 65, 103, 103, 114, 101, 103, 97, 116, 101, 67, 97, 112, 97, 99, 105, 116, 121, 71, 101, 110, 101, 114, 97, 116, 111, 114, 44, 32, 83, 111, 109, 101, 116, 104, 105, 110, 103, 46, 83, 111, 109, 101, 116, 104, 105, 110, 103, 46, 68, 97, 114, 107, 83, 105, 100, 101, 32, 118, 49, 46, 48, 46, 48, 34, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 115, 116, 97, 110, 99, 101, 61, 51, 56, 52, 52, 57, 51, 56, 53]`, [INFO] [stdout] right: `[82, 117, 110, 110, 105, 110, 103, 32, 97, 103, 103, 114, 101, 103, 97, 116, 101, 32, 99, 97, 112, 97, 99, 105, 116, 121, 32, 103, 101, 110, 101, 114, 97, 116, 111, 114, 46]`', src/parsed_line.rs:815:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5601e86f6850 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5601e86f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5601e86f6850 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5601e86f6850 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5601e871923c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5601e86f38c5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5601e86f89bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5601e86f89bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5601e86f89bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5601e86f84cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5601e86f9084 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5601e86f8b67 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5601e86f6d4c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5601e86f8ac9 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5601e853ab51 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5601e8717b58 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x5601e85739da - core::panicking::assert_failed::h026f4a9ae8e8ff5e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5601e8543f2e - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test::h7696a076e400e112 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:815:9 [INFO] [stdout] 18: 0x5601e8543b1a - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test::{{closure}}::hc93788b072ed1b10 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:806:5 [INFO] [stdout] 19: 0x5601e856bd2e - core::ops::function::FnOnce::call_once::h4e317562adcb42c9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5601e85a3213 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5601e85a3213 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5601e85a1ca0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5601e85a1ca0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5601e85a1ca0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5601e85a1ca0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5601e85a1ca0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5601e85a1ca0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5601e85a1ca0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5601e857b262 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5601e857b262 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5601e857eeb8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5601e857eeb8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5601e857eeb8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5601e857eeb8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5601e857eeb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5601e86fdc17 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7f3c123c4609 - start_thread [INFO] [stdout] 42: 0x7f3c1251b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parsed_line::real_log_line_tests::audit_client_test stdout ---- [INFO] [stdout] thread 'parsed_line::real_log_line_tests::audit_client_test' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[83, 117, 99, 99, 101, 115, 115, 102, 117, 108, 108, 121, 32, 114, 101, 116, 114, 105, 118, 101, 100, 32, 50, 48, 32, 110, 117, 109, 98, 101, 114, 32, 111, 102, 32, 97, 117, 100, 105, 116, 32, 105, 116, 101, 109, 115, 32, 102, 111, 114, 32, 116, 97, 114, 103, 101, 116, 32, 105, 100, 32, 80, 68, 49, 50, 51, 52, 53, 54, 32, 97, 110, 100, 32, 116, 97, 114, 103, 101, 116, 84, 121, 112, 101, 32, 67, 97, 115, 101, 32, 32, 83, 111, 117, 114, 99, 101, 61, 84, 104, 101, 67, 108, 105, 101, 110, 116, 32, 32, 65, 99, 116, 105, 111, 110, 61, 84, 104, 101, 65, 117, 100, 105, 116, 65, 99, 116, 105, 111, 110, 32, 32, 67, 111, 114, 114, 101, 108, 97, 116, 105, 111, 110, 75, 101, 121, 61, 48, 102, 53, 102, 101, 98, 49, 100, 45, 57, 57, 54, 101, 45, 52, 57, 57, 100, 45, 57, 97, 53, 50, 45, 55, 55, 52, 49, 98, 53, 52, 51, 99, 50, 49, 100, 32, 32, 84, 101, 110, 97, 110, 116, 61, 83, 111, 109, 101, 98, 111, 100, 121, 32, 32, 85, 115, 101, 114, 73, 100, 61, 83, 111, 109, 101, 85, 115, 101, 114, 73, 100, 32, 32, 85, 115, 101, 114, 78, 97, 109, 101, 61, 80, 104, 105, 108, 105, 112, 43, 68, 97, 110, 105, 101, 108, 115, 32, 32, 85, 115, 101, 114, 73, 100, 101, 110, 116, 105, 116, 121, 61, 83, 111, 109, 101, 85, 115, 101, 114, 73, 100, 101, 110, 116, 105, 116, 121, 32, 32, 85, 115, 101, 114, 69, 109, 97, 105, 108, 61, 112, 104, 105, 108, 105, 112, 46, 100, 97, 110, 105, 101, 108, 115, 37, 52, 48, 101, 120, 46, 99, 111, 109, 32, 32, 79, 119, 105, 110, 46, 82, 101, 113, 117, 101, 115, 116, 46, 73, 100, 61, 53, 97, 55, 50, 50, 51, 99, 98, 45, 48, 54, 101, 102, 45, 52, 54, 50, 48, 45, 57, 50, 97, 56, 45, 53, 55, 101, 101, 98, 55, 99, 48, 52, 98, 55, 99, 32, 32, 79, 119, 105, 110, 46, 82, 101, 113, 117, 101, 115, 116, 46, 80, 97, 116, 104, 61, 47, 97, 112, 105, 47, 116, 111, 115, 111, 109, 101, 119, 104, 101, 114, 101, 47, 80, 68, 49, 50, 51, 52, 53, 54, 47, 50, 48, 32, 32, 79, 119, 105, 110, 46, 82, 101, 113, 117, 101, 115, 116, 46, 81, 117, 101, 114, 121, 83, 116, 114, 105, 110, 103, 61, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 102, 111, 61, 34, 83, 111, 109, 101, 116, 104, 105, 110, 103, 46, 65, 117, 100, 105, 116, 111, 114, 46, 82, 101, 97, 100, 67, 108, 105, 101, 110, 116, 46, 84, 104, 101, 67, 108, 105, 101, 110, 116, 44, 32, 83, 111, 109, 101, 116, 104, 105, 110, 103, 46, 65, 117, 100, 105, 116, 111, 114, 46, 82, 101, 97, 100, 67, 108, 105, 101, 110, 116, 32, 118, 49, 46, 49, 48, 46, 49, 56, 49, 53, 53, 46, 52, 34, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 115, 116, 97, 110, 99, 101, 61, 53, 54, 49, 56, 51, 54, 56, 53, 32, 32, 112, 97, 103, 101, 83, 105, 122, 101, 61, 50, 48, 32, 32, 116, 97, 114, 103, 101, 116, 73, 100, 61, 80, 68, 49, 50, 51, 52, 53, 54, 32, 32, 116, 97, 114, 103, 101, 116, 84, 121, 112, 101, 61, 67, 97, 115, 101]`, [INFO] [stdout] right: `[83, 117, 99, 99, 101, 115, 115, 102, 117, 108, 108, 121, 32, 114, 101, 116, 114, 105, 118, 101, 100, 32, 50, 48, 32, 110, 117, 109, 98, 101, 114, 32, 111, 102, 32, 97, 117, 100, 105, 116, 32, 105, 116, 101, 109, 115, 32, 102, 111, 114, 32, 116, 97, 114, 103, 101, 116, 32, 105, 100, 32, 80, 68, 49, 50, 51, 52, 53, 54, 32, 97, 110, 100, 32, 116, 97, 114, 103, 101, 116, 84, 121, 112, 101, 32, 67, 97, 115, 101]`', src/parsed_line.rs:982:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5601e86f6850 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5601e86f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5601e86f6850 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5601e86f6850 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5601e871923c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5601e86f38c5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5601e86f89bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5601e86f89bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5601e86f89bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5601e86f84cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5601e86f9084 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5601e86f8b67 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5601e86f6d4c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5601e86f8ac9 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5601e853ab51 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5601e8717b58 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x5601e85739da - core::panicking::assert_failed::h026f4a9ae8e8ff5e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5601e8548cdd - log_file_processor::parsed_line::real_log_line_tests::audit_client_test::hb34cd9e13f8c172d [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:982:9 [INFO] [stdout] 18: 0x5601e854876a - log_file_processor::parsed_line::real_log_line_tests::audit_client_test::{{closure}}::haa09cb0a923a827b [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:960:5 [INFO] [stdout] 19: 0x5601e856b96e - core::ops::function::FnOnce::call_once::h30f3a641ddd751a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5601e85a3213 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5601e85a3213 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5601e85a1ca0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5601e85a1ca0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5601e85a1ca0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5601e85a1ca0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5601e85a1ca0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5601e85a1ca0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5601e85a1ca0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5601e857b262 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5601e857b262 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5601e857eeb8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5601e857eeb8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5601e857eeb8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5601e857eeb8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5601e857eeb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5601e86fdc17 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7f3c123c4609 - start_thread [INFO] [stdout] 42: 0x7f3c1251b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parsed_line::real_log_line_tests::case_service_test stdout ---- [INFO] [stdout] thread 'parsed_line::real_log_line_tests::case_service_test' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[65, 116, 116, 101, 109, 112, 116, 105, 110, 103, 32, 116, 111, 32, 108, 111, 97, 100, 32, 97, 115, 115, 101, 109, 98, 108, 121, 32, 67, 58, 92, 85, 115, 101, 114, 115, 92, 112, 100, 97, 110, 105, 101, 108, 115, 92, 65, 112, 112, 68, 97, 116, 97, 92, 76, 111, 99, 97, 108, 92, 84, 101, 109, 112, 92, 87, 104, 97, 116, 101, 118, 101, 114, 45, 50, 48, 49, 56, 48, 50, 45, 48, 51, 45, 49, 52, 51, 52, 49, 50, 52, 50, 49, 52, 46, 51, 51, 50, 52, 92, 83, 111, 109, 101, 116, 104, 105, 110, 103, 46, 68, 97, 116, 97, 98, 97, 115, 101, 46, 100, 108, 108, 32, 32, 83, 111, 117, 114, 99, 101, 61, 67, 111, 110, 116, 97, 105, 110, 101, 114, 66, 117, 105, 108, 100, 101, 114, 32, 65, 99, 116, 105, 111, 110, 61, 71, 101, 116, 79, 114, 76, 111, 97, 100, 65, 115, 115, 101, 109, 98, 108, 121, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 102, 111, 61, 34, 83, 111, 109, 101, 46, 85, 110, 105, 116, 121, 84, 104, 105, 110, 103, 46, 67, 111, 110, 116, 97, 105, 110, 101, 114, 66, 117, 105, 108, 100, 101, 114, 44, 32, 83, 111, 109, 101, 46, 85, 110, 105, 116, 121, 84, 104, 105, 110, 103, 32, 118, 49, 46, 49, 50, 46, 49, 56, 51, 51, 51, 46, 49, 49, 54, 52, 50, 34, 32, 83, 111, 117, 114, 99, 101, 73, 110, 115, 116, 97, 110, 99, 101, 61, 54, 49, 49, 49, 53, 57, 50, 53, 32, 32, 65, 115, 115, 101, 109, 98, 108, 121, 70, 105, 108, 101, 61, 67, 58, 92, 85, 115, 101, 114, 115, 92, 112, 100, 97, 110, 105, 101, 108, 115, 92, 65, 112, 112, 68, 97, 116, 97, 92, 76, 111, 99, 97, 108, 92, 84, 101, 109, 112, 92, 87, 104, 97, 116, 101, 118, 101, 114, 45, 50, 48, 49, 56, 48, 50, 45, 48, 51, 45, 49, 52, 51, 52, 49, 50, 52, 50, 49, 52, 46, 51, 51, 50, 52, 92, 83, 111, 109, 101, 116, 104, 105, 110, 103, 46, 68, 97, 116, 97, 98, 97, 115, 101, 46, 100, 108, 108]`, [INFO] [stdout] right: `[65, 116, 116, 101, 109, 112, 116, 105, 110, 103, 32, 116, 111, 32, 108, 111, 97, 100, 32, 97, 115, 115, 101, 109, 98, 108, 121, 32, 67, 58, 92, 85, 115, 101, 114, 115, 92, 112, 100, 97, 110, 105, 101, 108, 115, 92, 65, 112, 112, 68, 97, 116, 97, 92, 76, 111, 99, 97, 108, 92, 84, 101, 109, 112, 92, 87, 104, 97, 116, 101, 118, 101, 114, 45, 50, 48, 49, 56, 48, 50, 45, 48, 51, 45, 49, 52, 51, 52, 49, 50, 52, 50, 49, 52, 46, 51, 51, 50, 52, 92, 83, 111, 109, 101, 116, 104, 105, 110, 103, 46, 68, 97, 116, 97, 98, 97, 115, 101, 46, 100, 108, 108]`', src/parsed_line.rs:945:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5601e86f6850 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5601e86f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5601e86f6850 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5601e86f6850 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5601e871923c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5601e86f38c5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5601e86f89bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5601e86f89bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5601e86f89bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5601e86f84cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5601e86f9084 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5601e86f8b67 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5601e86f6d4c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5601e86f8ac9 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5601e853ab51 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5601e8717b58 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x5601e85739da - core::panicking::assert_failed::h026f4a9ae8e8ff5e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5601e8547c8e - log_file_processor::parsed_line::real_log_line_tests::case_service_test::hb19f0fdea5b1a479 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:945:9 [INFO] [stdout] 18: 0x5601e854787a - log_file_processor::parsed_line::real_log_line_tests::case_service_test::{{closure}}::hf92e547a31d47c0d [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:936:5 [INFO] [stdout] 19: 0x5601e856c92e - core::ops::function::FnOnce::call_once::ha68b37d49398488c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5601e85a3213 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5601e85a3213 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5601e85a1ca0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5601e85a1ca0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5601e85a1ca0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5601e85a1ca0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5601e85a1ca0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5601e85a1ca0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5601e85a1ca0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5601e857b262 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5601e857b262 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5601e857eeb8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5601e857eeb8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5601e857eeb8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5601e857eeb8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5601e857eeb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5601e86fdc17 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7f3c123c4609 - start_thread [INFO] [stdout] 42: 0x7f3c1251b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parsed_line::real_log_line_tests::capacity_service_test4 stdout ---- [INFO] [stdout] thread 'parsed_line::real_log_line_tests::capacity_service_test4' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[83, 111, 109, 101, 32, 105, 114, 114, 101, 108, 101, 118, 97, 110, 116, 32, 109, 101, 115, 115, 97, 103, 101, 32, 32, 83, 111, 117, 114, 99, 101, 61, 83, 101, 99, 114, 101, 116, 83, 101, 114, 118, 105, 99, 101, 32, 65, 99, 116, 105, 111, 110, 61, 71, 101, 116, 83, 117, 114, 118, 101, 121, 111, 114, 83, 99, 104, 101, 100, 117, 108, 101, 83, 117, 109, 109, 97, 114, 121, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 102, 111, 61, 34, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 83, 101, 114, 118, 105, 99, 101, 115, 46, 83, 117, 114, 118, 101, 121, 111, 114, 83, 99, 104, 101, 100, 117, 108, 101, 115, 46, 83, 101, 99, 114, 101, 116, 83, 101, 114, 118, 105, 99, 101, 44, 32, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 83, 101, 114, 118, 105, 99, 101, 115, 32, 118, 49, 46, 49, 50, 46, 49, 56, 51, 50, 51, 46, 52, 34, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 115, 116, 97, 110, 99, 101, 61, 49, 55, 52, 53, 51, 55, 55, 55, 32, 32, 99, 114, 105, 116, 101, 114, 105, 97, 61, 34, 123, 95, 73, 110, 99, 108, 117, 100, 101, 73, 110, 97, 99, 116, 105, 118, 101, 83, 117, 114, 118, 101, 121, 111, 114, 115, 95, 58, 116, 114, 117, 101, 44, 95, 83, 116, 97, 114, 116, 68, 97, 116, 101, 95, 58, 123, 95, 121, 101, 97, 114, 95, 58, 50, 48, 49, 56, 44, 95, 109, 111, 110, 116, 104, 95, 58, 49, 49, 44, 95, 100, 97, 121, 95, 58, 50, 55, 125, 44, 95, 78, 117, 109, 98, 101, 114, 79, 102, 68, 97, 121, 115, 95, 58, 55, 44, 95, 83, 107, 105, 112, 95, 58, 48, 44, 95, 84, 97, 107, 101, 95, 58, 49, 48, 44, 95, 70, 105, 108, 116, 101, 114, 95, 58, 91, 123, 95, 70, 105, 101, 108, 100, 78, 97, 109, 101, 95, 58, 48, 44, 95, 86, 97, 108, 117, 101, 95, 58, 95, 49, 95, 125, 93, 44, 95, 83, 111, 114, 116, 70, 105, 101, 108, 100, 95, 58, 48, 44, 95, 68, 101, 115, 99, 101, 110, 100, 105, 110, 103, 95, 58, 102, 97, 108, 115, 101, 125, 34, 32, 32, 115, 117, 114, 118, 101, 121, 111, 114, 115, 67, 111, 117, 110, 116, 61, 49, 48, 32, 32, 115, 117, 109, 109, 97, 114, 121, 61, 34, 32, 32, 84, 111, 116, 97, 108, 32, 115, 117, 114, 118, 101, 121, 111, 114, 115, 58, 32, 53, 55, 55, 32, 32, 84, 111, 116, 97, 108, 32, 115, 117, 114, 118, 101, 121, 111, 114, 115, 32, 109, 97, 116, 99, 104, 105, 110, 103, 32, 99, 114, 105, 116, 101, 114, 105, 97, 58, 32, 53, 55, 55, 34]`, [INFO] [stdout] right: `[83, 111, 109, 101, 32, 105, 114, 114, 101, 108, 101, 118, 97, 110, 116, 32, 109, 101, 115, 115, 97, 103, 101]`', src/parsed_line.rs:921:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5601e86f6850 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5601e86f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5601e86f6850 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5601e86f6850 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5601e871923c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5601e86f38c5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5601e86f89bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5601e86f89bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5601e86f89bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5601e86f84cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5601e86f9084 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5601e86f8b67 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5601e86f6d4c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5601e86f8ac9 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5601e853ab51 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5601e8717b58 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x5601e8573bbe - core::panicking::assert_failed::h24544b674011610b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5601e8546e24 - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test4::h4286a960c25a73d8 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:921:9 [INFO] [stdout] 18: 0x5601e85469fa - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test4::{{closure}}::h7ba0712daa4c68d1 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:907:5 [INFO] [stdout] 19: 0x5601e856c06e - core::ops::function::FnOnce::call_once::h6cc1e0e3084527e0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5601e85a3213 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5601e85a3213 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5601e85a1ca0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5601e85a1ca0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5601e85a1ca0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5601e85a1ca0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5601e85a1ca0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5601e85a1ca0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5601e85a1ca0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5601e857b262 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5601e857b262 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5601e857eeb8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5601e857eeb8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5601e857eeb8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5601e857eeb8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5601e857eeb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5601e86fdc17 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7f3c123c4609 - start_thread [INFO] [stdout] 42: 0x7f3c1251b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parsed_line::real_log_line_tests::capacity_service_test3 stdout ---- [INFO] [stdout] thread 'parsed_line::real_log_line_tests::capacity_service_test3' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[65, 112, 112, 108, 105, 99, 97, 116, 105, 111, 110, 69, 120, 99, 101, 112, 116, 105, 111, 110, 32, 45, 32, 84, 104, 101, 32, 114, 101, 113, 117, 101, 115, 116, 101, 100, 32, 101, 110, 100, 112, 111, 105, 110, 116, 32, 39, 47, 52, 49, 52, 50, 39, 32, 99, 111, 117, 108, 100, 32, 110, 111, 116, 32, 98, 101, 32, 102, 111, 117, 110, 100, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 101, 99, 114, 101, 116, 46, 83, 101, 114, 118, 105, 99, 101, 67, 108, 105, 101, 110, 116, 46, 67, 108, 105, 101, 110, 116, 115, 46, 67, 108, 105, 101, 110, 116, 67, 111, 110, 116, 114, 97, 99, 116, 83, 101, 114, 118, 105, 99, 101, 67, 108, 105, 101, 110, 116, 46, 60, 80, 97, 114, 115, 101, 69, 114, 114, 111, 114, 70, 111, 114, 69, 110, 100, 112, 111, 105, 110, 116, 62, 100, 95, 95, 49, 50, 46, 77, 111, 118, 101, 78, 101, 120, 116, 40, 41, 32, 124, 124, 45, 45, 45, 32, 69, 110, 100, 32, 111, 102, 32, 115, 116, 97, 99, 107, 32, 116, 114, 97, 99, 101, 32, 102, 114, 111, 109, 32, 112, 114, 101, 118, 105, 111, 117, 115, 32, 108, 111, 99, 97, 116, 105, 111, 110, 32, 119, 104, 101, 114, 101, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 119, 97, 115, 32, 116, 104, 114, 111, 119, 110, 32, 45, 45, 45, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 83, 101, 114, 118, 105, 99, 101, 115, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 68, 105, 115, 112, 97, 116, 99, 104, 73, 110, 102, 111, 46, 84, 104, 114, 111, 119, 40, 41, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 46, 72, 97, 110, 100, 108, 101, 78, 111, 110, 83, 117, 99, 99, 101, 115, 115, 65, 110, 100, 68, 101, 98, 117, 103, 103, 101, 114, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 40, 84, 97, 115, 107, 32, 116, 97, 115, 107, 41, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 101, 99, 114, 101, 116, 46, 83, 101, 114, 118, 105, 99, 101, 67, 108, 105, 101, 110, 116, 46, 67, 108, 105, 101, 110, 116, 115, 46, 67, 108, 105, 101, 110, 116, 67, 111, 110, 116, 114, 97, 99, 116, 83, 101, 114, 118, 105, 99, 101, 67, 108, 105, 101, 110, 116, 46, 60, 71, 101, 116, 67, 111, 110, 116, 114, 97, 99, 116, 66, 121, 73, 100, 65, 115, 121, 110, 99, 62, 100, 95, 95, 49, 48, 46, 77, 111, 118, 101, 78, 101, 120, 116, 40, 41, 32, 124, 124, 45, 45, 45, 32, 69, 110, 100, 32, 111, 102, 32, 115, 116, 97, 99, 107, 32, 116, 114, 97, 99, 101, 32, 102, 114, 111, 109, 32, 112, 114, 101, 118, 105, 111, 117, 115, 32, 108, 111, 99, 97, 116, 105, 111, 110, 32, 119, 104, 101, 114, 101, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 119, 97, 115, 32, 116, 104, 114, 111, 119, 110, 32, 45, 45, 45, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 83, 101, 114, 118, 105, 99, 101, 115, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 68, 105, 115, 112, 97, 116, 99, 104, 73, 110, 102, 111, 46, 84, 104, 114, 111, 119, 40, 41, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 46, 72, 97, 110, 100, 108, 101, 78, 111, 110, 83, 117, 99, 99, 101, 115, 115, 65, 110, 100, 68, 101, 98, 117, 103, 103, 101, 114, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 40, 84, 97, 115, 107, 32, 116, 97, 115, 107, 41, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 96, 49, 46, 71, 101, 116, 82, 101, 115, 117, 108, 116, 40, 41, 32, 124, 124, 32, 32, 32, 97, 116, 32, 87, 104, 97, 116, 46, 69, 118, 101, 114, 46, 65, 110, 111, 116, 104, 101, 114, 46, 83, 101, 114, 118, 105, 99, 101, 46, 83, 117, 114, 118, 101, 121, 111, 114, 67, 97, 112, 97, 99, 105, 116, 121, 83, 101, 114, 118, 105, 99, 101, 46, 60, 83, 111, 109, 101, 83, 112, 101, 99, 105, 97, 108, 65, 99, 116, 105, 111, 110, 62, 100, 95, 95, 57, 46, 77, 111, 118, 101, 78, 101, 120, 116, 40, 41, 32, 105, 110, 32, 67, 58, 92, 98, 117, 105, 108, 100, 92, 106, 111, 98, 49, 92, 83, 101, 114, 118, 105, 99, 101, 115, 92, 83, 117, 114, 118, 101, 121, 111, 114, 67, 97, 112, 97, 99, 105, 116, 121, 92, 84, 104, 101, 83, 101, 114, 118, 105, 99, 101, 46, 99, 115, 58, 108, 105, 110, 101, 32, 49, 55, 55, 32, 124, 124, 45, 45, 45, 32, 69, 110, 100, 32, 111, 102, 32, 115, 116, 97, 99, 107, 32, 116, 114, 97, 99, 101, 32, 102, 114, 111, 109, 32, 112, 114, 101, 118, 105, 111, 117, 115, 32, 108, 111, 99, 97, 116, 105, 111, 110, 32, 119, 104, 101, 114, 101, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 119, 97, 115, 32, 116, 104, 114, 111, 119, 110, 32, 45, 45, 45, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 83, 101, 114, 118, 105, 99, 101, 115, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 68, 105, 115, 112, 97, 116, 99, 104, 73, 110, 102, 111, 46, 84, 104, 114, 111, 119, 40, 41, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 46, 72, 97, 110, 100, 108, 101, 78, 111, 110, 83, 117, 99, 99, 101, 115, 115, 65, 110, 100, 68, 101, 98, 117, 103, 103, 101, 114, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 40, 84, 97, 115, 107, 32, 116, 97, 115, 107, 41, 32, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 96, 49, 46, 71, 101, 116, 82, 101, 115, 117, 108, 116, 40, 41, 32, 124, 124, 32, 32, 32, 97, 116, 32, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 73, 73, 83, 72, 111, 115, 116, 46, 65, 112, 105, 46, 79, 117, 114, 67, 111, 110, 116, 114, 111, 108, 108, 101, 114, 46, 60, 83, 111, 109, 101, 83, 112, 101, 99, 105, 97, 108, 65, 99, 116, 105, 111, 110, 62, 100, 95, 95, 52, 46, 77, 111, 118, 101, 78, 101, 120, 116, 40, 41, 32, 105, 110, 32, 67, 58, 92, 98, 117, 105, 108, 100, 92, 106, 111, 98, 49, 92, 73, 73, 83, 72, 111, 115, 116, 92, 65, 112, 105, 92, 84, 104, 101, 67, 111, 110, 116, 114, 111, 108, 108, 101, 114, 46, 99, 115, 58, 108, 105, 110, 101, 32, 49, 50, 51, 32, 32, 32, 32, 83, 111, 117, 114, 99, 101, 61, 79, 117, 114, 67, 111, 110, 116, 114, 111, 108, 108, 101, 114, 32, 65, 99, 116, 105, 111, 110, 61, 83, 111, 109, 101, 83, 112, 101, 99, 105, 97, 108, 65, 99, 116, 105, 111, 110, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 102, 111, 61, 34, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 73, 73, 83, 72, 111, 115, 116, 46, 65, 112, 105, 46, 79, 117, 114, 67, 111, 110, 116, 114, 111, 108, 108, 101, 114, 44, 32, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 73, 73, 83, 72, 111, 115, 116, 32, 118, 49, 46, 49, 50, 46, 49, 56, 51, 50, 51, 46, 52, 34, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 115, 116, 97, 110, 99, 101, 61, 51, 53, 53, 49, 57, 53, 56, 57, 32, 115, 116, 97, 114, 116, 68, 97, 116, 101, 61, 50, 56, 47, 49, 49, 47, 50, 48, 49, 56, 32, 101, 110, 100, 68, 97, 116, 101, 61, 48, 52, 47, 49, 50, 47, 50, 48, 49, 56, 32, 115, 121, 115, 114, 101, 102, 61, 81, 85, 48, 57, 48, 55, 48, 48]`, [INFO] [stdout] right: `[65, 112, 112, 108, 105, 99, 97, 116, 105, 111, 110, 69, 120, 99, 101, 112, 116, 105, 111, 110, 32, 45, 32, 84, 104, 101, 32, 114, 101, 113, 117, 101, 115, 116, 101, 100, 32, 101, 110, 100, 112, 111, 105, 110, 116, 32, 39, 47, 52, 49, 52, 50, 39, 32, 99, 111, 117, 108, 100, 32, 110, 111, 116, 32, 98, 101, 32, 102, 111, 117, 110, 100, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 101, 99, 114, 101, 116, 46, 83, 101, 114, 118, 105, 99, 101, 67, 108, 105, 101, 110, 116, 46, 67, 108, 105, 101, 110, 116, 115, 46, 67, 108, 105, 101, 110, 116, 67, 111, 110, 116, 114, 97, 99, 116, 83, 101, 114, 118, 105, 99, 101, 67, 108, 105, 101, 110, 116, 46, 60, 80, 97, 114, 115, 101, 69, 114, 114, 111, 114, 70, 111, 114, 69, 110, 100, 112, 111, 105, 110, 116, 62, 100, 95, 95, 49, 50, 46, 77, 111, 118, 101, 78, 101, 120, 116, 40, 41, 10, 124, 124, 45, 45, 45, 32, 69, 110, 100, 32, 111, 102, 32, 115, 116, 97, 99, 107, 32, 116, 114, 97, 99, 101, 32, 102, 114, 111, 109, 32, 112, 114, 101, 118, 105, 111, 117, 115, 32, 108, 111, 99, 97, 116, 105, 111, 110, 32, 119, 104, 101, 114, 101, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 119, 97, 115, 32, 116, 104, 114, 111, 119, 110, 32, 45, 45, 45, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 83, 101, 114, 118, 105, 99, 101, 115, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 68, 105, 115, 112, 97, 116, 99, 104, 73, 110, 102, 111, 46, 84, 104, 114, 111, 119, 40, 41, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 46, 72, 97, 110, 100, 108, 101, 78, 111, 110, 83, 117, 99, 99, 101, 115, 115, 65, 110, 100, 68, 101, 98, 117, 103, 103, 101, 114, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 40, 84, 97, 115, 107, 32, 116, 97, 115, 107, 41, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 101, 99, 114, 101, 116, 46, 83, 101, 114, 118, 105, 99, 101, 67, 108, 105, 101, 110, 116, 46, 67, 108, 105, 101, 110, 116, 115, 46, 67, 108, 105, 101, 110, 116, 67, 111, 110, 116, 114, 97, 99, 116, 83, 101, 114, 118, 105, 99, 101, 67, 108, 105, 101, 110, 116, 46, 60, 71, 101, 116, 67, 111, 110, 116, 114, 97, 99, 116, 66, 121, 73, 100, 65, 115, 121, 110, 99, 62, 100, 95, 95, 49, 48, 46, 77, 111, 118, 101, 78, 101, 120, 116, 40, 41, 10, 124, 124, 45, 45, 45, 32, 69, 110, 100, 32, 111, 102, 32, 115, 116, 97, 99, 107, 32, 116, 114, 97, 99, 101, 32, 102, 114, 111, 109, 32, 112, 114, 101, 118, 105, 111, 117, 115, 32, 108, 111, 99, 97, 116, 105, 111, 110, 32, 119, 104, 101, 114, 101, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 119, 97, 115, 32, 116, 104, 114, 111, 119, 110, 32, 45, 45, 45, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 83, 101, 114, 118, 105, 99, 101, 115, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 68, 105, 115, 112, 97, 116, 99, 104, 73, 110, 102, 111, 46, 84, 104, 114, 111, 119, 40, 41, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 46, 72, 97, 110, 100, 108, 101, 78, 111, 110, 83, 117, 99, 99, 101, 115, 115, 65, 110, 100, 68, 101, 98, 117, 103, 103, 101, 114, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 40, 84, 97, 115, 107, 32, 116, 97, 115, 107, 41, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 96, 49, 46, 71, 101, 116, 82, 101, 115, 117, 108, 116, 40, 41, 10, 124, 124, 32, 32, 32, 97, 116, 32, 87, 104, 97, 116, 46, 69, 118, 101, 114, 46, 65, 110, 111, 116, 104, 101, 114, 46, 83, 101, 114, 118, 105, 99, 101, 46, 83, 117, 114, 118, 101, 121, 111, 114, 67, 97, 112, 97, 99, 105, 116, 121, 83, 101, 114, 118, 105, 99, 101, 46, 60, 83, 111, 109, 101, 83, 112, 101, 99, 105, 97, 108, 65, 99, 116, 105, 111, 110, 62, 100, 95, 95, 57, 46, 77, 111, 118, 101, 78, 101, 120, 116, 40, 41, 32, 105, 110, 32, 67, 58, 92, 98, 117, 105, 108, 100, 92, 106, 111, 98, 49, 92, 83, 101, 114, 118, 105, 99, 101, 115, 92, 83, 117, 114, 118, 101, 121, 111, 114, 67, 97, 112, 97, 99, 105, 116, 121, 92, 84, 104, 101, 83, 101, 114, 118, 105, 99, 101, 46, 99, 115, 58, 108, 105, 110, 101, 32, 49, 55, 55, 10, 124, 124, 45, 45, 45, 32, 69, 110, 100, 32, 111, 102, 32, 115, 116, 97, 99, 107, 32, 116, 114, 97, 99, 101, 32, 102, 114, 111, 109, 32, 112, 114, 101, 118, 105, 111, 117, 115, 32, 108, 111, 99, 97, 116, 105, 111, 110, 32, 119, 104, 101, 114, 101, 32, 101, 120, 99, 101, 112, 116, 105, 111, 110, 32, 119, 97, 115, 32, 116, 104, 114, 111, 119, 110, 32, 45, 45, 45, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 83, 101, 114, 118, 105, 99, 101, 115, 46, 69, 120, 99, 101, 112, 116, 105, 111, 110, 68, 105, 115, 112, 97, 116, 99, 104, 73, 110, 102, 111, 46, 84, 104, 114, 111, 119, 40, 41, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 46, 72, 97, 110, 100, 108, 101, 78, 111, 110, 83, 117, 99, 99, 101, 115, 115, 65, 110, 100, 68, 101, 98, 117, 103, 103, 101, 114, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 40, 84, 97, 115, 107, 32, 116, 97, 115, 107, 41, 10, 124, 124, 32, 32, 32, 97, 116, 32, 83, 121, 115, 116, 101, 109, 46, 82, 117, 110, 116, 105, 109, 101, 46, 67, 111, 109, 112, 105, 108, 101, 114, 83, 101, 114, 118, 105, 99, 101, 115, 46, 84, 97, 115, 107, 65, 119, 97, 105, 116, 101, 114, 96, 49, 46, 71, 101, 116, 82, 101, 115, 117, 108, 116, 40, 41, 10, 124, 124, 32, 32, 32, 97, 116, 32, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 66, 108, 97, 104, 46, 73, 73, 83, 72, 111, 115, 116, 46, 65, 112, 105, 46, 79, 117, 114, 67, 111, 110, 116, 114, 111, 108, 108, 101, 114, 46, 60, 83, 111, 109, 101, 83, 112, 101, 99, 105, 97, 108, 65, 99, 116, 105, 111, 110, 62, 100, 95, 95, 52, 46, 77, 111, 118, 101, 78, 101, 120, 116, 40, 41, 32, 105, 110, 32, 67, 58, 92, 98, 117, 105, 108, 100, 92, 106, 111, 98, 49, 92, 73, 73, 83, 72, 111, 115, 116, 92, 65, 112, 105, 92, 84, 104, 101, 67, 111, 110, 116, 114, 111, 108, 108, 101, 114, 46, 99, 115, 58, 108, 105, 110, 101, 32, 49, 50, 51]`', src/parsed_line.rs:892:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5601e86f6850 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5601e86f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5601e86f6850 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5601e86f6850 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5601e871923c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5601e86f38c5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5601e86f89bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5601e86f89bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5601e86f89bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5601e86f84cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5601e86f9084 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5601e86f8b67 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5601e86f6d4c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5601e86f8ac9 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5601e853ab51 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5601e8717b58 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x5601e857445e - core::panicking::assert_failed::hc6de976caa6fc645 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5601e8545fcf - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test3::h5fb71c815a69cfd3 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:892:9 [INFO] [stdout] 18: 0x5601e854595a - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test3::{{closure}}::h22cf9ad18b04ae20 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:863:5 [INFO] [stdout] 19: 0x5601e856bc2e - core::ops::function::FnOnce::call_once::h4b4c1f3c51a06443 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5601e85a3213 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5601e85a3213 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5601e85a1ca0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5601e85a1ca0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5601e85a1ca0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5601e85a1ca0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5601e85a1ca0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5601e85a1ca0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5601e85a1ca0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5601e857b262 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5601e857b262 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5601e857eeb8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5601e857eeb8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5601e857eeb8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5601e857eeb8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5601e857eeb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5601e86fdc17 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7f3c123c4609 - start_thread [INFO] [stdout] 42: 0x7f3c1251b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parsed_line::real_log_line_tests::notification_template_test stdout ---- [INFO] [stdout] thread 'parsed_line::real_log_line_tests::notification_template_test' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 32, 84, 101, 109, 112, 108, 97, 116, 101, 32, 45, 32, 91, 73, 110, 118, 111, 105, 99, 101, 32, 65, 117, 116, 104, 111, 114, 105, 115, 97, 116, 105, 111, 110, 32, 67, 111, 100, 101, 32, 61, 62, 32, 123, 73, 110, 118, 111, 105, 99, 101, 65, 117, 116, 104, 111, 114, 105, 115, 97, 116, 105, 111, 110, 67, 111, 100, 101, 125, 32, 73, 110, 118, 111, 105, 99, 101, 32, 67, 117, 115, 116, 111, 109, 101, 114, 32, 80, 97, 121, 109, 101, 110, 116, 32, 84, 121, 112, 101, 32, 61, 62, 32, 123, 73, 110, 118, 111, 105, 99, 101, 67, 117, 115, 116, 111, 109, 101, 114, 80, 97, 121, 109, 101, 110, 116, 84, 121, 112, 101, 125, 32, 73, 110, 118, 111, 105, 99, 101, 32, 67, 117, 115, 116, 111, 109, 101, 114, 32, 80, 97, 121, 109, 101, 110, 116, 32, 68, 97, 116, 101, 32, 61, 62, 32, 123, 73, 110, 118, 111, 105, 99, 101, 67, 117, 115, 116, 111, 109, 101, 114, 80, 97, 121, 109, 101, 110, 116, 68, 97, 116, 101, 125, 32, 86, 97, 108, 32, 70, 101, 101, 32, 61, 62, 32, 123, 71, 114, 111, 115, 115, 70, 101, 101, 125, 32, 32, 32, 76, 111, 114, 101, 109, 32, 105, 112, 115, 117, 109, 32, 100, 111, 108, 111, 114, 32, 115, 105, 116, 32, 97, 109, 101, 116, 44, 32, 99, 111, 110, 115, 101, 99, 116, 101, 116, 117, 114, 32, 97, 100, 105, 112, 105, 115, 99, 105, 110, 103, 32, 101, 108, 105, 116, 46, 32, 80, 101, 108, 108, 101, 110, 116, 101, 115, 113, 117, 101, 32, 101, 114, 97, 116, 32, 100, 105, 97, 109, 44, 32, 98, 108, 97, 110, 100, 105, 116, 32, 117, 116, 32, 116, 117, 114, 112, 105, 115, 32, 97, 44, 32, 118, 101, 104, 105, 99, 117, 108, 97, 32, 112, 111, 114, 116, 116, 105, 116, 111, 114, 32, 100, 117, 105, 46, 32, 83, 117, 115, 112, 101, 110, 100, 105, 115, 115, 101, 32, 101, 116, 32, 109, 97, 116, 116, 105, 115, 32, 110, 105, 115, 108, 46, 32, 77, 97, 101, 99, 101, 110, 97, 115, 32, 101, 103, 101, 115, 116, 97, 115, 32, 105, 110, 116, 101, 114, 100, 117, 109, 32, 113, 117, 97, 109, 44, 32, 99, 111, 109, 109, 111, 100, 111, 32, 115, 111, 108, 108, 105, 99, 105, 116, 117, 100, 105, 110, 32, 110, 117, 108, 108, 97, 32, 118, 105, 118, 101, 114, 114, 97, 32, 110, 101, 99, 46, 32, 86, 105, 118, 97, 109, 117, 115, 32, 102, 97, 99, 105, 108, 105, 115, 105, 115, 32, 115, 101, 109, 112, 101, 114, 32, 100, 117, 105, 32, 115, 101, 100, 32, 102, 105, 110, 105, 98, 117, 115, 46, 32, 32, 32, 32, 73, 110, 32, 109, 97, 103, 110, 97, 32, 108, 97, 99, 117, 115, 44, 32, 102, 101, 117, 103, 105, 97, 116, 32, 117, 116, 32, 97, 114, 99, 117, 32, 105, 100, 44, 32, 99, 111, 110, 100, 105, 109, 101, 110, 116, 117, 109, 32, 99, 111, 109, 109, 111, 100, 111, 32, 106, 117, 115, 116, 111, 46, 32, 67, 117, 114, 97, 98, 105, 116, 117, 114, 32, 97, 116, 32, 97, 117, 103, 117, 101, 32, 101, 110, 105, 109, 46, 32, 80, 104, 97, 115, 101, 108, 108, 117, 115, 32, 117, 108, 116, 114, 105, 99, 105, 101, 115, 32, 100, 105, 103, 110, 105, 115, 115, 105, 109, 32, 101, 120, 44, 32, 116, 105, 110, 99, 105, 100, 117, 110, 116, 32, 99, 111, 110, 115, 101, 99, 116, 101, 116, 117, 114, 32, 116, 117, 114, 112, 105, 115, 32, 101, 117, 105, 115, 109, 111, 100, 32, 97, 116, 46, 32, 80, 104, 97, 115, 101, 108, 108, 117, 115, 32, 114, 104, 111, 110, 99, 117, 115, 32, 109, 97, 120, 105, 109, 117, 115, 32, 109, 97, 117, 114, 105, 115, 32, 118, 101, 108, 32, 99, 111, 110, 118, 97, 108, 108, 105, 115, 46, 32, 86, 101, 115, 116, 105, 98, 117, 108, 117, 109, 32, 97, 110, 116, 101, 32, 105, 112, 115, 117, 109, 32, 112, 114, 105, 109, 105, 115, 32, 105, 110, 32, 102, 97, 117, 99, 105, 98, 117, 115, 32, 111, 114, 99, 105, 32, 108, 117, 99, 116, 117, 115, 32, 101, 116, 32, 117, 108, 116, 114, 105, 99, 101, 115, 32, 112, 111, 115, 117, 101, 114, 101, 32, 99, 117, 98, 105, 108, 105, 97, 32, 67, 117, 114, 97, 101, 46, 93, 32, 105, 115, 32, 109, 101, 114, 103, 105, 110, 103, 32, 116, 104, 101, 32, 116, 97, 103, 115, 32, 102, 111, 114, 32, 99, 97, 115, 101, 32, 81, 85, 48, 55, 54, 56, 54, 56, 46, 32, 32, 32, 83, 111, 117, 114, 99, 101, 61, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 84, 101, 109, 112, 108, 97, 116, 101, 114, 32, 32, 65, 99, 116, 105, 111, 110, 61, 71, 101, 110, 101, 114, 97, 116, 101, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 77, 101, 115, 115, 97, 103, 101, 32, 32, 67, 111, 114, 114, 101, 108, 97, 116, 105, 111, 110, 75, 101, 121, 61, 49, 50, 50, 97, 52, 55, 97, 99, 45, 50, 97, 102, 49, 45, 52, 97, 102, 97, 45, 98, 52, 102, 49, 45, 98, 48, 98, 102, 50, 57, 55, 52, 53, 48, 102, 51, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 102, 111, 61, 34, 79, 117, 114, 46, 84, 101, 109, 112, 108, 97, 116, 101, 114, 46, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 84, 101, 109, 112, 108, 97, 116, 101, 114, 44, 32, 79, 117, 114, 46, 84, 101, 109, 112, 108, 97, 116, 101, 114, 46, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 115, 32, 118, 48, 46, 53, 46, 49, 56, 49, 50, 57, 46, 50, 52, 34, 32, 32, 83, 111, 117, 114, 99, 101, 73, 110, 115, 116, 97, 110, 99, 101, 61, 53, 50, 57, 50, 48, 49, 52, 56, 32, 32, 116, 101, 109, 112, 108, 97, 116, 101, 61, 34, 73, 110, 118, 111, 105, 99, 101, 32, 65, 117, 116, 104, 111, 114, 105, 115, 97, 116, 105, 111, 110, 32, 67, 111, 100, 101, 32, 61, 62, 32, 123, 73, 110, 118, 111, 105, 99, 101, 65, 117, 116, 104, 111, 114, 105, 115, 97, 116, 105, 111, 110, 67, 111, 100, 101, 125, 32, 73, 110, 118, 111, 105, 99, 101, 32, 67, 117, 115, 116, 111, 109, 101, 114, 32, 80, 97, 121, 109, 101, 110, 116, 32, 84, 121, 112, 101, 32, 61, 62, 32, 123, 73, 110, 118, 111, 105, 99, 101, 67, 117, 115, 116, 111, 109, 101, 114, 80, 97, 121, 109, 101, 110, 116, 84, 121, 112, 101, 125, 32, 32, 115, 111, 109, 101, 32, 119, 111, 114, 100, 115, 32, 34, 32, 32, 83, 121, 115, 82, 101, 102, 61, 81, 85, 48, 55, 54, 56, 54, 56]`, [INFO] [stdout] right: `[78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 32, 84, 101, 109, 112, 108, 97, 116, 101, 32, 45, 32, 91, 73, 110, 118, 111, 105, 99, 101, 32, 65, 117, 116, 104, 111, 114, 105, 115, 97, 116, 105, 111, 110, 32, 67, 111, 100, 101, 32, 61, 62, 32, 123, 73, 110, 118, 111, 105, 99, 101, 65, 117, 116, 104, 111, 114, 105, 115, 97, 116, 105, 111, 110, 67, 111, 100, 101, 125, 10, 73, 110, 118, 111, 105, 99, 101, 32, 67, 117, 115, 116, 111, 109, 101, 114, 32, 80, 97, 121, 109, 101, 110, 116, 32, 84, 121, 112, 101, 32, 61, 62, 32, 123, 73, 110, 118, 111, 105, 99, 101, 67, 117, 115, 116, 111, 109, 101, 114, 80, 97, 121, 109, 101, 110, 116, 84, 121, 112, 101, 125, 10, 73, 110, 118, 111, 105, 99, 101, 32, 67, 117, 115, 116, 111, 109, 101, 114, 32, 80, 97, 121, 109, 101, 110, 116, 32, 68, 97, 116, 101, 32, 61, 62, 32, 123, 73, 110, 118, 111, 105, 99, 101, 67, 117, 115, 116, 111, 109, 101, 114, 80, 97, 121, 109, 101, 110, 116, 68, 97, 116, 101, 125, 10, 86, 97, 108, 32, 70, 101, 101, 32, 61, 62, 32, 123, 71, 114, 111, 115, 115, 70, 101, 101, 125, 10, 10, 10, 76, 111, 114, 101, 109, 32, 105, 112, 115, 117, 109, 32, 100, 111, 108, 111, 114, 32, 115, 105, 116, 32, 97, 109, 101, 116, 44, 32, 99, 111, 110, 115, 101, 99, 116, 101, 116, 117, 114, 32, 97, 100, 105, 112, 105, 115, 99, 105, 110, 103, 32, 101, 108, 105, 116, 46, 32, 80, 101, 108, 108, 101, 110, 116, 101, 115, 113, 117, 101, 32, 101, 114, 97, 116, 32, 100, 105, 97, 109, 44, 32, 98, 108, 97, 110, 100, 105, 116, 32, 117, 116, 32, 116, 117, 114, 112, 105, 115, 32, 97, 44, 32, 118, 101, 104, 105, 99, 117, 108, 97, 32, 112, 111, 114, 116, 116, 105, 116, 111, 114, 32, 100, 117, 105, 46, 32, 83, 117, 115, 112, 101, 110, 100, 105, 115, 115, 101, 32, 101, 116, 32, 109, 97, 116, 116, 105, 115, 32, 110, 105, 115, 108, 46, 32, 77, 97, 101, 99, 101, 110, 97, 115, 32, 101, 103, 101, 115, 116, 97, 115, 32, 105, 110, 116, 101, 114, 100, 117, 109, 32, 113, 117, 97, 109, 44, 32, 99, 111, 109, 109, 111, 100, 111, 32, 115, 111, 108, 108, 105, 99, 105, 116, 117, 100, 105, 110, 32, 110, 117, 108, 108, 97, 32, 118, 105, 118, 101, 114, 114, 97, 32, 110, 101, 99, 46, 32, 86, 105, 118, 97, 109, 117, 115, 32, 102, 97, 99, 105, 108, 105, 115, 105, 115, 32, 115, 101, 109, 112, 101, 114, 32, 100, 117, 105, 32, 115, 101, 100, 32, 102, 105, 110, 105, 98, 117, 115, 46, 32, 10, 10, 10, 73, 110, 32, 109, 97, 103, 110, 97, 32, 108, 97, 99, 117, 115, 44, 32, 102, 101, 117, 103, 105, 97, 116, 32, 117, 116, 32, 97, 114, 99, 117, 32, 105, 100, 44, 32, 99, 111, 110, 100, 105, 109, 101, 110, 116, 117, 109, 32, 99, 111, 109, 109, 111, 100, 111, 32, 106, 117, 115, 116, 111, 46, 32, 67, 117, 114, 97, 98, 105, 116, 117, 114, 32, 97, 116, 32, 97, 117, 103, 117, 101, 32, 101, 110, 105, 109, 46, 32, 80, 104, 97, 115, 101, 108, 108, 117, 115, 32, 117, 108, 116, 114, 105, 99, 105, 101, 115, 32, 100, 105, 103, 110, 105, 115, 115, 105, 109, 32, 101, 120, 44, 32, 116, 105, 110, 99, 105, 100, 117, 110, 116, 32, 99, 111, 110, 115, 101, 99, 116, 101, 116, 117, 114, 32, 116, 117, 114, 112, 105, 115, 32, 101, 117, 105, 115, 109, 111, 100, 32, 97, 116, 46, 32, 80, 104, 97, 115, 101, 108, 108, 117, 115, 32, 114, 104, 111, 110, 99, 117, 115, 32, 109, 97, 120, 105, 109, 117, 115, 32, 109, 97, 117, 114, 105, 115, 32, 118, 101, 108, 32, 99, 111, 110, 118, 97, 108, 108, 105, 115, 46, 32, 86, 101, 115, 116, 105, 98, 117, 108, 117, 109, 32, 97, 110, 116, 101, 32, 105, 112, 115, 117, 109, 32, 112, 114, 105, 109, 105, 115, 32, 105, 110, 32, 102, 97, 117, 99, 105, 98, 117, 115, 32, 111, 114, 99, 105, 32, 108, 117, 99, 116, 117, 115, 32, 101, 116, 32, 117, 108, 116, 114, 105, 99, 101, 115, 32, 112, 111, 115, 117, 101, 114, 101, 32, 99, 117, 98, 105, 108, 105, 97, 32, 67, 117, 114, 97, 101, 46, 93, 32, 105, 115, 32, 109, 101, 114, 103, 105, 110, 103, 32, 116, 104, 101, 32, 116, 97, 103, 115, 32, 102, 111, 114, 32, 99, 97, 115, 101, 32, 81, 85, 48, 55, 54, 56, 54, 56, 46]`', src/parsed_line.rs:1033:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5601e86f6850 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5601e86f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5601e86f6850 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5601e86f6850 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5601e871923c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5601e86f38c5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5601e86f89bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5601e86f89bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5601e86f89bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5601e86f84cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5601e86f9084 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5601e86f8b67 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5601e86f6d4c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5601e86f8ac9 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5601e853ab51 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5601e8717b58 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x5601e857445e - core::panicking::assert_failed::hc6de976caa6fc645 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5601e854a6f0 - log_file_processor::parsed_line::real_log_line_tests::notification_template_test::ha33cd1f969d42145 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:1033:9 [INFO] [stdout] 18: 0x5601e854a13a - log_file_processor::parsed_line::real_log_line_tests::notification_template_test::{{closure}}::hdaba8aa57e730ee7 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:1006:5 [INFO] [stdout] 19: 0x5601e856c42e - core::ops::function::FnOnce::call_once::h8f514b64a958ce52 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5601e85a3213 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5601e85a3213 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5601e85a1ca0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5601e85a1ca0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5601e85a1ca0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5601e85a1ca0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5601e85a1ca0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5601e85a1ca0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5601e85a1ca0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5601e857b262 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5601e857b262 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5601e857eeb8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5601e857eeb8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5601e857eeb8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5601e857eeb8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5601e857eeb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5601e86fdc17 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7f3c123c4609 - start_thread [INFO] [stdout] 42: 0x7f3c1251b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- parsed_line::trailing_kvps_tests::with_quoted_kvp_that_spans_lines_returns_kvp_with_newlines stdout ---- [INFO] [stdout] thread 'parsed_line::trailing_kvps_tests::with_quoted_kvp_that_spans_lines_returns_kvp_with_newlines' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[66, 97, 114, 32, 66, 97, 114, 50, 32, 66, 97, 114, 51]`, [INFO] [stdout] right: `[66, 97, 114, 10, 66, 97, 114, 50, 10, 66, 97, 114, 51]`', src/parsed_line.rs:752:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5601e86f6850 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5601e86f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5601e86f6850 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5601e86f6850 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5601e871923c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5601e86f38c5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x5601e86f89bb - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5601e86f89bb - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5601e86f89bb - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5601e86f84cc - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5601e86f9084 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5601e86f8b67 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5601e86f6d4c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5601e86f8ac9 - rust_begin_unwind [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5601e853ab51 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5601e8717b58 - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x5601e85740fe - core::panicking::assert_failed::h91ed85870964221f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5601e8560794 - log_file_processor::parsed_line::trailing_kvps_tests::with_quoted_kvp_that_spans_lines_returns_kvp_with_newlines::hde8d4a7736393320 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:752:9 [INFO] [stdout] 18: 0x5601e856048a - log_file_processor::parsed_line::trailing_kvps_tests::with_quoted_kvp_that_spans_lines_returns_kvp_with_newlines::{{closure}}::h627e8943d8f2e144 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:745:5 [INFO] [stdout] 19: 0x5601e856cb6e - core::ops::function::FnOnce::call_once::hb36f405cb426b89c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5601e85a3213 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5601e85a3213 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x5601e85a1ca0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x5601e85a1ca0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x5601e85a1ca0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x5601e85a1ca0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x5601e85a1ca0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x5601e85a1ca0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x5601e85a1ca0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5601e857b262 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5601e857b262 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x5601e857eeb8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x5601e857eeb8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x5601e857eeb8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x5601e857eeb8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x5601e857eeb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x5601e857eeb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x5601e86fdc17 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5601e86fdc17 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/432e145bd5a974c5b6f4dd9b352891bd7502b69d/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7f3c123c4609 - start_thread [INFO] [stdout] 42: 0x7f3c1251b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] parsed_line::message_extraction_tests::with_message_with_newlines_extracts_message [INFO] [stdout] parsed_line::real_log_line_tests::audit_client_test [INFO] [stdout] parsed_line::real_log_line_tests::capacity_service_test [INFO] [stdout] parsed_line::real_log_line_tests::capacity_service_test2 [INFO] [stdout] parsed_line::real_log_line_tests::capacity_service_test3 [INFO] [stdout] parsed_line::real_log_line_tests::capacity_service_test4 [INFO] [stdout] parsed_line::real_log_line_tests::case_service_test [INFO] [stdout] parsed_line::real_log_line_tests::notification_template_test [INFO] [stdout] parsed_line::trailing_kvps_tests::with_quoted_kvp_that_spans_lines_returns_kvp_with_newlines [INFO] [stdout] [INFO] [stdout] test result: FAILED. 134 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin log-file-processor' [INFO] running `Command { std: "docker" "inspect" "613eb21f903547ea55a319514ea22c38bd78f3b838805293bd56349f58fb67f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "613eb21f903547ea55a319514ea22c38bd78f3b838805293bd56349f58fb67f5", kill_on_drop: false }` [INFO] [stdout] 613eb21f903547ea55a319514ea22c38bd78f3b838805293bd56349f58fb67f5