[INFO] cloning repository https://github.com/192d-Wing/syslog-usg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/192d-Wing/syslog-usg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F192d-Wing%2Fsyslog-usg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F192d-Wing%2Fsyslog-usg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7fdaa0a8ac1dc0824be2081db39916510eb8ddc7
[INFO] testing 192d-Wing/syslog-usg against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F192d-Wing%2Fsyslog-usg" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/192d-Wing/syslog-usg
[INFO] finished tweaking git repo https://github.com/192d-Wing/syslog-usg
[INFO] tweaked toml for git repo https://github.com/192d-Wing/syslog-usg written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/192d-Wing/syslog-usg on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/192d-Wing/syslog-usg already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded syslog_loose v0.23.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.42
[INFO] [stderr]   Downloaded sketches-ddsketch v0.3.1
[INFO] [stderr]   Downloaded syslog_rfc5424 v0.10.0
[INFO] [stderr]   Downloaded rand_xoshiro v0.7.0
[INFO] [stderr]   Downloaded metrics v0.24.3
[INFO] [stderr]   Downloaded metrics-util v0.20.1
[INFO] [stderr]   Downloaded metrics-exporter-prometheus v0.18.1
[INFO] [stderr]   Downloaded proptest v1.10.0
[INFO] [stderr]   Downloaded zerocopy v0.8.42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb
[INFO] running `Command { std: "docker" "start" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling sketches-ddsketch v0.3.1
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.18.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand_xoshiro v0.7.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling syslog-proto v0.1.0 (/opt/rustwide/workdir/crates/syslog-proto)
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling syslog-parse v0.1.0 (/opt/rustwide/workdir/crates/syslog-parse)
[INFO] [stderr]    Compiling syslog-mgmt v0.1.0 (/opt/rustwide/workdir/crates/syslog-mgmt)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling metrics v0.24.3
[INFO] [stderr]    Compiling syslog-config v0.1.0 (/opt/rustwide/workdir/crates/syslog-config)
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling metrics-util v0.20.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling syslog-sign v0.1.0 (/opt/rustwide/workdir/crates/syslog-sign)
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling syslog-transport v0.1.0 (/opt/rustwide/workdir/crates/syslog-transport)
[INFO] [stderr]    Compiling syslog-relay v0.1.0 (/opt/rustwide/workdir/crates/syslog-relay)
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling syslog-observe v0.1.0 (/opt/rustwide/workdir/crates/syslog-observe)
[INFO] [stderr]    Compiling syslog-server v0.1.0 (/opt/rustwide/workdir/crates/syslog-server)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
[INFO] running `Command { std: "docker" "inspect" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling syslog_rfc5424 v0.10.0
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling syslog-observe v0.1.0 (/opt/rustwide/workdir/crates/syslog-observe)
[INFO] [stderr]    Compiling syslog-relay v0.1.0 (/opt/rustwide/workdir/crates/syslog-relay)
[INFO] [stderr]    Compiling syslog-config v0.1.0 (/opt/rustwide/workdir/crates/syslog-config)
[INFO] [stderr]    Compiling syslog-server v0.1.0 (/opt/rustwide/workdir/crates/syslog-server)
[INFO] [stderr]    Compiling syslog-mgmt v0.1.0 (/opt/rustwide/workdir/crates/syslog-mgmt)
[INFO] [stderr]    Compiling syslog-proto v0.1.0 (/opt/rustwide/workdir/crates/syslog-proto)
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling syslog-sign v0.1.0 (/opt/rustwide/workdir/crates/syslog-sign)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.10.0
[INFO] [stderr]    Compiling syslog-integration-tests v0.1.0 (/opt/rustwide/workdir/tests/integration)
[INFO] [stderr]    Compiling syslog-interop-tests v0.1.0 (/opt/rustwide/workdir/tests/interop)
[INFO] [stderr]    Compiling syslog_loose v0.23.0
[INFO] [stderr]    Compiling syslog-parse v0.1.0 (/opt/rustwide/workdir/crates/syslog-parse)
[INFO] [stderr]    Compiling syslog-transport v0.1.0 (/opt/rustwide/workdir/crates/syslog-transport)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.01s
[INFO] running `Command { std: "docker" "inspect" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syslog_config-04ecb4303f41b6cc)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test convert::tests::convert_action_type_console ... ok
[INFO] [stdout] test convert::tests::convert_action_type_remote_udp ... ok
[INFO] [stdout] test convert::tests::convert_action_type_remote_bad_protocol ... ok
[INFO] [stdout] test convert::tests::convert_empty_selector ... ok
[INFO] [stdout] test convert::tests::convert_selector_bad_severity ... ok
[INFO] [stdout] test convert::tests::convert_selector_with_severity ... ok
[INFO] [stdout] test convert::tests::convert_selector_bad_facility ... ok
[INFO] [stdout] test convert::tests::convert_selector_with_facilities ... ok
[INFO] [stdout] test convert::tests::convert_full_action ... ok
[INFO] [stdout] test tests::test_load_config_file_not_found ... ok
[INFO] [stdout] test tests::test_minimal_config ... ok
[INFO] [stdout] test tests::test_signing_pri_ranges_empty_rejected ... ok
[INFO] [stdout] test tests::test_signing_per_pri_sg_mode_accepted ... ok
[INFO] [stdout] test tests::test_env_var_default_in_config ... ok
[INFO] [stdout] test tests::test_empty_bind_address_fails ... ok
[INFO] [stdout] test tests::test_allowed_sources_empty_accepted ... ok
[INFO] [stdout] test tests::test_empty_output_name_fails ... ok
[INFO] [stdout] test tests::test_allowed_sources_default_omitted ... ok
[INFO] [stdout] test tests::test_signing_custom_sg_mode_rejected ... ok
[INFO] [stdout] test tests::test_substitute_no_vars ... ok
[INFO] [stdout] test tests::test_substitute_unterminated_brace ... ok
[INFO] [stdout] test tests::test_load_config_from_file ... ok
[INFO] [stdout] test tests::test_allowed_sources_valid_accepted ... ok
[INFO] [stdout] test tests::test_signing_global_sg_mode_accepted ... ok
[INFO] [stdout] test tests::test_signing_pri_ranges_invalid_range_rejected ... ok
[INFO] [stdout] test tests::test_signing_pri_ranges_sg_mode_accepted ... ok
[INFO] [stdout] test tests::test_allowed_sources_invalid_ip_rejected ... ok
[INFO] [stdout] test tests::test_substitute_bare_dollar ... ok
[INFO] [stdout] test tests::test_substitute_known_var ... ok
[INFO] [stdout] test tests::test_substitute_missing_var_errors ... ok
[INFO] [stdout] test tests::test_signing_pri_ranges_out_of_bounds_rejected ... ok
[INFO] [stdout] test tests::test_substitute_var_with_default_when_unset ... ok
[INFO] [stdout] test tests::test_full_config ... ok
[INFO] [stdout] test convert::tests::convert_selector_bad_hostname_pattern ... ok
[INFO] [stdout] test tests::test_tls_listener_without_tls_section_fails ... ok
[INFO] [stdout] test tests::test_tls_output_without_tls_section_fails ... ok
[INFO] [stdout] test tests::test_substitute_var_with_default_when_set ... ok
[INFO] [stdout] test tests::test_zero_channel_buffer_fails ... ok
[INFO] [stdout] test tests::test_zero_max_message_size_fails ... ok
[INFO] [stdout] test convert::tests::convert_selector_with_hostname_pattern ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running end_to_end.rs (/opt/rustwide/target/debug/deps/end_to_end-6432474158eb0df9)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test severity_filter_drops_debug_messages ... ok
[INFO] [stdout] test signing_produces_signature_blocks ... ok
[INFO] [stdout] test file_output_receives_messages ... ok
[INFO] [stdout] test buffer_output_stores_messages ... ok
[INFO] [stdout] test dtls_listener_end_to_end ... ok
[INFO] [stdout] test tcp_end_to_end ... ok
[INFO] [stdout] test udp_end_to_end ... ok
[INFO] [stdout] test tcp_multiple_messages ... ok
[INFO] [stdout] test pipeline_filter_integration ... ok
[INFO] [stderr]      Running hardening.rs (/opt/rustwide/target/debug/deps/hardening-33d7d5c66fdcc52c)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test codec_back_to_back_frames ... ok
[INFO] [stdout] test codec_empty_frame_len ... ok
[INFO] [stdout] test codec_empty_input ... ok
[INFO] [stdout] test codec_frame_too_large ... ok
[INFO] [stdout] test codec_non_digit_in_length ... ok
[INFO] [stdout] test codec_zero_length_frame ... ok
[INFO] [stdout] test codec_excessive_length_digits ... ok
[INFO] [stdout] test codec_encode_decode_large_frame ... ok
[INFO] [stdout] test parse_control_chars_in_fields ... ok
[INFO] [stdout] test parse_empty_input ... ok
[INFO] [stdout] test parse_deeply_nested_sd_params ... ok
[INFO] [stdout] test parse_invalid_timestamps ... ok
[INFO] [stdout] test parse_invalid_version ... ok
[INFO] [stdout] test parse_all_facilities_and_severities ... ok
[INFO] [stdout] test parse_many_sd_elements ... ok
[INFO] [stdout] test parse_pri_non_digits ... ok
[INFO] [stdout] test parse_single_byte_inputs ... ok
[INFO] [stdout] test parse_pri_out_of_range ... ok
[INFO] [stdout] test parse_maximum_length_fields ... ok
[INFO] [stdout] test parse_malformed_structured_data ... ok
[INFO] [stdout] test parse_no_pri ... ok
[INFO] [stdout] test parse_sd_with_all_escape_sequences ... ok
[INFO] [stdout] test parse_truncated_pri ... ok
[INFO] [stdout] test parse_truncated_header_fields ... ok
[INFO] [stdout] test parse_utf8_bom_in_message_body ... ok
[INFO] [stdout] test parse_rfc3164_edge_cases ... ok
[INFO] [stdout] test parse_too_many_sd_elements_rejected ... ok
[INFO] [stdout] test parse_various_timestamp_formats ... ok
[INFO] [stdout] test parse_sd_empty_param_value ... ok
[INFO] [stdout] test tcp_back_to_back_frames_single_write ... ok
[INFO] [stdout] test tcp_connection_drop_mid_frame ... ok
[INFO] [stdout] test tcp_invalid_frame_header ... ok
[INFO] [stdout] test udp_large_message ... ok
[INFO] [stdout] test tcp_oversized_frame_rejected ... ok
[INFO] [stdout] test pipeline_filters_debug_passes_emergency ... ok
[INFO] [stdout] test tcp_mixed_valid_invalid_messages ... ok
[INFO] [stdout] test udp_malformed_packets_dont_crash ... ok
[INFO] [stdout] test graceful_shutdown_during_udp_traffic ... ok
[INFO] [stdout] test tcp_multiple_connections_concurrent ... ok
[INFO] [stdout] test tcp_partial_frame_delivery ... ok
[INFO] [stdout] test udp_rapid_fire_messages ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s
[INFO] [stdout] 
[INFO] [stderr]      Running lifecycle.rs (/opt/rustwide/target/debug/deps/lifecycle-bcb545ba519aa934)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test config_detects_log_level_change ... ok
[INFO] [stdout] test config_detects_listener_changes ... ok
[INFO] [stdout] test filtered_messages_dont_block_shutdown ... ok
[INFO] [stdout] test drain_timeout_pipeline_completes_within_timeout ... ok
[INFO] [stdout] test pipeline_drains_buffered_messages_on_shutdown ... ok
[INFO] [stdout] test pipeline_stops_when_ingress_dropped ... ok
[INFO] [stdout] test pipeline_stops_when_shutdown_handle_dropped ... ok
[INFO] [stdout] test pipeline_drains_ingress_with_small_channel ... ok
[INFO] [stdout] test rapid_shutdown_signals_are_idempotent ... ok
[INFO] [stdout] test reload_config_invalid_file_on_disk ... ok
[INFO] [stdout] test reload_malformed_toml_returns_error ... ok
[INFO] [stdout] test reload_config_file_on_disk ... ok
[INFO] [stdout] test reload_minimal_config_uses_defaults ... ok
[INFO] [stdout] test reload_invalid_config_returns_error ... ok
[INFO] [stdout] test reload_missing_config_file_returns_error ... ok
[INFO] [stdout] test shutdown_with_no_messages ... ok
[INFO] [stdout] test reload_valid_config_from_string ... ok
[INFO] [stdout] test rapid_config_reloads_stable ... ok
[INFO] [stdout] test concurrent_ingress_and_shutdown_no_deadlock ... ok
[INFO] [stdout] test tcp_listener_stops_after_shutdown ... ok
[INFO] [stdout] test udp_listener_stops_after_shutdown ... ok
[INFO] [stdout] test reload_custom_drain_timeout ... ok
[INFO] [stdout] test drain_timeout_aborts_stuck_pipeline ... ok
[INFO] [stdout] test shutdown_during_active_tcp_ingestion ... ok
[INFO] [stdout] test shutdown_during_active_udp_ingestion ... ok
[INFO] [stdout] test full_lifecycle_udp_start_ingest_shutdown_drain ... ok
[INFO] [stdout] test full_lifecycle_tcp_start_ingest_shutdown_drain ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr]      Running interop_tests.rs (/opt/rustwide/target/debug/deps/interop-8f2e929f0e9f2e74)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test parallel_rsyslog_and_syslog_ng_tcp ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test parallel_rsyslog_and_syslog_ng_udp ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_burst_traffic ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_large_message ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_multiple_facilities_and_severities ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_rfc3164_over_tcp ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_rfc5424_over_tcp ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_rfc5424_over_udp ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_tcp_reconnect_behavior ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_timestamp_precision ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_utf8_message ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test rsyslog_various_app_names ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test syslog_ng_burst_traffic ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test syslog_ng_large_message ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test syslog_ng_rfc3164_over_tcp ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test syslog_ng_rfc5424_over_tcp ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test syslog_ng_rfc5424_over_udp ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] test syslog_ng_utf8_message ... ignored, requires Docker with container-to-host networking
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 18 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syslog_mgmt-e220b79995606b83)
[INFO] [stdout] 
[INFO] [stdout] running 106 tests
[INFO] [stdout] test action::tests::console_action_construction ... ok
[INFO] [stdout] test action::tests::discard_action_construction ... ok
[INFO] [stdout] test action::tests::file_action_construction ... ok
[INFO] [stdout] test action::tests::action_with_description ... ok
[INFO] [stdout] test convention::tests::all_facilities_returns_24_entries ... ok
[INFO] [stdout] test action::tests::transport_protocol_equality ... ok
[INFO] [stdout] test action::tests::remote_tcp_action ... ok
[INFO] [stdout] test action::tests::remote_action_construction ... ok
[INFO] [stdout] test action::tests::remote_tls_action ... ok
[INFO] [stdout] test convention::tests::facility_name_returns_rfc5427_names ... ok
[INFO] [stdout] test convention::tests::facility_count_is_24 ... ok
[INFO] [stdout] test action::tests::transport_protocol_display ... ok
[INFO] [stdout] test convention::tests::max_message_size_is_2048 ... ok
[INFO] [stdout] test convention::tests::severity_count_is_8 ... ok
[INFO] [stdout] test convention::tests::syslog_mib_oid_prefix_is_correct ... ok
[INFO] [stdout] test convention::tests::severity_name_returns_rfc5427_names ... ok
[INFO] [stdout] test feature::tests::bitwise_difference ... ok
[INFO] [stdout] test feature::tests::bitwise_intersection ... ok
[INFO] [stdout] test feature::tests::bitwise_union ... ok
[INFO] [stdout] test feature::tests::empty_features ... ok
[INFO] [stdout] test feature::tests::flag_names_empty ... ok
[INFO] [stdout] test feature::tests::flag_names_multiple ... ok
[INFO] [stdout] test feature::tests::combined_features ... ok
[INFO] [stdout] test feature::tests::flag_names_single ... ok
[INFO] [stdout] test feature::tests::signing_flag ... ok
[INFO] [stdout] test feature::tests::single_dtls_transport ... ok
[INFO] [stdout] test feature::tests::single_tls_transport ... ok
[INFO] [stdout] test feature::tests::single_tcp_transport ... ok
[INFO] [stdout] test feature::tests::single_udp_transport ... ok
[INFO] [stdout] test model::tests::add_action_increases_count ... ok
[INFO] [stdout] test model::tests::default_config_is_empty ... ok
[INFO] [stdout] test feature::tests::relay_flag ... ok
[INFO] [stdout] test model::tests::matching_actions_empty_config_returns_empty ... ok
[INFO] [stdout] test model::tests::matching_actions_filters_by_facility ... ok
[INFO] [stdout] test model::tests::matching_actions_filters_by_severity ... ok
[INFO] [stdout] test feature::tests::default_relay_features ... ok
[INFO] [stdout] test model::tests::matching_actions_multiple_messages ... ok
[INFO] [stdout] test model::tests::matching_actions_none_match ... ok
[INFO] [stdout] test model::tests::matching_actions_returns_all_matching ... ok
[INFO] [stdout] test model::tests::matching_actions_with_remote_action ... ok
[INFO] [stdout] test model::tests::new_config_is_empty ... ok
[INFO] [stdout] test action::tests::buffer_action_construction ... ok
[INFO] [stdout] test model::tests::with_features_sets_features ... ok
[INFO] [stdout] test error::tests::invalid_action_displays ... ok
[INFO] [stdout] test error::tests::invalid_pattern_displays ... ok
[INFO] [stdout] test error::tests::invalid_selector_displays ... ok
[INFO] [stdout] test feature::tests::serialize_empty_features ... ok
[INFO] [stdout] test pattern::tests::invalid_regex_returns_error ... ok
[INFO] [stdout] test error::tests::regex_error_displays_and_has_source ... ok
[INFO] [stdout] test feature::tests::serialize_features_to_json ... ok
[INFO] [stdout] test pattern::tests::valid_simple_pattern ... ok
[INFO] [stdout] test selector::tests::app_name_pattern_matches ... ok
[INFO] [stdout] test selector::tests::combined_selector_all_match ... ok
[INFO] [stdout] test model::tests::matching_actions_with_app_name_pattern ... ok
[INFO] [stdout] test pattern::tests::matches_case_sensitive_by_default ... ok
[INFO] [stdout] test pattern::tests::valid_regex_pattern ... ok
[INFO] [stdout] test pattern::tests::matches_simple_string ... ok
[INFO] [stdout] test selector::tests::default_selector_matches_all ... ok
[INFO] [stdout] test selector::tests::facility_filter_matches ... ok
[INFO] [stdout] test selector::tests::empty_selector_matches_all ... ok
[INFO] [stdout] test selector::tests::hostname_pattern_matches ... ok
[INFO] [stdout] test pattern::tests::as_str_returns_original_pattern ... ok
[INFO] [stdout] test pattern::tests::empty_pattern_matches_everything ... ok
[INFO] [stdout] test selector::tests::combined_selector_one_fails ... ok
[INFO] [stdout] test selector::tests::app_name_pattern_rejects ... ok
[INFO] [stdout] test pattern::tests::matches_special_chars ... ok
[INFO] [stdout] test model::tests::matching_actions_with_hostname_pattern ... ok
[INFO] [stdout] test selector::tests::app_name_pattern_rejects_nil_app_name ... ok
[INFO] [stdout] test model::tests::matching_actions_complex_selector ... ok
[INFO] [stdout] test selector::tests::facility_filter_rejects ... ok
[INFO] [stdout] test pattern::tests::matches_anchored_pattern ... ok
[INFO] [stdout] test pattern::tests::matches_with_case_insensitive_flag ... ok
[INFO] [stdout] test selector::tests::hostname_pattern_rejects ... ok
[INFO] [stdout] test selector::tests::invalid_app_name_pattern_returns_error ... ok
[INFO] [stdout] test selector::tests::invalid_hostname_pattern_returns_error ... ok
[INFO] [stdout] test selector::tests::max_severity_matches ... ok
[INFO] [stdout] test selector::tests::max_severity_rejects_more_urgent ... ok
[INFO] [stdout] test selector::tests::min_severity_matches ... ok
[INFO] [stdout] test selector::tests::min_severity_rejects_less_urgent ... ok
[INFO] [stdout] test selector::tests::severity_range_matches ... ok
[INFO] [stdout] test state::tests::atomic_counters_new_are_zero ... ok
[INFO] [stdout] test state::tests::atomic_increment_dropped ... ok
[INFO] [stdout] test state::tests::atomic_increment_malformed ... ok
[INFO] [stdout] test selector::tests::hostname_pattern_rejects_nil_hostname ... ok
[INFO] [stdout] test state::tests::atomic_increment_received ... ok
[INFO] [stdout] test state::tests::atomic_multiple_increments ... ok
[INFO] [stdout] test state::tests::atomic_snapshot_is_consistent_point_in_time ... ok
[INFO] [stdout] test state::tests::default_counters_are_zero ... ok
[INFO] [stdout] test state::tests::increment_dropped ... ok
[INFO] [stdout] test state::tests::increment_forwarded ... ok
[INFO] [stdout] test state::tests::message_counters_serialize ... ok
[INFO] [stdout] test state::tests::increment_malformed ... ok
[INFO] [stdout] test state::tests::new_counters_are_zero ... ok
[INFO] [stdout] test state::tests::atomic_counters_default_are_zero ... ok
[INFO] [stdout] test state::tests::atomic_increment_forwarded ... ok
[INFO] [stdout] test state::tests::saturating_increment ... ok
[INFO] [stdout] test state::tests::increment_received ... ok
[INFO] [stdout] test state::tests::shared_state_clone_shares_counters ... ok
[INFO] [stdout] test state::tests::shared_state_construction ... ok
[INFO] [stdout] test state::tests::shared_state_uptime ... ok
[INFO] [stdout] test state::tests::shared_state_features ... ok
[INFO] [stdout] test state::tests::state_construction ... ok
[INFO] [stdout] test state::tests::state_counters_are_mutable ... ok
[INFO] [stdout] test state::tests::state_uptime_is_non_negative ... ok
[INFO] [stdout] test state::tests::total_errors ... ok
[INFO] [stdout] test state::tests::total_processed ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 106 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syslog_observe-dfa8c70ee15320f5)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test logging::tests::invalid_filter_returns_error ... ok
[INFO] [stdout] test metrics::tests::label_constants_are_non_empty ... ok
[INFO] [stdout] test metrics::tests::metric_name_constants_have_syslog_prefix ... ok
[INFO] [stdout] test health::tests::mgmt_features_returns_json_array ... ok
[INFO] [stdout] test health::tests::health_state_with_management_is_ready ... ok
[INFO] [stdout] test health::tests::metrics_endpoint_returns_text ... ok
[INFO] [stdout] test health::tests::readyz_returns_503_when_not_ready ... ok
[INFO] [stdout] test health::tests::mgmt_counters_start_at_zero ... ok
[INFO] [stdout] test health::tests::metrics_returns_401_without_token ... ok
[INFO] [stdout] test health::tests::mgmt_features_empty_when_no_flags ... ok
[INFO] [stdout] test health::tests::healthz_returns_200 ... ok
[INFO] [stdout] test health::tests::healthz_accessible_without_token_when_auth_enabled ... ok
[INFO] [stdout] test health::tests::mgmt_endpoints_not_present_without_state ... ok
[INFO] [stdout] test health::tests::mgmt_counters_returns_json ... ok
[INFO] [stdout] test health::tests::metrics_returns_200_with_correct_token ... ok
[INFO] [stdout] test health::tests::mgmt_state_includes_uptime ... ok
[INFO] [stdout] test health::tests::mgmt_state_returns_json ... ok
[INFO] [stdout] test health::tests::readyz_returns_200_when_ready ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syslog_parse-3a4ad09a02286ceb)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test detect::tests::detect_rfc3164 ... ok
[INFO] [stdout] test detect::tests::detect_rfc5424 ... ok
[INFO] [stdout] test detect::tests::empty_input ... ok
[INFO] [stdout] test detect::tests::missing_pri ... ok
[INFO] [stdout] test octet_counting::tests::empty_input ... ok
[INFO] [stdout] test octet_counting::tests::leading_space ... ok
[INFO] [stdout] test octet_counting::tests::msg_len_leading_zeros_rejected ... ok
[INFO] [stdout] test octet_counting::tests::msg_len_zero_rejected ... ok
[INFO] [stdout] test octet_counting::tests::no_space ... ok
[INFO] [stdout] test octet_counting::tests::msg_len_at_max_accepted ... ok
[INFO] [stdout] test octet_counting::tests::valid_frame ... ok
[INFO] [stdout] test octet_counting::tests::msg_len_exceeds_max_rejected ... ok
[INFO] [stdout] test rfc3164::heuristics::tests::bsd_timestamp_detection ... ok
[INFO] [stdout] test octet_counting::tests::single_digit ... ok
[INFO] [stdout] test rfc3164::heuristics::tests::parse_months ... ok
[INFO] [stdout] test rfc3164::parser::tests::parse_basic_bsd ... ok
[INFO] [stdout] test rfc3164::parser::tests::parse_bsd_with_pid ... ok
[INFO] [stdout] test rfc3164::parser::tests::parse_bsd_minimal ... ok
[INFO] [stdout] test rfc5424::msg::tests::bom_only ... ok
[INFO] [stdout] test rfc5424::msg::tests::msg_with_bom ... ok
[INFO] [stdout] test rfc5424::msg::tests::msg_at_offset ... ok
[INFO] [stdout] test rfc5424::msg::tests::no_msg ... ok
[INFO] [stdout] test rfc5424::msg::tests::plain_msg ... ok
[INFO] [stdout] test rfc5424::parser::tests::minimal_message ... ok
[INFO] [stdout] test rfc5424::parser::tests::rfc5424_example3 ... ok
[INFO] [stdout] test rfc5424::parser::tests::rfc5424_example1 ... ok
[INFO] [stdout] test rfc5424::serializer::tests::push_decimal_values ... ok
[INFO] [stdout] test rfc5424::structured_data::tests::escape_bracket ... ok
[INFO] [stdout] test rfc5424::parser::tests::with_message_body ... ok
[INFO] [stdout] test rfc5424::structured_data::tests::multiple_elements ... ok
[INFO] [stdout] test rfc5424::structured_data::tests::nilvalue ... ok
[INFO] [stdout] test rfc5424::serializer::tests::serialize_uses_raw_when_available ... ok
[INFO] [stdout] test rfc5424::structured_data::tests::malformed_no_closing_bracket ... ok
[INFO] [stdout] test rfc5424::structured_data::tests::single_element_no_params ... ok
[INFO] [stdout] test rfc5424::structured_data::tests::single_element_with_params ... ok
[INFO] [stdout] test rfc5424::serializer::tests::serialize_minimal ... ok
[INFO] [stdout] test rfc5424::structured_data::tests::escape_sequences ... ok
[INFO] [stdout] test rfc5424::structured_data::tests::invalid_escape ... ok
[INFO] [stdout] test rfc5424::serializer::tests::serialize_with_body ... ok
[INFO] [stderr]      Running tests/differential.rs (/opt/rustwide/target/debug/deps/differential-7a344227db919065)
[INFO] [stdout] test rfc5424::structured_data::tests::escape_backslash ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test differential_structured_data_escapes ... ok
[INFO] [stdout] test roundtrip_fidelity ... ok
[INFO] [stdout] test differential_loose_known_vectors ... ok
[INFO] [stdout] test differential_all_pri_values ... ok
[INFO] [stdout] test timestamp_fractional_seconds ... ok
[INFO] [stdout] test differential_rfc5424_known_vectors ... ok
[INFO] [stdout] test all_parsers_no_panic_on_arbitrary_input ... ok
[INFO] [stdout] test differential_proptest_rfc5424_vs_reference ... ok
[INFO] [stdout] test differential_proptest_vs_loose ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/proptest_parse.rs (/opt/rustwide/target/debug/deps/proptest_parse-b55d0d00f1cfe463)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test msg_id_too_long_rejected ... ok
[INFO] [stdout] test bsd_parse_preserves_pri ... ok
[INFO] [stdout] test nil_timestamp_roundtrips ... ok
[INFO] [stdout] test pri_out_of_range_rejected ... ok
[INFO] [stdout] test pri_value_always_in_range ... ok
[INFO] [stdout] test hostname_too_long_rejected ... ok
[INFO] [stdout] test app_name_too_long_rejected ... ok
[INFO] [stdout] test structured_data_arbitrary_bytes_no_panic ... ok
[INFO] [stdout] test proc_id_too_long_rejected ... ok
[INFO] [stdout] test valid_rfc5424_always_parses ... ok
[INFO] [stdout] test parse_is_deterministic ... ok
[INFO] [stdout] test rfc5424_roundtrip_preserves_fields ... ok
[INFO] [stdout] test parse_auto_never_panics ... ok
[INFO] [stdout] test parse_strict_never_panics ... ok
[INFO] [stdout] test valid_structured_data_always_parses ... ok
[INFO] [stdout] test parse_rfc3164_never_panics ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syslog_proto-3a3805d2fc41b562)
[INFO] [stdout] 
[INFO] [stdout] running 117 tests
[INFO] [stdout] test alarm::tests::alarm_with_all_optional_fields ... ok
[INFO] [stdout] test alarm::tests::alarm_to_sd_element_roundtrip_full ... ok
[INFO] [stdout] test alarm::tests::extract_alarm_returns_none_with_other_elements ... ok
[INFO] [stdout] test alarm::tests::extract_alarm_returns_none_when_missing ... ok
[INFO] [stdout] test alarm::tests::invalid_event_type_value ... ok
[INFO] [stdout] test alarm::tests::itu_event_type_all_codes ... ok
[INFO] [stdout] test alarm::tests::extract_alarm_finds_alarm_in_sd ... ok
[INFO] [stdout] test alarm::tests::itu_event_type_from_code_roundtrip ... ok
[INFO] [stdout] test alarm::tests::alarm_with_no_optional_fields ... ok
[INFO] [stdout] test alarm::tests::alarm_to_sd_element_roundtrip_minimal ... ok
[INFO] [stdout] test alarm::tests::itu_event_type_invalid_code ... ok
[INFO] [stdout] test alarm::tests::invalid_perceived_severity_value ... ok
[INFO] [stdout] test alarm::tests::missing_event_type_field ... ok
[INFO] [stdout] test alarm::tests::itu_event_type_from_str_invalid ... ok
[INFO] [stdout] test alarm::tests::missing_perceived_severity_field ... ok
[INFO] [stdout] test alarm::tests::missing_resource_field ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_cleared_maps_to_informational ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_critical_maps_to_critical ... ok
[INFO] [stdout] test alarm::tests::itu_event_type_from_str_roundtrip ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_indeterminate_maps_to_critical ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_is_at_least ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_from_str_roundtrip ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_major_maps_to_error ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_invalid_string ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_ord ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_partial_ord_consistent ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_minor_maps_to_warning ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_urgency_rank ... ok
[INFO] [stdout] test alarm::tests::perceived_severity_warning_maps_to_notice ... ok
[INFO] [stdout] test alarm::tests::trend_indication_invalid ... ok
[INFO] [stdout] test alarm::tests::trend_indication_roundtrip ... ok
[INFO] [stdout] test app_name::tests::invalid_char_rejected ... ok
[INFO] [stdout] test app_name::tests::empty_rejected ... ok
[INFO] [stdout] test app_name::tests::nil_display ... ok
[INFO] [stdout] test app_name::tests::max_length_accepted ... ok
[INFO] [stdout] test app_name::tests::too_long_rejected ... ok
[INFO] [stdout] test app_name::tests::valid_app_name ... ok
[INFO] [stdout] test app_name::tests::value_display ... ok
[INFO] [stdout] test facility::tests::all_facilities_have_correct_codes ... ok
[INFO] [stdout] test facility::tests::display_matches_name ... ok
[INFO] [stdout] test facility::tests::serde_roundtrip ... ok
[INFO] [stdout] test facility::tests::try_from_str_aliases ... ok
[INFO] [stdout] test facility::tests::try_from_str_case_insensitive ... ok
[INFO] [stdout] test facility::tests::try_from_str_canonical ... ok
[INFO] [stdout] test facility::tests::try_from_str_unknown ... ok
[INFO] [stdout] test hostname::tests::empty_rejected ... ok
[INFO] [stdout] test facility::tests::try_from_u8_invalid ... ok
[INFO] [stdout] test facility::tests::try_from_u8_valid ... ok
[INFO] [stdout] test hostname::tests::invalid_char_rejected ... ok
[INFO] [stdout] test hostname::tests::nil_display ... ok
[INFO] [stdout] test hostname::tests::too_long_rejected ... ok
[INFO] [stdout] test hostname::tests::value_display ... ok
[INFO] [stdout] test hostname::tests::valid_hostname ... ok
[INFO] [stdout] test message::tests::estimated_size_nil_fields ... ok
[INFO] [stdout] test hostname::tests::max_length_accepted ... ok
[INFO] [stdout] test message::tests::estimated_size_with_raw ... ok
[INFO] [stdout] test message::tests::estimated_size_without_raw ... ok
[INFO] [stdout] test message::tests::pri_computation ... ok
[INFO] [stdout] test message_id::tests::empty_rejected ... ok
[INFO] [stdout] test message_id::tests::invalid_char_rejected ... ok
[INFO] [stdout] test message_id::tests::nil_display ... ok
[INFO] [stdout] test message::tests::serde_roundtrip ... ok
[INFO] [stdout] test message_id::tests::max_length_accepted ... ok
[INFO] [stdout] test message_id::tests::too_long_rejected ... ok
[INFO] [stdout] test message_id::tests::valid_message_id ... ok
[INFO] [stdout] test pri::tests::boundary_values ... ok
[INFO] [stdout] test pri::tests::decode_roundtrip ... ok
[INFO] [stdout] test message_id::tests::value_display ... ok
[INFO] [stdout] test pri::tests::try_from_u8_valid ... ok
[INFO] [stdout] test pri::tests::new_encodes_correctly ... ok
[INFO] [stdout] test pri::tests::try_from_u8_invalid ... ok
[INFO] [stdout] test proc_id::tests::empty_rejected ... ok
[INFO] [stdout] test proc_id::tests::invalid_char_rejected ... ok
[INFO] [stdout] test proc_id::tests::max_length_accepted ... ok
[INFO] [stdout] test proc_id::tests::nil_display ... ok
[INFO] [stdout] test proc_id::tests::too_long_rejected ... ok
[INFO] [stdout] test proc_id::tests::value_display ... ok
[INFO] [stdout] test proc_id::tests::valid_proc_id ... ok
[INFO] [stdout] test sd_id::tests::display ... ok
[INFO] [stdout] test sd_id::tests::enterprise_empty_name_rejected ... ok
[INFO] [stdout] test sd_id::tests::enterprise_empty_pen_rejected ... ok
[INFO] [stdout] test sd_id::tests::empty_rejected ... ok
[INFO] [stdout] test sd_id::tests::enterprise_non_digit_pen_rejected ... ok
[INFO] [stdout] test sd_id::tests::enterprise_id ... ok
[INFO] [stdout] test sd_id::tests::equality ... ok
[INFO] [stdout] test sd_id::tests::invalid_chars_rejected ... ok
[INFO] [stdout] test sd_id::tests::max_length_accepted ... ok
[INFO] [stdout] test sd_id::tests::registered_id ... ok
[INFO] [stdout] test severity::tests::aliases_contain_canonical_name ... ok
[INFO] [stdout] test severity::tests::all_severities_have_correct_codes ... ok
[INFO] [stdout] test sd_id::tests::too_long_rejected ... ok
[INFO] [stdout] test severity::tests::display_matches_name ... ok
[INFO] [stdout] test severity::tests::is_at_least ... ok
[INFO] [stdout] test severity::tests::ordering_emergency_is_greatest ... ok
[INFO] [stdout] test severity::tests::try_from_str_canonical ... ok
[INFO] [stdout] test severity::tests::try_from_str_case_insensitive ... ok
[INFO] [stdout] test severity::tests::try_from_str_unknown ... ok
[INFO] [stdout] test severity::tests::try_from_u8_invalid ... ok
[INFO] [stdout] test severity::tests::try_from_u8_valid ... ok
[INFO] [stdout] test structured_data::tests::default_is_nil ... ok
[INFO] [stdout] test structured_data::tests::estimated_size_nonempty ... ok
[INFO] [stdout] test structured_data::tests::find_by_id ... ok
[INFO] [stdout] test structured_data::tests::iteration ... ok
[INFO] [stdout] test structured_data::tests::nil_structured_data ... ok
[INFO] [stdout] test structured_data::tests::param_value_lookup ... ok
[INFO] [stdout] test structured_data::tests::push_appends_element ... ok
[INFO] [stdout] test structured_data::tests::serde_roundtrip ... ok
[INFO] [stdout] test structured_data::tests::without_ids_removes_matching ... ok
[INFO] [stdout] test severity::tests::try_from_str_aliases ... ok
[INFO] [stdout] test structured_data::tests::without_ids_removes_multiple ... ok
[INFO] [stdout] test timestamp::tests::equality ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syslog_relay-bdc0f6462bbe7bc9)
[INFO] [stdout] test timestamp::tests::serde_roundtrip_value ... ok
[INFO] [stdout] test timestamp::tests::value_displays_rfc3339 ... ok
[INFO] [stdout] test alarm::tests::itu_event_type_as_itu_str ... ok
[INFO] [stdout] test timestamp::tests::serde_roundtrip_nil ... ok
[INFO] [stdout] test severity::tests::serde_roundtrip ... ok
[INFO] [stdout] test timestamp::tests::nil_displays_as_dash ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 117 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 91 tests
[INFO] [stdout] test alarm_filter::tests::alarm_filter_name ... ok
[INFO] [stdout] test alarm_filter::tests::default_filter_passes_all_alarms ... ok
[INFO] [stdout] test alarm_filter::tests::combined_criteria_and_logic ... ok
[INFO] [stdout] test alarm_filter::tests::drop_policy_drops_non_alarm ... ok
[INFO] [stdout] test alarm_filter::tests::default_filter_passes_non_alarm ... ok
[INFO] [stdout] test alarm_filter::tests::empty_event_types_accepts_all ... ok
[INFO] [stdout] test alarm_filter::tests::empty_resource_patterns_accepts_all ... ok
[INFO] [stdout] test alarm_filter::tests::min_severity_filters_below_threshold ... ok
[INFO] [stdout] test alarm_filter::tests::non_alarm_policy_drop_with_criteria ... ok
[INFO] [stdout] test alarm_filter::tests::event_type_filter ... ok
[INFO] [stdout] test alarm_filter::tests::non_alarm_policy_pass_with_criteria ... ok
[INFO] [stdout] test alarm_state::tests::active_count_by_severity ... ok
[INFO] [stdout] test alarm_filter::tests::resource_pattern_filter ... ok
[INFO] [stdout] test alarm_state::tests::clear_nonexistent_returns_cleared ... ok
[INFO] [stdout] test alarm_state::tests::different_keys_tracked_separately ... ok
[INFO] [stdout] test alarm_state::tests::clear_removes_alarm ... ok
[INFO] [stdout] test alarm_state::tests::iter_active_returns_all ... ok
[INFO] [stdout] test alarm_state::tests::new_alarm_is_tracked ... ok
[INFO] [stdout] test alarm_state::tests::severity_change_detected ... ok
[INFO] [stdout] test alarm_state::tests::table_full_rejects_new ... ok
[INFO] [stdout] test alarm_state::tests::table_full_still_allows_updates ... ok
[INFO] [stdout] test alarm_state::tests::update_same_severity ... ok
[INFO] [stdout] test filter::tests::debug_threshold_passes_everything ... ok
[INFO] [stdout] test filter::tests::emergency_threshold_passes_only_emergency ... ok
[INFO] [stdout] test filter::tests::passes_messages_above_threshold ... ok
[INFO] [stdout] test filter::tests::threshold_accessor ... ok
[INFO] [stdout] test filter::tests::passes_messages_at_threshold ... ok
[INFO] [stdout] test output::tests::console_output_name ... ok
[INFO] [stdout] test output::tests::buffer_output_name ... ok
[INFO] [stdout] test output::tests::buffer_output_drops_oldest_when_full ... ok
[INFO] [stdout] test output::tests::file_output_name ... ok
[INFO] [stdout] test output::tests::forward_output_clear ... ok
[INFO] [stdout] test output::tests::drop_policy_display ... ok
[INFO] [stdout] test output::tests::buffer_output_stores_messages ... ok
[INFO] [stdout] test pipeline::tests::pipeline_empty_filters_passes_all ... ok
[INFO] [stdout] test pipeline::tests::pipeline_fans_out_to_multiple_outputs ... ok
[INFO] [stdout] test pipeline::tests::pipeline_forwards_to_output ... ok
[INFO] [stdout] test pipeline::tests::pipeline_alarm_filter_integration ... ok
[INFO] [stdout] test pipeline::tests::pipeline_filter_short_circuits ... ok
[INFO] [stdout] test output::tests::file_output_writes_message ... ok
[INFO] [stdout] test output::tests::forward_output_name ... ok
[INFO] [stdout] test pipeline::tests::pipeline_with_routing_multi_output ... ok
[INFO] [stdout] test pipeline::tests::pipeline_shared_state_routing_dropped_counter ... ok
[INFO] [stdout] test pipeline::tests::pipeline_with_signing_none_verification_none ... ok
[INFO] [stdout] test pipeline::tests::pipeline_shared_state_counters ... ok
[INFO] [stdout] test pipeline::tests::pipeline_multiple_filters_chain ... ok
[INFO] [stdout] test pipeline::tests::pipeline_signing_flushes_on_close ... ok
[INFO] [stdout] test pipeline::tests::pipeline_with_routing_selective_output ... ok
[INFO] [stdout] test pipeline::tests::pipeline_shutdown ... ok
[INFO] [stdout] test pipeline::tests::pipeline_with_routing_no_match_drops ... ok
[INFO] [stdout] test queue::tests::block_policy_does_not_drop ... ok
[INFO] [stdout] test output::tests::forward_output_collects_messages ... ok
[INFO] [stdout] test pipeline::tests::pipeline_with_signing_produces_sig_blocks ... ok
[INFO] [stdout] test pipeline::tests::pipeline_without_routing_fans_out ... ok
[INFO] [stdout] test queue::tests::drop_oldest_when_full ... ok
[INFO] [stdout] test routing::tests::empty_table_matches_nothing ... ok
[INFO] [stdout] test queue::tests::basic_push_pop ... ok
[INFO] [stdout] test pipeline::tests::pipeline_with_verification_passes_unsigned_when_permissive ... ok
[INFO] [stdout] test queue::tests::queue_accessors ... ok
[INFO] [stdout] test pipeline::tests::pipeline_with_verification_rejects_unsigned_when_configured ... ok
[INFO] [stdout] test queue::tests::try_pop_empty ... ok
[INFO] [stdout] test routing::tests::deduplication_of_indices ... ok
[INFO] [stdout] test queue::tests::drop_newest_when_full ... ok
[INFO] [stdout] test queue::tests::try_pop_after_push ... ok
[INFO] [stdout] test routing::tests::multiple_indices_per_rule ... ok
[INFO] [stdout] test routing::tests::multiple_rules_match ... ok
[INFO] [stdout] test pipeline::tests::pipeline_applies_filter ... ok
[INFO] [stdout] test routing::tests::rule_with_description ... ok
[INFO] [stdout] test routing::tests::single_rule_matches ... ok
[INFO] [stdout] test routing::tests::single_rule_no_match ... ok
[INFO] [stdout] test signing::tests::process_message_returns_original ... ok
[INFO] [stdout] test routing::tests::hostname_pattern_routing ... ok
[INFO] [stdout] test signing::tests::flush_empty_produces_nothing ... ok
[INFO] [stdout] test signing::tests::flush_produces_sig_block_for_pending ... ok
[INFO] [stdout] test routing::tests::no_matching_rules_returns_empty ... ok
[INFO] [stdout] test routing::tests::severity_based_routing ... ok
[INFO] [stdout] test verification::tests::pass_with_valid_signature ... ok
[INFO] [stdout] test signing::tests::signing_stage_debug ... ok
[INFO] [stdout] test signing::tests::process_produces_sig_block_when_full ... ok
[INFO] [stdout] test signing::tests::sig_block_message_has_correct_hostname ... ok
[INFO] [stdout] test verification::tests::reject_unverified_flag ... ok
[INFO] [stdout] test verification::tests::should_reject_unverified_when_configured ... ok
[INFO] [stdout] test verification::tests::should_forward_unverified_when_not_rejecting ... ok
[INFO] [stdout] test verification::tests::unverified_without_ssign ... ok
[INFO] [stdout] test signing::tests::signing_stage_with_certificate ... ok
[INFO] [stdout] test verification::tests::reject_with_wrong_key ... ok
[INFO] [stdout] test verification::tests::reject_replayed_signature_block ... ok
[INFO] [stdout] test verification::tests::verification_stage_debug ... ok
[INFO] [stdout] test verification::tests::reject_dsa_scheme_signature ... ok
[INFO] [stdout] test filter::tests::drops_messages_below_threshold ... ok
[INFO] [stdout] test output::tests::file_output_appends_multiple_messages ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- output::tests::file_output_appends_multiple_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'output::tests::file_output_appends_multiple_messages' (4079) panicked at crates/syslog-relay/src/output.rs:432:9:
[INFO] [stdout] assertion failed: r1.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63f9682c1718 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63f9682c1718 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63f9682c1718 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63f9682c1718 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63f9682d76ea - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63f9682d76ea - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x63f9682c6172 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63f9682c6172 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63f96829f006 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63f96829f006 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63f9682b9429 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63f967e3904c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x63f967e3904c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63f9682b96a2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x63f9682b96a2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63f96829f0f4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x63f968294069 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63f96829fddd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63f9682d7f5c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63f9682d7f22 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x63f967e16f87 - syslog_relay[5078c05599c6d594]::output::tests::file_output_appends_multiple_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/syslog-relay/src/output.rs:432:9
[INFO] [stdout]   21:     0x63f967d98b92 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x63f967d98c0d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63f967d6402d - <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   24:     0x63f967d63f2b - tokio[37529e3d5c9e031d]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x63f967d63f2b - tokio[37529e3d5c9e031d]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x63f967d63f2b - <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   27:     0x63f967d58050 - <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   28:     0x63f967d62e8d - <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   29:     0x63f967d62134 - <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   30:     0x63f967dc206b - <tokio[37529e3d5c9e031d]::runtime::context::scoped::Scoped<tokio[37529e3d5c9e031d]::runtime::scheduler::Context>>::set::<<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x63f967e128a9 - tokio[37529e3d5c9e031d]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x63f967e0dd52 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[37529e3d5c9e031d]::runtime::context::Context>>::try_with::<tokio[37529e3d5c9e031d]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   33:     0x63f967e0d8de - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[37529e3d5c9e031d]::runtime::context::Context>>::with::<tokio[37529e3d5c9e031d]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   34:     0x63f967e11f9d - tokio[37529e3d5c9e031d]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x63f967d60a50 - <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   36:     0x63f967d60d46 - <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   37:     0x63f967d61b90 - <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x63f967da2243 - tokio[37529e3d5c9e031d]::runtime::context::runtime::enter_runtime::<<tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x63f967d57b81 - <tokio[37529e3d5c9e031d]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x63f967dd2ca4 - <tokio[37529e3d5c9e031d]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   41:     0x63f967dd2e6f - <tokio[37529e3d5c9e031d]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   42:     0x63f967e1a723 - syslog_relay[5078c05599c6d594]::output::tests::file_output_appends_multiple_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/syslog-relay/src/output.rs:447:42
[INFO] [stdout]   43:     0x63f967e12d87 - syslog_relay[5078c05599c6d594]::output::tests::file_output_appends_multiple_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/syslog-relay/src/output.rs:423:53
[INFO] [stdout]   44:     0x63f967d3e8a6 - <syslog_relay[5078c05599c6d594]::output::tests::file_output_appends_multiple_messages::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x63f967e2c12b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x63f967e2c12b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x63f967e399a5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x63f967e399a5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x63f967e399a5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x63f967e399a5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x63f967e399a5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x63f967e399a5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x63f967e399a5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x63f967e332b4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x63f967e332b4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x63f967e3ca22 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x63f967e3ca22 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x63f967e3ca22 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x63f967e3ca22 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x63f967e3ca22 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x63f967e3ca22 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x63f967e3ca22 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x63f9682c0cff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   64:     0x63f9682c0cff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   65:     0x782583c4faa4 - <unknown>
[INFO] [stdout]   66:     0x782583cdca64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     output::tests::file_output_appends_multiple_messages
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 90 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p syslog-relay --lib`
[INFO] running `Command { std: "docker" "inspect" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb", kill_on_drop: false }`
[INFO] [stdout] 6f6e75d393eebe5e64c7318473c940f3121ca6451b48ee31e370549282bff1bb
