[INFO] fetching crate rustils 0.1.23... [INFO] testing rustils-0.1.23 against 1.60.0 for beta-1.61-1 [INFO] extracting crate rustils 0.1.23 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate rustils 0.1.23 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] 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-12/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.60.0" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3be46b83dfbfa4e6872810b5571bce510d82cb65baee869d3b39d93150ab9a9 [INFO] running `Command { std: "docker" "start" "-a" "a3be46b83dfbfa4e6872810b5571bce510d82cb65baee869d3b39d93150ab9a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3be46b83dfbfa4e6872810b5571bce510d82cb65baee869d3b39d93150ab9a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3be46b83dfbfa4e6872810b5571bce510d82cb65baee869d3b39d93150ab9a9", kill_on_drop: false }` [INFO] [stdout] a3be46b83dfbfa4e6872810b5571bce510d82cb65baee869d3b39d93150ab9a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9924f81742bf08bd25d02f47a9ea8a21c33c11283050bf4ece28142a4522392c [INFO] running `Command { std: "docker" "start" "-a" "9924f81742bf08bd25d02f47a9ea8a21c33c11283050bf4ece28142a4522392c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling getrandom v0.1.14 [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 5.36s [INFO] running `Command { std: "docker" "inspect" "9924f81742bf08bd25d02f47a9ea8a21c33c11283050bf4ece28142a4522392c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9924f81742bf08bd25d02f47a9ea8a21c33c11283050bf4ece28142a4522392c", kill_on_drop: false }` [INFO] [stdout] 9924f81742bf08bd25d02f47a9ea8a21c33c11283050bf4ece28142a4522392c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a799fdf1e5fa3e192da630d40b9cf14dcd2e2d8c11e43ca40bd8fba934500e7 [INFO] running `Command { std: "docker" "start" "-a" "5a799fdf1e5fa3e192da630d40b9cf14dcd2e2d8c11e43ca40bd8fba934500e7", 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 2.12s [INFO] running `Command { std: "docker" "inspect" "5a799fdf1e5fa3e192da630d40b9cf14dcd2e2d8c11e43ca40bd8fba934500e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a799fdf1e5fa3e192da630d40b9cf14dcd2e2d8c11e43ca40bd8fba934500e7", kill_on_drop: false }` [INFO] [stdout] 5a799fdf1e5fa3e192da630d40b9cf14dcd2e2d8c11e43ca40bd8fba934500e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] af07e76c0ad4e4dfa23d70ba216a22485036130992b19021d73d209e4f522c90 [INFO] running `Command { std: "docker" "start" "-a" "af07e76c0ad4e4dfa23d70ba216a22485036130992b19021d73d209e4f522c90", 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.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustils-4fba05109e9f6561) [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-b921eb7a47a80b4d) [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-64e186c4d68a393e) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_fill_mut_integer ... ok [INFO] [stdout] test test_chunk_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_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] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-4f887c131210a10b) [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.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 426 tests [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_chunk_integer ... ok [INFO] [stdout] test array_impl::test_swaping_integer ... ok [INFO] [stdout] test array_impl::test_swaping_str ... ok [INFO] [stdout] test array_impl::test_unique_adv_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_unique_str ... 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 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_u32_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_u16_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_bool_to_i8 ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_0 ... 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::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::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_f64_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::isize_impl::parse_bool_to_isize ... ok [INFO] [stdout] test parse::int_impl::parse_usize_to_i32_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_u64_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_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::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::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::short_impl::parse_bool_to_i16 ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_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::short_impl::parse_f64_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_string_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_u16_to_i16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_u32_to_i16_0 ... 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::short_impl::parse_u64_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_usize_to_i16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_bool_to_u8 ... ok [INFO] [stdout] test parse::short_impl::parse_u64_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_usize_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_3 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_3 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i8_to_u8_0 ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_0 ... ok [INFO] [stdout] test parse::int_impl::parse_u64_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_usize_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u16_to_u8_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_u32_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u32_to_u8_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_3 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u32_to_u8_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_f64_to_isize_3 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_u64_to_isize_1 - should panic ... 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::ubyte_impl::parse_u64_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_1 - should panic ... 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_f64_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_3 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i32_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i8_to_u32_0 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_0 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_3 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_1 - should panic ... 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_0 ... 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 parse::uint_impl::parse_usize_to_u32_0 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_bool_to_u64 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_3 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_3 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i16_to_u64_0 ... 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_0 ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i64_to_u64_0 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i8_to_u64_0 ... 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::ulong_impl::parse_isize_to_u64_0 ... 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::ulong_impl::parse_string_to_u64_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u8_to_i8_1 - should panic ... 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::short_impl::parse_usize_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_3 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_3 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u32_to_u16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i8_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_usize_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_bool_to_usize ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_usize_to_u16_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_string_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_3 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_usize_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_usize_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_to_usize_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i32_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i64_to_usize_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_3 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i8_to_usize_0 ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_isize_to_usize_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_0 ... 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::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 sorting_impl::test_adv_sort_by_mut_quick ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_mut_bubble ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_1 - should panic ... 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_chars_str ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_2 - should panic ... 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_any_char_str ... ok [INFO] [stdout] test parse::uint_impl::parse_i8_to_u32_1 - should panic ... 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 parse::uint_impl::parse_isize_to_u32_2 - should panic ... 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 parse::long_impl::parse_u64_to_i64_1 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_has_numeric_str ... ok [INFO] [stdout] test str_impl::test_adv_has_uppercase_str ... ok [INFO] [stdout] test str_impl::test_adv_has_whitespace_str ... ok [INFO] [stdout] test parse::uint_impl::parse_string_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_u64_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_usize_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_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::byte_impl::parse_isize_to_i8_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_i16_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i32_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_f64_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 str_impl::test_adv_has_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alpha_str ... 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 str_impl::test_adv_has_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_space_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_2 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_3 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_is_lowercase_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_1 - should panic ... 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 parse::ushort_impl::parse_f64_to_u16_2 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_is_uppercase_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_3 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_is_whitespace_str ... ok [INFO] [stdout] test str_impl::test_adv_starts_with_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_1 - should panic ... 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 parse::ushort_impl::parse_i32_to_u16_1 - should panic ... ok [INFO] [stdout] test str_impl::test_contains_all_strs_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_contains_none_char_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_2 - should panic ... ok [INFO] [stdout] test str_impl::test_contains_none_str_str ... ok [INFO] [stdout] test str_impl::test_differnce_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_1 - should panic ... 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::ushort_impl::parse_i64_to_u16_2 - should panic ... 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 str_impl::test_has_lowercase_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_1 - should panic ... 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 parse::ushort_impl::parse_isize_to_u16_1 - should panic ... ok [INFO] [stdout] test str_impl::test_has_uppercase_str ... ok [INFO] [stdout] test str_impl::test_has_whitespace_str ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_2 - should panic ... ok [INFO] [stdout] test str_impl::test_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_is_alpha_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_1 - should panic ... ok [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_is_numeric_space_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_2 - should panic ... ok [INFO] [stdout] test str_impl::test_is_numeric_str ... ok [INFO] [stdout] test str_impl::test_is_uppercase_str ... ok [INFO] [stdout] test str_impl::test_is_whitespace_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_u32_to_u16_1 - should panic ... ok [INFO] [stdout] test str_impl::test_peek_opt_str ... ok [INFO] [stdout] test str_impl::test_peek_str_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_2 - should panic ... 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_remove_regex_mut_str_0 ... ignored [INFO] [stdout] test str_impl::test_remove_regex_mut_str_1 ... ignored [INFO] [stdout] test str_impl::test_remove_regex_str_1 ... ignored [INFO] [stdout] test str_impl::test_reverse_mut_str ... ignored [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_1 - should panic ... ok [INFO] [stdout] test str_impl::test_reverse_str ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_2 - should panic ... ok [INFO] [stdout] test string_impl::test_adv_contains_all_chars_string ... ok [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_none_char_string ... ok [INFO] [stdout] test string_impl::test_adv_ends_with_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_any_str_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_none_str_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alpha_string ... ok [INFO] [stdout] test string_impl::test_adv_has_lowercase_string ... ok [INFO] [stdout] test string_impl::test_adv_has_numeric_space_string ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_2 - should panic ... ok [INFO] [stdout] test string_impl::test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_3 - should panic ... 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 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_is_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alphanumeric_string ... ok [INFO] [stdout] test string_impl::test_adv_is_lowercase_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alpha_string ... ok [INFO] [stdout] test string_impl::test_adv_is_numeric_string ... ok [INFO] [stdout] test string_impl::test_adv_is_whitespace_string ... ok [INFO] [stdout] test string_impl::test_adv_is_numeric_space_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 str_impl::test_remove_all_regex_str_0 ... ok [INFO] [stdout] test string_impl::test_cmp_ignore_case_string ... ok [INFO] [stdout] test str_impl::test_remove_regex_str_0 ... ok [INFO] [stdout] test string_impl::test_contains_all_chars_string ... ok [INFO] [stdout] test string_impl::test_contains_none_char_string ... ok [INFO] [stdout] test string_impl::test_contains_none_str_string ... ok [INFO] [stdout] test string_impl::test_differnce_string ... ok [INFO] [stdout] test string_impl::test_find_char_opt_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_contains_any_str_string ... ok [INFO] [stdout] test string_impl::test_find_char_string_0 ... 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_lowercase_string ... ok [INFO] [stdout] test string_impl::test_has_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_has_numeric_string ... ok [INFO] [stdout] test string_impl::test_has_numeric_space_string ... ok [INFO] [stdout] test string_impl::test_has_uppercase_string ... ok [INFO] [stdout] test string_impl::test_has_whitespace_string ... ok [INFO] [stdout] test string_impl::test_is_alpha_string ... ok [INFO] [stdout] test string_impl::test_is_alpha_space_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_lowercase_string ... ok [INFO] [stdout] test string_impl::test_is_numeric_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_reverse_mut_string ... ok [INFO] [stdout] test string_impl::test_reverse_str_string ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_mut_string_1 ... ok [INFO] [stdout] test string_impl::test_reverse_string ... ok [INFO] [stdout] test string_impl::test_remove_regex_mut_string_1 ... 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 string_impl::test_remove_regex_mut_string_0 ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_string_0 ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_str_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_i64_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_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_2 - should panic ... ok [INFO] [stdout] test str_impl::test_find_char_str_1 - should panic ... ok [INFO] [stdout] test str_impl::test_peek_str_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_to_usize_1 - should panic ... ok [INFO] [stdout] test string_impl::test_find_char_string_1 - should panic ... ok [INFO] [stdout] test string_impl::test_peek_string_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] [stdout] [INFO] [stdout] test result: ok. 420 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running tests/sorting_impl.rs (/opt/rustwide/target/debug/deps/sorting_impl-3402bc609cc5e35e) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_adv_sort_by_mut_bubble ... ok [INFO] [stdout] test test_adv_sort_by_mut_quick ... ok [INFO] [stdout] test test_adv_sort_mut_bubble ... ok [INFO] [stdout] test test_adv_sort_mut_quick ... ok [INFO] [stdout] test test_bubble_sort_mut ... ok [INFO] [stdout] test test_quick_sort_mut ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/str_impl.rs (/opt/rustwide/target/debug/deps/str_impl-d1f11fe7f84f8827) [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test test_adv_contains_all_chars_str ... ok [INFO] [stdout] test test_adv_contains_any_char_str ... ok [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_contains_none_char_str ... ok [INFO] [stdout] test test_adv_contains_none_str_str ... ok [INFO] [stdout] test test_adv_ends_with_str ... ok [INFO] [stdout] test test_adv_has_alpha_str ... ok [INFO] [stdout] test test_adv_has_alpha_space_str ... ok [INFO] [stdout] test test_adv_has_lowercase_str ... ok [INFO] [stdout] test test_adv_has_alphanumeric_str ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_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_has_whitespace_str ... ok [INFO] [stdout] test test_adv_is_alpha_space_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_alphanumeric_str ... ok [INFO] [stdout] test test_adv_is_lowercase_str ... ok [INFO] [stdout] test test_adv_is_numeric_space_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_whitespace_str ... ok [INFO] [stdout] test test_adv_starts_with_str ... ok [INFO] [stdout] test test_cmp_ignore_case_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_char_str ... ok [INFO] [stdout] test test_contains_any_str_str ... ok [INFO] [stdout] test test_contains_none_char_str ... ok [INFO] [stdout] test test_contains_none_str_str ... ok [INFO] [stdout] test test_differnce_str ... ok [INFO] [stdout] test test_find_char_opt_str ... ok [INFO] [stdout] test test_find_char_str_0 ... ok [INFO] [stdout] test test_has_alpha_space_str ... ok [INFO] [stdout] test test_has_alpha_str ... ok [INFO] [stdout] test test_has_alphanumeric_space_str ... ok [INFO] [stdout] test test_has_alphanumeric_str ... ok [INFO] [stdout] test test_has_numeric_space_str ... ok [INFO] [stdout] test test_has_lowercase_str ... ok [INFO] [stdout] test test_has_numeric_str ... ok [INFO] [stdout] test test_has_uppercase_str ... ok [INFO] [stdout] test test_has_whitespace_str ... ok [INFO] [stdout] test test_is_alpha_space_str ... ok [INFO] [stdout] test test_is_alpha_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_alphanumeric_space_str ... ok [INFO] [stdout] test test_is_numeric_str ... ok [INFO] [stdout] test test_is_uppercase_str ... ok [INFO] [stdout] test test_is_whitespace_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_peek_opt_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_regex_str_1 ... ignored [INFO] [stdout] test test_reverse_mut_str ... ignored [INFO] [stdout] test test_reverse_str ... ok [INFO] [stdout] test test_reverse_str_str ... ok [INFO] [stdout] test test_remove_all_regex_str_0 ... ok [INFO] [stdout] test test_remove_regex_str_0 ... ok [INFO] [stdout] test test_find_char_str_1 - should panic ... ok [INFO] [stdout] test test_peek_str_1 - should panic ... ok [INFO] [stdout] test test_remove_all_regex_str_1 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/string_impl.rs (/opt/rustwide/target/debug/deps/string_impl-be3a4d519eb820fa) [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test test_adv_contains_any_str_string ... ok [INFO] [stdout] test test_adv_contains_none_str_string ... ok [INFO] [stdout] test test_adv_contains_none_char_string ... ok [INFO] [stdout] test test_adv_contains_all_chars_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_ends_with_string ... ok [INFO] [stdout] test test_adv_has_alpha_string ... ok [INFO] [stdout] test test_adv_has_alpha_space_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_string ... ok [INFO] [stdout] test test_adv_has_numeric_space_string ... ok [INFO] [stdout] test test_adv_has_lowercase_string ... ok [INFO] [stdout] test test_adv_has_numeric_string ... ok [INFO] [stdout] test test_adv_has_whitespace_string ... ok [INFO] [stdout] test test_adv_has_uppercase_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_alphanumeric_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_numeric_string ... ok [INFO] [stdout] test test_adv_is_uppercase_string ... ok [INFO] [stdout] test test_adv_is_whitespace_string ... ok [INFO] [stdout] test test_adv_starts_with_string ... ok [INFO] [stdout] test test_cmp_ignore_case_string ... ok [INFO] [stdout] test test_contains_all_chars_string ... ok [INFO] [stdout] test test_contains_all_strs_string ... ok [INFO] [stdout] test test_contains_any_char_string ... ok [INFO] [stdout] test test_contains_any_str_string ... ok [INFO] [stdout] test test_contains_none_str_string ... ok [INFO] [stdout] test test_contains_none_char_string ... ok [INFO] [stdout] test test_differnce_string ... ok [INFO] [stdout] test test_find_char_opt_string ... ok [INFO] [stdout] test test_find_char_string_0 ... ok [INFO] [stdout] test test_has_alpha_space_string ... ok [INFO] [stdout] test test_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_has_alpha_string ... ok [INFO] [stdout] test test_has_lowercase_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_uppercase_string ... ok [INFO] [stdout] test test_has_whitespace_string ... ok [INFO] [stdout] test test_is_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_alphanumeric_space_string ... ok [INFO] [stdout] test test_is_lowercase_string ... ok [INFO] [stdout] test test_is_numeric_space_string ... ok [INFO] [stdout] test test_is_numeric_string ... ok [INFO] [stdout] test test_is_uppercase_string ... ok [INFO] [stdout] test test_is_whitespace_string ... ok [INFO] [stdout] test test_peek_opt_string ... ok [INFO] [stdout] test test_peek_string_0 ... ok [INFO] [stdout] test test_reverse_str_string ... ok [INFO] [stdout] test test_reverse_string ... ok [INFO] [stdout] test test_reverse_mut_string ... ok [INFO] [stdout] test test_remove_regex_mut_string_1 ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_1 ... ok [INFO] [stdout] test test_remove_all_regex_string_0 ... ok [INFO] [stdout] test test_remove_regex_mut_string_0 ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_0 ... ok [INFO] [stdout] test test_remove_regex_string_0 ... 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.02s [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-de0ef49b9159833b.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-6a97c0de6efd9590.rlib --extern rustils=/opt/rustwide/target/debug/deps/librustils-8cca5af7a5fcf726.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "af07e76c0ad4e4dfa23d70ba216a22485036130992b19021d73d209e4f522c90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af07e76c0ad4e4dfa23d70ba216a22485036130992b19021d73d209e4f522c90", kill_on_drop: false }` [INFO] [stdout] af07e76c0ad4e4dfa23d70ba216a22485036130992b19021d73d209e4f522c90