[INFO] fetching crate cluatoi 0.2.1...
[INFO] testing cluatoi-0.2.1 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate cluatoi 0.2.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate cluatoi 0.2.1
[INFO] finished tweaking crates.io crate cluatoi 0.2.1
[INFO] tweaked toml for crates.io crate cluatoi 0.2.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cluatoi 0.2.1 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8b82bf792feeba40e3f881b357208e41ee2bf7079176fe18dc2c0c32b9f7d7ab
[INFO] running `Command { std: "docker" "start" "-a" "8b82bf792feeba40e3f881b357208e41ee2bf7079176fe18dc2c0c32b9f7d7ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b82bf792feeba40e3f881b357208e41ee2bf7079176fe18dc2c0c32b9f7d7ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b82bf792feeba40e3f881b357208e41ee2bf7079176fe18dc2c0c32b9f7d7ab", kill_on_drop: false }`
[INFO] [stdout] 8b82bf792feeba40e3f881b357208e41ee2bf7079176fe18dc2c0c32b9f7d7ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c515d007d6920b75029941f4688ffd7b2c0573f82c64fde7c67910569fee491
[INFO] running `Command { std: "docker" "start" "-a" "1c515d007d6920b75029941f4688ffd7b2c0573f82c64fde7c67910569fee491", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling cluatoi v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:84:23
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type cluAtoi<T> = Atoi<T>;
[INFO] [stdout]    |                       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type cluAtoi<T> = dyn Atoi<T>;
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] running `Command { std: "docker" "inspect" "1c515d007d6920b75029941f4688ffd7b2c0573f82c64fde7c67910569fee491", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c515d007d6920b75029941f4688ffd7b2c0573f82c64fde7c67910569fee491", kill_on_drop: false }`
[INFO] [stdout] 1c515d007d6920b75029941f4688ffd7b2c0573f82c64fde7c67910569fee491
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6f4f2bfbfc5634986d8da1bd2ca9366c84d64ad754f4fa9f587dc168f3a3369c
[INFO] running `Command { std: "docker" "start" "-a" "6f4f2bfbfc5634986d8da1bd2ca9366c84d64ad754f4fa9f587dc168f3a3369c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling cluatoi v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:84:23
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type cluAtoi<T> = Atoi<T>;
[INFO] [stdout]    |                       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type cluAtoi<T> = dyn Atoi<T>;
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:84:23
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type cluAtoi<T> = Atoi<T>;
[INFO] [stdout]    |                       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub type cluAtoi<T> = dyn Atoi<T>;
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] running `Command { std: "docker" "inspect" "6f4f2bfbfc5634986d8da1bd2ca9366c84d64ad754f4fa9f587dc168f3a3369c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f4f2bfbfc5634986d8da1bd2ca9366c84d64ad754f4fa9f587dc168f3a3369c", kill_on_drop: false }`
[INFO] [stdout] 6f4f2bfbfc5634986d8da1bd2ca9366c84d64ad754f4fa9f587dc168f3a3369c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 30a7cecb42ed1dbc1afd589e7a975bbe6d9a0bf8256bb97b41e13b810b413c6d
[INFO] running `Command { std: "docker" "start" "-a" "30a7cecb42ed1dbc1afd589e7a975bbe6d9a0bf8256bb97b41e13b810b413c6d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/lib.rs:84:23
[INFO] [stderr]    |
[INFO] [stderr] 84 | pub type cluAtoi<T> = Atoi<T>;
[INFO] [stderr]    |                       ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 84 | pub type cluAtoi<T> = dyn Atoi<T>;
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `cluatoi` (lib) generated 1 warning (run `cargo fix --lib -p cluatoi` to apply 1 suggestion)
[INFO] [stderr] warning: `cluatoi` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cluatoi-43da87f5a3dd26f3)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::atoi_iter_stop ... ok
[INFO] [stdout] test tests::signed_value ... ok
[INFO] [stdout] test tests::empty_num ... ok
[INFO] [stdout] test tests::overflow ... ok
[INFO] [stdout] test tests::unk_value ... ok
[INFO] [stdout] test tests::unsigned_value ... ok
[INFO] [stdout] test tests::atoi_stop ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cluatoi
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/lib.rs - Atoi::atoi_iter (line 179) ... FAILED
[INFO] [stdout] test src/lib.rs - Atoi::atoi_iter_stop (line 198) ... FAILED
[INFO] [stdout] test src/lib.rs - Atoi::atoi_iter_wait_stop (line 240) ... FAILED
[INFO] [stdout] test src/lib.rs - Atoi::atoi_stop (line 127) ... FAILED
[INFO] [stdout] test src/lib.rs - Atoi::atoi_iter_stop (line 215) ... FAILED
[INFO] [stdout] test src/lib.rs - AtoiErr::ByteUnk (line 340) ... FAILED
[INFO] [stdout] test src/lib.rs - Atoi::atoi_stop (line 107) ... FAILED
[INFO] [stdout] test src/lib.rs - AtoiErr::Overflow (line 330) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 49) ... ok
[INFO] [stdout] test src/lib.rs - Atoi::atoi (line 90) ... ok
[INFO] [stdout] test src/lib.rs - Atoi::atoi_wait_stop (line 152) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 31) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Atoi::atoi_iter (line 179) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `atoi_iter` found for type `isize` in the current scope
[INFO] [stdout]    --> src/lib.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |     if let Ok(num) = isize::atoi_iter(&mut array_iter) {    
[INFO] [stdout]     |                             ^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `to_be` with a similar name, but with different arguments
[INFO] [stdout]    --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/num/int_macros.rs:461:8
[INFO] [stdout]    --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/num/mod.rs:421:4
[INFO] [stdout]    ::: /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/num/mod.rs:440:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Atoi::atoi_iter_stop (line 198) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `atoi_iter_stop` found for type `isize` in the current scope
[INFO] [stdout]    --> src/lib.rs:205:26
[INFO] [stdout]     |
[INFO] [stdout] 205 |     if let Ok(num) = isize::atoi_iter_stop(&mut array_iter, b'~') {    
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Atoi::atoi_iter_wait_stop (line 240) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `atoi_iter_wait_stop` found for type `usize` in the current scope
[INFO] [stdout]    --> src/lib.rs:248:26
[INFO] [stdout]     |
[INFO] [stdout] 248 |     if let Ok(num) = usize::atoi_iter_wait_stop(&mut array_iter, b'~') {    
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Atoi::atoi_stop (line 127) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `atoi_stop` found for type `usize` in the current scope
[INFO] [stdout]    --> src/lib.rs:135:26
[INFO] [stdout]     |
[INFO] [stdout] 135 |     if let Ok(num) = usize::atoi_stop(&mut array_iter, b'~') {    
[INFO] [stdout]     |                             ^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Atoi::atoi_iter_stop (line 215) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `atoi_iter_stop` found for type `usize` in the current scope
[INFO] [stdout]    --> src/lib.rs:223:26
[INFO] [stdout]     |
[INFO] [stdout] 223 |     if let Ok(num) = usize::atoi_iter_stop(&mut array_iter, b'~') {    
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - AtoiErr::ByteUnk (line 340) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u8` in the current scope
[INFO] [stdout]    --> src/lib.rs:341:16
[INFO] [stdout]     |
[INFO] [stdout] 341 | assert_eq!(u8::atoi(b"-128"), Result::Err(AtoiErr::ByteUnk(b'-')));
[INFO] [stdout]     |                ^^^^ function or associated item not found in `u8`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:341:43
[INFO] [stdout]     |
[INFO] [stdout] 341 | assert_eq!(u8::atoi(b"-128"), Result::Err(AtoiErr::ByteUnk(b'-')));
[INFO] [stdout]     |                                           ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u16` in the current scope
[INFO] [stdout]    --> src/lib.rs:342:17
[INFO] [stdout]     |
[INFO] [stdout] 342 | assert_eq!(u16::atoi(b"-128"), Result::Err(AtoiErr::ByteUnk(b'-')));
[INFO] [stdout]     |                 ^^^^ function or associated item not found in `u16`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:342:44
[INFO] [stdout]     |
[INFO] [stdout] 342 | assert_eq!(u16::atoi(b"-128"), Result::Err(AtoiErr::ByteUnk(b'-')));
[INFO] [stdout]     |                                            ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u32` in the current scope
[INFO] [stdout]    --> src/lib.rs:343:17
[INFO] [stdout]     |
[INFO] [stdout] 343 | assert_eq!(u32::atoi(b"-128"), Result::Err(AtoiErr::ByteUnk(b'-')));
[INFO] [stdout]     |                 ^^^^ function or associated item not found in `u32`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:343:44
[INFO] [stdout]     |
[INFO] [stdout] 343 | assert_eq!(u32::atoi(b"-128"), Result::Err(AtoiErr::ByteUnk(b'-')));
[INFO] [stdout]     |                                            ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u64` in the current scope
[INFO] [stdout]    --> src/lib.rs:344:17
[INFO] [stdout]     |
[INFO] [stdout] 344 | assert_eq!(u64::atoi(b"-128"), Result::Err(AtoiErr::ByteUnk(b'-')));
[INFO] [stdout]     |                 ^^^^ function or associated item not found in `u64`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:344:44
[INFO] [stdout]     |
[INFO] [stdout] 344 | assert_eq!(u64::atoi(b"-128"), Result::Err(AtoiErr::ByteUnk(b'-')));
[INFO] [stdout]     |                                            ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u8` in the current scope
[INFO] [stdout]    --> src/lib.rs:346:16
[INFO] [stdout]     |
[INFO] [stdout] 346 | assert_eq!(u8::atoi(b"128U"), Result::Err(AtoiErr::ByteUnk(b'U')));
[INFO] [stdout]     |                ^^^^ function or associated item not found in `u8`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:346:43
[INFO] [stdout]     |
[INFO] [stdout] 346 | assert_eq!(u8::atoi(b"128U"), Result::Err(AtoiErr::ByteUnk(b'U')));
[INFO] [stdout]     |                                           ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u16` in the current scope
[INFO] [stdout]    --> src/lib.rs:347:17
[INFO] [stdout]     |
[INFO] [stdout] 347 | assert_eq!(u16::atoi(b"128L"), Result::Err(AtoiErr::ByteUnk(b'L')));
[INFO] [stdout]     |                 ^^^^ function or associated item not found in `u16`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:347:44
[INFO] [stdout]     |
[INFO] [stdout] 347 | assert_eq!(u16::atoi(b"128L"), Result::Err(AtoiErr::ByteUnk(b'L')));
[INFO] [stdout]     |                                            ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u32` in the current scope
[INFO] [stdout]    --> src/lib.rs:348:17
[INFO] [stdout]     |
[INFO] [stdout] 348 | assert_eq!(u32::atoi(b"128I"), Result::Err(AtoiErr::ByteUnk(b'I')));
[INFO] [stdout]     |                 ^^^^ function or associated item not found in `u32`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:348:44
[INFO] [stdout]     |
[INFO] [stdout] 348 | assert_eq!(u32::atoi(b"128I"), Result::Err(AtoiErr::ByteUnk(b'I')));
[INFO] [stdout]     |                                            ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u64` in the current scope
[INFO] [stdout]    --> src/lib.rs:349:17
[INFO] [stdout]     |
[INFO] [stdout] 349 | assert_eq!(u64::atoi(b"128N"), Result::Err(AtoiErr::ByteUnk(b'N')));
[INFO] [stdout]     |                 ^^^^ function or associated item not found in `u64`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:349:44
[INFO] [stdout]     |
[INFO] [stdout] 349 | assert_eq!(u64::atoi(b"128N"), Result::Err(AtoiErr::ByteUnk(b'N')));
[INFO] [stdout]     |                                            ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 16 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Atoi::atoi_stop (line 107) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:117:36
[INFO] [stdout]     |
[INFO] [stdout] 117 |     if let Ok(num) = isize::atoi_stop(&mut array_iter, b'~') {    
[INFO] [stdout]     |                      ---------------- ^^^^^^^^^^^^^^^ expected `&[u8]`, found `&mut Iter<'_, u8>`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note:      expected reference `&[u8]`
[INFO] [stdout]             found mutable reference `&mut std::slice::Iter<'_, u8>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/lib.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn atoi_stop<'a>(array: &'a [u8], stop: u8) -> AtoiResult<T> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - AtoiErr::Overflow (line 330) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u8` in the current scope
[INFO] [stdout]    --> src/lib.rs:331:16
[INFO] [stdout]     |
[INFO] [stdout] 331 | assert_eq!(u8::atoi(b"256"), Result::Err(AtoiErr::Overflow));
[INFO] [stdout]     |                ^^^^ function or associated item not found in `u8`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:331:42
[INFO] [stdout]     |
[INFO] [stdout] 331 | assert_eq!(u8::atoi(b"256"), Result::Err(AtoiErr::Overflow));
[INFO] [stdout]     |                                          ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u16` in the current scope
[INFO] [stdout]    --> src/lib.rs:332:17
[INFO] [stdout]     |
[INFO] [stdout] 332 | assert_eq!(u16::atoi(b"65536"), Result::Err(AtoiErr::Overflow));
[INFO] [stdout]     |                 ^^^^ function or associated item not found in `u16`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:332:45
[INFO] [stdout]     |
[INFO] [stdout] 332 | assert_eq!(u16::atoi(b"65536"), Result::Err(AtoiErr::Overflow));
[INFO] [stdout]     |                                             ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u32` in the current scope
[INFO] [stdout]    --> src/lib.rs:333:17
[INFO] [stdout]     |
[INFO] [stdout] 333 | assert_eq!(u32::atoi(b"4294967296"), Result::Err(AtoiErr::Overflow));
[INFO] [stdout]     |                 ^^^^ function or associated item not found in `u32`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:333:50
[INFO] [stdout]     |
[INFO] [stdout] 333 | assert_eq!(u32::atoi(b"4294967296"), Result::Err(AtoiErr::Overflow));
[INFO] [stdout]     |                                                  ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `atoi` found for type `u64` in the current scope
[INFO] [stdout]    --> src/lib.rs:334:17
[INFO] [stdout]     |
[INFO] [stdout] 334 | assert_eq!(u64::atoi(b"18446744073709551616"), Result::Err(AtoiErr::Overflow));
[INFO] [stdout]     |                 ^^^^ function or associated item not found in `u64`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AtoiErr`
[INFO] [stdout]    --> src/lib.rs:334:60
[INFO] [stdout]     |
[INFO] [stdout] 334 | assert_eq!(u64::atoi(b"18446744073709551616"), Result::Err(AtoiErr::Overflow));
[INFO] [stdout]     |                                                            ^^^^^^^ use of undeclared type `AtoiErr`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Atoi::atoi_wait_stop (line 152) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `atoi_wait_stop` found for type `usize` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:26
[INFO] [stdout]     |
[INFO] [stdout] 160 |     if let Ok(num) = usize::atoi_wait_stop(&mut array_iter, b'~') {    
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Atoi::atoi_iter (line 179)
[INFO] [stdout]     src/lib.rs - Atoi::atoi_iter_stop (line 198)
[INFO] [stdout]     src/lib.rs - Atoi::atoi_iter_stop (line 215)
[INFO] [stdout]     src/lib.rs - Atoi::atoi_iter_wait_stop (line 240)
[INFO] [stdout]     src/lib.rs - Atoi::atoi_stop (line 107)
[INFO] [stdout]     src/lib.rs - Atoi::atoi_stop (line 127)
[INFO] [stdout]     src/lib.rs - Atoi::atoi_wait_stop (line 152)
[INFO] [stdout]     src/lib.rs - AtoiErr::ByteUnk (line 340)
[INFO] [stdout]     src/lib.rs - AtoiErr::Overflow (line 330)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "30a7cecb42ed1dbc1afd589e7a975bbe6d9a0bf8256bb97b41e13b810b413c6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30a7cecb42ed1dbc1afd589e7a975bbe6d9a0bf8256bb97b41e13b810b413c6d", kill_on_drop: false }`
[INFO] [stdout] 30a7cecb42ed1dbc1afd589e7a975bbe6d9a0bf8256bb97b41e13b810b413c6d
