[INFO] crate phf_macros 0.7.24 is already in cache [INFO] extracting crate phf_macros 0.7.24 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/phf_macros/0.7.24 [INFO] extracting crate phf_macros 0.7.24 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/phf_macros/0.7.24 [INFO] validating manifest of phf_macros-0.7.24 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of phf_macros-0.7.24 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing phf_macros-0.7.24 [INFO] finished frobbing phf_macros-0.7.24 [INFO] frobbed toml for phf_macros-0.7.24 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/phf_macros/0.7.24/Cargo.toml [INFO] started frobbing phf_macros-0.7.24 [INFO] finished frobbing phf_macros-0.7.24 [INFO] frobbed toml for phf_macros-0.7.24 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/phf_macros/0.7.24/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking phf_macros-0.7.24 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-5/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/phf_macros/0.7.24:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d39a27110183128f6e47dadc5ec558998866c9b0009f56b0e7ec9072c926f3eb [INFO] running `"docker" "start" "-a" "d39a27110183128f6e47dadc5ec558998866c9b0009f56b0e7ec9072c926f3eb"` [INFO] [stderr] Checking phf_generator v0.7.24 [INFO] [stderr] Compiling phf_macros v0.7.24 (/opt/crater/workdir) [INFO] [stderr] Checking rustfix v0.4.5 [INFO] [stderr] Checking compiletest_rs v0.3.22 [INFO] [stderr] error[E0432]: unresolved import `phf` [INFO] [stderr] --> benches/bench.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | use phf; [INFO] [stderr] | ^^^ no `phf` external crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `phf_macros`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `phf` [INFO] [stderr] --> tests/test.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | use phf::phf_map; [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `phf` [INFO] [stderr] --> tests/test.rs:253:9 [INFO] [stderr] | [INFO] [stderr] 253 | use phf::phf_set; [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `phf` [INFO] [stderr] --> tests/test.rs:311:9 [INFO] [stderr] | [INFO] [stderr] 311 | use phf::phf_ordered_map; [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `phf` [INFO] [stderr] --> tests/test.rs:434:9 [INFO] [stderr] | [INFO] [stderr] 434 | use phf::phf_ordered_set; [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:8:60 [INFO] [stderr] | [INFO] [stderr] 8 | static TRAILING_COMMA: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:13:63 [INFO] [stderr] | [INFO] [stderr] 13 | static NO_TRAILING_COMMA: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:18:69 [INFO] [stderr] | [INFO] [stderr] 18 | static BYTE_STRING_KEY: phf::Map<&'static [u8], &'static str> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | static TRAILING_COMMA: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:13:31 [INFO] [stderr] | [INFO] [stderr] 13 | static NO_TRAILING_COMMA: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:18:29 [INFO] [stderr] | [INFO] [stderr] 18 | static BYTE_STRING_KEY: phf::Map<&'static [u8], &'static str> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:24:53 [INFO] [stderr] | [INFO] [stderr] 24 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:36:53 [INFO] [stderr] | [INFO] [stderr] 36 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:36:21 [INFO] [stderr] | [INFO] [stderr] 36 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:48:53 [INFO] [stderr] | [INFO] [stderr] 48 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:60:53 [INFO] [stderr] | [INFO] [stderr] 60 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:72:53 [INFO] [stderr] | [INFO] [stderr] 72 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:105:53 [INFO] [stderr] | [INFO] [stderr] 105 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:105:21 [INFO] [stderr] | [INFO] [stderr] 105 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:113:53 [INFO] [stderr] | [INFO] [stderr] 113 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:113:21 [INFO] [stderr] | [INFO] [stderr] 113 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:122:53 [INFO] [stderr] | [INFO] [stderr] 122 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:122:21 [INFO] [stderr] | [INFO] [stderr] 122 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:141:55 [INFO] [stderr] | [INFO] [stderr] 141 | static MAP: phf::Map<&'static str, [u8; 3]> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:141:21 [INFO] [stderr] | [INFO] [stderr] 141 | static MAP: phf::Map<&'static str, [u8; 3]> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:149:48 [INFO] [stderr] | [INFO] [stderr] 149 | static MAP: phf::Map<[u8; 2], isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:149:21 [INFO] [stderr] | [INFO] [stderr] 149 | static MAP: phf::Map<[u8; 2], isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 159 | test_key_type!(u8, b'a' => 0, b'b' => 1); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 159 | test_key_type!(u8, b'a' => 0, b'b' => 1); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 164 | test_key_type!(char, 'a' => 0, 'b' => 1); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 164 | test_key_type!(char, 'a' => 0, 'b' => 1); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 169 | test_key_type!(i8, 0i8 => 0, 1i8 => 1); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 169 | test_key_type!(i8, 0i8 => 0, 1i8 => 1); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 174 | test_key_type!(i16, 0i16 => 0, 1i16 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 174 | test_key_type!(i16, 0i16 => 0, 1i16 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 179 | test_key_type!(i32, 0i32 => 0, 1i32 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 179 | test_key_type!(i32, 0i32 => 0, 1i32 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 184 | test_key_type!(i64, 0i64 => 0, 1i64 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 184 | test_key_type!(i64, 0i64 => 0, 1i64 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 189 | test_key_type!(u8, 0u8 => 0, 1u8 => 1); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 189 | test_key_type!(u8, 0u8 => 0, 1u8 => 1); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 194 | test_key_type!(u16, 0u16 => 0, 1u16 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 194 | test_key_type!(u16, 0u16 => 0, 1u16 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 199 | test_key_type!(u32, 0u32 => 0, 1u32 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 199 | test_key_type!(u32, 0u32 => 0, 1u32 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 204 | test_key_type!(u64, 0u64 => 0, 1u64 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 204 | test_key_type!(u64, 0u64 => 0, 1u64 => 1); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:130:47 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 209 | test_key_type!(bool, false => 0, true => 1); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:130:25 [INFO] [stderr] | [INFO] [stderr] 130 | static MAP: phf::Map<$t, isize> = phf_map! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] ... [INFO] [stderr] 209 | test_key_type!(bool, false => 0, true => 1); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_map` [INFO] [stderr] --> tests/test.rs:214:53 [INFO] [stderr] | [INFO] [stderr] 214 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:214:21 [INFO] [stderr] | [INFO] [stderr] 214 | static MAP: phf::Map<&'static str, isize> = phf_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_set` [INFO] [stderr] --> tests/test.rs:256:53 [INFO] [stderr] | [INFO] [stderr] 256 | static TRAILING_COMMA: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_set` [INFO] [stderr] --> tests/test.rs:261:56 [INFO] [stderr] | [INFO] [stderr] 261 | static NO_TRAILING_COMMA: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:256:28 [INFO] [stderr] | [INFO] [stderr] 256 | static TRAILING_COMMA: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:261:31 [INFO] [stderr] | [INFO] [stderr] 261 | static NO_TRAILING_COMMA: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_set` [INFO] [stderr] --> tests/test.rs:267:46 [INFO] [stderr] | [INFO] [stderr] 267 | static SET: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:267:21 [INFO] [stderr] | [INFO] [stderr] 267 | static SET: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_set` [INFO] [stderr] --> tests/test.rs:279:46 [INFO] [stderr] | [INFO] [stderr] 279 | static SET: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:279:21 [INFO] [stderr] | [INFO] [stderr] 279 | static SET: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_set` [INFO] [stderr] --> tests/test.rs:291:46 [INFO] [stderr] | [INFO] [stderr] 291 | static SET: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:291:21 [INFO] [stderr] | [INFO] [stderr] 291 | static SET: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_set` [INFO] [stderr] --> tests/test.rs:300:46 [INFO] [stderr] | [INFO] [stderr] 300 | static SET: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:300:21 [INFO] [stderr] | [INFO] [stderr] 300 | static SET: phf::Set<&'static str> = phf_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:314:67 [INFO] [stderr] | [INFO] [stderr] 314 | static TRAILING_COMMA: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:319:70 [INFO] [stderr] | [INFO] [stderr] 319 | static NO_TRAILING_COMMA: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:314:28 [INFO] [stderr] | [INFO] [stderr] 314 | static TRAILING_COMMA: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:319:31 [INFO] [stderr] | [INFO] [stderr] 319 | static NO_TRAILING_COMMA: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:325:60 [INFO] [stderr] | [INFO] [stderr] 325 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:325:21 [INFO] [stderr] | [INFO] [stderr] 325 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:337:60 [INFO] [stderr] | [INFO] [stderr] 337 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:337:21 [INFO] [stderr] | [INFO] [stderr] 337 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:353:60 [INFO] [stderr] | [INFO] [stderr] 353 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:353:21 [INFO] [stderr] | [INFO] [stderr] 353 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:364:58 [INFO] [stderr] | [INFO] [stderr] 364 | static MAP: phf::OrderedMap<&'static str, i32> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:364:21 [INFO] [stderr] | [INFO] [stderr] 364 | static MAP: phf::OrderedMap<&'static str, i32> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:375:60 [INFO] [stderr] | [INFO] [stderr] 375 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:375:21 [INFO] [stderr] | [INFO] [stderr] 375 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:386:58 [INFO] [stderr] | [INFO] [stderr] 386 | static MAP: phf::OrderedMap<&'static str, i32> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:386:21 [INFO] [stderr] | [INFO] [stderr] 386 | static MAP: phf::OrderedMap<&'static str, i32> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:397:60 [INFO] [stderr] | [INFO] [stderr] 397 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:397:21 [INFO] [stderr] | [INFO] [stderr] 397 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:406:60 [INFO] [stderr] | [INFO] [stderr] 406 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:406:21 [INFO] [stderr] | [INFO] [stderr] 406 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:414:60 [INFO] [stderr] | [INFO] [stderr] 414 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:414:21 [INFO] [stderr] | [INFO] [stderr] 414 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_map` [INFO] [stderr] --> tests/test.rs:422:60 [INFO] [stderr] | [INFO] [stderr] 422 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:422:21 [INFO] [stderr] | [INFO] [stderr] 422 | static MAP: phf::OrderedMap<&'static str, isize> = phf_ordered_map!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_set` [INFO] [stderr] --> tests/test.rs:437:60 [INFO] [stderr] | [INFO] [stderr] 437 | static TRAILING_COMMA: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_set` [INFO] [stderr] --> tests/test.rs:442:63 [INFO] [stderr] | [INFO] [stderr] 442 | static NO_TRAILING_COMMA: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:437:28 [INFO] [stderr] | [INFO] [stderr] 437 | static TRAILING_COMMA: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:442:31 [INFO] [stderr] | [INFO] [stderr] 442 | static NO_TRAILING_COMMA: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_set` [INFO] [stderr] --> tests/test.rs:448:53 [INFO] [stderr] | [INFO] [stderr] 448 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:448:21 [INFO] [stderr] | [INFO] [stderr] 448 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_set` [INFO] [stderr] --> tests/test.rs:462:53 [INFO] [stderr] | [INFO] [stderr] 462 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:462:21 [INFO] [stderr] | [INFO] [stderr] 462 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_set` [INFO] [stderr] --> tests/test.rs:478:53 [INFO] [stderr] | [INFO] [stderr] 478 | static MAP: phf::OrderedSet<&'static str> = phf_ordered_set!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:478:21 [INFO] [stderr] | [INFO] [stderr] 478 | static MAP: phf::OrderedSet<&'static str> = phf_ordered_set!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_set` [INFO] [stderr] --> tests/test.rs:489:53 [INFO] [stderr] | [INFO] [stderr] 489 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:489:21 [INFO] [stderr] | [INFO] [stderr] 489 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_set` [INFO] [stderr] --> tests/test.rs:500:53 [INFO] [stderr] | [INFO] [stderr] 500 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:500:21 [INFO] [stderr] | [INFO] [stderr] 500 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set! { [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `phf_ordered_set` [INFO] [stderr] --> tests/test.rs:509:53 [INFO] [stderr] | [INFO] [stderr] 509 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set!( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `phf` [INFO] [stderr] --> tests/test.rs:509:21 [INFO] [stderr] | [INFO] [stderr] 509 | static SET: phf::OrderedSet<&'static str> = phf_ordered_set!( [INFO] [stderr] | ^^^ use of undeclared type or module `phf` [INFO] [stderr] [INFO] [stderr] error: aborting due to 106 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `phf_macros`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d39a27110183128f6e47dadc5ec558998866c9b0009f56b0e7ec9072c926f3eb"` [INFO] running `"docker" "rm" "-f" "d39a27110183128f6e47dadc5ec558998866c9b0009f56b0e7ec9072c926f3eb"` [INFO] [stdout] d39a27110183128f6e47dadc5ec558998866c9b0009f56b0e7ec9072c926f3eb