[INFO] crate gulali 2019.3.9 is already in cache
[INFO] checking gulali-2019.3.9 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate gulali 2019.3.9 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate gulali 2019.3.9 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate gulali 2019.3.9
[INFO] finished tweaking crates.io crate gulali 2019.3.9
[INFO] tweaked toml for crates.io crate gulali 2019.3.9 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a2398b9da874b6f10e1054094c25348f5e4b8ef9239a88f6a54bbc96509b5427
[INFO] running `"docker" "start" "-a" "a2398b9da874b6f10e1054094c25348f5e4b8ef9239a88f6a54bbc96509b5427"`
[INFO] [stderr]     Checking gulali v2019.3.9 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `gulali::prelude`
[INFO] [stderr]   --> tests/full_of.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use gulali::prelude::*;
[INFO] [stderr]    |             ^^^^^^^ could not find `prelude` in `gulali`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/full_of.rs:22:31
[INFO] [stderr]    |
[INFO] [stderr] 22 |     let arr1: Vec<i32> = Vec::one_dim().with_shape([5]).full_of(0).generate();
[INFO] [stderr]    |                               ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/full_of.rs:29:14
[INFO] [stderr]    |
[INFO] [stderr] 29 |         Vec::two_dim().with_shape([1, 2]).full_of(5.0).generate();
[INFO] [stderr]    |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/full_of.rs:35:41
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let arr3: Vec<Vec<Vec<f64>>> = Vec::three_dim()
[INFO] [stderr]    |                                         ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/full_of.rs:44:46
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let arr4: Vec<Vec<Vec<Vec<f64>>>> = Vec::four_dim()
[INFO] [stderr]    |                                              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0432]: unresolved import `gulali::prelude`
[INFO] [stderr]   --> tests/zeros.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use gulali::prelude::*;
[INFO] [stderr]    |             ^^^^^^^ could not find `prelude` in `gulali`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `gulali`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `gulali::prelude`
[INFO] [stderr]   --> tests/range.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use gulali::prelude::*;
[INFO] [stderr]    |             ^^^^^^^ could not find `prelude` in `gulali`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:22:29
[INFO] [stderr]    |
[INFO] [stderr] 22 |     let _a: Vec<i32> = Vec::range().generate();
[INFO] [stderr]    |                             ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:28:29
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let _a: Vec<i32> = Vec::range().start_at(5).stop_at(3).generate();
[INFO] [stderr]    |                             ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:34:32
[INFO] [stderr]    |
[INFO] [stderr] 34 |     let range1: Vec<u8> = Vec::range().stop_at(3).generate();
[INFO] [stderr]    |                                ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:21:29
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let arr: Vec<u8> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]    |                             ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:38:32
[INFO] [stderr]    |
[INFO] [stderr] 38 |     let range2: Vec<u8> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]    |                                ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:43:14
[INFO] [stderr]    |
[INFO] [stderr] 43 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]    |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:50:33
[INFO] [stderr]    |
[INFO] [stderr] 50 |     let range1: Vec<u16> = Vec::range().stop_at(3).generate();
[INFO] [stderr]    |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:54:33
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let range2: Vec<u16> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]    |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:59:14
[INFO] [stderr]    |
[INFO] [stderr] 59 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]    |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:66:33
[INFO] [stderr]    |
[INFO] [stderr] 66 |     let range1: Vec<u32> = Vec::range().stop_at(3).generate();
[INFO] [stderr]    |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:70:33
[INFO] [stderr]    |
[INFO] [stderr] 70 |     let range2: Vec<u32> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]    |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:75:14
[INFO] [stderr]    |
[INFO] [stderr] 75 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]    |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:28:14
[INFO] [stderr]    |
[INFO] [stderr] 28 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]    |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:82:33
[INFO] [stderr]    |
[INFO] [stderr] 82 |     let range1: Vec<u64> = Vec::range().stop_at(3).generate();
[INFO] [stderr]    |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:86:33
[INFO] [stderr]    |
[INFO] [stderr] 86 |     let range2: Vec<u64> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]    |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:35:14
[INFO] [stderr]    |
[INFO] [stderr] 35 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]    |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:42:14
[INFO] [stderr]    |
[INFO] [stderr] 42 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]    |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:91:14
[INFO] [stderr]    |
[INFO] [stderr] 91 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]    |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/range.rs:98:34
[INFO] [stderr]    |
[INFO] [stderr] 98 |     let range1: Vec<u128> = Vec::range().stop_at(3).generate();
[INFO] [stderr]    |                                  ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:48:30
[INFO] [stderr]    |
[INFO] [stderr] 48 |     let arr: Vec<u16> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]    |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:55:14
[INFO] [stderr]    |
[INFO] [stderr] 55 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]    |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:102:34
[INFO] [stderr]     |
[INFO] [stderr] 102 |     let range2: Vec<u128> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]     |                                  ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:107:14
[INFO] [stderr]     |
[INFO] [stderr] 107 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]     |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:62:14
[INFO] [stderr]    |
[INFO] [stderr] 62 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]    |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gulali::prelude`
[INFO] [stderr]   --> tests/ones.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use gulali::prelude::*;
[INFO] [stderr]    |             ^^^^^^^ could not find `prelude` in `gulali`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:69:14
[INFO] [stderr]    |
[INFO] [stderr] 69 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]    |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:75:30
[INFO] [stderr]    |
[INFO] [stderr] 75 |     let arr: Vec<u32> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]    |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:114:32
[INFO] [stderr]     |
[INFO] [stderr] 114 |     let range1: Vec<i8> = Vec::range().stop_at(3).generate();
[INFO] [stderr]     |                                ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:82:14
[INFO] [stderr]    |
[INFO] [stderr] 82 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]    |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:118:32
[INFO] [stderr]     |
[INFO] [stderr] 118 |     let range2: Vec<i8> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]     |                                ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:89:14
[INFO] [stderr]    |
[INFO] [stderr] 89 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]    |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/zeros.rs:96:14
[INFO] [stderr]    |
[INFO] [stderr] 96 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]    |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:102:30
[INFO] [stderr]     |
[INFO] [stderr] 102 |     let arr: Vec<u64> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:123:14
[INFO] [stderr]     |
[INFO] [stderr] 123 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]     |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:109:14
[INFO] [stderr]     |
[INFO] [stderr] 109 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:130:33
[INFO] [stderr]     |
[INFO] [stderr] 130 |     let range1: Vec<i16> = Vec::range().stop_at(3).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:134:33
[INFO] [stderr]     |
[INFO] [stderr] 134 |     let range2: Vec<i16> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:139:14
[INFO] [stderr]     |
[INFO] [stderr] 139 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]     |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:116:14
[INFO] [stderr]     |
[INFO] [stderr] 116 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:146:33
[INFO] [stderr]     |
[INFO] [stderr] 146 |     let range1: Vec<i32> = Vec::range().stop_at(3).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:123:14
[INFO] [stderr]     |
[INFO] [stderr] 123 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:150:33
[INFO] [stderr]     |
[INFO] [stderr] 150 |     let range2: Vec<i32> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:129:31
[INFO] [stderr]     |
[INFO] [stderr] 129 |     let arr: Vec<u128> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]     |                               ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:155:14
[INFO] [stderr]     |
[INFO] [stderr] 155 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]     |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:136:14
[INFO] [stderr]     |
[INFO] [stderr] 136 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:162:33
[INFO] [stderr]     |
[INFO] [stderr] 162 |     let range1: Vec<i64> = Vec::range().stop_at(3).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:143:14
[INFO] [stderr]     |
[INFO] [stderr] 143 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:166:33
[INFO] [stderr]     |
[INFO] [stderr] 166 |     let range2: Vec<i64> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:150:14
[INFO] [stderr]     |
[INFO] [stderr] 150 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:171:14
[INFO] [stderr]     |
[INFO] [stderr] 171 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]     |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:156:29
[INFO] [stderr]     |
[INFO] [stderr] 156 |     let arr: Vec<i8> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]     |                             ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:163:14
[INFO] [stderr]     |
[INFO] [stderr] 163 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:178:34
[INFO] [stderr]     |
[INFO] [stderr] 178 |     let range1: Vec<i128> = Vec::range().stop_at(3).generate();
[INFO] [stderr]     |                                  ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:182:34
[INFO] [stderr]     |
[INFO] [stderr] 182 |     let range2: Vec<i128> = Vec::range().start_at(1).stop_at(3).generate();
[INFO] [stderr]     |                                  ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:187:14
[INFO] [stderr]     |
[INFO] [stderr] 187 |         Vec::range().start_at(1).stop_at(3).step_by(2).generate();
[INFO] [stderr]     |              ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:170:14
[INFO] [stderr]     |
[INFO] [stderr] 170 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:177:14
[INFO] [stderr]     |
[INFO] [stderr] 177 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:194:33
[INFO] [stderr]     |
[INFO] [stderr] 194 |     let range1: Vec<f32> = Vec::range().stop_at(3.0).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:183:30
[INFO] [stderr]     |
[INFO] [stderr] 183 |     let arr: Vec<i16> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:190:14
[INFO] [stderr]     |
[INFO] [stderr] 190 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:198:33
[INFO] [stderr]     |
[INFO] [stderr] 198 |     let range2: Vec<f32> = Vec::range().start_at(1.0).stop_at(3.0).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:197:14
[INFO] [stderr]     |
[INFO] [stderr] 197 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:204:14
[INFO] [stderr]     |
[INFO] [stderr] 204 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:202:33
[INFO] [stderr]     |
[INFO] [stderr] 202 |     let range3: Vec<f32> = Vec::range()
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:213:33
[INFO] [stderr]     |
[INFO] [stderr] 213 |     let range1: Vec<f64> = Vec::range().stop_at(3.0).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:217:33
[INFO] [stderr]     |
[INFO] [stderr] 217 |     let range2: Vec<f64> = Vec::range().start_at(1.0).stop_at(3.0).generate();
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `range` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/range.rs:221:33
[INFO] [stderr]     |
[INFO] [stderr] 221 |     let range3: Vec<f64> = Vec::range()
[INFO] [stderr]     |                                 ^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:210:30
[INFO] [stderr]     |
[INFO] [stderr] 210 |     let arr: Vec<i32> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:217:14
[INFO] [stderr]     |
[INFO] [stderr] 217 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 39 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:224:14
[INFO] [stderr]     |
[INFO] [stderr] 224 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:231:14
[INFO] [stderr]     |
[INFO] [stderr] 231 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `gulali`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:237:30
[INFO] [stderr]     |
[INFO] [stderr] 237 |     let arr: Vec<i64> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:244:14
[INFO] [stderr]     |
[INFO] [stderr] 244 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:251:14
[INFO] [stderr]     |
[INFO] [stderr] 251 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:258:14
[INFO] [stderr]     |
[INFO] [stderr] 258 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:264:31
[INFO] [stderr]     |
[INFO] [stderr] 264 |     let arr: Vec<i128> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]     |                               ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:271:14
[INFO] [stderr]     |
[INFO] [stderr] 271 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gulali::prelude`
[INFO] [stderr]   --> tests/linspace.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use gulali::prelude::*;
[INFO] [stderr]    |             ^^^^^^^ could not find `prelude` in `gulali`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:278:14
[INFO] [stderr]     |
[INFO] [stderr] 278 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:285:14
[INFO] [stderr]     |
[INFO] [stderr] 285 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:291:30
[INFO] [stderr]     |
[INFO] [stderr] 291 |     let arr: Vec<f32> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:21:29
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let arr: Vec<u8> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]    |                             ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:298:14
[INFO] [stderr]     |
[INFO] [stderr] 298 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:305:14
[INFO] [stderr]     |
[INFO] [stderr] 305 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:312:14
[INFO] [stderr]     |
[INFO] [stderr] 312 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:28:14
[INFO] [stderr]    |
[INFO] [stderr] 28 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]    |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:35:14
[INFO] [stderr]    |
[INFO] [stderr] 35 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]    |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:318:30
[INFO] [stderr]     |
[INFO] [stderr] 318 |     let arr: Vec<f64> = Vec::one_dim().with_shape([2]).zeros().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:325:14
[INFO] [stderr]     |
[INFO] [stderr] 325 |         Vec::two_dim().with_shape([1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:42:14
[INFO] [stderr]    |
[INFO] [stderr] 42 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]    |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:332:14
[INFO] [stderr]     |
[INFO] [stderr] 332 |         Vec::three_dim().with_shape([1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:48:30
[INFO] [stderr]    |
[INFO] [stderr] 48 |     let arr: Vec<u16> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]    |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:55:14
[INFO] [stderr]    |
[INFO] [stderr] 55 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]    |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:62:14
[INFO] [stderr]    |
[INFO] [stderr] 62 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]    |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:69:14
[INFO] [stderr]    |
[INFO] [stderr] 69 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]    |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:75:30
[INFO] [stderr]    |
[INFO] [stderr] 75 |     let arr: Vec<u32> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]    |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:82:14
[INFO] [stderr]    |
[INFO] [stderr] 82 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]    |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:89:14
[INFO] [stderr]    |
[INFO] [stderr] 89 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]    |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/zeros.rs:339:14
[INFO] [stderr]     |
[INFO] [stderr] 339 |         Vec::four_dim().with_shape([1, 1, 1, 2]).zeros().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/ones.rs:96:14
[INFO] [stderr]    |
[INFO] [stderr] 96 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]    |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:102:30
[INFO] [stderr]     |
[INFO] [stderr] 102 |     let arr: Vec<u64> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:109:14
[INFO] [stderr]     |
[INFO] [stderr] 109 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 49 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:116:14
[INFO] [stderr]     |
[INFO] [stderr] 116 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:123:14
[INFO] [stderr]     |
[INFO] [stderr] 123 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:129:31
[INFO] [stderr]     |
[INFO] [stderr] 129 |     let arr: Vec<u128> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]     |                               ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:136:14
[INFO] [stderr]     |
[INFO] [stderr] 136 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `gulali`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:143:14
[INFO] [stderr]     |
[INFO] [stderr] 143 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:150:14
[INFO] [stderr]     |
[INFO] [stderr] 150 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:156:29
[INFO] [stderr]     |
[INFO] [stderr] 156 |     let arr: Vec<i8> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]     |                             ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:163:14
[INFO] [stderr]     |
[INFO] [stderr] 163 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:170:14
[INFO] [stderr]     |
[INFO] [stderr] 170 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:177:14
[INFO] [stderr]     |
[INFO] [stderr] 177 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:183:30
[INFO] [stderr]     |
[INFO] [stderr] 183 |     let arr: Vec<i16> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:190:14
[INFO] [stderr]     |
[INFO] [stderr] 190 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:197:14
[INFO] [stderr]     |
[INFO] [stderr] 197 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:204:14
[INFO] [stderr]     |
[INFO] [stderr] 204 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:210:30
[INFO] [stderr]     |
[INFO] [stderr] 210 |     let arr: Vec<i32> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:217:14
[INFO] [stderr]     |
[INFO] [stderr] 217 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:224:14
[INFO] [stderr]     |
[INFO] [stderr] 224 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:231:14
[INFO] [stderr]     |
[INFO] [stderr] 231 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:237:30
[INFO] [stderr]     |
[INFO] [stderr] 237 |     let arr: Vec<i64> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:244:14
[INFO] [stderr]     |
[INFO] [stderr] 244 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:251:14
[INFO] [stderr]     |
[INFO] [stderr] 251 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:258:14
[INFO] [stderr]     |
[INFO] [stderr] 258 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `linspace` found for struct `std::vec::Vec<f32>` in the current scope
[INFO] [stderr]   --> tests/linspace.rs:23:17
[INFO] [stderr]    |
[INFO] [stderr] 23 |     Vec::<f32>::linspace().generate();
[INFO] [stderr]    |                 ^^^^^^^^ function or associated item not found in `std::vec::Vec<f32>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `linspace` found for struct `std::vec::Vec<f64>` in the current scope
[INFO] [stderr]   --> tests/linspace.rs:30:17
[INFO] [stderr]    |
[INFO] [stderr] 30 |     Vec::<f64>::linspace().generate();
[INFO] [stderr]    |                 ^^^^^^^^ function or associated item not found in `std::vec::Vec<f64>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:264:31
[INFO] [stderr]     |
[INFO] [stderr] 264 |     let arr: Vec<i128> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]     |                               ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `linspace` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/linspace.rs:36:30
[INFO] [stderr]    |
[INFO] [stderr] 36 |     let lin: Vec<f32> = Vec::linspace().stop_at(5.0).generate();
[INFO] [stderr]    |                              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:271:14
[INFO] [stderr]     |
[INFO] [stderr] 271 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:278:14
[INFO] [stderr]     |
[INFO] [stderr] 278 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:285:14
[INFO] [stderr]     |
[INFO] [stderr] 285 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:291:30
[INFO] [stderr]     |
[INFO] [stderr] 291 |     let arr: Vec<f32> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:298:14
[INFO] [stderr]     |
[INFO] [stderr] 298 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:305:14
[INFO] [stderr]     |
[INFO] [stderr] 305 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:312:14
[INFO] [stderr]     |
[INFO] [stderr] 312 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `one_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:318:30
[INFO] [stderr]     |
[INFO] [stderr] 318 |     let arr: Vec<f64> = Vec::one_dim().with_shape([2]).ones().generate();
[INFO] [stderr]     |                              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `two_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:325:14
[INFO] [stderr]     |
[INFO] [stderr] 325 |         Vec::two_dim().with_shape([1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `three_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:332:14
[INFO] [stderr]     |
[INFO] [stderr] 332 |         Vec::three_dim().with_shape([1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `four_dim` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]    --> tests/ones.rs:339:14
[INFO] [stderr]     |
[INFO] [stderr] 339 |         Vec::four_dim().with_shape([1, 1, 1, 2]).ones().generate();
[INFO] [stderr]     |              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `linspace` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/linspace.rs:49:30
[INFO] [stderr]    |
[INFO] [stderr] 49 |     let lin: Vec<f32> = Vec::linspace().start_at(1.0).stop_at(5.0).generate();
[INFO] [stderr]    |                              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 49 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0599]: no function or associated item named `linspace` found for struct `std::vec::Vec<_>` in the current scope
[INFO] [stderr]   --> tests/linspace.rs:62:30
[INFO] [stderr]    |
[INFO] [stderr] 62 |     let lin: Vec<f32> = Vec::linspace()
[INFO] [stderr]    |                              ^^^^^^^^ function or associated item not found in `std::vec::Vec<_>`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `gulali`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `gulali`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "a2398b9da874b6f10e1054094c25348f5e4b8ef9239a88f6a54bbc96509b5427"`
[INFO] running `"docker" "rm" "-f" "a2398b9da874b6f10e1054094c25348f5e4b8ef9239a88f6a54bbc96509b5427"`
[INFO] [stdout] a2398b9da874b6f10e1054094c25348f5e4b8ef9239a88f6a54bbc96509b5427
