[INFO] fetching crate rustils 0.1.23... [INFO] testing rustils-0.1.23 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate rustils 0.1.23 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate rustils 0.1.23 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-7/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ba0fb986b9e487169b80f1b6a730ba1f70dca8c56d9242524edd89912f704d4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0ba0fb986b9e487169b80f1b6a730ba1f70dca8c56d9242524edd89912f704d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ba0fb986b9e487169b80f1b6a730ba1f70dca8c56d9242524edd89912f704d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ba0fb986b9e487169b80f1b6a730ba1f70dca8c56d9242524edd89912f704d4", kill_on_drop: false }` [INFO] [stdout] 0ba0fb986b9e487169b80f1b6a730ba1f70dca8c56d9242524edd89912f704d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ab38602db98819611da06fdf976e9909dca9ba1bf8b08daf7acf36f0b1b25bdb [INFO] running `Command { std: "docker" "start" "-a" "ab38602db98819611da06fdf976e9909dca9ba1bf8b08daf7acf36f0b1b25bdb", 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 regex-syntax v0.6.14 [INFO] [stderr] Compiling thread_local v1.0.1 [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_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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!("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 16.49s [INFO] running `Command { std: "docker" "inspect" "ab38602db98819611da06fdf976e9909dca9ba1bf8b08daf7acf36f0b1b25bdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab38602db98819611da06fdf976e9909dca9ba1bf8b08daf7acf36f0b1b25bdb", kill_on_drop: false }` [INFO] [stdout] ab38602db98819611da06fdf976e9909dca9ba1bf8b08daf7acf36f0b1b25bdb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89412c314b59b22e36a4506f296d612a7b4c2c28d188f4ebfca72467a878eaca [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "89412c314b59b22e36a4506f296d612a7b4c2c28d188f4ebfca72467a878eaca", 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_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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!("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_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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!("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 7.12s [INFO] running `Command { std: "docker" "inspect" "89412c314b59b22e36a4506f296d612a7b4c2c28d188f4ebfca72467a878eaca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89412c314b59b22e36a4506f296d612a7b4c2c28d188f4ebfca72467a878eaca", kill_on_drop: false }` [INFO] [stdout] 89412c314b59b22e36a4506f296d612a7b4c2c28d188f4ebfca72467a878eaca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5672b20c4f8a35b92be522f508bfb083f30f1ec420b709cf655781fb198e056e [INFO] running `Command { std: "docker" "start" "-a" "5672b20c4f8a35b92be522f508bfb083f30f1ec420b709cf655781fb198e056e", kill_on_drop: false }` [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_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [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!("string doesn't contain {}", search) [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [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!("string doesn't contain {}", search) [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustils-2dc6ee802d5b909d) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustils-847bcddde175fbb1) [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] [stderr] Running tests/array_impl.rs (/opt/rustwide/target/debug/deps/array_impl-49d17ca81281d8f3) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_chunk_integer ... ok [INFO] [stdout] test test_index_of_str ... ok [INFO] [stdout] test test_fill_mut_integer ... ok [INFO] [stdout] test test_swaping_integer ... ok [INFO] [stdout] test test_unique_adv_integer ... ok [INFO] [stdout] test test_index_of_integer ... ok [INFO] [stdout] test test_swaping_str ... ok [INFO] [stdout] test test_unique_adv_str ... ok [INFO] [stdout] test test_unique_integer ... ok [INFO] [stdout] test test_unique_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-3e0500f73bb588f9) [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_integer ... ok [INFO] [stdout] test array_impl::test_index_of_str ... ok [INFO] [stdout] test array_impl::test_chunk_integer ... ok [INFO] [stdout] test array_impl::test_swaping_integer ... 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_usize_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_f32_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_u8_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 array_impl::test_unique_adv_str ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_0 ... ok [INFO] [stdout] test array_impl::test_unique_str ... ok [INFO] [stdout] test array_impl::test_swaping_str ... ok [INFO] [stdout] test parse::boolean_impl::parse_i32_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_i16_to_bool ... ok [INFO] [stdout] test parse::boolean_impl::parse_string_to_bool_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_0 ... ok [INFO] [stdout] test parse::boolean_impl::parse_string_to_bool_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_3 ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_2 ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_2 ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_2 ... ok [INFO] [stdout] test parse::byte_impl::parse_u16_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u16_to_i8_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_u32_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u32_to_i8_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_u64_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u64_to_i8_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_u8_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u8_to_i8_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_usize_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_usize_to_i8_1 ... 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::byte_impl::parse_i64_to_i8_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_f32_to_i8_2 ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_1 ... 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_i64_to_bool ... ok [INFO] [stdout] test array_impl::test_unique_adv_integer ... ok [INFO] [stdout] test parse::boolean_impl::parse_f64_to_bool ... ok [INFO] [stdout] test array_impl::test_unique_integer ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_2 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_3 ... 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::byte_impl::parse_f64_to_i8_2 ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_3 ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_1 ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_2 ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i32_to_i8_2 ... 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::byte_impl::parse_i64_to_i8_1 ... ok [INFO] [stdout] test parse::int_impl::parse_usize_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_1 ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_0 ... ok [INFO] [stdout] test parse::int_impl::parse_usize_to_i32_1 ... ok [INFO] [stdout] test parse::isize_impl::parse_bool_to_isize ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_2 ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_3 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_2 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_1 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_3 ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_1 ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_2 ... ok [INFO] [stdout] test parse::int_impl::parse_u64_to_i32_1 ... ok [INFO] [stdout] test parse::int_impl::parse_u32_to_i32_1 ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_2 ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_2 ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_1 ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_1 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_1 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_3 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_2 ... 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_string_to_isize_1 ... ok [INFO] [stdout] test parse::isize_impl::parse_u64_to_isize_1 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_1 ... 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::isize_impl::parse_usize_to_isize_0 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_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::isize_impl::parse_string_to_isize_2 ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_1 ... ok [INFO] [stdout] test parse::isize_impl::parse_usize_to_isize_1 ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_2 ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_3 ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_bool_to_i16 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_2 ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_1 ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_0 ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_2 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_0 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_3 ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_1 ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_1 ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_3 ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_1 ... ok [INFO] [stdout] test parse::short_impl::parse_u16_to_i16_1 ... ok [INFO] [stdout] test parse::short_impl::parse_string_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u16_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_0 ... ok [INFO] [stdout] test parse::long_impl::parse_u64_to_i64_1 ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_2 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_3 ... 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_f32_to_u8_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_2 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_3 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_2 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_3 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_2 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_2 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_2 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i8_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i8_to_u8_1 ... ok [INFO] [stdout] test parse::short_impl::parse_usize_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_2 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_1 ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_2 ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_2 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u32_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_1 ... ok [INFO] [stdout] test parse::short_impl::parse_string_to_i16_1 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_2 ... ok [INFO] [stdout] test parse::short_impl::parse_u64_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u32_to_i16_1 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_1 ... ok [INFO] [stdout] test parse::short_impl::parse_string_to_i16_2 ... ok [INFO] [stdout] test parse::short_impl::parse_usize_to_i16_1 ... ok [INFO] [stdout] test parse::short_impl::parse_u64_to_i16_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_2 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_2 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u16_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u16_to_u8_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_bool_to_u32 ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_2 ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_3 ... ok [INFO] [stdout] test parse::uint_impl::parse_i16_to_u32_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_3 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_usize_to_u8_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i16_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u32_to_u8_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_2 ... ok [INFO] [stdout] test parse::uint_impl::parse_u64_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_u64_to_u32_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_usize_to_u32_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_usize_to_u32_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_bool_to_u64 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_1 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_2 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_3 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_1 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_2 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_3 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i16_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i16_to_u64_1 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i32_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i64_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i32_to_u64_1 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i64_to_u64_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_i8_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i8_to_u64_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i32_to_u32_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_isize_to_u64_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_usize_to_u8_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_i32_to_u32_1 ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_isize_to_u64_1 ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_2 ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_2 ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_1 ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_2 ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_2 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_2 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_3 ... ok [INFO] [stdout] test parse::ushort_impl::parse_bool_to_u16 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_2 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i8_to_u64_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_2 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_2 ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_u32_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_usize_to_u16_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i8_to_u32_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_usize_to_u16_1 ... ok [INFO] [stdout] test parse::usize_impl::parse_bool_to_usize ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u32_to_u8_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_1 ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_3 ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_2 ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_3 ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_to_usize_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_2 ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_to_usize_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_2 ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i32_to_usize_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_u32_to_u16_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_3 ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_1 ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_1 ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_2 ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_1 ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_2 ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_by_mut_bubble ... ok [INFO] [stdout] test parse::usize_impl::parse_i8_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i8_to_usize_1 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u64_to_u8_1 ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_by_mut_quick ... ok [INFO] [stdout] test parse::usize_impl::parse_i64_to_usize_0 ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_mut_bubble ... ok [INFO] [stdout] test sorting_impl::test_bubble_sort_mut ... ok [INFO] [stdout] test parse::usize_impl::parse_i32_to_usize_1 ... ok [INFO] [stdout] test str_impl::test_adv_contains_none_char_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_none_str_str ... ok [INFO] [stdout] test str_impl::test_adv_ends_with_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_any_str_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_contains_all_strs_str ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_mut_quick ... ok [INFO] [stdout] test str_impl::test_adv_contains_any_char_str ... ok [INFO] [stdout] test parse::usize_impl::parse_isize_to_usize_0 ... ok [INFO] [stdout] test str_impl::test_adv_contains_all_chars_str ... ok [INFO] [stdout] test sorting_impl::test_quick_sort_mut ... ok [INFO] [stdout] test str_impl::test_adv_has_alpha_str ... ok [INFO] [stdout] test str_impl::test_adv_has_numeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_adv_has_whitespace_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_str ... ok [INFO] [stdout] test str_impl::test_adv_has_numeric_str ... ok [INFO] [stdout] test str_impl::test_adv_is_numeric_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_adv_is_uppercase_str ... ok [INFO] [stdout] test str_impl::test_adv_has_lowercase_str ... ok [INFO] [stdout] test str_impl::test_adv_is_numeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_is_whitespace_str ... ok [INFO] [stdout] test str_impl::test_cmp_ignore_case_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_starts_with_str ... ok [INFO] [stdout] test str_impl::test_contains_all_strs_str ... ok [INFO] [stdout] test str_impl::test_contains_all_chars_str ... ok [INFO] [stdout] test str_impl::test_contains_any_str_str ... ok [INFO] [stdout] test str_impl::test_contains_any_char_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_find_char_opt_str ... ok [INFO] [stdout] test str_impl::test_differnce_str ... ok [INFO] [stdout] test str_impl::test_find_char_str_0 ... ok [INFO] [stdout] test str_impl::test_has_alpha_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 str_impl::test_has_numeric_str ... ok [INFO] [stdout] test str_impl::test_has_uppercase_str ... ok [INFO] [stdout] test str_impl::test_has_whitespace_str ... ok [INFO] [stdout] test str_impl::test_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_is_alpha_str ... 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_numeric_str ... ok [INFO] [stdout] test str_impl::test_find_char_str_1 ... ok [INFO] [stdout] test str_impl::test_has_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_has_numeric_space_str ... ok [INFO] [stdout] test parse::usize_impl::parse_isize_to_usize_1 ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_1 ... ok [INFO] [stdout] test str_impl::test_adv_has_uppercase_str ... ok [INFO] [stdout] test str_impl::test_adv_is_lowercase_str ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_1 ... 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 str_impl::test_remove_all_regex_mut_str_0 ... ignored [INFO] [stdout] test str_impl::test_peek_str_0 ... ok [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 str_impl::test_reverse_str_str ... ok [INFO] [stdout] test str_impl::test_reverse_str ... ok [INFO] [stdout] test string_impl::test_adv_contains_all_chars_string ... ok [INFO] [stdout] test str_impl::test_is_whitespace_str ... ok [INFO] [stdout] test str_impl::test_is_uppercase_str ... ok [INFO] [stdout] test str_impl::test_peek_opt_str ... ok [INFO] [stdout] test string_impl::test_adv_contains_any_char_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_all_strs_string ... ok [INFO] [stdout] test str_impl::test_remove_regex_str_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i64_to_usize_1 ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_str_1 ... ok [INFO] [stdout] test str_impl::test_peek_str_1 ... ok [INFO] [stdout] test string_impl::test_adv_contains_none_char_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_none_str_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_any_str_string ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_str_0 ... ok [INFO] [stdout] test string_impl::test_adv_ends_with_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_adv_has_lowercase_string ... ok [INFO] [stdout] test string_impl::test_adv_has_numeric_space_string ... ok [INFO] [stdout] test string_impl::test_adv_has_numeric_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_cmp_ignore_case_string ... ok [INFO] [stdout] test string_impl::test_adv_has_uppercase_string ... ok [INFO] [stdout] test string_impl::test_adv_has_whitespace_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_adv_is_numeric_space_string ... ok [INFO] [stdout] test string_impl::test_adv_starts_with_string ... ok [INFO] [stdout] test string_impl::test_adv_is_whitespace_string ... ok [INFO] [stdout] test string_impl::test_contains_all_strs_string ... ok [INFO] [stdout] test string_impl::test_contains_none_str_string ... ok [INFO] [stdout] test string_impl::test_contains_none_char_string ... ok [INFO] [stdout] test string_impl::test_find_char_string_0 ... ok [INFO] [stdout] test string_impl::test_contains_any_str_string ... ok [INFO] [stdout] test string_impl::test_find_char_string_1 ... 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_space_string ... ok [INFO] [stdout] test string_impl::test_has_lowercase_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_numeric_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_space_string ... ok [INFO] [stdout] test string_impl::test_is_alpha_string ... ok [INFO] [stdout] test string_impl::test_is_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_is_alphanumeric_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_peek_string_1 ... ok [INFO] [stdout] test string_impl::test_adv_is_alpha_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alphanumeric_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alpha_string ... ok [INFO] [stdout] test string_impl::test_differnce_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_numeric_string ... ok [INFO] [stdout] test string_impl::test_contains_any_char_string ... ok [INFO] [stdout] test string_impl::test_adv_is_uppercase_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_find_char_opt_string ... ok [INFO] [stdout] test string_impl::test_contains_all_chars_string ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_mut_string_0 ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_mut_string_1 ... 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 string_impl::test_remove_regex_string_0 ... ok [INFO] [stdout] test string_impl::test_reverse_str_string ... ok [INFO] [stdout] test string_impl::test_reverse_string ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_string_1 ... ok [INFO] [stdout] test string_impl::test_remove_regex_string_1 ... ok [INFO] [stdout] test string_impl::test_remove_regex_mut_string_1 ... ok [INFO] [stderr] Running tests/sorting_impl.rs (/opt/rustwide/target/debug/deps/sorting_impl-3583645ad550bfaf) [INFO] [stdout] test string_impl::test_reverse_mut_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 420 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_adv_sort_mut_bubble ... ok [INFO] [stdout] test test_quick_sort_mut ... ok [INFO] [stdout] test test_bubble_sort_mut ... ok [INFO] [stdout] test test_adv_sort_by_mut_quick ... ok [INFO] [stdout] test test_adv_sort_by_mut_bubble ... ok [INFO] [stdout] test test_adv_sort_mut_quick ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stderr] Running tests/str_impl.rs (/opt/rustwide/target/debug/deps/str_impl-d72e77104d752b22) [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_contains_any_char_str ... ok [INFO] [stdout] test test_adv_contains_any_str_str ... ok [INFO] [stdout] test test_adv_has_lowercase_str ... ok [INFO] [stdout] test test_adv_has_numeric_space_str ... ok [INFO] [stdout] test test_adv_has_alpha_str ... ok [INFO] [stdout] test test_adv_contains_all_chars_str ... ok [INFO] [stdout] test test_adv_ends_with_str ... ok [INFO] [stdout] test test_adv_contains_all_strs_str ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_str ... ok [INFO] [stdout] test test_adv_contains_none_char_str ... ok [INFO] [stdout] test test_adv_has_alpha_space_str ... ok [INFO] [stdout] test test_adv_has_numeric_str ... ok [INFO] [stdout] test test_adv_is_uppercase_str ... ok [INFO] [stdout] test test_adv_contains_none_str_str ... ok [INFO] [stdout] test test_adv_is_whitespace_str ... ok [INFO] [stdout] test test_contains_any_str_str ... ok [INFO] [stdout] test test_adv_starts_with_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_find_char_opt_str ... ok [INFO] [stdout] test test_adv_is_lowercase_str ... ok [INFO] [stdout] test test_adv_is_alpha_str ... ok [INFO] [stdout] test test_adv_is_numeric_space_str ... ok [INFO] [stdout] test test_contains_all_chars_str ... ok [INFO] [stdout] test test_adv_is_numeric_str ... ok [INFO] [stdout] test test_contains_all_strs_str ... ok [INFO] [stdout] test test_cmp_ignore_case_str ... ok [INFO] [stdout] test test_contains_any_char_str ... ok [INFO] [stdout] test test_differnce_str ... ok [INFO] [stdout] test test_has_alpha_str ... ok [INFO] [stdout] test test_contains_none_str_str ... ok [INFO] [stdout] test test_has_numeric_str ... ok [INFO] [stdout] test test_has_uppercase_str ... ok [INFO] [stdout] test test_has_alphanumeric_str ... ok [INFO] [stdout] test test_has_numeric_space_str ... ok [INFO] [stdout] test test_is_alphanumeric_str ... ok [INFO] [stdout] test test_find_char_str_0 ... ok [INFO] [stdout] test test_has_whitespace_str ... ok [INFO] [stdout] test test_contains_none_char_str ... ok [INFO] [stdout] test test_has_alphanumeric_space_str ... ok [INFO] [stdout] test test_has_lowercase_str ... ok [INFO] [stdout] test test_is_alpha_str ... ok [INFO] [stdout] test test_has_alpha_space_str ... ok [INFO] [stdout] test test_is_alpha_space_str ... ok [INFO] [stdout] test test_is_alphanumeric_space_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_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_is_lowercase_str ... ok [INFO] [stdout] test test_is_numeric_str ... ok [INFO] [stdout] test test_is_whitespace_str ... ok [INFO] [stdout] test test_remove_regex_str_0 ... ok [INFO] [stdout] test test_peek_opt_str ... ok [INFO] [stdout] test test_is_numeric_space_str ... ok [INFO] [stdout] test test_reverse_str ... ok [INFO] [stdout] test test_reverse_str_str ... ok [INFO] [stdout] test test_peek_str_0 ... ok [INFO] [stdout] test test_is_uppercase_str ... ok [INFO] [stdout] test test_remove_all_regex_str_0 ... ok [INFO] [stdout] test test_peek_str_1 ... ok [INFO] [stdout] test test_remove_all_regex_str_1 ... ok [INFO] [stdout] test test_find_char_str_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stderr] Running tests/string_impl.rs (/opt/rustwide/target/debug/deps/string_impl-a5c3f5d275a19d74) [INFO] [stdout] test test_adv_contains_all_chars_string ... ok [INFO] [stdout] test test_adv_contains_none_str_string ... ok [INFO] [stdout] test test_adv_ends_with_string ... ok [INFO] [stdout] test test_adv_has_lowercase_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_has_whitespace_string ... ok [INFO] [stdout] test test_adv_is_alpha_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_has_alpha_space_string ... ok [INFO] [stdout] test test_adv_is_alphanumeric_space_string ... ok [INFO] [stdout] test test_adv_contains_any_str_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_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_is_lowercase_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_numeric_string ... ok [INFO] [stdout] test test_adv_is_alphanumeric_string ... ok [INFO] [stdout] test test_cmp_ignore_case_string ... ok [INFO] [stdout] test test_adv_is_numeric_space_string ... ok [INFO] [stdout] test test_contains_all_chars_string ... ok [INFO] [stdout] test test_adv_is_uppercase_string ... ok [INFO] [stdout] test test_adv_starts_with_string ... ok [INFO] [stdout] test test_adv_is_whitespace_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_contains_any_str_string ... ok [INFO] [stdout] test test_find_char_opt_string ... ok [INFO] [stdout] test test_has_alphanumeric_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_contains_any_char_string ... ok [INFO] [stdout] test test_is_alpha_string ... ok [INFO] [stdout] test test_is_alpha_space_string ... ok [INFO] [stdout] test test_has_numeric_space_string ... ok [INFO] [stdout] test test_has_alpha_space_string ... ok [INFO] [stdout] test test_contains_none_char_string ... ok [INFO] [stdout] test test_is_alphanumeric_space_string ... ok [INFO] [stdout] test test_differnce_string ... ok [INFO] [stdout] test test_contains_none_str_string ... ok [INFO] [stdout] test test_has_alpha_string ... ok [INFO] [stdout] test test_find_char_string_0 ... ok [INFO] [stdout] test test_contains_all_strs_string ... ok [INFO] [stdout] test test_has_lowercase_string ... ok [INFO] [stdout] test test_peek_string_0 ... ok [INFO] [stdout] test test_is_whitespace_string ... ok [INFO] [stdout] test test_is_uppercase_string ... ok [INFO] [stdout] test test_peek_opt_string ... ok [INFO] [stdout] test test_is_alphanumeric_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_remove_regex_mut_string_1 ... ok [INFO] [stdout] test test_remove_regex_mut_string_0 ... ok [INFO] [stdout] test test_remove_all_regex_string_0 ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_1 ... ok [INFO] [stdout] test test_reverse_str_string ... ok [INFO] [stdout] test test_reverse_string ... ok [INFO] [stdout] test test_remove_regex_string_0 ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_0 ... ok [INFO] [stdout] test test_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_reverse_mut_string ... ok [INFO] [stdout] test test_find_char_string_1 ... ok [INFO] [stdout] test test_peek_string_1 ... ok [INFO] [stdout] test test_remove_all_regex_string_1 ... ok [INFO] [stdout] test test_remove_regex_string_1 ... 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] [stderr] Doc-tests rustils [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-41e8bd69e00e874e.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-1ae966fab3172754.rlib --extern rustils=/opt/rustwide/target/debug/deps/librustils-59fa112557a06d00.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "5672b20c4f8a35b92be522f508bfb083f30f1ec420b709cf655781fb198e056e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5672b20c4f8a35b92be522f508bfb083f30f1ec420b709cf655781fb198e056e", kill_on_drop: false }` [INFO] [stdout] 5672b20c4f8a35b92be522f508bfb083f30f1ec420b709cf655781fb198e056e