[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhilipDaniels%2Flog-file-processor" "/workspace/builds/worker-16/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-16/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PhilipDaniels/log-file-processor on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-16/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-16/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustc-demangle v0.1.11 [INFO] [stderr] Downloaded parking_lot v0.7.0 [INFO] [stderr] Downloaded backtrace-sys v0.1.26 [INFO] [stderr] Downloaded clicolors-control v0.3.1 [INFO] [stderr] Downloaded console v0.7.1 [INFO] [stderr] Downloaded indicatif v0.10.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9bd75c86dacf7ecad099c5a9db05c7deafe6ea9310f8cd84e6dd155439fa435 [INFO] running `Command { std: "docker" "start" "-a" "b9bd75c86dacf7ecad099c5a9db05c7deafe6ea9310f8cd84e6dd155439fa435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9bd75c86dacf7ecad099c5a9db05c7deafe6ea9310f8cd84e6dd155439fa435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9bd75c86dacf7ecad099c5a9db05c7deafe6ea9310f8cd84e6dd155439fa435", kill_on_drop: false }` [INFO] [stdout] b9bd75c86dacf7ecad099c5a9db05c7deafe6ea9310f8cd84e6dd155439fa435 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e10a324d49b62646fe7385cf9e9d4a95262b9b65289b68beefa8b8357cbdcda4 [INFO] running `Command { std: "docker" "start" "-a" "e10a324d49b62646fe7385cf9e9d4a95262b9b65289b68beefa8b8357cbdcda4", 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 lazy_static v1.2.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling num-traits v0.2.6 [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 serde v1.0.82 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling clicolors-control v0.3.1 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling dirs v1.0.4 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling number_prefix v0.2.8 [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 13.88s [INFO] running `Command { std: "docker" "inspect" "e10a324d49b62646fe7385cf9e9d4a95262b9b65289b68beefa8b8357cbdcda4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e10a324d49b62646fe7385cf9e9d4a95262b9b65289b68beefa8b8357cbdcda4", kill_on_drop: false }` [INFO] [stdout] e10a324d49b62646fe7385cf9e9d4a95262b9b65289b68beefa8b8357cbdcda4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a2e3056392d9e3b02c6825422c016a681b405df38a76e7a1b295446e2ef4381 [INFO] running `Command { std: "docker" "start" "-a" "2a2e3056392d9e3b02c6825422c016a681b405df38a76e7a1b295446e2ef4381", 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 2.05s [INFO] running `Command { std: "docker" "inspect" "2a2e3056392d9e3b02c6825422c016a681b405df38a76e7a1b295446e2ef4381", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a2e3056392d9e3b02c6825422c016a681b405df38a76e7a1b295446e2ef4381", kill_on_drop: false }` [INFO] [stdout] 2a2e3056392d9e3b02c6825422c016a681b405df38a76e7a1b295446e2ef4381 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 56e53e75e059c6f8a20c25ce4ba1c179474ab7fc4eb64841a67e012ce38bea5f [INFO] running `Command { std: "docker" "start" "-a" "56e53e75e059c6f8a20c25ce4ba1c179474ab7fc4eb64841a67e012ce38bea5f", 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-4c87d7b037992749) [INFO] [stdout] [INFO] [stdout] running 143 tests [INFO] [stdout] test byte_extensions::tests::trim_left ... ok [INFO] [stdout] test byte_extensions::tests::trim_right ... ok [INFO] [stdout] test byte_extensions::tests::trim_right_while ... ok [INFO] [stdout] test byte_extensions::tests::trim_while ... ok [INFO] [stdout] test byte_extensions::tests::trim_left_while ... 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::kvp_collection_tests::get_value_works_case_insensitively ... 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 kvp::next_kvp_tests::for_key_and_unclosed_quote_and_cr ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_unclosed_quote_and_remainder2 ... 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_remainder4 ... 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_unclosed_quote_only ... 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_value ... 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_and_cr ... 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_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_key_and_value_in_closed_quotes_but_empty ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_whitespace ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_and_value_in_closed_quotes_but_whitespace ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_only ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_key_only_and_remainder ... 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_whitespce ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_log_level_and_cr ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_log_level_and_remainder ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_log_level_only ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_non_kvp_word_and_remainder ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_non_kvp_word_and_cr ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_non_kvp_word_only ... ok [INFO] [stdout] test kvp::next_kvp_tests::for_whitespace_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_empty_slice ... 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_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_unclosed_quote_only ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_unclosed_quote_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_and_value_and_remainder ... 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_and_remainder2 ... 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_in_closed_quotes_but_empty ... 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_only ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_only_and_remainder ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_only_and_whitespce ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_non_kvp_word_and_cr ... 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 kvp::prev_kvp_tests::for_key_and_value_in_closed_quotes_only ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_quoted_message_only ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_and_value_only ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_h1_returns_error ... ok [INFO] [stdout] test kvp::prev_kvp_tests::for_key_only_and_cr ... 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_mon2_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_s1_returns_error ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::short_line_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_sep2_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_s2_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_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_sep6_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_y2_returns_error ... 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_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::extract_log_date_tests::with_invalid_y1_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::leading_kvps_tests::with_prologue_and_no_message_returns_kvps_and_log_level ... 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::leading_kvps_tests::with_prologue_containing_kpvs_returns_kvps ... ok [INFO] [stdout] test parsed_line::extract_log_date_tests::with_invalid_y3_returns_error ... ok [INFO] [stdout] test parsed_line::message_extraction_tests::with_no_trailing_kvps ... ok [INFO] [stdout] test parsed_line::message_extraction_tests::with_no_message_sets_message_to_empty ... 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_log_level_returns_appropriate_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::string_to_utc_datetime_tests::for_date ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_date_and_time_to_second_accuracy ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_empty ... 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_time_with_seconds ... ok [INFO] [stdout] test parsed_line::message_extraction_tests::with_incomplete_prologue_sets_message_to_empty ... 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_standard_log_date ... 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::trailing_kvps_tests::with_trailing_kvp_quoted_value ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_today ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_time_without_seconds ... ok [INFO] [stdout] test parsed_line::white_space_tests::trims_whitespace_from_both_ends ... ok [INFO] [stdout] test parsed_line::white_space_tests::whitespace_line_returns_error ... ok [INFO] [stdout] test profiles::vec_tests::vec_add_column_for_column_not_present ... ok [INFO] [stdout] test parsed_line::trailing_kvps_tests::with_trailing_kvp_standard_value ... ok [INFO] [stdout] test parsed_line::white_space_tests::blank_line_returns_error ... ok [INFO] [stdout] test profiles::configuration_tests::add_alternate_column_for_key_not_present_adds ... ok [INFO] [stdout] test profiles::configuration_tests::add_alternate_column_for_key_present_and_column_not_present_adds ... ok [INFO] [stdout] test profiles::configuration_tests::add_alternate_column_for_key_present_and_column_present_does_not_add ... ok [INFO] [stdout] test profiles::configuration_tests::add_column_for_column_that_does_not_exist ... ok [INFO] [stdout] test profiles::configuration_tests::add_column_for_column_that_exists ... ok [INFO] [stdout] test profiles::configuration_tests::has_column_for_matching_alternate_column ... 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 profiles::configuration_tests::has_column_for_matching_column ... ok [INFO] [stdout] test parsed_line::string_to_utc_datetime_tests::for_yesterday ... ok [INFO] [stdout] test profiles::vec_tests::vec_has_column_for_same_case ... ok [INFO] [stdout] test parsed_line::real_log_line_tests::capacity_service_test4 ... 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_test3 ... FAILED [INFO] [stdout] test parsed_line::real_log_line_tests::notification_template_test ... 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::trailing_kvps_tests::with_quoted_kvp_that_spans_lines_returns_kvp_with_newlines ... 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_test2 ... FAILED [INFO] [stdout] test configuration::get_config_tests::override_profile_adds_alternate_columns ... ok [INFO] [stdout] test configuration::get_config_tests::override_profile_adds_columns ... 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_name_and_quiet_are_set_correctly ... 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_max_message_length_correctly ... ok [INFO] [stdout] test configuration::get_config_tests::sets_command_line_arguments_quiet_correctly ... ok [INFO] [stdout] [INFO] [stdout] failures: [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: 0x55fee8ae859d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fee8ae859d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fee8ae859d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55fee8ae859d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55fee8b0db8c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55fee8ae3e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55fee8aea877 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55fee8aea877 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55fee8aea877 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55fee8aea5ac - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55fee8aeafc9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55fee8aeacb7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55fee8ae8a64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55fee8aea9c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55fee892f673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55fee8b0c748 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55fee896ceee - core::panicking::assert_failed::h2ab9fb45049c9fab [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55fee893a15f - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test4::h15eaa08b34fdd7e7 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:921:9 [INFO] [stdout] 18: 0x55fee8939d4a - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test4::{{closure}}::h339d7d51bf924d91 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:907:5 [INFO] [stdout] 19: 0x55fee8965b9e - core::ops::function::FnOnce::call_once::hb78db3eb41aa3c02 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fee899d523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fee899d523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55fee899c204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55fee899c204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fee899c204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55fee899c204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55fee899c204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55fee899c204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55fee899c204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55fee89a5b21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55fee89a5b21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55fee897219f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fee897219f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55fee897219f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55fee897219f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55fee897219f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55fee8af0cb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f29dd316609 - start_thread [INFO] [stdout] 42: 0x7f29dd46b163 - 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: 0x55fee8ae859d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fee8ae859d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fee8ae859d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55fee8ae859d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55fee8b0db8c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55fee8ae3e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55fee8aea877 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55fee8aea877 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55fee8aea877 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55fee8aea5ac - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55fee8aeafc9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55fee8aeacb7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55fee8ae8a64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55fee8aea9c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55fee892f673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55fee8b0c748 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55fee896cbea - core::panicking::assert_failed::h0c456d0b3626db78 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55fee893af7c - log_file_processor::parsed_line::real_log_line_tests::case_service_test::h073e9ddf60292c0a [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:945:9 [INFO] [stdout] 18: 0x55fee893ab7a - log_file_processor::parsed_line::real_log_line_tests::case_service_test::{{closure}}::hd64460d17a504f80 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:936:5 [INFO] [stdout] 19: 0x55fee89661fe - core::ops::function::FnOnce::call_once::he238986af9754722 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fee899d523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fee899d523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55fee899c204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55fee899c204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fee899c204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55fee899c204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55fee899c204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55fee899c204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55fee899c204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55fee89a5b21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55fee89a5b21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55fee897219f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fee897219f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55fee897219f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55fee897219f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55fee897219f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55fee8af0cb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f29dd316609 - start_thread [INFO] [stdout] 42: 0x7f29dd46b163 - 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: 0x55fee8ae859d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fee8ae859d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fee8ae859d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55fee8ae859d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55fee8b0db8c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55fee8ae3e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55fee8aea877 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55fee8aea877 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55fee8aea877 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55fee8aea5ac - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55fee8aeafc9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55fee8aeacb7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55fee8ae8a64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55fee8aea9c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55fee892f673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55fee8b0c748 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55fee896ce2e - core::panicking::assert_failed::h25b8edbe37380c5f [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55fee8939364 - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test3::hb0391bf8ca5c04ca [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:892:9 [INFO] [stdout] 18: 0x55fee8938d0a - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test3::{{closure}}::h1c55bc72679eb444 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:863:5 [INFO] [stdout] 19: 0x55fee89651be - core::ops::function::FnOnce::call_once::h63a683e066d4c480 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fee899d523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fee899d523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55fee899c204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55fee899c204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fee899c204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55fee899c204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55fee899c204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55fee899c204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55fee899c204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55fee89a5b21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55fee89a5b21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55fee897219f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fee897219f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55fee897219f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55fee897219f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55fee897219f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55fee8af0cb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f29dd316609 - start_thread [INFO] [stdout] 42: 0x7f29dd46b163 - 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: 0x55fee8ae859d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fee8ae859d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fee8ae859d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55fee8ae859d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55fee8b0db8c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55fee8ae3e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55fee8aea877 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55fee8aea877 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55fee8aea877 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55fee8aea5ac - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55fee8aeafc9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55fee8aeacb7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55fee8ae8a64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55fee8aea9c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55fee892f673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55fee8b0c748 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55fee896ce2e - core::panicking::assert_failed::h25b8edbe37380c5f [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55fee893d8c5 - log_file_processor::parsed_line::real_log_line_tests::notification_template_test::h187c3fb79d63034f [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:1033:9 [INFO] [stdout] 18: 0x55fee893d32a - log_file_processor::parsed_line::real_log_line_tests::notification_template_test::{{closure}}::h86ba576f29a65127 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:1006:5 [INFO] [stdout] 19: 0x55fee896443e - core::ops::function::FnOnce::call_once::h1ee7edb91d4636c9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fee899d523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fee899d523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55fee899c204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55fee899c204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fee899c204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55fee899c204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55fee899c204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55fee899c204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55fee899c204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55fee89a5b21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55fee89a5b21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55fee897219f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fee897219f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55fee897219f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55fee897219f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55fee897219f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55fee8af0cb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f29dd316609 - start_thread [INFO] [stdout] 42: 0x7f29dd46b163 - 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: 0x55fee8ae859d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fee8ae859d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fee8ae859d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55fee8ae859d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55fee8b0db8c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55fee8ae3e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55fee8aea877 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55fee8aea877 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55fee8aea877 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55fee8aea5ac - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55fee8aeafc9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55fee8aeacb7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55fee8ae8a64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55fee8aea9c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55fee892f673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55fee8b0c748 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55fee896cbea - core::panicking::assert_failed::h0c456d0b3626db78 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55fee893739c - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test::hed18878e456bc3fc [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:815:9 [INFO] [stdout] 18: 0x55fee8936f9a - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test::{{closure}}::h05a9be1db3748c80 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:806:5 [INFO] [stdout] 19: 0x55fee8964a9e - core::ops::function::FnOnce::call_once::h4150d317b2362fa5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fee899d523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fee899d523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55fee899c204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55fee899c204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fee899c204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55fee899c204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55fee899c204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55fee899c204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55fee899c204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55fee89a5b21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55fee89a5b21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55fee897219f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fee897219f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55fee897219f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55fee897219f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55fee897219f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55fee8af0cb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f29dd316609 - start_thread [INFO] [stdout] 42: 0x7f29dd46b163 - 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: 0x55fee8ae859d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fee8ae859d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fee8ae859d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55fee8ae859d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55fee8b0db8c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55fee8ae3e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55fee8aea877 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55fee8aea877 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55fee8aea877 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55fee8aea5ac - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55fee8aeafc9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55fee8aeacb7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55fee8ae8a64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55fee8aea9c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55fee892f673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55fee8b0c748 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55fee896cbea - core::panicking::assert_failed::h0c456d0b3626db78 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55fee893bf6b - log_file_processor::parsed_line::real_log_line_tests::audit_client_test::h2ae2fe4f7c0bfea2 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:982:9 [INFO] [stdout] 18: 0x55fee893ba0a - log_file_processor::parsed_line::real_log_line_tests::audit_client_test::{{closure}}::h9e6bcc5c5f33e94b [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:960:5 [INFO] [stdout] 19: 0x55fee89649fe - core::ops::function::FnOnce::call_once::h3d3bc85ad2533fdf [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fee899d523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fee899d523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55fee899c204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55fee899c204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fee899c204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55fee899c204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55fee899c204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55fee899c204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55fee899c204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55fee89a5b21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55fee89a5b21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55fee897219f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fee897219f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55fee897219f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55fee897219f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55fee897219f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55fee8af0cb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f29dd316609 - start_thread [INFO] [stdout] 42: 0x7f29dd46b163 - 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: 0x55fee8ae859d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fee8ae859d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fee8ae859d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55fee8ae859d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55fee8b0db8c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55fee8ae3e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55fee8aea877 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55fee8aea877 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55fee8aea877 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55fee8aea5ac - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55fee8aeafc9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55fee8aeacb7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55fee8ae8a64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55fee8aea9c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55fee892f673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55fee8b0c748 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55fee896d72e - core::panicking::assert_failed::hdbfefe18a5dacd79 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55fee8955fb0 - log_file_processor::parsed_line::trailing_kvps_tests::with_quoted_kvp_that_spans_lines_returns_kvp_with_newlines::hba7169f8b72f1457 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:752:9 [INFO] [stdout] 18: 0x55fee8955cba - log_file_processor::parsed_line::trailing_kvps_tests::with_quoted_kvp_that_spans_lines_returns_kvp_with_newlines::{{closure}}::h3cde21c5adb32171 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:745:5 [INFO] [stdout] 19: 0x55fee8965b5e - core::ops::function::FnOnce::call_once::hb73b2b09f2834407 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fee899d523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fee899d523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55fee899c204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55fee899c204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fee899c204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55fee899c204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55fee899c204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55fee899c204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55fee899c204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55fee89a5b21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55fee89a5b21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55fee897219f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fee897219f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55fee897219f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55fee897219f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55fee897219f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55fee8af0cb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f29dd316609 - start_thread [INFO] [stdout] 42: 0x7f29dd46b163 - 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: 0x55fee8ae859d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fee8ae859d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fee8ae859d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55fee8ae859d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55fee8b0db8c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55fee8ae3e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55fee8aea877 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55fee8aea877 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55fee8aea877 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55fee8aea5ac - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55fee8aeafc9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55fee8aeacb7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55fee8ae8a64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55fee8aea9c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55fee892f673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55fee8b0c748 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55fee896d18e - core::panicking::assert_failed::h63083c626b371341 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55fee8959257 - log_file_processor::parsed_line::message_extraction_tests::with_message_with_newlines_extracts_message::ha744d127745c2cf7 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:797:9 [INFO] [stdout] 18: 0x55fee89590fa - log_file_processor::parsed_line::message_extraction_tests::with_message_with_newlines_extracts_message::{{closure}}::h02c87e5228104d4c [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:794:5 [INFO] [stdout] 19: 0x55fee8964c1e - core::ops::function::FnOnce::call_once::h4846d3759e25fc64 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fee899d523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fee899d523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55fee899c204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55fee899c204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fee899c204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55fee899c204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55fee899c204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55fee899c204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55fee899c204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55fee89a5b21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55fee89a5b21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55fee897219f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fee897219f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55fee897219f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55fee897219f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55fee897219f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55fee8af0cb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f29dd316609 - start_thread [INFO] [stdout] 42: 0x7f29dd46b163 - clone [INFO] [stdout] 43: 0x0 - [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: 0x55fee8ae859d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55fee8ae859d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fee8ae859d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55fee8ae859d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55fee8b0db8c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55fee8ae3e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55fee8aea877 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55fee8aea877 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55fee8aea877 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55fee8aea5ac - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55fee8aeafc9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55fee8aeacb7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55fee8ae8a64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55fee8aea9c9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55fee892f673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55fee8b0c748 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x55fee896ce2e - core::panicking::assert_failed::h25b8edbe37380c5f [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55fee8938142 - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test2::h909a42c2787b7ff2 [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:846:9 [INFO] [stdout] 18: 0x55fee8937c9a - log_file_processor::parsed_line::real_log_line_tests::capacity_service_test2::{{closure}}::hdf32a541b07330dc [INFO] [stdout] at /opt/rustwide/workdir/src/parsed_line.rs:829:5 [INFO] [stdout] 19: 0x55fee896437e - core::ops::function::FnOnce::call_once::h18cd0e4133929e01 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55fee899d523 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fee899d523 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55fee899c204 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x55fee899c204 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55fee899c204 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55fee899c204 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55fee899c204 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55fee899c204 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55fee899c204 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55fee89a5b21 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55fee89a5b21 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55fee897219f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55fee897219f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55fee897219f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55fee897219f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55fee897219f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55fee897219f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x55fee8af0cb3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55fee8af0cb3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f29dd316609 - start_thread [INFO] [stdout] 42: 0x7f29dd46b163 - 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 1.55s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin log-file-processor' [INFO] running `Command { std: "docker" "inspect" "56e53e75e059c6f8a20c25ce4ba1c179474ab7fc4eb64841a67e012ce38bea5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56e53e75e059c6f8a20c25ce4ba1c179474ab7fc4eb64841a67e012ce38bea5f", kill_on_drop: false }` [INFO] [stdout] 56e53e75e059c6f8a20c25ce4ba1c179474ab7fc4eb64841a67e012ce38bea5f