[INFO] fetching crate rustils 0.1.23... [INFO] testing rustils-0.1.23 against 1.59.0 for beta-1.60-1 [INFO] extracting crate rustils 0.1.23 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate rustils 0.1.23 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustils 0.1.23 [INFO] finished tweaking crates.io crate rustils 0.1.23 [INFO] tweaked toml for crates.io crate rustils 0.1.23 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate rustils 0.1.23 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0bbd55783b8774f1a2360386669992bc86fbc63eb25bbd644b7d88c46b03fd24 [INFO] running `Command { std: "docker" "start" "-a" "0bbd55783b8774f1a2360386669992bc86fbc63eb25bbd644b7d88c46b03fd24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0bbd55783b8774f1a2360386669992bc86fbc63eb25bbd644b7d88c46b03fd24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bbd55783b8774f1a2360386669992bc86fbc63eb25bbd644b7d88c46b03fd24", kill_on_drop: false }` [INFO] [stdout] 0bbd55783b8774f1a2360386669992bc86fbc63eb25bbd644b7d88c46b03fd24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c58c51f170bc3fca3011d5e9ad3c2e8e05eeb2b5aed406d1acb20faf75af345 [INFO] running `Command { std: "docker" "start" "-a" "6c58c51f170bc3fca3011d5e9ad3c2e8e05eeb2b5aed406d1acb20faf75af345", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rustils v0.1.23 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/string.rs:720:24 [INFO] [stdout] | [INFO] [stdout] 720 | None => panic!(format!("string doesn't contain {}", search)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 720 - None => panic!(format!("string doesn't contain {}", search)) [INFO] [stdout] 720 + None => panic!("string doesn't contain {}", search) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.16s [INFO] running `Command { std: "docker" "inspect" "6c58c51f170bc3fca3011d5e9ad3c2e8e05eeb2b5aed406d1acb20faf75af345", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c58c51f170bc3fca3011d5e9ad3c2e8e05eeb2b5aed406d1acb20faf75af345", kill_on_drop: false }` [INFO] [stdout] 6c58c51f170bc3fca3011d5e9ad3c2e8e05eeb2b5aed406d1acb20faf75af345 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 876dffcc06595e52195c4166a2cdae8d8011d02f11b16b8d4fd361fe779fa497 [INFO] running `Command { std: "docker" "start" "-a" "876dffcc06595e52195c4166a2cdae8d8011d02f11b16b8d4fd361fe779fa497", kill_on_drop: false }` [INFO] [stderr] Compiling rustils v0.1.23 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/string.rs:720:24 [INFO] [stdout] | [INFO] [stdout] 720 | None => panic!(format!("string doesn't contain {}", search)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 720 - None => panic!(format!("string doesn't contain {}", search)) [INFO] [stdout] 720 + None => panic!("string doesn't contain {}", search) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/string.rs:720:24 [INFO] [stdout] | [INFO] [stdout] 720 | None => panic!(format!("string doesn't contain {}", search)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 720 - None => panic!(format!("string doesn't contain {}", search)) [INFO] [stdout] 720 + None => panic!("string doesn't contain {}", search) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.17s [INFO] running `Command { std: "docker" "inspect" "876dffcc06595e52195c4166a2cdae8d8011d02f11b16b8d4fd361fe779fa497", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "876dffcc06595e52195c4166a2cdae8d8011d02f11b16b8d4fd361fe779fa497", kill_on_drop: false }` [INFO] [stdout] 876dffcc06595e52195c4166a2cdae8d8011d02f11b16b8d4fd361fe779fa497 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 869a034528fbb424981948631cb4252643bcd5c94f39c52e6fbb4dc309f24604 [INFO] running `Command { std: "docker" "start" "-a" "869a034528fbb424981948631cb4252643bcd5c94f39c52e6fbb4dc309f24604", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/string.rs:720:24 [INFO] [stderr] | [INFO] [stderr] 720 | None => panic!(format!("string doesn't contain {}", search)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 720 - None => panic!(format!("string doesn't contain {}", search)) [INFO] [stderr] 720 + None => panic!("string doesn't contain {}", search) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rustils` (lib) generated 1 warning [INFO] [stderr] warning: `rustils` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.87s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustils-e27d1b710ffde869) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustils-0181447c528deb0a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/array_impl.rs (/opt/rustwide/target/debug/deps/array_impl-217e63e3451aff29) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_chunk_integer ... ok [INFO] [stdout] test test_index_of_integer ... ok [INFO] [stdout] test test_fill_mut_integer ... ok [INFO] [stdout] test test_index_of_str ... ok [INFO] [stdout] test test_swaping_integer ... ok [INFO] [stdout] test test_swaping_str ... ok [INFO] [stdout] test test_unique_adv_integer ... ok [INFO] [stdout] test test_unique_adv_str ... ok [INFO] [stdout] test test_unique_integer ... ok [INFO] [stdout] test test_unique_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-48fa52e9be2acc69) [INFO] [stdout] [INFO] [stdout] running 426 tests [INFO] [stdout] test array_impl::test_chunk_integer ... ok [INFO] [stdout] test array_impl::test_fill_mut_integer ... ok [INFO] [stdout] test array_impl::test_index_of_str ... ok [INFO] [stdout] test array_impl::test_index_of_integer ... ok [INFO] [stdout] test array_impl::test_swaping_integer ... ok [INFO] [stdout] test array_impl::test_unique_adv_integer ... ok [INFO] [stdout] test array_impl::test_swaping_str ... ok [INFO] [stdout] test array_impl::test_unique_adv_str ... ok [INFO] [stdout] test parse::boolean_impl::parse_f32_to_bool ... ok [INFO] [stdout] test array_impl::test_unique_integer ... ok [INFO] [stdout] test parse::boolean_impl::parse_f64_to_bool ... ok [INFO] [stdout] test array_impl::test_unique_str ... ok [INFO] [stdout] test parse::boolean_impl::parse_i16_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_i32_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_i64_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_i8_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_isize_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_string_to_bool_0 ... ok [INFO] [stdout] test parse::boolean_impl::parse_u16_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_u32_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_u64_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_u8_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_usize_to_bool ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_bool_to_i8 ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u16_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u32_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u64_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u8_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_usize_to_i8_0 ... ok [INFO] [stdout] test parse::float_impl::parse_bool_to_f32 ... ok [INFO] [stdout] test parse::double_impl::parse_bool_to_f64 ... ok [INFO] [stdout] test parse::int_impl::parse_bool_to_i32 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_u32_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_u64_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_usize_to_i32_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_bool_to_isize ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_u64_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_usize_to_isize_0 ... ok [INFO] [stdout] test parse::long_impl::parse_bool_to_i64 ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_u64_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_0 ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_bool_to_i16 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_string_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u16_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u32_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u64_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_usize_to_i16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_bool_to_u8 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i8_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u16_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u32_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_usize_to_u8_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_bool_to_u32 ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i16_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i32_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i8_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_u64_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_usize_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_bool_to_u64 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i16_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i32_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i64_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i8_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_isize_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_bool_to_u16 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_0 ... ok [INFO] [stdout] test parse::boolean_impl::parse_string_to_bool_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_3 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_3 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u32_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_usize_to_u16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u16_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_bool_to_usize ... ok [INFO] [stdout] test parse::byte_impl::parse_u32_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_u64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u8_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_3 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_to_usize_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_3 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i32_to_usize_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i64_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i8_to_usize_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_3 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i32_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i8_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_isize_to_usize_0 ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_1 - should panic ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_by_mut_bubble ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_2 - should panic ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_by_mut_quick ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_mut_bubble ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_mut_quick ... ok [INFO] [stdout] test sorting_impl::test_bubble_sort_mut ... ok [INFO] [stdout] test sorting_impl::test_quick_sort_mut ... ok [INFO] [stdout] test str_impl::test_adv_contains_all_strs_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_any_str_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_none_char_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_none_str_str ... ok [INFO] [stdout] test str_impl::test_adv_ends_with_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_any_char_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_all_chars_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alpha_str ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_2 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_has_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_adv_has_lowercase_str ... ok [INFO] [stdout] test str_impl::test_adv_has_numeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_has_uppercase_str ... ok [INFO] [stdout] test str_impl::test_adv_has_numeric_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_str ... ok [INFO] [stdout] test str_impl::test_adv_has_whitespace_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_adv_is_lowercase_str ... ok [INFO] [stdout] test str_impl::test_adv_is_numeric_str ... ok [INFO] [stdout] test str_impl::test_adv_is_uppercase_str ... ok [INFO] [stdout] test str_impl::test_adv_starts_with_str ... ok [INFO] [stdout] test str_impl::test_cmp_ignore_case_str ... ok [INFO] [stdout] test str_impl::test_contains_all_chars_str ... ok [INFO] [stdout] test str_impl::test_contains_all_strs_str ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_u32_to_i32_1 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_is_numeric_space_str ... ok [INFO] [stdout] test parse::int_impl::parse_u64_to_i32_1 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_is_whitespace_str ... ok [INFO] [stdout] test str_impl::test_contains_any_char_str ... ok [INFO] [stdout] test parse::int_impl::parse_usize_to_i32_1 - should panic ... ok [INFO] [stdout] test str_impl::test_contains_any_str_str ... ok [INFO] [stdout] test str_impl::test_contains_none_str_str ... ok [INFO] [stdout] test str_impl::test_find_char_opt_str ... ok [INFO] [stdout] test str_impl::test_contains_none_char_str ... ok [INFO] [stdout] test str_impl::test_differnce_str ... ok [INFO] [stdout] test str_impl::test_find_char_str_0 ... ok [INFO] [stdout] test str_impl::test_has_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_has_alpha_str ... ok [INFO] [stdout] test str_impl::test_has_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_has_alphanumeric_str ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_1 - should panic ... ok [INFO] [stdout] test str_impl::test_has_lowercase_str ... ok [INFO] [stdout] test str_impl::test_has_numeric_str ... ok [INFO] [stdout] test str_impl::test_has_numeric_space_str ... ok [INFO] [stdout] test str_impl::test_has_uppercase_str ... ok [INFO] [stdout] test str_impl::test_has_whitespace_str ... ok [INFO] [stdout] test str_impl::test_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_is_numeric_str ... ok [INFO] [stdout] test str_impl::test_is_alpha_str ... ok [INFO] [stdout] test str_impl::test_is_uppercase_str ... ok [INFO] [stdout] test str_impl::test_peek_opt_str ... ok [INFO] [stdout] test str_impl::test_peek_str_0 ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_mut_str_0 ... ignored [INFO] [stdout] test str_impl::test_remove_all_regex_mut_str_1 ... ignored [INFO] [stdout] test str_impl::test_is_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_is_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_is_lowercase_str ... ok [INFO] [stdout] test str_impl::test_remove_regex_mut_str_0 ... ignored [INFO] [stdout] test str_impl::test_remove_regex_mut_str_1 ... ignored [INFO] [stdout] test str_impl::test_is_numeric_space_str ... ok [INFO] [stdout] test str_impl::test_remove_regex_str_1 ... ignored [INFO] [stdout] test str_impl::test_reverse_mut_str ... ignored [INFO] [stdout] test str_impl::test_reverse_str_str ... ok [INFO] [stdout] test string_impl::test_adv_contains_all_strs_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_any_char_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_any_str_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_none_char_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_none_str_string ... ok [INFO] [stdout] test string_impl::test_adv_ends_with_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_all_chars_string ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_str_0 ... ok [INFO] [stdout] test str_impl::test_is_whitespace_str ... ok [INFO] [stdout] test str_impl::test_reverse_str ... ok [INFO] [stdout] test string_impl::test_adv_has_alpha_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alphanumeric_string ... ok [INFO] [stdout] test str_impl::test_remove_regex_str_0 ... ok [INFO] [stdout] test string_impl::test_adv_has_lowercase_string ... ok [INFO] [stdout] test str_impl::test_peek_str_1 - should panic ... ok [INFO] [stdout] test string_impl::test_adv_has_numeric_space_string ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_1 - should panic ... ok [INFO] [stdout] test string_impl::test_adv_has_numeric_string ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_3 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_2 - should panic ... ok [INFO] [stdout] test string_impl::test_adv_has_uppercase_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alpha_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_adv_has_whitespace_string ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_3 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_1 - should panic ... ok [INFO] [stdout] test string_impl::test_adv_is_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_adv_is_lowercase_string ... ok [INFO] [stdout] test string_impl::test_adv_is_numeric_string ... ok [INFO] [stdout] test string_impl::test_adv_is_uppercase_string ... ok [INFO] [stdout] test string_impl::test_adv_starts_with_string ... ok [INFO] [stdout] test string_impl::test_adv_is_whitespace_string ... ok [INFO] [stdout] test string_impl::test_contains_all_chars_string ... ok [INFO] [stdout] test string_impl::test_contains_all_strs_string ... ok [INFO] [stdout] test string_impl::test_contains_any_char_string ... ok [INFO] [stdout] test string_impl::test_adv_is_numeric_space_string ... ok [INFO] [stdout] test string_impl::test_contains_any_str_string ... ok [INFO] [stdout] test string_impl::test_cmp_ignore_case_string ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_2 - should panic ... ok [INFO] [stdout] test string_impl::test_contains_none_str_string ... ok [INFO] [stdout] test parse::isize_impl::parse_u64_to_isize_1 - should panic ... ok [INFO] [stdout] test string_impl::test_contains_none_char_string ... ok [INFO] [stdout] test parse::isize_impl::parse_usize_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_3 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_3 - should panic ... ok [INFO] [stdout] test string_impl::test_adv_is_alphanumeric_string ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_2 - should panic ... ok [INFO] [stdout] test string_impl::test_find_char_opt_string ... ok [INFO] [stdout] test string_impl::test_find_char_string_0 ... ok [INFO] [stdout] test string_impl::test_has_alpha_string ... ok [INFO] [stdout] test string_impl::test_has_alphanumeric_string ... ok [INFO] [stdout] test string_impl::test_has_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_has_lowercase_string ... ok [INFO] [stdout] test string_impl::test_has_whitespace_string ... ok [INFO] [stdout] test string_impl::test_is_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_find_char_string_1 - should panic ... ok [INFO] [stdout] test string_impl::test_has_numeric_string ... ok [INFO] [stdout] test string_impl::test_has_uppercase_string ... ok [INFO] [stdout] test string_impl::test_has_numeric_space_string ... ok [INFO] [stdout] test string_impl::test_has_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_is_numeric_space_string ... ok [INFO] [stdout] test string_impl::test_is_lowercase_string ... ok [INFO] [stdout] test string_impl::test_is_alphanumeric_string ... ok [INFO] [stdout] test string_impl::test_is_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_is_numeric_string ... ok [INFO] [stdout] test string_impl::test_is_uppercase_string ... ok [INFO] [stdout] test string_impl::test_is_whitespace_string ... ok [INFO] [stdout] test string_impl::test_peek_opt_string ... ok [INFO] [stdout] test string_impl::test_peek_string_0 ... ok [INFO] [stdout] test string_impl::test_remove_regex_mut_string_0 ... ok [INFO] [stdout] test string_impl::test_is_alpha_string ... ok [INFO] [stdout] test string_impl::test_differnce_string ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_mut_string_1 ... ok [INFO] [stdout] test string_impl::test_reverse_str_string ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_string_0 ... ok [INFO] [stdout] test string_impl::test_remove_regex_mut_string_1 ... ok [INFO] [stdout] test string_impl::test_reverse_mut_string ... ok [INFO] [stdout] test parse::long_impl::parse_u64_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_1 - should panic ... ok [INFO] [stdout] test string_impl::test_reverse_string ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_2 - should panic ... ok [INFO] [stdout] test string_impl::test_remove_regex_string_1 - should panic ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_mut_string_0 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_1 - should panic ... ok [INFO] [stdout] test string_impl::test_remove_regex_string_0 ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_3 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_3 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_string_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_string_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_u16_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_u32_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_u64_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_usize_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_3 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_3 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i8_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u16_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u64_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_usize_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_3 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_3 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i16_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i32_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i8_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_usize_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_u64_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_3 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_3 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i32_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i16_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i64_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i8_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_isize_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_3 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_3 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u32_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_usize_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_usize_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i64_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_3 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_isize_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_2 - should panic ... ok [INFO] [stdout] test str_impl::test_find_char_str_1 - should panic ... ok [INFO] [stderr] Running tests/sorting_impl.rs (/opt/rustwide/target/debug/deps/sorting_impl-09d610bd8f82daf6) [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_1 - should panic ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_str_1 - should panic ... ok [INFO] [stdout] test string_impl::test_peek_string_1 - should panic ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_string_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_2 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 420 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.22s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_adv_sort_by_mut_bubble ... ok [INFO] [stdout] test test_adv_sort_mut_bubble ... ok [INFO] [stdout] test test_adv_sort_by_mut_quick ... ok [INFO] [stderr] Running tests/str_impl.rs (/opt/rustwide/target/debug/deps/str_impl-60a5bb5f30e3f8ba) [INFO] [stdout] test test_quick_sort_mut ... ok [INFO] [stdout] test test_adv_sort_mut_quick ... ok [INFO] [stdout] test test_bubble_sort_mut ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test test_adv_contains_all_strs_str ... ok [INFO] [stdout] test test_adv_ends_with_str ... ok [INFO] [stdout] test test_adv_contains_none_char_str ... ok [INFO] [stdout] test test_adv_has_alpha_space_str ... ok [INFO] [stdout] test test_adv_contains_all_chars_str ... ok [INFO] [stdout] test test_adv_has_alpha_str ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_str ... ok [INFO] [stdout] test test_adv_contains_none_str_str ... ok [INFO] [stdout] test test_adv_contains_any_str_str ... ok [INFO] [stdout] test test_adv_contains_any_char_str ... ok [INFO] [stdout] test test_adv_has_lowercase_str ... ok [INFO] [stdout] test test_adv_has_numeric_space_str ... ok [INFO] [stdout] test test_adv_has_numeric_str ... ok [INFO] [stdout] test test_adv_has_uppercase_str ... ok [INFO] [stdout] test test_adv_is_alpha_space_str ... ok [INFO] [stdout] test test_adv_has_whitespace_str ... ok [INFO] [stdout] test test_adv_is_alpha_str ... ok [INFO] [stdout] test test_adv_is_alphanumeric_space_str ... ok [INFO] [stdout] test test_adv_has_alphanumeric_str ... ok [INFO] [stdout] test test_adv_is_alphanumeric_str ... ok [INFO] [stdout] test test_adv_is_lowercase_str ... ok [INFO] [stdout] test test_adv_is_uppercase_str ... ok [INFO] [stdout] test test_adv_is_whitespace_str ... ok [INFO] [stdout] test test_contains_all_chars_str ... ok [INFO] [stdout] test test_contains_all_strs_str ... ok [INFO] [stdout] test test_contains_any_str_str ... ok [INFO] [stdout] test test_differnce_str ... ok [INFO] [stdout] test test_contains_none_str_str ... ok [INFO] [stdout] test test_contains_none_char_str ... ok [INFO] [stdout] test test_contains_any_char_str ... ok [INFO] [stdout] test test_adv_is_numeric_str ... ok [INFO] [stdout] test test_has_alpha_space_str ... ok [INFO] [stdout] test test_adv_is_numeric_space_str ... ok [INFO] [stdout] test test_adv_starts_with_str ... ok [INFO] [stdout] test test_has_alpha_str ... ok [INFO] [stdout] test test_find_char_str_0 ... ok [INFO] [stdout] test test_find_char_opt_str ... ok [INFO] [stdout] test test_has_alphanumeric_space_str ... ok [INFO] [stdout] test test_cmp_ignore_case_str ... ok [INFO] [stdout] test test_has_alphanumeric_str ... ok [INFO] [stdout] test test_has_lowercase_str ... ok [INFO] [stdout] test test_has_numeric_space_str ... ok [INFO] [stdout] test test_has_uppercase_str ... ok [INFO] [stdout] test test_has_numeric_str ... ok [INFO] [stdout] test test_is_alpha_space_str ... ok [INFO] [stdout] test test_has_whitespace_str ... ok [INFO] [stdout] test test_find_char_str_1 - should panic ... ok [INFO] [stdout] test test_is_alpha_str ... ok [INFO] [stdout] test test_is_alphanumeric_space_str ... ok [INFO] [stdout] test test_is_lowercase_str ... ok [INFO] [stdout] test test_is_alphanumeric_str ... ok [INFO] [stdout] test test_is_numeric_space_str ... ok [INFO] [stdout] test test_is_numeric_str ... ok [INFO] [stdout] test test_is_whitespace_str ... ok [INFO] [stdout] test test_peek_opt_str ... ok [INFO] [stdout] test test_is_uppercase_str ... ok [INFO] [stdout] test test_remove_all_regex_mut_str_0 ... ignored [INFO] [stdout] test test_remove_all_regex_mut_str_1 ... ignored [INFO] [stdout] test test_peek_str_0 ... ok [INFO] [stdout] test test_remove_regex_mut_str_0 ... ignored [INFO] [stdout] test test_remove_regex_mut_str_1 ... ignored [INFO] [stdout] test test_peek_str_1 - should panic ... ok [INFO] [stdout] test test_remove_all_regex_str_0 ... ok [INFO] [stdout] test test_remove_regex_str_1 ... ignored [INFO] [stdout] test test_reverse_mut_str ... ignored [INFO] [stdout] test test_remove_all_regex_str_1 - should panic ... ok [INFO] [stdout] test test_reverse_str ... ok [INFO] [stdout] test test_remove_regex_str_0 ... ok [INFO] [stdout] test test_reverse_str_str ... ok [INFO] [stderr] Running tests/string_impl.rs (/opt/rustwide/target/debug/deps/string_impl-40456f82681b619a) [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test test_adv_contains_all_chars_string ... ok [INFO] [stdout] test test_adv_contains_any_str_string ... ok [INFO] [stdout] test test_adv_ends_with_string ... ok [INFO] [stdout] test test_adv_contains_none_char_string ... ok [INFO] [stdout] test test_adv_contains_none_str_string ... ok [INFO] [stdout] test test_adv_contains_any_char_string ... ok [INFO] [stdout] test test_adv_contains_all_strs_string ... ok [INFO] [stdout] test test_adv_has_alpha_space_string ... ok [INFO] [stdout] test test_adv_has_alpha_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_cmp_ignore_case_string ... ok [INFO] [stdout] test test_adv_is_alphanumeric_string ... ok [INFO] [stdout] test test_adv_is_lowercase_string ... ok [INFO] [stdout] test test_adv_has_whitespace_string ... ok [INFO] [stdout] test test_adv_has_lowercase_string ... ok [INFO] [stdout] test test_adv_starts_with_string ... ok [INFO] [stdout] test test_adv_has_numeric_space_string ... ok [INFO] [stdout] test test_adv_has_numeric_string ... ok [INFO] [stdout] test test_adv_is_alpha_space_string ... ok [INFO] [stdout] test test_adv_is_alpha_string ... ok [INFO] [stdout] test test_adv_is_alphanumeric_space_string ... ok [INFO] [stdout] test test_adv_is_uppercase_string ... ok [INFO] [stdout] test test_adv_has_uppercase_string ... ok [INFO] [stdout] test test_adv_is_numeric_space_string ... ok [INFO] [stdout] test test_adv_is_whitespace_string ... ok [INFO] [stdout] test test_adv_is_numeric_string ... ok [INFO] [stdout] test test_contains_all_chars_string ... ok [INFO] [stdout] test test_contains_none_str_string ... ok [INFO] [stdout] test test_contains_any_str_string ... ok [INFO] [stdout] test test_find_char_opt_string ... ok [INFO] [stdout] test test_has_alpha_space_string ... ok [INFO] [stdout] test test_contains_all_strs_string ... ok [INFO] [stdout] test test_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_has_numeric_space_string ... ok [INFO] [stdout] test test_has_alpha_string ... ok [INFO] [stdout] test test_differnce_string ... ok [INFO] [stdout] test test_contains_any_char_string ... ok [INFO] [stdout] test test_has_lowercase_string ... ok [INFO] [stdout] test test_contains_none_char_string ... ok [INFO] [stdout] test test_has_alphanumeric_string ... ok [INFO] [stdout] test test_find_char_string_0 ... ok [INFO] [stdout] test test_has_uppercase_string ... ok [INFO] [stdout] test test_has_whitespace_string ... ok [INFO] [stdout] test test_is_alphanumeric_string ... ok [INFO] [stdout] test test_is_alpha_space_string ... ok [INFO] [stdout] test test_has_numeric_string ... ok [INFO] [stdout] test test_is_numeric_space_string ... ok [INFO] [stdout] test test_is_numeric_string ... ok [INFO] [stdout] test test_is_whitespace_string ... ok [INFO] [stdout] test test_peek_string_0 ... ok [INFO] [stdout] test test_is_alpha_string ... ok [INFO] [stdout] test test_is_uppercase_string ... ok [INFO] [stdout] test test_peek_opt_string ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_0 ... ok [INFO] [stdout] test test_is_lowercase_string ... ok [INFO] [stdout] test test_is_alphanumeric_space_string ... ok [INFO] [stdout] test test_remove_all_regex_string_0 ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_1 ... ok [INFO] [stdout] test test_remove_regex_mut_string_0 ... ok [INFO] [stdout] test test_remove_regex_mut_string_1 ... ok [INFO] [stdout] test test_remove_regex_string_0 ... ok [INFO] [stdout] test test_reverse_mut_string ... ok [INFO] [stdout] test test_reverse_str_string ... ok [INFO] [stdout] test test_reverse_string ... ok [INFO] [stdout] test test_find_char_string_1 - should panic ... ok [INFO] [stdout] test test_peek_string_1 - should panic ... ok [INFO] [stdout] test test_remove_all_regex_string_1 - should panic ... ok [INFO] [stdout] test test_remove_regex_string_1 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Doc-tests rustils [INFO] [stdout] [INFO] [stdout] running 319 tests [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name rustils --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rand=/opt/rustwide/target/debug/deps/librand-306a7d2ef7be8f03.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-503728bd32896b96.rlib --extern rustils=/opt/rustwide/target/debug/deps/librustils-151452d19edbffef.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "869a034528fbb424981948631cb4252643bcd5c94f39c52e6fbb4dc309f24604", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "869a034528fbb424981948631cb4252643bcd5c94f39c52e6fbb4dc309f24604", kill_on_drop: false }` [INFO] [stdout] 869a034528fbb424981948631cb4252643bcd5c94f39c52e6fbb4dc309f24604