[INFO] fetching crate rocketmq-common 0.6.0...
[INFO] testing rocketmq-common-0.6.0 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate rocketmq-common 0.6.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate rocketmq-common 0.6.0
[INFO] finished tweaking crates.io crate rocketmq-common 0.6.0
[INFO] tweaked toml for crates.io crate rocketmq-common 0.6.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rocketmq-common 0.6.0 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rocketmq-common 0.6.0 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de1b660d66f9980d62368971edb3006cdc5c09671476a269f1513dc978a08d96
[INFO] running `Command { std: "docker" "start" "-a" "de1b660d66f9980d62368971edb3006cdc5c09671476a269f1513dc978a08d96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de1b660d66f9980d62368971edb3006cdc5c09671476a269f1513dc978a08d96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de1b660d66f9980d62368971edb3006cdc5c09671476a269f1513dc978a08d96", kill_on_drop: false }`
[INFO] [stdout] de1b660d66f9980d62368971edb3006cdc5c09671476a269f1513dc978a08d96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4917b56474321f0f6786376a7410b14081775fd1cb1e843f0ab0e34e9c4eabd9
[INFO] running `Command { std: "docker" "start" "-a" "4917b56474321f0f6786376a7410b14081775fd1cb1e843f0ab0e34e9c4eabd9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling thiserror v2.0.15
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling cc v1.2.21
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling trim-in-place v0.1.7
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling rust-ini v0.21.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling yaml-rust2 v0.10.2
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling hostname v0.4.1
[INFO] [stderr]    Compiling lz4_flex v0.11.5
[INFO] [stderr]    Compiling toml_parser v1.0.0
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.15
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling uuid-macro-internal v1.18.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling trait-variant v0.1.2
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling rocketmq-error v0.6.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling h2 v0.4.9
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling neli-proc-macros v0.1.4
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling erased-serde v0.4.6
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling tower-http v0.6.5
[INFO] [stderr]    Compiling toml v0.9.0
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling cheetah-string v0.1.6
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde-untagged v0.1.8
[INFO] [stderr]    Compiling config v0.15.14
[INFO] [stderr]    Compiling cron v0.15.0
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling hyper-util v0.1.13
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling rocketmq-rust v0.6.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling neli v0.6.5
[INFO] [stderr]    Compiling local-ip-address v0.6.5
[INFO] [stderr]    Compiling rocketmq-common v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 53s
[INFO] running `Command { std: "docker" "inspect" "4917b56474321f0f6786376a7410b14081775fd1cb1e843f0ab0e34e9c4eabd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4917b56474321f0f6786376a7410b14081775fd1cb1e843f0ab0e34e9c4eabd9", kill_on_drop: false }`
[INFO] [stdout] 4917b56474321f0f6786376a7410b14081775fd1cb1e843f0ab0e34e9c4eabd9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff40e6b56f0a1c65f9bbbc599de716377f7068604fb0627915ae98d41c2d5349
[INFO] running `Command { std: "docker" "start" "-a" "ff40e6b56f0a1c65f9bbbc599de716377f7068604fb0627915ae98d41c2d5349", kill_on_drop: false }`
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling fragile v2.0.1
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling mockall v0.13.1
[INFO] [stderr]    Compiling rocketmq-common v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 34.42s
[INFO] running `Command { std: "docker" "inspect" "ff40e6b56f0a1c65f9bbbc599de716377f7068604fb0627915ae98d41c2d5349", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff40e6b56f0a1c65f9bbbc599de716377f7068604fb0627915ae98d41c2d5349", kill_on_drop: false }`
[INFO] [stdout] ff40e6b56f0a1c65f9bbbc599de716377f7068604fb0627915ae98d41c2d5349
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ac6e9f0883ca78e6013003f8471b165f2d395c15e6e147a5536ff593ab3c56e6
[INFO] running `Command { std: "docker" "start" "-a" "ac6e9f0883ca78e6013003f8471b165f2d395c15e6e147a5536ff593ab3c56e6", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rocketmq_common-08fe009f22aef1bd)
[INFO] [stdout] 
[INFO] [stdout] running 305 tests
[INFO] [stdout] test common::attribute::attribute_parser::tests::test_parse_to_map_delete_attribute_format_error ... ok
[INFO] [stdout] test common::attribute::attribute_parser::tests::test_parse_to_map_empty_string ... ok
[INFO] [stdout] test common::attribute::attribute_parser::tests::test_parse_to_map_add_attribute_format_error ... ok
[INFO] [stdout] test common::attribute::attribute_parser::tests::test_parse_to_map_valid_attributes ... ok
[INFO] [stdout] test common::attribute::attribute_parser::tests::test_parse_to_map_key_duplication_error ... ok
[INFO] [stdout] test common::attribute::attribute_parser::tests::test_parse_to_string_empty_map ... ok
[INFO] [stdout] test common::attribute::attribute_util::tests::alter_current_attributes_delete_nonexistent_key ... ok
[INFO] [stdout] test common::attribute::bool_attribute::tests::create_boolean_attribute ... ok
[INFO] [stdout] test common::attribute::attribute_util::tests::alter_current_attributes_wrong_format_key ... ok
[INFO] [stdout] test common::attribute::bool_attribute::tests::parse_bool_invalid ... ok
[INFO] [stdout] test common::attribute::bool_attribute::tests::parse_bool_true ... ok
[INFO] [stdout] test common::attribute::bool_attribute::tests::parse_bool_false ... ok
[INFO] [stdout] test common::attribute::bool_attribute::tests::verify_invalid_value ... ok
[INFO] [stdout] test common::attribute::bool_attribute::tests::verify_empty_value ... ok
[INFO] [stdout] test common::attribute::bool_attribute::tests::verify_valid_false ... ok
[INFO] [stdout] test common::attribute::bool_attribute::tests::verify_valid_true ... ok
[INFO] [stdout] test common::attribute::cleanup_policy::tests::cleanup_policy_display ... ok
[INFO] [stdout] test common::attribute::cleanup_policy::tests::cleanup_policy_from_str ... ok
[INFO] [stdout] test common::attribute::cq_type::tests::test_from_str_batchcq ... ok
[INFO] [stdout] test common::attribute::cq_type::tests::test_from_str_invalid ... ok
[INFO] [stdout] test common::attribute::cq_type::tests::test_from_str_rocksdbcq ... ok
[INFO] [stdout] test common::attribute::cq_type::tests::test_from_str_simplecq ... ok
[INFO] [stdout] test common::attribute::long_range_attribute::tests::verify_value_above_range ... ok
[INFO] [stdout] test common::attribute::long_range_attribute::tests::create_long_range_attribute ... ok
[INFO] [stdout] test common::attribute::long_range_attribute::tests::verify_value_in_range ... ok
[INFO] [stdout] test common::attribute::long_range_attribute::tests::verify_value_below_range ... ok
[INFO] [stdout] test common::attribute::tests::attribute_not_changeable ... ok
[INFO] [stdout] test common::attribute::long_range_attribute::tests::parse_long_valid ... ok
[INFO] [stdout] test common::attribute::cleanup_policy::tests::cleanup_policy_from_str_invalid ... ok
[INFO] [stdout] test common::attribute::attribute_util::tests::alter_current_attributes_create_only_supports_add ... ok
[INFO] [stdout] test common::attribute::tests::create_new_attribute_base ... ok
[INFO] [stdout] test common::attribute::tests::set_attribute_changeable ... ok
[INFO] [stdout] test common::attribute::tests::set_attribute_name ... ok
[INFO] [stdout] test common::attribute::topic_attributes::tests::cleanup_policy_attribute_valid_values ... ok
[INFO] [stdout] test common::attribute::topic_attributes::tests::all_attributes_contains_all_defined_attributes ... ok
[INFO] [stdout] test common::attribute::topic_attributes::tests::cleanup_policy_attribute_default_value ... ok
[INFO] [stdout] test common::attribute::topic_attributes::tests::queue_type_attribute_valid_values ... ok
[INFO] [stdout] test common::attribute::topic_attributes::tests::queue_type_attribute_default_value ... ok
[INFO] [stdout] test common::attribute::topic_attributes::tests::topic_reserve_time_attribute_valid_range ... ok
[INFO] [stdout] test common::attribute::topic_message_type::tests::test_topic_message_type_set ... ok
[INFO] [stdout] test common::attribute::topic_message_type::tests::test_parse_from_message_property_delay ... ok
[INFO] [stdout] test common::attribute::topic_attributes::tests::topic_message_type_attribute_default_value ... ok
[INFO] [stdout] test common::attribute::topic_message_type::tests::test_get_metrics_value ... ok
[INFO] [stdout] test common::attribute::topic_message_type::tests::test_parse_from_message_property_normal ... ok
[INFO] [stdout] test common::broker::broker_role::tests::broker_role_async_master_deserialization ... ok
[INFO] [stdout] test common::attribute::topic_message_type::tests::test_parse_from_message_property_fifo ... ok
[INFO] [stdout] test common::broker::broker_role::tests::broker_role_async_master_serialization ... ok
[INFO] [stdout] test common::base::plain_access_config::tests::deserialize_plain_access_config ... ok
[INFO] [stdout] test common::base::plain_access_config::tests::plain_access_config_default_values ... ok
[INFO] [stdout] test common::attribute::topic_message_type::tests::test_parse_from_message_property_transaction ... ok
[INFO] [stdout] test common::base::plain_access_config::tests::plain_access_config_equality ... ok
[INFO] [stdout] test common::base::plain_access_config::tests::deserialize_plain_access_config_missing_optional_fields ... ok
[INFO] [stdout] test common::broker::broker_role::tests::broker_role_slave_deserialization ... ok
[INFO] [stdout] test common::broker::broker_role::tests::broker_role_invalid_deserialization ... ok
[INFO] [stdout] test common::broker::broker_role::tests::broker_role_slave_serialization ... ok
[INFO] [stdout] test common::base::plain_access_config::tests::serialize_plain_access_config ... ok
[INFO] [stdout] test common::config::tests::decode_topic_config ... ok
[INFO] [stdout] test common::config::tests::get_topic_message_type_from_attributes ... ok
[INFO] [stdout] test common::broker::broker_role::tests::broker_role_sync_master_serialization ... ok
[INFO] [stdout] test common::broker::broker_role::tests::broker_role_sync_master_deserialization ... ok
[INFO] [stdout] test common::config::tests::default_topic_config ... ok
[INFO] [stdout] test common::config::tests::encode_topic_config ... ok
[INFO] [stdout] test common::attribute::long_range_attribute::tests::parse_long_invalid ... ok
[INFO] [stdout] test common::config::tests::with_perm_topic_config ... ok
[INFO] [stdout] test common::config::tests::get_topic_message_type_normal ... ok
[INFO] [stdout] test common::config::tests::with_queues_topic_config ... ok
[INFO] [stdout] test common::consumer::consume_from_where::tests::deserialize_invalid_consume_from_where ... ok
[INFO] [stdout] test common::config::tests::with_sys_flag_topic_config ... ok
[INFO] [stdout] test common::constant::tests::test_is_inherit ... ok
[INFO] [stdout] test common::constant::tests::test_is_writable ... ok
[INFO] [stdout] test common::consumer::consume_from_where::tests::serialize_consume_from_where ... ok
[INFO] [stdout] test common::hasher::string_hasher::tests::hash_str_with_non_empty_string ... ok
[INFO] [stdout] test common::consumer::consume_from_where::tests::deserialize_consume_from_where ... ok
[INFO] [stdout] test common::hasher::string_hasher::tests::hash_str_with_special_characters ... ok
[INFO] [stdout] test common::constant::tests::test_is_priority ... ok
[INFO] [stdout] test common::constant::tests::test_is_readable ... ok
[INFO] [stdout] test common::hasher::string_hasher::tests::hash_str_with_empty_string ... ok
[INFO] [stdout] test common::message::message_client_id_setter::tests::get_uniq_id_returns_none_when_not_set ... ok
[INFO] [stdout] test common::message::message_client_id_setter::tests::unique_id_is_generated_correctly ... ok
[INFO] [stdout] test common::constant::tests::test_perm_2_string ... ok
[INFO] [stdout] test common::message::message_decoder::tests::count_inner_msg_num_counts_correctly_for_single_message ... ok
[INFO] [stdout] test common::message::message_decoder::tests::count_inner_msg_num_counts_correctly_for_multiple_messages ... ok
[INFO] [stdout] test common::message::message_client_id_setter::tests::unique_id_counter_increments_properly ... ok
[INFO] [stdout] test common::message::message_client_id_setter::tests::next_start_time_is_set_correctly_for_new_month ... ok
[INFO] [stdout] test common::attribute::topic_attributes::tests::topic_reserve_time_attribute_default_value ... ok
[INFO] [stdout] test common::hasher::string_hasher::tests::hash_str_with_long_string ... ok
[INFO] [stdout] test common::base::plain_access_config::tests::plain_access_config_inequality ... ok
[INFO] [stdout] test common::message::message_decoder::tests::count_inner_msg_num_ignores_incomplete_messages ... ok
[INFO] [stdout] test common::message::message_decoder::tests::count_inner_msg_num_counts_zero_for_no_messages ... ok
[INFO] [stdout] test common::message::message_decoder::tests::decode_message_id_ipv4 ... ok
[INFO] [stdout] test common::message::message_decoder::tests::decode_properties_returns_none_if_bytes_length_is_insufficient ... ok
[INFO] [stdout] test common::message::message_decoder::tests::decode_properties_returns_none_if_magic_code_is_invalid ... ok
[INFO] [stdout] test common::message::message_decoder::tests::decode_properties_returns_none_if_properties_length_is_insufficient ... ok
[INFO] [stdout] test common::message::message_decoder::tests::encode_uniquely_with_compression ... ok
[INFO] [stdout] test common::message::message_decoder::tests::encode_uniquely_with_empty_body ... ok
[INFO] [stdout] test common::message::message_decoder::tests::encode_uniquely_with_large_body ... ok
[INFO] [stdout] test common::message::message_decoder::tests::decode_properties_returns_none_if_body_size_is_insufficient ... ok
[INFO] [stdout] test common::attribute::cleanup_policy::tests::cleanup_policy_from_str_case_insensitive ... ok
[INFO] [stdout] test common::message::message_decoder::tests::decode_properties_returns_none_if_topic_length_is_insufficient ... ok
[INFO] [stdout] test common::attribute::topic_attributes::tests::topic_message_type_attribute_valid_values ... ok
[INFO] [stdout] test common::config::tests::new_topic_config ... ok
[INFO] [stdout] test common::message::message_decoder::tests::encode_with_compression ... ok
[INFO] [stdout] test common::message::message_decoder::tests::encode_with_empty_body ... ok
[INFO] [stdout] test common::message::message_decoder::tests::encode_uniquely_without_compression ... ok
[INFO] [stdout] test common::message::message_decoder::tests::encode_with_large_body ... ok
[INFO] [stdout] test common::message::message_client_id_setter::tests::start_time_is_set_correctly_for_new_month ... ok
[INFO] [stdout] test common::message::message_enum::tests::test_get_by_short_name ... ok
[INFO] [stdout] test common::message::message_enum::tests::deserialize_message_request_mode_pop ... ok
[INFO] [stdout] test common::message::message_enum::tests::deserialize_message_request_mode_pull ... ok
[INFO] [stdout] test common::message::message_enum::tests::serialize_message_request_mode_pop ... ok
[INFO] [stdout] test common::message::message_queue::test::message_queue_display_format ... ok
[INFO] [stdout] test common::message::message_enum::tests::serialize_message_request_mode_pull ... ok
[INFO] [stdout] test common::message::message_decoder::tests::encode_without_compression ... ok
[INFO] [stdout] test common::message::message_queue::test::set_topic_updates_topic ... ok
[INFO] [stdout] test common::message::message_queue::test::message_queue_ordering ... ok
[INFO] [stdout] test common::message::message_queue::test::set_broker_name_updates_broker_name ... ok
[INFO] [stdout] test common::mix_all::tests::generates_retry_topic_for_consumer_group ... ok
[INFO] [stdout] test common::message::message_enum::tests::test_get_name ... ok
[INFO] [stdout] test common::message::message_enum::tests::test_get_short_name ... ok
[INFO] [stdout] test common::message::message_queue::test::from_other_creates_identical_copy ... ok
[INFO] [stdout] test common::message::message_queue::test::from_parts_creates_message_queue_with_given_values ... ok
[INFO] [stdout] test common::message::message_queue::test::message_queue_equality ... ok
[INFO] [stdout] test common::message::message_queue::test::new_message_queue_has_default_values ... ok
[INFO] [stdout] test common::mq_version::tests::test_current_version ... ok
[INFO] [stdout] test common::mq_version::tests::test_overflow_clamp ... ok
[INFO] [stdout] test common::namesrv::namesrv_config::tests::test_get_all_configs_format_string ... ok
[INFO] [stdout] test common::message::message_queue::test::message_queue_inequality ... ok
[INFO] [stdout] test common::mix_all::tests::generates_retry_topic_for_empty_consumer_group ... ok
[INFO] [stdout] test common::mix_all::tests::identifies_sys_consumer_group ... ok
[INFO] [stdout] test common::message::message_enum::tests::deserialize_message_request_mode_invalid ... ok
[INFO] [stdout] test common::mix_all::tests::returns_false_for_non_lmq_prefixed_metadata ... ok
[INFO] [stdout] test common::mix_all::tests::returns_false_for_none_metadata ... ok
[INFO] [stdout] test common::mix_all::tests::returns_true_for_lmq_prefixed_metadata ... ok
[INFO] [stdout] test common::namesrv::namesrv_config::tests::test_namesrv_config ... ok
[INFO] [stdout] test common::namesrv::namesrv_config::tests::test_namesrv_config_update ... ok
[INFO] [stdout] test common::pop_ack_constants::tests::constants_have_correct_values ... ok
[INFO] [stdout] test common::pop_ack_constants::tests::is_start_with_revive_prefix_returns_false_for_invalid_prefix ... ok
[INFO] [stdout] test common::pop_ack_constants::tests::build_cluster_revive_topic_appends_correctly ... ok
[INFO] [stdout] test common::pop_ack_constants::tests::is_start_with_revive_prefix_returns_true_for_valid_prefix ... ok
[INFO] [stdout] test common::message::message_client_id_setter::tests::create_fake_ip_generates_valid_ip ... ok
[INFO] [stdout] test common::statistics::statistics_brief::tests::statistics_brief_initializes_correctly ... ok
[INFO] [stdout] test common::statistics::statistics_brief::tests::statistics_brief_get_tp_value_returns_correct_value ... ok
[INFO] [stdout] test common::statistics::statistics_brief::tests::statistics_brief_sample_updates_values_correctly ... ok
[INFO] [stdout] test common::statistics::statistics_brief::tests::statistics_brief_sample_updates_values_with_multiple_samples ... ok
[INFO] [stdout] test common::statistics::statistics_brief::tests::statistics_brief_tp999_returns_correct_value ... ok
[INFO] [stdout] test common::message::message_queue::test::set_queue_id_updates_queue_id ... ok
[INFO] [stdout] test common::statistics::statistics_item::tests::all_zeros_returns_false_when_not_all_zeros ... ok
[INFO] [stdout] test common::future::tests::test_completable_future ... ok
[INFO] [stdout] test common::mix_all::tests::test_string_to_properties_invalid_line ... ok
[INFO] [stdout] test common::statistics::statistics_item::tests::all_zeros_returns_true_when_all_zeros ... ok
[INFO] [stdout] test common::mix_all::tests::test_string_to_properties_valid_input ... ok
[INFO] [stdout] test common::statistics::statistics_item::tests::inc_items_updates_values_correctly ... ok
[INFO] [stdout] test common::statistics::statistics_item::tests::new_statistics_item_initializes_correctly ... ok
[INFO] [stdout] test common::statistics::statistics_item::tests::set_interceptor_sets_interceptor_correctly ... ok
[INFO] [stdout] test common::statistics::statistics_item::tests::snapshot_creates_correct_snapshot ... ok
[INFO] [stdout] test common::statistics::statistics_item::tests::subtract_creates_correct_subtraction ... ok
[INFO] [stdout] test common::statistics::statistics_item_formatter::tests::format_creates_correct_string ... ok
[INFO] [stdout] test common::stats::moment_stats_item::tests::moment_stats_item_initializes_with_zero_value ... ok
[INFO] [stdout] test common::stats::moment_stats_item::tests::moment_stats_item_returns_correct_stats_key ... ok
[INFO] [stdout] test common::stats::moment_stats_item::tests::moment_stats_item_returns_correct_stats_name ... ok
[INFO] [stdout] test common::stats::call_snapshot::tests::call_snapshot_initializes_correctly ... ok
[INFO] [stdout] test common::statistics::statistics_item_formatter::tests::format_creates_correct_string_with_multiple_items ... ok
[INFO] [stdout] test common::stats::moment_stats_item_set::tests::moment_stats_item_set_creates_and_returns_stats_item ... ok
[INFO] [stdout] test common::mix_all::tests::identifies_sys_consumer_group_for_no_cold_read_limit ... ok
[INFO] [stdout] test common::stats::moment_stats_item_set::tests::moment_stats_item_set_deletes_value_by_infix_key ... ok
[INFO] [stdout] test common::stats::moment_stats_item_set::tests::moment_stats_item_set_initializes_with_empty_table ... ok
[INFO] [stdout] test common::stats::stats_item::tests::compute_stats_data_returns_correct_snapshot ... ok
[INFO] [stdout] test common::stats::moment_stats_item_set::tests::moment_stats_item_set_sets_and_gets_value ... ok
[INFO] [stdout] test common::stats::stats_item::tests::get_stats_data_in_minute_returns_correct_snapshot ... ok
[INFO] [stdout] test common::stats::stats_item::tests::get_stats_data_in_day_returns_correct_snapshot ... ok
[INFO] [stdout] test common::stats::stats_item::tests::stats_item_initializes_correctly ... ok
[INFO] [stdout] test common::stats::stats_item::tests::get_stats_data_in_hour_returns_correct_snapshot ... ok
[INFO] [stdout] test common::stats::stats_snapshot::tests::stats_snapshot_initializes_correctly ... ok
[INFO] [stdout] test common::stats::stats_snapshot::tests::stats_snapshot_updates_sum_correctly ... ok
[INFO] [stdout] test common::stats::moment_stats_item_set::tests::moment_stats_item_set_returns_correct_stats_name ... ok
[INFO] [stdout] test common::stats::moment_stats_item_set::tests::moment_stats_item_set_deletes_value_by_suffix_key ... ok
[INFO] [stdout] test common::sys_flag::message_sys_flag::tests::get_compression_type_returns_correct_type ... ok
[INFO] [stdout] test common::stats::stats_snapshot::tests::stats_snapshot_updates_times_correctly ... ok
[INFO] [stdout] test common::sys_flag::message_sys_flag::tests::get_transaction_value_returns_correct_value ... ok
[INFO] [stdout] test common::sys_flag::message_sys_flag::tests::reset_transaction_value_resets_correctly ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::build_sys_flag_sets_correct_flags ... ok
[INFO] [stdout] test common::stats::stats_snapshot::tests::stats_snapshot_updates_tps_correctly ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::build_sys_flag_with_lite_pull_sets_correct_flags ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::build_sys_flag_with_subscription_sets_correct_flag ... ok
[INFO] [stdout] test common::sys_flag::message_sys_flag::tests::check_returns_false_when_flag_is_not_set ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::clear_commit_offset_flag_clears_correct_flag ... ok
[INFO] [stdout] test common::sys_flag::message_sys_flag::tests::check_returns_true_when_flag_is_set ... ok
[INFO] [stdout] test common::sys_flag::message_sys_flag::tests::clear_compressed_flag_clears_correctly ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::has_class_filter_flag_returns_correct_result ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::has_commit_offset_flag_returns_correct_result ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::clear_suspend_flag_clears_correct_flag ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::has_lite_pull_flag_returns_correct_result ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::has_subscription_flag_returns_correct_result ... ok
[INFO] [stdout] test common::sys_flag::pull_sys_flag::tests::has_suspend_flag_returns_correct_result ... ok
[INFO] [stdout] test common::sys_flag::topic_sys_flag::tests::build_sys_flag_sets_correct_flags ... ok
[INFO] [stdout] test common::sys_flag::topic_sys_flag::tests::clear_unit_flag_clears_correct_flag ... ok
[INFO] [stdout] test common::sys_flag::topic_sys_flag::tests::clear_unit_sub_flag_clears_correct_flag ... ok
[INFO] [stdout] test common::sys_flag::topic_sys_flag::tests::has_unit_flag_returns_correct_value ... ok
[INFO] [stdout] test common::sys_flag::topic_sys_flag::tests::has_unit_sub_flag_returns_correct_value ... ok
[INFO] [stdout] test common::sys_flag::topic_sys_flag::tests::set_unit_flag_sets_correct_flag ... ok
[INFO] [stdout] test common::sys_flag::topic_sys_flag::tests::set_unit_sub_flag_sets_correct_flag ... ok
[INFO] [stdout] test common::thread::thread_service_tokio::tests::test_make_stop ... ok
[INFO] [stdout] test common::topic::tests::get_not_allowed_send_topic_set_returns_all_not_allowed_topics ... ok
[INFO] [stdout] test common::stats::stats_snapshot::tests::stats_snapshot_updates_avgpt_correctly ... ok
[INFO] [stdout] test common::thread::thread_service_tokio::tests::test_wakeup ... ok
[INFO] [stdout] test common::topic::tests::add_system_topic_adds_new_topic ... ok
[INFO] [stdout] test common::topic::tests::is_not_allowed_send_topic_with_not_allowed_topic ... ok
[INFO] [stdout] test common::topic::tests::is_system_topic_with_system_topic ... ok
[INFO] [stdout] test common::topic::tests::is_system_topic_with_non_system_topic ... ok
[INFO] [stdout] test common::topic::tests::validate_topic_with_empty_topic ... ok
[INFO] [stdout] test common::topic::tests::validate_topic_with_illegal_characters ... ok
[INFO] [stdout] test common::topic::tests::validate_topic_with_exceeding_length ... ok
[INFO] [stdout] test common::topic::tests::validate_topic_with_valid_topic ... ok
[INFO] [stdout] test log::tests::level_as_str_returns_correct_value ... ok
[INFO] [stdout] test common::topic::tests::get_system_topic_set_returns_all_system_topics ... ok
[INFO] [stdout] test common::topic::tests::is_not_allowed_send_topic_with_allowed_topic ... ok
[INFO] [stdout] test log::tests::level_display_formats_correctly ... ok
[INFO] [stdout] test log::tests::level_from_str_creates_correct_level ... ok
[INFO] [stdout] test utils::cleanup_policy_utils::tests::get_delete_policy_returns_default_cleanup_policy_when_not_set_in_topic_config ... ok
[INFO] [stdout] test utils::cleanup_policy_utils::tests::get_delete_policy_returns_cleanup_policy_from_topic_config ... ok
[INFO] [stdout] test utils::cleanup_policy_utils::tests::get_delete_policy_returns_default_cleanup_policy_when_topic_config_is_none ... ok
[INFO] [stdout] test utils::cleanup_policy_utils::tests::is_compaction_returns_false_when_cleanup_policy_is_not_compaction ... ok
[INFO] [stdout] test utils::cleanup_policy_utils::tests::is_compaction_returns_false_when_topic_config_is_none ... ok
[INFO] [stdout] test utils::crc32_utils::tests::crc32_bytebuffers_calculates_correct_checksum ... ok
[INFO] [stdout] test utils::cleanup_policy_utils::tests::is_compaction_returns_true_when_cleanup_policy_is_compaction ... ok
[INFO] [stdout] test utils::crc32_utils::tests::crc32_bytes_offset_calculates_correct_checksum ... ok
[INFO] [stdout] test utils::data_converter::tests::get_bit_returns_false_when_bit_is_not_set ... ok
[INFO] [stdout] test utils::crc32_utils::tests::crc32_bytes_offset_returns_zero_for_empty_array ... ok
[INFO] [stdout] test utils::data_converter::tests::set_bit_sets_bit_correctly ... ok
[INFO] [stdout] test utils::data_converter::tests::long_to_bytes_converts_correctly ... ok
[INFO] [stdout] test utils::env_utils::tests::put_property_handles_empty_value ... ok
[INFO] [stdout] test utils::data_converter::tests::set_bit_clears_bit_correctly ... ok
[INFO] [stdout] test utils::env_utils::tests::put_property_sets_value ... ok
[INFO] [stdout] test utils::crc32_utils::tests::crc32_bytebuffer_calculates_correct_checksum ... ok
[INFO] [stdout] test utils::env_utils::tests::returns_default_when_env_variable_as_bool_invalid ... ok
[INFO] [stdout] test utils::env_utils::tests::returns_default_when_env_variable_as_i32_invalid ... ok
[INFO] [stdout] test utils::env_utils::tests::put_property_overwrites_existing_value ... ok
[INFO] [stdout] test utils::env_utils::tests::retrieves_env_variable_value ... ok
[INFO] [stdout] test utils::data_converter::tests::get_bit_returns_true_when_bit_is_set ... ok
[INFO] [stdout] test utils::env_utils::tests::returns_default_when_env_variable_as_i32_not_set ... ok
[INFO] [stdout] test utils::crc32_utils::tests::crc32_calculates_correct_checksum ... ok
[INFO] [stdout] test utils::message_utils::tests::delete_property_handles_key_at_end ... ok
[INFO] [stdout] test utils::env_utils::tests::retrieves_env_variable_as_i32 ... ok
[INFO] [stdout] test utils::env_utils::tests::returns_default_when_env_variable_not_set ... ok
[INFO] [stdout] test utils::env_utils::tests::test_get_property_existing_variable ... ok
[INFO] [stdout] test utils::message_utils::tests::delete_property_handles_key_at_start ... ok
[INFO] [stdout] test utils::env_utils::tests::test_get_property_non_existing_variable ... ok
[INFO] [stdout] test utils::env_utils::tests::test_get_rocketmq_home_non_existing_variable ... ok
[INFO] [stdout] test utils::message_utils::tests::delete_property_handles_multiple_occurrences ... ok
[INFO] [stdout] test utils::message_utils::tests::build_batch_message_id_creates_correct_id_for_single_position ... ok
[INFO] [stdout] test utils::message_utils::tests::build_batch_message_id_creates_correct_id_for_multiple_positions ... ok
[INFO] [stdout] test utils::message_utils::tests::build_batch_message_id_creates_empty_id_for_no_positions ... ok
[INFO] [stdout] test utils::env_utils::tests::returns_default_when_env_variable_as_bool_not_set ... ok
[INFO] [stdout] test utils::message_utils::tests::delete_property_handles_empty_string ... ok
[INFO] [stdout] test utils::message_utils::tests::delete_property_handles_non_existent_key ... ok
[INFO] [stdout] test utils::message_utils::tests::delete_property_removes_property_correctly ... ok
[INFO] [stdout] test utils::message_utils::tests::test_build_message_id ... ok
[INFO] [stdout] test utils::message_utils::tests::test_delete_property ... ok
[INFO] [stdout] test utils::message_utils::tests::test_get_sharding_key_index ... ok
[INFO] [stdout] test utils::message_utils::tests::test_get_sharding_key_index_by_msg ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::from_json_slice_returns_error_for_invalid_json ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::from_json_slice_returns_expected_result ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::from_json_returns_error_for_invalid_json ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::test_from_json_error ... ok
[INFO] [stdout] test utils::message_utils::tests::test_get_sharding_key_indexes ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::test_from_json_slice_error ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::test_from_json_slice_success ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::test_from_json_success ... ok
[INFO] [stdout] test utils::queue_type_utils::tests::test_get_cq_type ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::from_json_returns_expected_result ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::test_to_json_error ... ok
[INFO] [stdout] test utils::queue_type_utils::tests::test_is_batch_cq ... ok
[INFO] [stdout] test utils::string_utils::tests::is_not_empty_str_with_some_empty_str ... ok
[INFO] [stdout] test utils::string_utils::tests::is_not_empty_str_with_some_non_empty_str ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::to_json_vec_pretty_returns_expected_result ... ok
[INFO] [stdout] test utils::string_utils::tests::is_not_empty_string_with_none ... ok
[INFO] [stdout] test utils::string_utils::tests::is_not_empty_string_with_some_empty_string ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::to_json_vec_returns_expected_result ... ok
[INFO] [stdout] test utils::string_utils::tests::is_not_empty_string_with_some_non_empty_string ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::test_to_json_success ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::to_json_pretty_returns_expected_result ... ok
[INFO] [stdout] test utils::serde_json_utils::tests::to_json_returns_expected_result ... ok
[INFO] [stdout] test utils::string_utils::tests::is_not_empty_str_with_none ... ok
[INFO] [stdout] test utils::string_utils::tests::parse_delay_level_with_empty_string ... ok
[INFO] [stdout] test utils::string_utils::tests::parse_delay_level_with_unknown_time_unit ... ok
[INFO] [stdout] test utils::string_utils::tests::parse_delay_level_with_invalid_number ... ok
[INFO] [stdout] test utils::string_utils::tests::parse_delay_level_with_valid_input ... ok
[INFO] [stdout] test utils::time_utils::tests::get_current_millis_returns_correct_value ... ok
[INFO] [stdout] test utils::time_utils::tests::get_current_nano_returns_correct_value ... ok
[INFO] [stdout] test utils::util_all::tests::bytes_to_string_converts_correctly ... ok
[INFO] [stdout] test utils::util_all::tests::test_compute_next_minutes_time_millis ... ok
[INFO] [stdout] test utils::util_all::tests::is_path_exists_returns_true_for_existing_path ... ok
[INFO] [stdout] test utils::util_all::tests::is_it_time_to_do_returns_true_when_current_hour_is_in_input ... ok
[INFO] [stdout] test utils::util_all::tests::time_millis_to_human_string2_formats_correctly_with_valid_timestamp ... ok
[INFO] [stdout] test utils::util_all::tests::time_millis_to_human_string3_formats_correctly_with_valid_timestamp ... ok
[INFO] [stdout] test utils::util_all::tests::time_millis_to_human_string_formats_correctly ... ok
[INFO] [stdout] test utils::util_all::tests::is_path_exists_returns_false_for_non_existing_path ... ok
[INFO] [stdout] test utils::util_all::tests::is_it_time_to_do_returns_false_when_current_hour_is_not_in_input ... ok
[INFO] [stdout] test utils::util_all::tests::offset_to_file_name_formats_correctly ... ok
[INFO] [stdout] test utils::file_utils::tests::test_string_to_file ... ok
[INFO] [stdout] test utils::file_utils::tests::test_file_to_string ... ok
[INFO] [stdout] test common::thread::thread_service_tokio::tests::test_wait_for_running ... ok
[INFO] [stdout] test utils::util_all::tests::compute_elapsed_time_milliseconds_returns_correct_duration ... ok
[INFO] [stdout] test utils::util_all::tests::ensure_dir_ok_creates_directory_if_not_exists ... FAILED
[INFO] [stdout] test common::thread::thread_service_tokio::tests::test_start_and_shutdown ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- utils::util_all::tests::ensure_dir_ok_creates_directory_if_not_exists stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::util_all::tests::ensure_dir_ok_creates_directory_if_not_exists' panicked at src/utils/util_all.rs:460:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: false
[INFO] [stdout]  right: true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b3e925f1fe2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b3e925f1fe2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b3e925f1fe2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b3e925f1fe2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5b3e9261c733 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b3e9261c733 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5b3e925ee863 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b3e925ee863 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b3e925f1e32 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b3e925f38ac - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5b3e925f3702 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5b3e92556ae4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5b3e92556ae4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b3e925f438b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5b3e925f438b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5b3e925f405a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5b3e925f24d9 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5b3e925f3ced - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5b3e9261a750 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5b3e9261aa48 - core::panicking::assert_failed_inner::h6a89cd271393c011
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5b3e92365d5d - core::panicking::assert_failed::hc4b7899668a5c6e5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5b3e923330f3 - rocketmq_common::utils::util_all::tests::ensure_dir_ok_creates_directory_if_not_exists::hba9a1486b82d6f05
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/util_all.rs:460:9
[INFO] [stdout]   22:     0x5b3e92321e69 - rocketmq_common::utils::util_all::tests::ensure_dir_ok_creates_directory_if_not_exists::{{closure}}::h85eafe584b2f2c33
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/util_all.rs:457:55
[INFO] [stdout]   23:     0x5b3e92321e69 - core::ops::function::FnOnce::call_once::hde1e2372ef6ff041
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b3e9255c21b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b3e9255c21b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5b3e9255b45e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5b3e9255b45e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5b3e9255b45e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5b3e9255b45e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5b3e9255b45e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b3e9255b45e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5b3e9255b45e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5b3e9251f004 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5b3e9251f004 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x5b3e925229aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5b3e925229aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5b3e925229aa - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5b3e925229aa - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5b3e925229aa - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b3e925229aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5b3e925229aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b3e925f7757 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5b3e925f7757 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5b3e925f7757 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x7ab0bb6a3aa4 - <unknown>
[INFO] [stdout]   46:     0x7ab0bb730a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     utils::util_all::tests::ensure_dir_ok_creates_directory_if_not_exists
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 304 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "ac6e9f0883ca78e6013003f8471b165f2d395c15e6e147a5536ff593ab3c56e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac6e9f0883ca78e6013003f8471b165f2d395c15e6e147a5536ff593ab3c56e6", kill_on_drop: false }`
[INFO] [stdout] ac6e9f0883ca78e6013003f8471b165f2d395c15e6e147a5536ff593ab3c56e6
