[INFO] fetching crate rustils 0.1.23... [INFO] testing rustils-0.1.23 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate rustils 0.1.23 into /workspace/builds/worker-42/source [INFO] validating manifest of crates.io crate rustils 0.1.23 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-42/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e9403c1aa7a69236ea031f144c4cba4304ec6958a0c2693680abd50e752af12 [INFO] running `Command { std: "docker" "start" "-a" "1e9403c1aa7a69236ea031f144c4cba4304ec6958a0c2693680abd50e752af12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e9403c1aa7a69236ea031f144c4cba4304ec6958a0c2693680abd50e752af12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e9403c1aa7a69236ea031f144c4cba4304ec6958a0c2693680abd50e752af12", kill_on_drop: false }` [INFO] [stdout] 1e9403c1aa7a69236ea031f144c4cba4304ec6958a0c2693680abd50e752af12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 560533db3d95edf1da36b196df296ee6c361c4e9e23f0592e3ddcfd3be4e7e73 [INFO] running `Command { std: "docker" "start" "-a" "560533db3d95edf1da36b196df296ee6c361c4e9e23f0592e3ddcfd3be4e7e73", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [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 rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling regex v1.3.4 [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 8.96s [INFO] running `Command { std: "docker" "inspect" "560533db3d95edf1da36b196df296ee6c361c4e9e23f0592e3ddcfd3be4e7e73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "560533db3d95edf1da36b196df296ee6c361c4e9e23f0592e3ddcfd3be4e7e73", kill_on_drop: false }` [INFO] [stdout] 560533db3d95edf1da36b196df296ee6c361c4e9e23f0592e3ddcfd3be4e7e73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0a2e37a7810ed138eefa9fc31210520551e1f332f30f3d6b171a2ec2ef99c13 [INFO] running `Command { std: "docker" "start" "-a" "f0a2e37a7810ed138eefa9fc31210520551e1f332f30f3d6b171a2ec2ef99c13", kill_on_drop: false }` [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] [stderr] Compiling rustils v0.1.23 (/opt/rustwide/workdir) [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 4.59s [INFO] running `Command { std: "docker" "inspect" "f0a2e37a7810ed138eefa9fc31210520551e1f332f30f3d6b171a2ec2ef99c13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0a2e37a7810ed138eefa9fc31210520551e1f332f30f3d6b171a2ec2ef99c13", kill_on_drop: false }` [INFO] [stdout] f0a2e37a7810ed138eefa9fc31210520551e1f332f30f3d6b171a2ec2ef99c13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-42/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7e20f2426e9142d3ca6842e4239977c28e2a45ce415da226e24505e7fde96182 [INFO] running `Command { std: "docker" "start" "-a" "7e20f2426e9142d3ca6842e4239977c28e2a45ce415da226e24505e7fde96182", 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.86s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustils-4bc25fffdc38eb89) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustils-5c6d4adf24c0ebe3) [INFO] [stderr] Running tests/array_impl.rs (/opt/rustwide/target/debug/deps/array_impl-d0355e7b1dbb9764) [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] [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] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_chunk_integer ... ok [INFO] [stdout] test test_fill_mut_integer ... ok [INFO] [stdout] test test_index_of_integer ... ok [INFO] [stdout] test test_index_of_str ... ok [INFO] [stdout] test test_swaping_integer ... ok [INFO] [stdout] test test_unique_str ... ok [INFO] [stdout] test test_unique_adv_integer ... ok [INFO] [stdout] test test_swaping_str ... ok [INFO] [stdout] test test_unique_integer ... ok [INFO] [stdout] test test_unique_adv_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-516e27b27181adca) [INFO] [stdout] [INFO] [stdout] running 426 tests [INFO] [stdout] test array_impl::test_chunk_integer ... ok [INFO] [stdout] test array_impl::test_index_of_str ... ok [INFO] [stdout] test array_impl::test_swaping_str ... ok [INFO] [stdout] test array_impl::test_unique_adv_integer ... ok [INFO] [stdout] test array_impl::test_unique_integer ... ok [INFO] [stdout] test array_impl::test_index_of_integer ... ok [INFO] [stdout] test parse::boolean_impl::parse_f32_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_f64_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_i16_to_bool ... ok [INFO] [stdout] test array_impl::test_unique_str ... ok [INFO] [stdout] test parse::boolean_impl::parse_i32_to_bool ... ok [INFO] [stdout] test array_impl::test_fill_mut_integer ... ok [INFO] [stdout] test array_impl::test_swaping_integer ... ok [INFO] [stdout] test array_impl::test_unique_adv_str ... 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::byte_impl::parse_f32_to_i8_0 ... ok [INFO] [stdout] test parse::boolean_impl::parse_u8_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_string_to_bool_0 ... 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_usize_to_bool ... ok [INFO] [stdout] test parse::byte_impl::parse_bool_to_i8 ... ok [INFO] [stdout] test parse::boolean_impl::parse_isize_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_u64_to_bool ... 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_f64_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_string_to_i8_0 ... ok [INFO] [stdout] test parse::double_impl::parse_bool_to_f64 ... ok [INFO] [stdout] test parse::float_impl::parse_bool_to_f32 ... 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::byte_impl::parse_usize_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u16_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u8_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_0 ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_string_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::int_impl::parse_u32_to_i32_0 ... 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_bool_to_isize ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_0 ... ok [INFO] [stdout] test parse::boolean_impl::parse_string_to_bool_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_2 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_u64_to_isize_1 - should panic ... 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_f32_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_bool_to_i64 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_3 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_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::long_impl::parse_u64_to_i64_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u16_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_isize_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_u32_to_i16_0 ... 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_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u16_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u64_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_0 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_0 ... ok [INFO] [stdout] test parse::short_impl::parse_usize_to_i16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_0 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_1 - should panic ... 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_i8_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_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_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_i8_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_0 ... ok [INFO] [stdout] test parse::short_impl::parse_string_to_i16_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u64_to_u8_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_0 ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_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_usize_to_u32_0 ... 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_f64_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_isize_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i32_to_u64_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_u64_to_u32_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i64_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::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_bool_to_u64 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_u16_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_u32_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_usize_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_u8_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_3 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i8_to_u64_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_3 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_0 ... 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_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_u32_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_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_string_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_usize_to_u16_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_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_f32_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_bool_to_usize ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_0 ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_3 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_u32_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i64_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i32_to_usize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_u64_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_isize_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_0 ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_by_mut_bubble ... ok [INFO] [stdout] test str_impl::test_adv_has_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_none_str_str ... ok [INFO] [stdout] test sorting_impl::test_bubble_sort_mut ... ok [INFO] [stdout] test str_impl::test_adv_has_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_adv_ends_with_str ... ok [INFO] [stdout] test sorting_impl::test_quick_sort_mut ... ok [INFO] [stdout] test str_impl::test_adv_has_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_all_chars_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_all_strs_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alpha_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_any_char_str ... ok [INFO] [stdout] test parse::usize_impl::parse_i64_to_usize_1 - should panic ... 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 sorting_impl::test_adv_sort_mut_quick ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_by_mut_quick ... ok [INFO] [stdout] test parse::int_impl::parse_usize_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i8_to_usize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_3 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_1 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_is_lowercase_str ... ok [INFO] [stdout] test str_impl::test_adv_has_whitespace_str ... ok [INFO] [stdout] test str_impl::test_adv_is_numeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_is_numeric_str ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_mut_bubble ... ok [INFO] [stdout] test str_impl::test_has_numeric_space_str ... ok [INFO] [stdout] test str_impl::test_has_whitespace_str ... ok [INFO] [stdout] test str_impl::test_is_alpha_str ... ok [INFO] [stdout] test str_impl::test_adv_is_whitespace_str ... ok [INFO] [stdout] test str_impl::test_adv_has_uppercase_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_str ... ok [INFO] [stdout] test str_impl::test_find_char_opt_str ... ok [INFO] [stdout] test str_impl::test_find_char_str_0 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_3 - should panic ... ok [INFO] [stdout] test str_impl::test_contains_all_chars_str ... ok [INFO] [stdout] test str_impl::test_adv_has_numeric_str ... ok [INFO] [stdout] test str_impl::test_find_char_str_1 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_adv_has_lowercase_str ... ok [INFO] [stdout] test str_impl::test_contains_none_char_str ... ok [INFO] [stdout] test str_impl::test_contains_none_str_str ... 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_str ... ok [INFO] [stdout] test str_impl::test_has_lowercase_str ... ok [INFO] [stdout] test str_impl::test_has_numeric_str ... ok [INFO] [stdout] test parse::isize_impl::parse_usize_to_isize_1 - should panic ... ok [INFO] [stdout] test str_impl::test_has_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_strs_str ... ok [INFO] [stdout] test str_impl::test_adv_is_uppercase_str ... ok [INFO] [stdout] test str_impl::test_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_contains_any_char_str ... ok [INFO] [stdout] test str_impl::test_contains_any_str_str ... ok [INFO] [stdout] test str_impl::test_differnce_str ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_2 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_adv_has_numeric_space_str ... ok [INFO] [stdout] test str_impl::test_is_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_has_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_peek_opt_str ... 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_uppercase_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_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_is_lowercase_str ... ok [INFO] [stdout] test str_impl::test_reverse_str ... ok [INFO] [stdout] test str_impl::test_reverse_str_str ... ok [INFO] [stdout] test string_impl::test_adv_contains_all_chars_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_any_char_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_none_char_string ... ok [INFO] [stdout] test string_impl::test_adv_ends_with_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_all_strs_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_none_str_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_any_str_string ... ok [INFO] [stdout] test str_impl::test_is_whitespace_str ... ok [INFO] [stdout] test string_impl::test_adv_has_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_adv_has_lowercase_string ... ok [INFO] [stdout] test string_impl::test_adv_has_numeric_string ... ok [INFO] [stdout] test string_impl::test_adv_has_whitespace_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alphanumeric_string ... ok [INFO] [stdout] test string_impl::test_adv_has_uppercase_string ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_str_0 ... ok [INFO] [stdout] test string_impl::test_adv_has_alpha_string ... ok [INFO] [stdout] test string_impl::test_adv_has_numeric_space_string ... ok [INFO] [stdout] test str_impl::test_is_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_remove_regex_str_0 ... ok [INFO] [stdout] test str_impl::test_peek_str_0 ... 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 str_impl::test_is_numeric_space_str ... ok [INFO] [stdout] test string_impl::test_cmp_ignore_case_string ... ok [INFO] [stdout] test string_impl::test_contains_any_char_string ... ok [INFO] [stdout] test string_impl::test_contains_none_char_string ... ok [INFO] [stdout] test string_impl::test_contains_any_str_string ... ok [INFO] [stdout] test string_impl::test_has_alpha_space_string ... 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_numeric_space_string ... ok [INFO] [stdout] test string_impl::test_has_whitespace_string ... ok [INFO] [stdout] test string_impl::test_has_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_find_char_opt_string ... ok [INFO] [stdout] test string_impl::test_has_uppercase_string ... ok [INFO] [stdout] test string_impl::test_has_lowercase_string ... ok [INFO] [stdout] test string_impl::test_contains_none_str_string ... ok [INFO] [stdout] test string_impl::test_find_char_string_0 ... ok [INFO] [stdout] test string_impl::test_has_numeric_string ... ok [INFO] [stdout] test string_impl::test_differnce_string ... ok [INFO] [stdout] test string_impl::test_is_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_reverse_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alphanumeric_string ... ok [INFO] [stdout] test string_impl::test_adv_is_uppercase_string ... ok [INFO] [stdout] test string_impl::test_adv_is_numeric_space_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alpha_string ... 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 parse::long_impl::parse_f32_to_i64_3 - should panic ... 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_peek_string_0 ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_3 - should panic ... ok [INFO] [stdout] test string_impl::test_peek_string_1 - should panic ... ok [INFO] [stdout] test string_impl::test_is_alphanumeric_string ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_u64_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_2 - should panic ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_mut_string_0 ... ok [INFO] [stdout] test string_impl::test_remove_regex_string_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_3 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_3 - should panic ... ok [INFO] [stdout] test string_impl::test_reverse_mut_string ... 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_is_lowercase_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_is_numeric_space_string ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_1 - should panic ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_mut_string_1 ... ok [INFO] [stdout] test string_impl::test_is_alpha_string ... ok [INFO] [stdout] test string_impl::test_remove_regex_mut_string_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_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_usize_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_2 - should panic ... ok [INFO] [stdout] test string_impl::test_remove_regex_mut_string_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_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_string_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_isize_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u16_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_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_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_f32_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_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_i32_to_u32_1 - 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_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_isize_to_u32_1 - 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::uint_impl::parse_i8_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_3 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_3 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u64_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_u32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_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_i8_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_3 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_usize_to_u32_1 - 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::ulong_impl::parse_i64_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_1 - 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_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i32_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i16_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_3 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_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_isize_to_u16_2 - 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_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_3 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_3 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i8_to_usize_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_isize_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i32_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_3 - should panic ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_str_1 - should panic ... ok [INFO] [stdout] test str_impl::test_peek_str_1 - 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_string_1 - should panic ... ok [INFO] [stderr] Running tests/sorting_impl.rs (/opt/rustwide/target/debug/deps/sorting_impl-d2a8979e1398652d) [INFO] [stdout] test string_impl::test_find_char_string_1 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 420 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.47s [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] [stdout] test test_quick_sort_mut ... ok [INFO] [stdout] test test_adv_sort_mut_quick ... ok [INFO] [stderr] Running tests/str_impl.rs (/opt/rustwide/target/debug/deps/str_impl-c10c30a1cf715953) [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.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test test_adv_contains_all_strs_str ... ok [INFO] [stdout] test test_adv_contains_any_str_str ... ok [INFO] [stdout] test test_adv_ends_with_str ... ok [INFO] [stdout] test test_adv_contains_any_char_str ... ok [INFO] [stdout] test test_adv_contains_all_chars_str ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_str ... ok [INFO] [stdout] test test_adv_has_alpha_space_str ... ok [INFO] [stdout] test test_adv_has_numeric_space_str ... ok [INFO] [stdout] test test_adv_has_alpha_str ... ok [INFO] [stdout] test test_adv_contains_none_str_str ... ok [INFO] [stdout] test test_adv_has_alphanumeric_str ... ok [INFO] [stdout] test test_adv_has_uppercase_str ... ok [INFO] [stdout] test test_adv_has_whitespace_str ... ok [INFO] [stdout] test test_adv_has_numeric_str ... ok [INFO] [stdout] test test_adv_contains_none_char_str ... ok [INFO] [stdout] test test_adv_has_lowercase_str ... ok [INFO] [stdout] test test_adv_is_lowercase_str ... ok [INFO] [stdout] test test_adv_is_numeric_str ... ok [INFO] [stdout] test test_adv_is_uppercase_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_is_alpha_space_str ... ok [INFO] [stdout] test test_adv_is_alphanumeric_str ... ok [INFO] [stdout] test test_adv_is_numeric_space_str ... ok [INFO] [stdout] test test_adv_is_whitespace_str ... ok [INFO] [stdout] test test_contains_none_char_str ... ok [INFO] [stdout] test test_contains_any_str_str ... ok [INFO] [stdout] test test_find_char_str_0 ... ok [INFO] [stdout] test test_contains_none_str_str ... ok [INFO] [stdout] test test_contains_any_char_str ... ok [INFO] [stdout] test test_contains_all_chars_str ... ok [INFO] [stdout] test test_cmp_ignore_case_str ... ok [INFO] [stdout] test test_contains_all_strs_str ... ok [INFO] [stdout] test test_find_char_opt_str ... ok [INFO] [stdout] test test_adv_starts_with_str ... ok [INFO] [stdout] test test_differnce_str ... ok [INFO] [stdout] test test_has_uppercase_str ... ok [INFO] [stdout] test test_has_whitespace_str ... ok [INFO] [stdout] test test_has_alphanumeric_space_str ... ok [INFO] [stdout] test test_has_alphanumeric_str ... ok [INFO] [stdout] test test_is_alpha_space_str ... ok [INFO] [stdout] test test_has_lowercase_str ... ok [INFO] [stdout] test test_has_numeric_str ... ok [INFO] [stdout] test test_has_numeric_space_str ... ok [INFO] [stdout] test test_has_alpha_space_str ... ok [INFO] [stdout] test test_find_char_str_1 - should panic ... ok [INFO] [stdout] test test_has_alpha_str ... ok [INFO] [stdout] test test_is_whitespace_str ... ok [INFO] [stdout] test test_is_alphanumeric_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_is_alphanumeric_space_str ... ok [INFO] [stdout] test test_is_numeric_str ... ok [INFO] [stdout] test test_is_uppercase_str ... ok [INFO] [stdout] test test_peek_opt_str ... ok [INFO] [stdout] test test_is_lowercase_str ... ok [INFO] [stdout] test test_is_alpha_str ... ok [INFO] [stdout] test test_peek_str_0 ... ok [INFO] [stdout] test test_peek_str_1 - should panic ... ok [INFO] [stdout] test test_is_numeric_space_str ... 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_remove_all_regex_str_1 - should panic ... ok [INFO] [stdout] test test_remove_regex_str_1 ... ignored [INFO] [stdout] test test_reverse_mut_str ... ignored [INFO] [stdout] test test_reverse_str_str ... ok [INFO] [stdout] test test_reverse_str ... ok [INFO] [stdout] test test_remove_all_regex_str_0 ... ok [INFO] [stdout] test test_remove_regex_str_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stderr] Running tests/string_impl.rs (/opt/rustwide/target/debug/deps/string_impl-0821f50d8a986656) [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_contains_any_char_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_contains_none_char_string ... ok [INFO] [stdout] test test_adv_contains_all_strs_string ... ok [INFO] [stdout] test test_adv_ends_with_string ... ok [INFO] [stdout] test test_adv_contains_none_str_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_string ... ok [INFO] [stdout] test test_adv_has_uppercase_string ... ok [INFO] [stdout] test test_adv_has_whitespace_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_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_alphanumeric_space_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_adv_is_numeric_string ... ok [INFO] [stdout] test test_adv_is_uppercase_string ... ok [INFO] [stdout] test test_adv_is_lowercase_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_find_char_string_0 ... ok [INFO] [stdout] test test_contains_none_char_string ... ok [INFO] [stdout] test test_has_alpha_string ... ok [INFO] [stdout] test test_has_alphanumeric_string ... ok [INFO] [stdout] test test_has_numeric_space_string ... ok [INFO] [stdout] test test_has_numeric_string ... ok [INFO] [stdout] test test_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_has_uppercase_string ... ok [INFO] [stdout] test test_has_lowercase_string ... ok [INFO] [stdout] test test_contains_any_str_string ... ok [INFO] [stdout] test test_contains_any_char_string ... ok [INFO] [stdout] test test_has_alpha_space_string ... ok [INFO] [stdout] test test_is_alpha_string ... ok [INFO] [stdout] test test_is_alphanumeric_string ... ok [INFO] [stdout] test test_is_lowercase_string ... ok [INFO] [stdout] test test_has_whitespace_string ... ok [INFO] [stdout] test test_peek_string_0 ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_0 ... ok [INFO] [stdout] test test_is_alphanumeric_space_string ... ok [INFO] [stdout] test test_peek_opt_string ... ok [INFO] [stdout] test test_is_whitespace_string ... ok [INFO] [stdout] test test_is_alpha_space_string ... ok [INFO] [stdout] test test_contains_none_str_string ... ok [INFO] [stdout] test test_contains_all_chars_string ... ok [INFO] [stdout] test test_differnce_string ... ok [INFO] [stdout] test test_adv_starts_with_string ... ok [INFO] [stdout] test test_remove_regex_mut_string_0 ... ok [INFO] [stdout] test test_is_numeric_space_string ... ok [INFO] [stdout] test test_is_uppercase_string ... ok [INFO] [stdout] test test_contains_all_strs_string ... ok [INFO] [stdout] test test_find_char_opt_string ... ok [INFO] [stdout] test test_is_numeric_string ... ok [INFO] [stdout] test test_remove_all_regex_string_0 ... ok [INFO] [stdout] test test_cmp_ignore_case_string ... ok [INFO] [stdout] test test_adv_has_lowercase_string ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_1 ... ok [INFO] [stdout] test test_reverse_mut_string ... 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_string ... ok [INFO] [stdout] test test_reverse_str_string ... ok [INFO] [stdout] test test_peek_string_1 - should panic ... ok [INFO] [stderr] Doc-tests rustils [INFO] [stdout] test test_find_char_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.11s [INFO] [stdout] [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-cb2bec3578a67f60.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-36cb21287c041358.rlib --extern rustils=/opt/rustwide/target/debug/deps/librustils-a7e64aa3dec55211.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "7e20f2426e9142d3ca6842e4239977c28e2a45ce415da226e24505e7fde96182", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e20f2426e9142d3ca6842e4239977c28e2a45ce415da226e24505e7fde96182", kill_on_drop: false }` [INFO] [stdout] 7e20f2426e9142d3ca6842e4239977c28e2a45ce415da226e24505e7fde96182