[INFO] fetching crate rs-category 0.1.0... [INFO] testing rs-category-0.1.0 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] extracting crate rs-category 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate rs-category 0.1.0 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rs-category 0.1.0 [INFO] finished tweaking crates.io crate rs-category 0.1.0 [INFO] tweaked toml for crates.io crate rs-category 0.1.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 357b06d6484bbf7cd85019de6f2293bdd73a8e2d3ee750b5f6ce2b83904e9082 [INFO] running `Command { std: "docker" "start" "-a" "357b06d6484bbf7cd85019de6f2293bdd73a8e2d3ee750b5f6ce2b83904e9082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "357b06d6484bbf7cd85019de6f2293bdd73a8e2d3ee750b5f6ce2b83904e9082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "357b06d6484bbf7cd85019de6f2293bdd73a8e2d3ee750b5f6ce2b83904e9082", kill_on_drop: false }` [INFO] [stdout] 357b06d6484bbf7cd85019de6f2293bdd73a8e2d3ee750b5f6ce2b83904e9082 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbe9b3811ef588279cd8d7c91b87f274d339b29b98bd54d592965eb00bb76eff [INFO] running `Command { std: "docker" "start" "-a" "dbe9b3811ef588279cd8d7c91b87f274d339b29b98bd54d592965eb00bb76eff", kill_on_drop: false }` [INFO] [stderr] Compiling rs-category v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling void v1.0.2 [INFO] [stdout] warning: the usage of Script Group `Greek` in this crate consists solely of mixed script confusables [INFO] [stdout] --> src/lib.rs:60:56 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn bind_once F::H>(f: Φ, a: F::H) -> F::H { F::join(F::map_once(f, a)... [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mixed_script_confusables)]` on by default [INFO] [stdout] = note: the usage includes 'Φ' (U+03A6) [INFO] [stdout] = note: please recheck to make sure their usages are indeed what you want [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `non_ascii_idents` has been stable since 1.53.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(non_ascii_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `liftA2_once` should have a snake case name [INFO] [stdout] --> src/lib.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | fn liftA2_once(f: impl FnOnce(A, B) -> C, a: Self::H, b: Self::H) -> Self::H { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `lift_a2_once` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `liftA2_mut` should have a snake case name [INFO] [stdout] --> src/lib.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | fn liftA2_mut(_: impl FnMut(A, B) -> C, _: Self::H, _: Self::H) -> Self::H; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `lift_a2_mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `liftA2` should have a snake case name [INFO] [stdout] --> src/lib.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | fn liftA2(_: impl Fn(A, B) -> C, _: Self::H, _: Self::H) -> Self::H; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `lift_a2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `Command { std: "docker" "inspect" "dbe9b3811ef588279cd8d7c91b87f274d339b29b98bd54d592965eb00bb76eff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbe9b3811ef588279cd8d7c91b87f274d339b29b98bd54d592965eb00bb76eff", kill_on_drop: false }` [INFO] [stdout] dbe9b3811ef588279cd8d7c91b87f274d339b29b98bd54d592965eb00bb76eff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aedb49719efbb5979eade2e93ffb0f7b8ceb080b5c7e863b261c3aa76a7a3f11 [INFO] running `Command { std: "docker" "start" "-a" "aedb49719efbb5979eade2e93ffb0f7b8ceb080b5c7e863b261c3aa76a7a3f11", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rs-category v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the usage of Script Group `Greek` in this crate consists solely of mixed script confusables [INFO] [stdout] --> src/lib.rs:60:56 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn bind_once F::H>(f: Φ, a: F::H) -> F::H { F::join(F::map_once(f, a)... [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mixed_script_confusables)]` on by default [INFO] [stdout] = note: the usage includes 'Φ' (U+03A6) [INFO] [stdout] = note: please recheck to make sure their usages are indeed what you want [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `non_ascii_idents` has been stable since 1.53.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(non_ascii_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `liftA2_once` should have a snake case name [INFO] [stdout] --> src/lib.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | fn liftA2_once(f: impl FnOnce(A, B) -> C, a: Self::H, b: Self::H) -> Self::H { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `lift_a2_once` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `liftA2_mut` should have a snake case name [INFO] [stdout] --> src/lib.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | fn liftA2_mut(_: impl FnMut(A, B) -> C, _: Self::H, _: Self::H) -> Self::H; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `lift_a2_mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `liftA2` should have a snake case name [INFO] [stdout] --> src/lib.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | fn liftA2(_: impl Fn(A, B) -> C, _: Self::H, _: Self::H) -> Self::H; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `lift_a2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the usage of Script Group `Greek` in this crate consists solely of mixed script confusables [INFO] [stdout] --> src/lib.rs:60:56 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn bind_once F::H>(f: Φ, a: F::H) -> F::H { F::join(F::map_once(f, a)... [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mixed_script_confusables)]` on by default [INFO] [stdout] = note: the usage includes 'Φ' (U+03A6) [INFO] [stdout] = note: please recheck to make sure their usages are indeed what you want [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `non_ascii_idents` has been stable since 1.53.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(non_ascii_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `liftA2_once` should have a snake case name [INFO] [stdout] --> src/lib.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | fn liftA2_once(f: impl FnOnce(A, B) -> C, a: Self::H, b: Self::H) -> Self::H { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `lift_a2_once` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `liftA2_mut` should have a snake case name [INFO] [stdout] --> src/lib.rs:45:8 [INFO] [stdout] | [INFO] [stdout] 45 | fn liftA2_mut(_: impl FnMut(A, B) -> C, _: Self::H, _: Self::H) -> Self::H; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `lift_a2_mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `liftA2` should have a snake case name [INFO] [stdout] --> src/lib.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | fn liftA2(_: impl Fn(A, B) -> C, _: Self::H, _: Self::H) -> Self::H; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `lift_a2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.46s [INFO] running `Command { std: "docker" "inspect" "aedb49719efbb5979eade2e93ffb0f7b8ceb080b5c7e863b261c3aa76a7a3f11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aedb49719efbb5979eade2e93ffb0f7b8ceb080b5c7e863b261c3aa76a7a3f11", kill_on_drop: false }` [INFO] [stdout] aedb49719efbb5979eade2e93ffb0f7b8ceb080b5c7e863b261c3aa76a7a3f11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6c6659dd914d66c70410fd447042417b32667c36eaf8c4728ab953b2b3323058 [INFO] running `Command { std: "docker" "start" "-a" "6c6659dd914d66c70410fd447042417b32667c36eaf8c4728ab953b2b3323058", kill_on_drop: false }` [INFO] [stderr] warning: the usage of Script Group `Greek` in this crate consists solely of mixed script confusables [INFO] [stderr] --> src/lib.rs:60:56 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn bind_once F::H>(f: Φ, a: F::H) -> F::H { F::join(F::map_once(f, a)... [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mixed_script_confusables)]` on by default [INFO] [stderr] = note: the usage includes 'Φ' (U+03A6) [INFO] [stderr] = note: please recheck to make sure their usages are indeed what you want [INFO] [stderr] [INFO] [stderr] warning: the feature `non_ascii_idents` has been stable since 1.53.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | #![feature(non_ascii_idents)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait method `liftA2_once` should have a snake case name [INFO] [stderr] --> src/lib.rs:36:8 [INFO] [stderr] | [INFO] [stderr] 36 | fn liftA2_once(f: impl FnOnce(A, B) -> C, a: Self::H, b: Self::H) -> Self::H { [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `lift_a2_once` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait method `liftA2_mut` should have a snake case name [INFO] [stderr] --> src/lib.rs:45:8 [INFO] [stderr] | [INFO] [stderr] 45 | fn liftA2_mut(_: impl FnMut(A, B) -> C, _: Self::H, _: Self::H) -> Self::H; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `lift_a2_mut` [INFO] [stderr] [INFO] [stderr] warning: trait method `liftA2` should have a snake case name [INFO] [stderr] --> src/lib.rs:52:8 [INFO] [stderr] | [INFO] [stderr] 52 | fn liftA2(_: impl Fn(A, B) -> C, _: Self::H, _: Self::H) -> Self::H; [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `lift_a2` [INFO] [stderr] [INFO] [stderr] warning: `rs-category` (lib) generated 5 warnings [INFO] [stderr] warning: `rs-category` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rs_category-ddc851b03d4a405d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rs-category [INFO] [stderr] warning: the usage of Script Group `Greek` in this crate consists solely of mixed script confusables [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:60:56 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn bind_once F::H>(f: Φ, a: F::H) -> F::H { F::join(F::map_once(f, a)... [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mixed_script_confusables)]` on by default [INFO] [stderr] = note: the usage includes 'Φ' (U+03A6) [INFO] [stderr] = note: please recheck to make sure their usages are indeed what you want [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - monadically_once (line 292) ... FAILED [INFO] [stdout] test src/lib.rs - monadically_once (line 284) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - monadically_once (line 292) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `category` [INFO] [stdout] --> src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 3 | use category::rust::OptionW; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `category` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `category` [INFO] [stdout] --> src/lib.rs:294:5 [INFO] [stdout] | [INFO] [stdout] 4 | use category::rust::Pointed; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `category` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `category` [INFO] [stdout] --> src/lib.rs:295:19 [INFO] [stdout] | [INFO] [stdout] 5 | Option::unwrap_or(category::monadically_once! { OptionW: [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `category` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - monadically_once (line 284) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `category` [INFO] [stdout] --> src/lib.rs:285:5 [INFO] [stdout] | [INFO] [stdout] 3 | use category::rust::ArrayW; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `category` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `category` [INFO] [stdout] --> src/lib.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 4 | use category::rust::Pointed; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `category` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `category` [INFO] [stdout] --> src/lib.rs:287:2 [INFO] [stdout] | [INFO] [stdout] 5 | (category::monadically_once! { ArrayW<1>: [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `category` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - monadically_once (line 284) [INFO] [stdout] src/lib.rs - monadically_once (line 292) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "6c6659dd914d66c70410fd447042417b32667c36eaf8c4728ab953b2b3323058", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c6659dd914d66c70410fd447042417b32667c36eaf8c4728ab953b2b3323058", kill_on_drop: false }` [INFO] [stdout] 6c6659dd914d66c70410fd447042417b32667c36eaf8c4728ab953b2b3323058