[INFO] fetching crate rustils 0.1.23... [INFO] testing rustils-0.1.23 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate rustils 0.1.23 into /workspace/builds/worker-4-tc1/source [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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rustils 0.1.23 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rustils 0.1.23 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded thread_local v1.0.1 [INFO] [stderr] Downloaded memchr v2.3.3 [INFO] [stderr] Downloaded aho-corasick v0.7.8 [INFO] [stderr] Downloaded regex v1.3.4 [INFO] [stderr] Downloaded regex-syntax v0.6.14 [INFO] [stderr] Downloaded libc v0.2.67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d1d20dc1f6462c828f16cbf7b8cbc9fd12ca5b5065793ca75ca0777824e3de30 [INFO] running `Command { std: "docker" "start" "-a" "d1d20dc1f6462c828f16cbf7b8cbc9fd12ca5b5065793ca75ca0777824e3de30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d1d20dc1f6462c828f16cbf7b8cbc9fd12ca5b5065793ca75ca0777824e3de30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1d20dc1f6462c828f16cbf7b8cbc9fd12ca5b5065793ca75ca0777824e3de30", kill_on_drop: false }` [INFO] [stdout] d1d20dc1f6462c828f16cbf7b8cbc9fd12ca5b5065793ca75ca0777824e3de30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55a4557c374f9838847bd4fd206b5c152f44acb2370565f311610825294369e9 [INFO] running `Command { std: "docker" "start" "-a" "55a4557c374f9838847bd4fd206b5c152f44acb2370565f311610825294369e9", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling rustils v0.1.23 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/string.rs:720:24 [INFO] [stdout] | [INFO] [stdout] 720 | None => panic!(format!("string doesn't contain {}", search)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: 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] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [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] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s [INFO] running `Command { std: "docker" "inspect" "55a4557c374f9838847bd4fd206b5c152f44acb2370565f311610825294369e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55a4557c374f9838847bd4fd206b5c152f44acb2370565f311610825294369e9", kill_on_drop: false }` [INFO] [stdout] 55a4557c374f9838847bd4fd206b5c152f44acb2370565f311610825294369e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bc8a8197fda0dc30597d4894a5b0132c22a833cf2ef3fd22063ec65f616bb9d [INFO] running `Command { std: "docker" "start" "-a" "9bc8a8197fda0dc30597d4894a5b0132c22a833cf2ef3fd22063ec65f616bb9d", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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: 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] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [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: 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: 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] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [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] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `Command { std: "docker" "inspect" "9bc8a8197fda0dc30597d4894a5b0132c22a833cf2ef3fd22063ec65f616bb9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bc8a8197fda0dc30597d4894a5b0132c22a833cf2ef3fd22063ec65f616bb9d", kill_on_drop: false }` [INFO] [stdout] 9bc8a8197fda0dc30597d4894a5b0132c22a833cf2ef3fd22063ec65f616bb9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8e4d267283e2a5f0db3dbfb2da8f4f7ed361d81b4649f800fd377fedb5231218 [INFO] running `Command { std: "docker" "start" "-a" "8e4d267283e2a5f0db3dbfb2da8f4f7ed361d81b4649f800fd377fedb5231218", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] [INFO] [stderr] --> src/string.rs:720:24 [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 720 | None => panic!(format!("string doesn't contain {}", search)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [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 (run `cargo fix --lib -p rustils` to apply 1 suggestion) [INFO] [stderr] warning: `rustils` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustils-12286dfc23793344) [INFO] [stderr] Running unittests src/bin/rustils.rs (/opt/rustwide/target/debug/deps/rustils-88dd6a3504f8094f) [INFO] [stderr] Running tests/array_impl.rs (/opt/rustwide/target/debug/deps/array_impl-bbf609ac2a959dfe) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_fill_mut_integer ... ok [INFO] [stdout] test test_chunk_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_str ... ok [INFO] [stdout] test test_unique_adv_integer ... ok [INFO] [stdout] test test_unique_str ... ok [INFO] [stdout] test test_unique_integer ... ok [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-f037783929bb34c7) [INFO] [stdout] test test_index_of_integer ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 426 tests [INFO] [stdout] test array_impl::test_chunk_integer ... ok [INFO] [stdout] test array_impl::test_fill_mut_integer ... ok [INFO] [stdout] test array_impl::test_swaping_integer ... 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_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 array_impl::test_index_of_str ... 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::byte_impl::parse_f32_to_i8_0 ... 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::byte_impl::parse_bool_to_i8 ... ok [INFO] [stdout] test parse::boolean_impl::parse_usize_to_bool ... 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 array_impl::test_index_of_integer ... ok [INFO] [stdout] test parse::boolean_impl::parse_u32_to_bool ... ok [INFO] [stdout] test array_impl::test_unique_adv_str ... ok [INFO] [stdout] test array_impl::test_unique_integer ... ok [INFO] [stdout] test parse::boolean_impl::parse_u16_to_bool ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_0 ... ok [INFO] [stdout] test array_impl::test_unique_adv_integer ... 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_3 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_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_f64_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_f64_to_i8_3 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i16_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_i64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::boolean_impl::parse_string_to_bool_1 - should panic ... 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::byte_impl::parse_u16_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_u32_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_u64_to_i8_0 ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_u64_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_u8_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_usize_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_2 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_u32_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_u16_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_bool_to_i32 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_3 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f32_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_i64_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_f64_to_i32_3 - should panic ... 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::int_impl::parse_u32_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_string_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_bool_to_isize ... ok [INFO] [stdout] test parse::isize_impl::parse_f32_to_isize_0 ... ok [INFO] [stdout] test parse::int_impl::parse_u64_to_i32_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_f32_to_isize_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_usize_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_usize_to_i32_0 ... ok [INFO] [stdout] test parse::int_impl::parse_u32_to_i32_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_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_f32_to_isize_3 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_f64_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_u64_to_isize_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_bool_to_i64 ... ok [INFO] [stdout] test parse::isize_impl::parse_string_to_isize_2 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_u64_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::isize_impl::parse_usize_to_isize_0 ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_0 ... ok [INFO] [stdout] test parse::isize_impl::parse_usize_to_isize_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f32_to_i64_3 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_u64_to_i64_0 ... ok [INFO] [stderr] Running tests/sorting_impl.rs (/opt/rustwide/target/debug/deps/sorting_impl-c212792020ca1188) [INFO] [stdout] test parse::short_impl::parse_bool_to_i16 ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::long_impl::parse_f64_to_i64_3 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_0 ... ok [INFO] [stdout] test parse::long_impl::parse_string_to_i64_0 ... ok [INFO] [stdout] test parse::long_impl::parse_u64_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_isize_to_i8_1 - should panic ... ok [INFO] [stdout] test parse::byte_impl::parse_string_to_i8_0 ... ok [INFO] [stdout] test parse::float_impl::parse_bool_to_f32 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_3 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_0 ... ok [INFO] [stdout] test parse::int_impl::parse_isize_to_i32_0 ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f64_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::double_impl::parse_bool_to_f64 ... ok [INFO] [stdout] test parse::long_impl::parse_usize_to_i64_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i32_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_i64_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_u16_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_isize_to_i16_2 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_u64_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u16_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_usize_to_i16_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u32_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_u32_to_i16_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_0 ... ok [INFO] [stdout] test parse::short_impl::parse_u64_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_usize_to_i16_1 - should panic ... ok [INFO] [stdout] test parse::short_impl::parse_f32_to_i16_3 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_bool_to_u8 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_0 ... ok [INFO] [stdout] test parse::short_impl::parse_string_to_i16_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::ubyte_impl::parse_f32_to_u8_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_i64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i32_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i8_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u16_to_u8_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_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_isize_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i16_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_string_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u32_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u64_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_usize_to_u8_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u16_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_bool_to_u32 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u32_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i64_to_u8_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i16_to_u32_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_f64_to_u8_3 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_i8_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::ubyte_impl::parse_u64_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i32_to_u32_0 ... ok [INFO] [stdout] test parse::ubyte_impl::parse_usize_to_u8_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f32_to_u32_3 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i16_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i32_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i64_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_f64_to_u32_3 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_i8_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_i8_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_isize_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_u64_to_u32_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_bool_to_u64 ... ok [INFO] [stdout] test parse::uint_impl::parse_string_to_u32_2 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_usize_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i16_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i32_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i64_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_3 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i8_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_3 - should panic ... ok [INFO] [stdout] test parse::uint_impl::parse_usize_to_u32_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i32_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_0 ... ok [INFO] [stdout] test parse::uint_impl::parse_u64_to_u32_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_isize_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f64_to_u64_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_bool_to_u16 ... ok [INFO] [stdout] test parse::ulong_impl::parse_isize_to_u64_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_0 ... ok [INFO] [stdout] test parse::ulong_impl::parse_i64_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_i16_to_u64_1 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_string_to_u64_2 - should panic ... ok [INFO] [stdout] test parse::ulong_impl::parse_f32_to_u64_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u32_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_3 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_f64_to_u16_3 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_usize_to_u16_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_i16_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_bool_to_usize ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_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_f64_to_u64_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_3 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_isize_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i32_to_usize_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i64_to_usize_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_f32_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::int_impl::parse_u64_to_i32_0 ... ok [INFO] [stdout] test parse::usize_impl::parse_i8_to_usize_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_i16_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_u32_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_u64_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_isize_to_usize_0 ... ok [INFO] [stdout] test parse::ushort_impl::parse_usize_to_u16_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 parse::usize_impl::parse_isize_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i32_to_u16_2 - should panic ... ok [INFO] [stdout] test sorting_impl::test_bubble_sort_mut ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_mut_bubble ... ok [INFO] [stdout] test sorting_impl::test_adv_sort_mut_quick ... ok [INFO] [stdout] test parse::usize_impl::parse_f32_to_usize_2 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_f64_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_i8_to_u16_1 - should panic ... ok [INFO] [stdout] test parse::ushort_impl::parse_string_to_u16_1 - should panic ... 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::usize_impl::parse_i64_to_usize_1 - 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 str_impl::test_adv_contains_none_char_str ... ok [INFO] [stdout] test parse::usize_impl::parse_i8_to_usize_1 - should panic ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_1 - should panic ... 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 parse::usize_impl::parse_f32_to_usize_3 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_contains_none_str_str ... ok [INFO] [stdout] test parse::usize_impl::parse_string_to_usize_2 - should panic ... ok [INFO] [stdout] test str_impl::test_adv_has_alpha_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_has_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_adv_has_lowercase_str ... ok [INFO] [stdout] test str_impl::test_adv_has_numeric_str ... ok [INFO] [stdout] test str_impl::test_adv_has_whitespace_str ... ok [INFO] [stdout] test str_impl::test_adv_is_numeric_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_adv_starts_with_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_str ... ok [INFO] [stdout] test str_impl::test_contains_all_chars_str ... ok [INFO] [stdout] test str_impl::test_adv_has_numeric_space_str ... ok [INFO] [stdout] test str_impl::test_contains_all_strs_str ... ok [INFO] [stdout] test str_impl::test_adv_is_lowercase_str ... ok [INFO] [stdout] test str_impl::test_adv_is_uppercase_str ... ok [INFO] [stdout] test str_impl::test_cmp_ignore_case_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_adv_has_uppercase_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_space_str ... ok [INFO] [stdout] test str_impl::test_adv_is_alphanumeric_str ... ok [INFO] [stdout] test str_impl::test_contains_none_char_str ... ok [INFO] [stdout] test str_impl::test_contains_none_str_str ... ok [INFO] [stdout] test str_impl::test_differnce_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_find_char_opt_str ... ok [INFO] [stdout] test str_impl::test_find_char_str_0 ... ok [INFO] [stdout] test str_impl::test_contains_any_char_str ... ok [INFO] [stdout] test str_impl::test_find_char_str_1 - should panic ... ok [INFO] [stdout] test str_impl::test_has_alpha_space_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_is_alpha_space_str ... ok [INFO] [stdout] test str_impl::test_has_numeric_space_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 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 str_impl::test_peek_opt_str ... ok [INFO] [stdout] test str_impl::test_peek_str_0 ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_mut_str_0 ... ignored [INFO] [stdout] test str_impl::test_remove_all_regex_mut_str_1 ... ignored [INFO] [stdout] test str_impl::test_has_alpha_str ... ok [INFO] [stdout] test str_impl::test_remove_regex_mut_str_0 ... ignored [INFO] [stdout] test str_impl::test_remove_regex_mut_str_1 ... ignored [INFO] [stdout] test str_impl::test_remove_regex_str_1 ... ignored [INFO] [stdout] test str_impl::test_reverse_mut_str ... ignored [INFO] [stdout] test string_impl::test_adv_contains_all_chars_string ... 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 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_has_alpha_space_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alpha_string ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_str_0 ... ok [INFO] [stdout] test string_impl::test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_none_str_string ... ok [INFO] [stdout] test string_impl::test_adv_has_alphanumeric_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 str_impl::test_remove_regex_str_0 ... ok [INFO] [stdout] test string_impl::test_adv_has_numeric_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_alpha_string ... ok [INFO] [stdout] test str_impl::test_peek_str_1 - should panic ... ok [INFO] [stdout] test str_impl::test_reverse_str ... ok [INFO] [stdout] test str_impl::test_reverse_str_str ... ok [INFO] [stdout] test string_impl::test_adv_contains_all_strs_string ... ok [INFO] [stdout] test string_impl::test_adv_contains_any_char_string ... ok [INFO] [stdout] test string_impl::test_adv_is_numeric_string ... ok [INFO] [stdout] test string_impl::test_adv_is_uppercase_string ... ok [INFO] [stdout] test string_impl::test_adv_is_alphanumeric_string ... ok [INFO] [stdout] test string_impl::test_adv_is_lowercase_string ... ok [INFO] [stdout] test string_impl::test_adv_is_whitespace_string ... ok [INFO] [stdout] test string_impl::test_adv_starts_with_string ... ok [INFO] [stdout] test string_impl::test_adv_is_numeric_space_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_is_alphanumeric_space_string ... ok [INFO] [stdout] test str_impl::test_remove_all_regex_str_1 - should panic ... ok [INFO] [stdout] test string_impl::test_contains_none_char_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_chars_string ... ok [INFO] [stdout] test string_impl::test_contains_all_strs_string ... ok [INFO] [stdout] test string_impl::test_contains_any_char_string ... ok [INFO] [stdout] test string_impl::test_find_char_string_0 ... ok [INFO] [stdout] test string_impl::test_find_char_string_1 - should panic ... 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_alphanumeric_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_uppercase_string ... ok [INFO] [stdout] test string_impl::test_is_numeric_string ... ok [INFO] [stdout] test string_impl::test_is_whitespace_string ... ok [INFO] [stdout] test string_impl::test_has_lowercase_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_is_numeric_space_string ... ok [INFO] [stdout] test string_impl::test_peek_opt_string ... ok [INFO] [stdout] test string_impl::test_peek_string_1 - should panic ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_mut_string_0 ... ok [INFO] [stdout] test string_impl::test_peek_string_0 ... ok [INFO] [stdout] test string_impl::test_contains_none_str_string ... ok [INFO] [stdout] test string_impl::test_remove_regex_mut_string_1 ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_string_1 - should panic ... ok [INFO] [stdout] test string_impl::test_remove_all_regex_string_0 ... ok [INFO] [stdout] test string_impl::test_contains_any_str_string ... 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_reverse_mut_string ... ok [INFO] [stdout] test string_impl::test_remove_regex_string_1 - should panic ... ok [INFO] [stdout] test string_impl::test_reverse_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 parse::usize_impl::parse_i32_to_usize_1 - should panic ... ok [INFO] [stdout] test str_impl::test_contains_any_str_str ... ok [INFO] [stdout] test string_impl::test_adv_contains_any_str_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 420 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.17s [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_adv_sort_mut_quick ... ok [INFO] [stdout] test test_bubble_sort_mut ... ok [INFO] [stdout] test test_adv_sort_by_mut_bubble ... ok [INFO] [stdout] test test_adv_sort_by_mut_quick ... ok [INFO] [stderr] Running tests/str_impl.rs (/opt/rustwide/target/debug/deps/str_impl-d82ce700943f4626) [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 69 tests [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_all_chars_str ... ok [INFO] [stdout] test test_adv_ends_with_str ... ok [INFO] [stdout] test test_adv_contains_none_str_str ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_str ... ok [INFO] [stdout] test test_adv_has_lowercase_str ... ok [INFO] [stdout] test test_adv_has_numeric_space_str ... ok [INFO] [stdout] test test_adv_has_numeric_str ... ok [INFO] [stdout] test test_adv_has_alphanumeric_str ... ok [INFO] [stdout] test test_adv_has_alpha_str ... ok [INFO] [stdout] test test_adv_is_alpha_str ... ok [INFO] [stdout] test test_adv_has_alpha_space_str ... ok [INFO] [stdout] test test_adv_has_uppercase_str ... ok [INFO] [stdout] test test_adv_is_alphanumeric_space_str ... ok [INFO] [stdout] test test_adv_has_whitespace_str ... ok [INFO] [stdout] test test_adv_is_lowercase_str ... ok [INFO] [stdout] test test_adv_contains_none_char_str ... ok [INFO] [stdout] test test_adv_is_numeric_space_str ... ok [INFO] [stdout] test test_adv_is_alphanumeric_str ... ok [INFO] [stdout] test test_adv_is_alpha_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_str ... ok [INFO] [stdout] test test_has_alpha_space_str ... ok [INFO] [stdout] test test_has_alphanumeric_space_str ... ok [INFO] [stdout] test test_has_alphanumeric_str ... ok [INFO] [stdout] test test_has_lowercase_str ... ok [INFO] [stdout] test test_has_numeric_space_str ... ok [INFO] [stdout] test test_has_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_alphanumeric_space_str ... ok [INFO] [stdout] test test_is_alphanumeric_str ... ok [INFO] [stdout] test test_is_lowercase_str ... ok [INFO] [stdout] test test_is_numeric_space_str ... ok [INFO] [stdout] test test_is_uppercase_str ... ok [INFO] [stdout] test test_peek_str_0 ... ok [INFO] [stdout] test test_is_whitespace_str ... ok [INFO] [stdout] test test_peek_opt_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_is_alpha_str ... ok [INFO] [stdout] test test_remove_regex_str_1 ... ignored [INFO] [stdout] test test_reverse_mut_str ... ignored [INFO] [stdout] test test_is_numeric_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_reverse_str_str ... ok [INFO] [stdout] test test_reverse_str ... 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] test test_adv_contains_any_str_str ... 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] [stderr] Running tests/string_impl.rs (/opt/rustwide/target/debug/deps/string_impl-2ac5a9fd6a3d49ac) [INFO] [stdout] [INFO] [stdout] running 69 tests [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_any_str_string ... ok [INFO] [stdout] test test_adv_contains_none_char_string ... ok [INFO] [stdout] test test_adv_contains_none_str_string ... ok [INFO] [stdout] test test_adv_has_alpha_space_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_string ... ok [INFO] [stdout] test test_adv_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_adv_has_lowercase_string ... ok [INFO] [stdout] test test_adv_has_alpha_string ... ok [INFO] [stdout] test test_adv_has_numeric_space_string ... ok [INFO] [stdout] test test_adv_has_uppercase_string ... ok [INFO] [stdout] test test_adv_has_whitespace_string ... ok [INFO] [stdout] test test_adv_is_alpha_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_has_numeric_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_is_alpha_space_string ... ok [INFO] [stdout] test test_adv_starts_with_string ... ok [INFO] [stdout] test test_contains_all_strs_string ... ok [INFO] [stdout] test test_contains_all_chars_string ... ok [INFO] [stdout] test test_contains_none_char_string ... ok [INFO] [stdout] test test_find_char_string_0 ... ok [INFO] [stdout] test test_find_char_opt_string ... ok [INFO] [stdout] test test_has_alpha_space_string ... ok [INFO] [stdout] test test_contains_any_str_string ... ok [INFO] [stdout] test test_contains_any_char_string ... ok [INFO] [stdout] test test_has_alphanumeric_space_string ... ok [INFO] [stdout] test test_has_numeric_string ... ok [INFO] [stdout] test test_has_whitespace_string ... ok [INFO] [stdout] test test_has_uppercase_string ... ok [INFO] [stdout] test test_has_lowercase_string ... ok [INFO] [stdout] test test_is_alpha_space_string ... ok [INFO] [stdout] test test_has_alphanumeric_string ... ok [INFO] [stdout] test test_differnce_string ... ok [INFO] [stdout] test test_is_alpha_string ... ok [INFO] [stdout] test test_has_numeric_space_string ... ok [INFO] [stdout] test test_is_lowercase_string ... ok [INFO] [stdout] test test_is_alphanumeric_string ... ok [INFO] [stdout] test test_has_alpha_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_alphanumeric_space_string ... ok [INFO] [stdout] test test_is_whitespace_string ... ok [INFO] [stdout] test test_peek_opt_string ... ok [INFO] [stdout] test test_adv_ends_with_string ... ok [INFO] [stdout] test test_peek_string_0 ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_1 ... ok [INFO] [stdout] test test_adv_contains_all_strs_string ... ok [INFO] [stdout] test test_cmp_ignore_case_string ... ok [INFO] [stdout] test test_contains_none_str_string ... ok [INFO] [stdout] test test_remove_all_regex_mut_string_0 ... 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_regex_string_0 ... ok [INFO] [stdout] test test_remove_regex_mut_string_1 ... ok [INFO] [stdout] test test_reverse_mut_string ... ok [INFO] [stdout] test test_reverse_str_string ... ok [INFO] [stdout] test test_reverse_string ... ok [INFO] [stdout] test test_find_char_string_1 - should panic ... ok [INFO] [stdout] test test_peek_string_1 - should panic ... ok [INFO] [stdout] test test_remove_all_regex_string_1 - should panic ... ok [INFO] [stdout] test test_remove_regex_string_1 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests rustils [INFO] [stdout] [INFO] [stdout] running 319 tests [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::usize::to_bool (line 230) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::u64::to_bool (line 170) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::bool::to_i8_res (line 12) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::u32::to_bool (line 110) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::i64::to_bool (line 150) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::u16::to_bool (line 70) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::i8::to_bool (line 10) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::i32::to_bool (line 90) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::i16::to_bool (line 50) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::f32::to_bool (line 130) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::bool::to_i8 (line 30) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::isize::to_bool (line 210) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::&'staticstr::to_bool (line 270) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::String::to_bool (line 250) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::u8::to_bool (line 30) ... ok [INFO] [stdout] test src/impls/parse/boolean_impl.rs - impls::parse::boolean_impl::f64::to_bool (line 190) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::f64::to_i8 (line 396) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::f64::to_i8_res (line 378) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::f32::to_i8_res (line 207) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::isize::to_i8_res (line 431) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::i64::to_i8 (line 318) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::i64::to_i8_res (line 300) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::i16::to_i8_res (line 90) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::f32::to_i8 (line 225) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::i32::to_i8_res (line 168) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::u16::to_i8 (line 147) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::i16::to_i8 (line 108) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::i32::to_i8 (line 186) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::u32::to_i8_res (line 246) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::usize::to_i8_res (line 470) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::u32::to_i8 (line 264) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::u8::to_i8 (line 69) ... ok [INFO] [stdout] test src/impls/parse/float_impl.rs - impls::parse::float_impl::bool::to_f32 (line 29) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::isize::to_i8 (line 449) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::u16::to_i8_res (line 129) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::u64::to_i8_res (line 339) ... ok [INFO] [stdout] test src/impls/parse/int_impl.rs - impls::parse::int_impl::bool::to_i32_res (line 12) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::u64::to_i8 (line 357) ... ok [INFO] [stdout] test src/impls/parse/float_impl.rs - impls::parse::float_impl::bool::to_f32_res (line 11) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::usize::to_i8 (line 489) ... ok [INFO] [stdout] test src/impls/parse/byte_impl.rs - impls::parse::byte_impl::u8::to_i8_res (line 51) ... ok [INFO] [stdout] test src/impls/parse/double_impl.rs - impls::parse::double_impl::bool::to_f64_res (line 11) ... ok [INFO] [stdout] test src/impls/parse/double_impl.rs - impls::parse::double_impl::bool::to_f64 (line 29) ... ok [INFO] [stdout] test src/impls/parse/int_impl.rs - impls::parse::int_impl::bool::to_i32 (line 30) ... ok [INFO] [stdout] test src/impls/parse/int_impl.rs - impls::parse::int_impl::u64::to_i32 (line 153) ... ok [INFO] [stdout] test src/impls/parse/isize_impl.rs - impls::parse::isize_impl::bool::to_isize (line 30) ... ok [INFO] [stdout] test src/impls/parse/long_impl.rs - impls::parse::long_impl::bool::to_i64_res (line 12) ... ok [INFO] [stdout] test src/impls/parse/int_impl.rs - impls::parse::int_impl::usize::to_i32 (line 237) ... ok [INFO] [stdout] test src/impls/parse/int_impl.rs - impls::parse::int_impl::u64::to_i32_res (line 135) ... ok [INFO] [stdout] test src/impls/parse/int_impl.rs - impls::parse::int_impl::u32::to_i32_res (line 51) ... ok [INFO] [stdout] test src/impls/parse/long_impl.rs - impls::parse::long_impl::bool::to_i64 (line 30) ... ok [INFO] [stdout] test src/impls/parse/int_impl.rs - impls::parse::int_impl::usize::to_i32_res (line 219) ... ok [INFO] [stdout] test src/impls/parse/int_impl.rs - impls::parse::int_impl::u32::to_i32 (line 69) ... ok [INFO] [stdout] test src/impls/parse/long_impl.rs - impls::parse::long_impl::usize::to_i64 (line 168) ... ok [INFO] [stdout] test src/impls/parse/isize_impl.rs - impls::parse::isize_impl::bool::to_isize_res (line 12) ... ok [INFO] [stdout] test src/impls/parse/long_impl.rs - impls::parse::long_impl::u64::to_i64_res (line 81) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::bool::to_i16 (line 30) ... ok [INFO] [stdout] test src/impls/parse/long_impl.rs - impls::parse::long_impl::u64::to_i64 (line 99) ... ok [INFO] [stdout] test src/impls/parse/long_impl.rs - impls::parse::long_impl::usize::to_i64_res (line 150) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::u16::to_i16 (line 69) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::u64::to_i16 (line 210) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::u32::to_i16 (line 123) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::u32::to_i16_res (line 105) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::u64::to_i16_res (line 192) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::u16::to_i16_res (line 51) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::bool::to_i16_res (line 12) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::usize::to_i16_res (line 276) ... ok [INFO] [stdout] test src/impls/parse/ubyte_impl.rs - impls::parse::ubyte_impl::bool::to_u8 (line 30) ... ok [INFO] [stdout] test src/impls/parse/ubyte_impl.rs - impls::parse::ubyte_impl::bool::to_u8_res (line 12) ... ok [INFO] [stdout] test src/impls/parse/ulong_impl.rs - impls::parse::ulong_impl::bool::to_u64 (line 30) ... ok [INFO] [stdout] test src/impls/parse/uint_impl.rs - impls::parse::uint_impl::bool::to_u32_res (line 12) ... ok [INFO] [stdout] test src/impls/parse/short_impl.rs - impls::parse::short_impl::usize::to_i16 (line 294) ... ok [INFO] [stdout] test src/impls/parse/ulong_impl.rs - impls::parse::ulong_impl::bool::to_u64_res (line 12) ... ok [INFO] [stdout] test src/impls/parse/uint_impl.rs - impls::parse::uint_impl::bool::to_u32 (line 30) ... ok [INFO] [stdout] test src/impls/parse/ushort_impl.rs - impls::parse::ushort_impl::bool::to_u16_res (line 12) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/impls/parse/ushort_impl.rs - impls::parse::ushort_impl::bool::to_u16 (line 30) ... ok [INFO] [stdout] test src/impls/parse/usize_impl.rs - impls::parse::usize_impl::bool::to_usize_res (line 12) ... ok [INFO] [stdout] test src/impls/parse/usize_impl.rs - impls::parse::usize_impl::bool::to_usize (line 30) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::f64_to_bool (line 282) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::f32_to_bool (line 195) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::isize_to_bool (line 311) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::i64_to_bool (line 224) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::i16_to_bool (line 79) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/lib.rs - (line 55) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::i32_to_bool (line 137) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::str_to_bool (line 424) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::u32_to_bool (line 166) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::i8_to_bool (line 21) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::string_to_bool (line 375) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::u64_to_bool (line 253) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::u8_to_bool (line 50) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f32_to_i8 (line 406) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f32_to_i8_rm_res (line 431) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::u16_to_bool (line 108) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::bool_to_i8 (line 59) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f32_to_i8_rm (line 467) ... ok [INFO] [stdout] test src/parse/boolean.rs - parse::boolean::usize_to_bool (line 340) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f32_to_i8 (line 394) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::bool_to_i8_res (line 35) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f64_to_i8_rm (line 704) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f32_to_i8_res (line 371) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f64_to_i8_rm_res (line 668) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f64_to_i8 (line 631) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::i32_to_i8 (line 290) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f64_to_i8_res (line 608) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::i64_to_i8 (line 527) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::i16_to_i8 (line 162) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::i16_to_i8_res (line 137) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::f64_to_i8 (line 643) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::i32_to_i8 (line 279) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::i64_to_i8_res (line 491) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::i32_to_i8_res (line 254) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::isize_to_i8 (line 764) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::i16_to_i8 (line 173) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::isize_to_i8_res (line 728) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::str_to_i8 (line 938) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::i64_to_i8 (line 516) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::str_to_i8 (line 927) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::string_to_i8 (line 880) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::isize_to_i8 (line 753) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::string_to_i8_res (line 846) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::str_to_i8_res (line 904) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u64_to_i8 (line 584) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u16_to_i8_res (line 197) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::string_to_i8 (line 869) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u16_to_i8 (line 220) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u64_to_i8 (line 574) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u16_to_i8 (line 230) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u8_to_i8 (line 113) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u64_to_i8_res (line 551) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u32_to_i8 (line 347) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u32_to_i8 (line 337) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::usize_to_i8 (line 812) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u32_to_i8_res (line 314) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u8_to_i8 (line 103) ... ok [INFO] [stdout] test src/parse/float.rs - parse::float::bool_to_f32 (line 58) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::u8_to_i8_res (line 80) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::usize_to_i8_res (line 788) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::bool_to_i32_res (line 35) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::str_to_i32_res (line 434) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::str_to_i32 (line 457) ... ok [INFO] [stdout] test src/parse/byte.rs - parse::byte::usize_to_i8 (line 822) ... ok [INFO] [stdout] test src/parse/double.rs - parse::double::bool_to_f64 (line 58) ... ok [INFO] [stdout] test src/parse/double.rs - parse::double::bool_to_f64_res (line 34) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::bool_to_i32 (line 59) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::string_to_i32_res (line 369) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::string_to_i32 (line 399) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::string_to_i32 (line 410) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::u32_to_i32 (line 103) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::str_to_i32 (line 468) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::u32_to_i32 (line 113) ... ok [INFO] [stdout] test src/parse/float.rs - parse::float::bool_to_f32_res (line 34) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::usize_to_i32 (line 335) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::usize_to_i32 (line 345) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::u64_to_i32 (line 229) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::u64_to_i32 (line 219) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::u64_to_i32_res (line 196) ... ok [INFO] [stdout] test src/parse/isize.rs - parse::isize::bool_to_isize_res (line 35) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::usize_to_i32_res (line 312) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::str_to_i64_res (line 351) ... ok [INFO] [stdout] test src/parse/int.rs - parse::int::u32_to_i32_res (line 80) ... ok [INFO] [stdout] test src/parse/isize.rs - parse::isize::bool_to_isize (line 59) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::str_to_i64 (line 392) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::bool_to_i64_res (line 35) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::string_to_i64 (line 327) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::str_to_i64 (line 381) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::string_to_i64 (line 316) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::bool_to_i64 (line 59) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::usize_to_i64_res (line 218) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::usize_to_i64 (line 254) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::u64_to_i64 (line 155) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::u64_to_i64 (line 145) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::string_to_i64_res (line 278) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::u64_to_i64_res (line 119) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::str_to_i16 (line 546) ... ok [INFO] [stdout] test src/parse/long.rs - parse::long::usize_to_i64 (line 244) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::string_to_i16 (line 488) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::bool_to_i16 (line 59) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::u16_to_i16 (line 113) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::string_to_i16 (line 477) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::str_to_i16 (line 535) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::u16_to_i16 (line 103) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::str_to_i16_res (line 512) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::bool_to_i16_res (line 35) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::u32_to_i16 (line 190) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::string_to_i16_res (line 446) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::u16_to_i16_res (line 80) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::u32_to_i16 (line 180) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::u64_to_i16 (line 306) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::u64_to_i16 (line 296) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::u64_to_i16_res (line 273) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::usize_to_i16 (line 422) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i64_to_u8_res (line 409) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::bool_to_u8 (line 60) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::usize_to_i16_res (line 389) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::u32_to_i16_res (line 157) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i32_to_u8_res (line 254) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i16_to_u8 (line 173) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i16_to_u8_res (line 138) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::bool_to_u8_res (line 35) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i32_to_u8 (line 278) ... ok [INFO] [stdout] test src/parse/short.rs - parse::short::usize_to_i16 (line 412) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i32_to_u8 (line 289) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i64_to_u8 (line 444) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i16_to_u8 (line 162) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i64_to_u8 (line 433) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i8_to_u8 (line 104) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::isize_to_u8 (line 644) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::str_to_u8 (line 771) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::str_to_u8_res (line 737) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i8_to_u8 (line 114) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::string_to_u8_res (line 679) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::str_to_u8 (line 760) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::u16_to_u8_res (line 197) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::u16_to_u8 (line 220) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::isize_to_u8 (line 655) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::u16_to_u8 (line 230) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::isize_to_u8_res (line 620) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::u32_to_u8 (line 347) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::i8_to_u8_res (line 82) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::u32_to_u8 (line 337) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::string_to_u8 (line 713) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::string_to_u8 (line 702) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::u32_to_u8_res (line 313) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::u64_to_u8_res (line 468) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::u64_to_u8 (line 491) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i32_to_u32_res (line 190) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::usize_to_u8 (line 586) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::u64_to_u8 (line 501) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::usize_to_u8 (line 596) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i16_to_u32_res (line 135) ... ok [INFO] [stdout] test src/parse/ubyte.rs - parse::ubyte::usize_to_u8_res (line 563) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i16_to_u32 (line 166) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i32_to_u32 (line 211) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i64_to_u32 (line 307) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::bool_to_u32 (line 59) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i32_to_u32 (line 221) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i16_to_u32 (line 156) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::bool_to_u32_res (line 35) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i64_to_u32 (line 318) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::isize_to_u32_res (line 437) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i64_to_u32_res (line 283) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i8_to_u32 (line 101) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::isize_to_u32 (line 472) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i8_to_u32 (line 111) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::u64_to_u32 (line 375) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::i8_to_u32_res (line 80) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::string_to_u32 (line 590) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::u64_to_u32 (line 365) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::isize_to_u32 (line 461) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::str_to_u32 (line 637) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::string_to_u32 (line 579) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::str_to_u32_res (line 614) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::string_to_u32_res (line 553) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::u64_to_u32_res (line 342) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::str_to_u32 (line 648) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::bool_to_u64 (line 59) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::usize_to_u32 (line 519) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i16_to_u64 (line 156) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i16_to_u64_res (line 135) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::usize_to_u32_res (line 496) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i32_to_u64_res (line 190) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::bool_to_u64_res (line 35) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i32_to_u64 (line 221) ... ok [INFO] [stdout] test src/parse/uint.rs - parse::uint::usize_to_u32 (line 529) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i64_to_u64 (line 314) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i8_to_u64_res (line 80) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i8_to_u64 (line 111) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i64_to_u64 (line 304) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i64_to_u64_res (line 283) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i32_to_u64 (line 211) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i8_to_u64 (line 101) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::i16_to_u64 (line 166) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::string_to_u64 (line 468) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::isize_to_u64_res (line 376) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::isize_to_u64 (line 407) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::str_to_u64 (line 529) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::bool_to_u16_res (line 35) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::bool_to_u16 (line 59) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::str_to_u64 (line 518) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i16_to_u16 (line 156) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::str_to_u64_res (line 492) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::isize_to_u64 (line 397) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::string_to_u64 (line 457) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i32_to_u16 (line 225) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i32_to_u16 (line 214) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i64_to_u16 (line 379) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i16_to_u16 (line 166) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i16_to_u16_res (line 135) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i32_to_u16_res (line 190) ... ok [INFO] [stdout] test src/parse/ulong.rs - parse::ulong::string_to_u64_res (line 431) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i8_to_u16_res (line 80) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i64_to_u16_res (line 344) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i8_to_u16 (line 101) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i64_to_u16 (line 368) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::isize_to_u16_res (line 498) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::str_to_u16 (line 706) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::isize_to_u16 (line 533) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::i8_to_u16 (line 111) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::isize_to_u16 (line 522) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::str_to_u16_res (line 672) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::str_to_u16 (line 695) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::string_to_u16 (line 648) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::string_to_u16_res (line 614) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::u32_to_u16 (line 272) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::u32_to_u16 (line 282) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::string_to_u16 (line 637) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::u64_to_u16 (line 436) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::usize_to_u16 (line 580) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::usize_to_u16_res (line 557) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::u32_to_u16_res (line 249) ... ok [INFO] [stdout] test src/parse/usize.rs - parse::usize::bool_to_usize (line 59) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::u64_to_u16 (line 426) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::u64_to_u16_res (line 403) ... ok [INFO] [stdout] test src/parse/ushort.rs - parse::ushort::usize_to_u16 (line 590) ... ok [INFO] [stdout] test src/parse/usize.rs - parse::usize::bool_to_usize_res (line 35) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 319 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8e4d267283e2a5f0db3dbfb2da8f4f7ed361d81b4649f800fd377fedb5231218", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e4d267283e2a5f0db3dbfb2da8f4f7ed361d81b4649f800fd377fedb5231218", kill_on_drop: false }` [INFO] [stdout] 8e4d267283e2a5f0db3dbfb2da8f4f7ed361d81b4649f800fd377fedb5231218