[INFO] cloning repository https://github.com/tlyu/cubegroup
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tlyu/cubegroup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlyu%2Fcubegroup", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlyu%2Fcubegroup'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ec3773f78f0b314df065637c52bf3097a7c49c6a
[INFO] checking tlyu/cubegroup/ec3773f78f0b314df065637c52bf3097a7c49c6a against 656a9da186dacaf3bf8f7f7296a825d256cb4ae3 for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlyu%2Fcubegroup" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tlyu/cubegroup
[INFO] finished tweaking git repo https://github.com/tlyu/cubegroup
[INFO] tweaked toml for git repo https://github.com/tlyu/cubegroup written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tlyu/cubegroup on toolchain 656a9da186dacaf3bf8f7f7296a825d256cb4ae3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tlyu/cubegroup already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded forward_ref_generic v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d1b565f3a12d7597aac16a002cacd307a251bc98147fe6969445f9e95b4cf572
[INFO] running `Command { std: "docker" "start" "d1b565f3a12d7597aac16a002cacd307a251bc98147fe6969445f9e95b4cf572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1b565f3a12d7597aac16a002cacd307a251bc98147fe6969445f9e95b4cf572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d1b565f3a12d7597aac16a002cacd307a251bc98147fe6969445f9e95b4cf572" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1b565f3a12d7597aac16a002cacd307a251bc98147fe6969445f9e95b4cf572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d1b565f3a12d7597aac16a002cacd307a251bc98147fe6969445f9e95b4cf572" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking forward_ref_generic v0.2.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking cubegroup v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::Corners`
[INFO] [stdout]   --> src/dr.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::Corners;
[INFO] [stdout]    |     ^^^^^^^-------
[INFO] [stdout]    |            |
[INFO] [stdout]    |            no `Corners` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 13 - use crate::Corners;
[INFO] [stdout] 13 + use crate::corners;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct instead
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::corners_array::Corners;
[INFO] [stdout]    |            +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::Edges`
[INFO] [stdout]   --> src/dr.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::Edges;
[INFO] [stdout]    |     ^^^^^^^-----
[INFO] [stdout]    |            |
[INFO] [stdout]    |            no `Edges` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 14 - use crate::Edges;
[INFO] [stdout] 14 + use crate::edges;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct instead
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::edges_array::Edges;
[INFO] [stdout]    |            +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `corners_neon` in this scope
[INFO] [stdout]    --> src/corners.rs:107:20
[INFO] [stdout]     |
[INFO] [stdout] 107 |         assert_eq!(corners_neon::Corners::from_speffz("ABCDUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout]     |                    ^^^^^^^^^^^^ use of unresolved module or unlinked crate `corners_neon`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/corners.rs:6:9
[INFO] [stdout]     |
[INFO] [stdout]   6 | pub mod corners_neon;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/corners/corners_neon.rs:1:12
[INFO] [stdout]     |
[INFO] [stdout]   1 | #![cfg(all(target_arch = "aarch64", target_feature = "neon"))]
[INFO] [stdout]     |            ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] help: to make use of source file src/corners/corners_neon.rs, use `mod corners_neon` in this file to declare the module
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + mod corners_neon;
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  92 +     use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Corners`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 107 -         assert_eq!(corners_neon::Corners::from_speffz("ABCDUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout] 107 +         assert_eq!(Corners::from_speffz("ABCDUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `corners_neon` in this scope
[INFO] [stdout]    --> src/corners.rs:107:77
[INFO] [stdout]     |
[INFO] [stdout] 107 |         assert_eq!(corners_neon::Corners::from_speffz("ABCDUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `corners_neon`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/corners.rs:6:9
[INFO] [stdout]     |
[INFO] [stdout]   6 | pub mod corners_neon;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/corners/corners_neon.rs:1:12
[INFO] [stdout]     |
[INFO] [stdout]   1 | #![cfg(all(target_arch = "aarch64", target_feature = "neon"))]
[INFO] [stdout]     |            ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] help: to make use of source file src/corners/corners_neon.rs, use `mod corners_neon` in this file to declare the module
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + mod corners_neon;
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  92 +     use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Corners`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 107 -         assert_eq!(corners_neon::Corners::from_speffz("ABCDUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout] 107 +         assert_eq!(corners_neon::Corners::from_speffz("ABCDUVWX").unwrap(), Corners::default());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `corners_neon` in this scope
[INFO] [stdout]    --> src/corners.rs:109:20
[INFO] [stdout]     |
[INFO] [stdout] 109 |         assert_ne!(corners_neon::Corners::from_speffz("BCDAUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout]     |                    ^^^^^^^^^^^^ use of unresolved module or unlinked crate `corners_neon`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/corners.rs:6:9
[INFO] [stdout]     |
[INFO] [stdout]   6 | pub mod corners_neon;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/corners/corners_neon.rs:1:12
[INFO] [stdout]     |
[INFO] [stdout]   1 | #![cfg(all(target_arch = "aarch64", target_feature = "neon"))]
[INFO] [stdout]     |            ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] help: to make use of source file src/corners/corners_neon.rs, use `mod corners_neon` in this file to declare the module
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + mod corners_neon;
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  92 +     use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Corners`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 109 -         assert_ne!(corners_neon::Corners::from_speffz("BCDAUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout] 109 +         assert_ne!(Corners::from_speffz("BCDAUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `corners_neon` in this scope
[INFO] [stdout]    --> src/corners.rs:109:77
[INFO] [stdout]     |
[INFO] [stdout] 109 |         assert_ne!(corners_neon::Corners::from_speffz("BCDAUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout]     |                                                                             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `corners_neon`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/corners.rs:6:9
[INFO] [stdout]     |
[INFO] [stdout]   6 | pub mod corners_neon;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/corners/corners_neon.rs:1:12
[INFO] [stdout]     |
[INFO] [stdout]   1 | #![cfg(all(target_arch = "aarch64", target_feature = "neon"))]
[INFO] [stdout]     |            ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] help: to make use of source file src/corners/corners_neon.rs, use `mod corners_neon` in this file to declare the module
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 + mod corners_neon;
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  92 +     use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Corners`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 109 -         assert_ne!(corners_neon::Corners::from_speffz("BCDAUVWX").unwrap(), corners_neon::Corners::default());
[INFO] [stdout] 109 +         assert_ne!(corners_neon::Corners::from_speffz("BCDAUVWX").unwrap(), Corners::default());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `edges_neon` in this scope
[INFO] [stdout]   --> src/edges.rs:95:20
[INFO] [stdout]    |
[INFO] [stdout] 95 |         assert_eq!(edges_neon::Edges::from_speffz("ABCDRTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout]    |                    ^^^^^^^^^^ use of unresolved module or unlinked crate `edges_neon`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/edges.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod edges_neon;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/edges/edges_neon.rs:1:12
[INFO] [stdout]    |
[INFO] [stdout]  1 | #![cfg(all(target_arch = "aarch64", target_feature = "neon"))]
[INFO] [stdout]    |            ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] help: to make use of source file src/edges/edges_neon.rs, use `mod edges_neon` in this file to declare the module
[INFO] [stdout]   --> src/lib.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + mod edges_neon;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 79 +     use crate::edges_array::Edges;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Edges`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 95 -         assert_eq!(edges_neon::Edges::from_speffz("ABCDRTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout] 95 +         assert_eq!(Edges::from_speffz("ABCDRTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `edges_neon` in this scope
[INFO] [stdout]   --> src/edges.rs:95:77
[INFO] [stdout]    |
[INFO] [stdout] 95 |         assert_eq!(edges_neon::Edges::from_speffz("ABCDRTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout]    |                                                                             ^^^^^^^^^^ use of unresolved module or unlinked crate `edges_neon`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/edges.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod edges_neon;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/edges/edges_neon.rs:1:12
[INFO] [stdout]    |
[INFO] [stdout]  1 | #![cfg(all(target_arch = "aarch64", target_feature = "neon"))]
[INFO] [stdout]    |            ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] help: to make use of source file src/edges/edges_neon.rs, use `mod edges_neon` in this file to declare the module
[INFO] [stdout]   --> src/lib.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + mod edges_neon;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 79 +     use crate::edges_array::Edges;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Edges`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 95 -         assert_eq!(edges_neon::Edges::from_speffz("ABCDRTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout] 95 +         assert_eq!(edges_neon::Edges::from_speffz("ABCDRTJLUVWX").unwrap(), Edges::default());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `edges_neon` in this scope
[INFO] [stdout]   --> src/edges.rs:97:20
[INFO] [stdout]    |
[INFO] [stdout] 97 |         assert_ne!(edges_neon::Edges::from_speffz("BCDARTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout]    |                    ^^^^^^^^^^ use of unresolved module or unlinked crate `edges_neon`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/edges.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod edges_neon;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/edges/edges_neon.rs:1:12
[INFO] [stdout]    |
[INFO] [stdout]  1 | #![cfg(all(target_arch = "aarch64", target_feature = "neon"))]
[INFO] [stdout]    |            ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] help: to make use of source file src/edges/edges_neon.rs, use `mod edges_neon` in this file to declare the module
[INFO] [stdout]   --> src/lib.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + mod edges_neon;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 79 +     use crate::edges_array::Edges;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Edges`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 97 -         assert_ne!(edges_neon::Edges::from_speffz("BCDARTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout] 97 +         assert_ne!(Edges::from_speffz("BCDARTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `edges_neon` in this scope
[INFO] [stdout]   --> src/edges.rs:97:77
[INFO] [stdout]    |
[INFO] [stdout] 97 |         assert_ne!(edges_neon::Edges::from_speffz("BCDARTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout]    |                                                                             ^^^^^^^^^^ use of unresolved module or unlinked crate `edges_neon`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/edges.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod edges_neon;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/edges/edges_neon.rs:1:12
[INFO] [stdout]    |
[INFO] [stdout]  1 | #![cfg(all(target_arch = "aarch64", target_feature = "neon"))]
[INFO] [stdout]    |            ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] help: to make use of source file src/edges/edges_neon.rs, use `mod edges_neon` in this file to declare the module
[INFO] [stdout]   --> src/lib.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 + mod edges_neon;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 79 +     use crate::edges_array::Edges;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Edges`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 97 -         assert_ne!(edges_neon::Edges::from_speffz("BCDARTJLUVWX").unwrap(), edges_neon::Edges::default());
[INFO] [stdout] 97 +         assert_ne!(edges_neon::Edges::from_speffz("BCDARTJLUVWX").unwrap(), Edges::default());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Corners` in this scope
[INFO] [stdout]   --> src/lib.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Cube(Corners, Edges);
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: similarly named struct `Corner` defined here
[INFO] [stdout]   --> src/corners.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct Corner(pub(crate) u8);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 33 - pub struct Cube(Corners, Edges);
[INFO] [stdout] 33 + pub struct Cube(Corner, Edges);
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::corners_array::Corners;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Edges` in this scope
[INFO] [stdout]   --> src/lib.rs:33:26
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Cube(Corners, Edges);
[INFO] [stdout]    |                          ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: similarly named struct `Edge` defined here
[INFO] [stdout]   --> src/edges.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Edge(pub(crate) u8);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 33 - pub struct Cube(Corners, Edges);
[INFO] [stdout] 33 + pub struct Cube(Corners, Edge);
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::edges_array::Edges;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Corners` in this scope
[INFO] [stdout]   --> src/lib.rs:97:17
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Ok(Cube(Corners::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout]    |                 ^^^^^^^ use of undeclared type `Corners`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 97 -         Ok(Cube(Corners::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout] 97 +         Ok(Cube(Corner::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::corners_array::Corners;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edges` in this scope
[INFO] [stdout]   --> src/lib.rs:97:43
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Ok(Cube(Corners::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout]    |                                           ^^^^^ use of undeclared type `Edges`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 97 -         Ok(Cube(Corners::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout] 97 +         Ok(Cube(Corners::from_speffz(c)?, Edge::from_speffz(e)?))
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::edges_array::Edges;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Corners` in this scope
[INFO] [stdout]    --> src/lib.rs:102:24
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout]     |                        ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: similarly named struct `Corner` defined here
[INFO] [stdout]    --> src/corners.rs:31:1
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct Corner(pub(crate) u8);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 102 - pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout] 102 + pub struct CubeCycles(<Corner as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Edges` in this scope
[INFO] [stdout]    --> src/lib.rs:102:59
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout]     |                                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: similarly named struct `Edge` defined here
[INFO] [stdout]    --> src/edges.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | pub struct Edge(pub(crate) u8);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 102 - pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout] 102 + pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edge as EdgesTrait>::Cycles);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::edges_array::Edges;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `corners_neon` in this scope
[INFO] [stdout]    --> src/lib.rs:125:23
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let corners = corners_neon::Corners::default();
[INFO] [stdout]     |                       ^^^^^^^^^^^^ use of unresolved module or unlinked crate `corners_neon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `corners_neon`, use `cargo add corners_neon` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Corners`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 125 -         let corners = corners_neon::Corners::default();
[INFO] [stdout] 125 +         let corners = Corners::default();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `corners_neon` in this scope
[INFO] [stdout]    --> src/lib.rs:132:23
[INFO] [stdout]     |
[INFO] [stdout] 132 |         let corners = corners_neon::Corners::default();
[INFO] [stdout]     |                       ^^^^^^^^^^^^ use of unresolved module or unlinked crate `corners_neon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `corners_neon`, use `cargo add corners_neon` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Corners`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 132 -         let corners = corners_neon::Corners::default();
[INFO] [stdout] 132 +         let corners = Corners::default();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `edges_neon` in this scope
[INFO] [stdout]    --> src/lib.rs:133:21
[INFO] [stdout]     |
[INFO] [stdout] 133 |         let edges = edges_neon::Edges::default();
[INFO] [stdout]     |                     ^^^^^^^^^^ use of unresolved module or unlinked crate `edges_neon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `edges_neon`, use `cargo add edges_neon` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use crate::edges_array::Edges;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Edges`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 133 -         let edges = edges_neon::Edges::default();
[INFO] [stdout] 133 +         let edges = Edges::default();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `corners_neon` in this scope
[INFO] [stdout]    --> src/lib.rs:154:23
[INFO] [stdout]     |
[INFO] [stdout] 154 |         let corners = corners_neon::Corners::default();
[INFO] [stdout]     |                       ^^^^^^^^^^^^ use of unresolved module or unlinked crate `corners_neon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `corners_neon`, use `cargo add corners_neon` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Corners`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 154 -         let corners = corners_neon::Corners::default();
[INFO] [stdout] 154 +         let corners = Corners::default();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `edges_neon` in this scope
[INFO] [stdout]    --> src/lib.rs:155:21
[INFO] [stdout]     |
[INFO] [stdout] 155 |         let edges = edges_neon::Edges::default();
[INFO] [stdout]     |                     ^^^^^^^^^^ use of unresolved module or unlinked crate `edges_neon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `edges_neon`, use `cargo add edges_neon` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use crate::edges_array::Edges;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Edges`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 155 -         let edges = edges_neon::Edges::default();
[INFO] [stdout] 155 +         let edges = Edges::default();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `corners_neon` in this scope
[INFO] [stdout]    --> src/lib.rs:175:22
[INFO] [stdout]     |
[INFO] [stdout] 175 |         let c_neon = corners_neon::Corners::default();
[INFO] [stdout]     |                      ^^^^^^^^^^^^ use of unresolved module or unlinked crate `corners_neon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `corners_neon`, use `cargo add corners_neon` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Corners`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 175 -         let c_neon = corners_neon::Corners::default();
[INFO] [stdout] 175 +         let c_neon = Corners::default();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `edges_neon` in this scope
[INFO] [stdout]    --> src/lib.rs:184:22
[INFO] [stdout]     |
[INFO] [stdout] 184 |         let e_neon = edges_neon::Edges::default();
[INFO] [stdout]     |                      ^^^^^^^^^^ use of unresolved module or unlinked crate `edges_neon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `edges_neon`, use `cargo add edges_neon` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 120 +     use crate::edges_array::Edges;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Edges`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 184 -         let e_neon = edges_neon::Edges::default();
[INFO] [stdout] 184 +         let e_neon = Edges::default();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytemuck::*`
[INFO] [stdout]  --> src/corners/corners_array.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytemuck::*`
[INFO] [stdout]  --> src/edges/edges_array.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::speffz::*`
[INFO] [stdout]  --> src/edges/edges_array.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::speffz::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytemuck::*`
[INFO] [stdout]  --> src/speffz.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::Corners`
[INFO] [stdout]   --> src/dr.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::Corners;
[INFO] [stdout]    |     ^^^^^^^-------
[INFO] [stdout]    |            |
[INFO] [stdout]    |            no `Corners` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 13 - use crate::Corners;
[INFO] [stdout] 13 + use crate::corners;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct instead
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::corners_array::Corners;
[INFO] [stdout]    |            +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::Edges`
[INFO] [stdout]   --> src/dr.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::Edges;
[INFO] [stdout]    |     ^^^^^^^-----
[INFO] [stdout]    |            |
[INFO] [stdout]    |            no `Edges` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 14 - use crate::Edges;
[INFO] [stdout] 14 + use crate::edges;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct instead
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::edges_array::Edges;
[INFO] [stdout]    |            +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Corners` in this scope
[INFO] [stdout]   --> src/lib.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Cube(Corners, Edges);
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: similarly named struct `Corner` defined here
[INFO] [stdout]   --> src/corners.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct Corner(pub(crate) u8);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 33 - pub struct Cube(Corners, Edges);
[INFO] [stdout] 33 + pub struct Cube(Corner, Edges);
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::corners_array::Corners;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Edges` in this scope
[INFO] [stdout]   --> src/lib.rs:33:26
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Cube(Corners, Edges);
[INFO] [stdout]    |                          ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: similarly named struct `Edge` defined here
[INFO] [stdout]   --> src/edges.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Edge(pub(crate) u8);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 33 - pub struct Cube(Corners, Edges);
[INFO] [stdout] 33 + pub struct Cube(Corners, Edge);
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::edges_array::Edges;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Corners` in this scope
[INFO] [stdout]   --> src/lib.rs:97:17
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Ok(Cube(Corners::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout]    |                 ^^^^^^^ use of undeclared type `Corners`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 97 -         Ok(Cube(Corners::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout] 97 +         Ok(Cube(Corner::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::corners_array::Corners;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edges` in this scope
[INFO] [stdout]   --> src/lib.rs:97:43
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Ok(Cube(Corners::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout]    |                                           ^^^^^ use of undeclared type `Edges`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 97 -         Ok(Cube(Corners::from_speffz(c)?, Edges::from_speffz(e)?))
[INFO] [stdout] 97 +         Ok(Cube(Corners::from_speffz(c)?, Edge::from_speffz(e)?))
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::edges_array::Edges;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Corners` in this scope
[INFO] [stdout]    --> src/lib.rs:102:24
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout]     |                        ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: similarly named struct `Corner` defined here
[INFO] [stdout]    --> src/corners.rs:31:1
[INFO] [stdout]     |
[INFO] [stdout]  31 | pub struct Corner(pub(crate) u8);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 102 - pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout] 102 + pub struct CubeCycles(<Corner as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::corners_array::Corners;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Edges` in this scope
[INFO] [stdout]    --> src/lib.rs:102:59
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout]     |                                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: similarly named struct `Edge` defined here
[INFO] [stdout]    --> src/edges.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | pub struct Edge(pub(crate) u8);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 102 - pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edges as EdgesTrait>::Cycles);
[INFO] [stdout] 102 + pub struct CubeCycles(<Corners as CornersTrait>::Cycles, <Edge as EdgesTrait>::Cycles);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::edges_array::Edges;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytemuck::*`
[INFO] [stdout]  --> src/corners/corners_array.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytemuck::*`
[INFO] [stdout]  --> src/edges/edges_array.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::speffz::*`
[INFO] [stdout]  --> src/edges/edges_array.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::speffz::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytemuck::*`
[INFO] [stdout]  --> src/speffz.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bytemuck::*;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cubegroup` (lib test) due to 23 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cubegroup` (lib) due to 8 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d1b565f3a12d7597aac16a002cacd307a251bc98147fe6969445f9e95b4cf572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1b565f3a12d7597aac16a002cacd307a251bc98147fe6969445f9e95b4cf572", kill_on_drop: false }`
[INFO] [stdout] d1b565f3a12d7597aac16a002cacd307a251bc98147fe6969445f9e95b4cf572
