[INFO] crate phf_mac 0.5.0 is already in cache
[INFO] checking phf_mac-0.5.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate phf_mac 0.5.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate phf_mac 0.5.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate phf_mac 0.5.0
[INFO] removed path dependency phf_shared from crates.io crate phf_mac 0.5.0
[INFO] finished tweaking crates.io crate phf_mac 0.5.0
[INFO] tweaked toml for crates.io crate phf_mac 0.5.0 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 81c337e4fd199a41bd6103ce52b83b95dde67f89733cb82726be71e7d87712cc
[INFO] running `"docker" "start" "-a" "81c337e4fd199a41bd6103ce52b83b95dde67f89733cb82726be71e7d87712cc"`
[INFO] [stderr]     Checking phf_shared v0.5.0
[INFO] [stderr] error[E0259]: the name `core` is defined multiple times
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | extern crate core;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^ `core` reimported here
[INFO] [stderr]   |
[INFO] [stderr]   = note: `core` must be defined only once in the type namespace of this module
[INFO] [stderr] help: you can use `as` to change the binding name of the import
[INFO] [stderr]   |
[INFO] [stderr] 3 | extern crate core as other_core;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `core::slice::AsSlice`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use core::slice::AsSlice;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `AsSlice` in `slice`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `core::str::StrExt`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use core::str::StrExt;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ no `StrExt` in `str`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `core::hash::Writer`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:7:18
[INFO] [stderr]   |
[INFO] [stderr] 7 | use core::hash::{Writer, Hasher, Hash, SipHasher};
[INFO] [stderr]   |                  ^^^^^^ no `Writer` in `hash`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 1]` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]    |
[INFO] [stderr] 91 |                 hasher.write(self.as_slice());
[INFO] [stderr]    |                                   ^^^^^^^^ method not found in `&[u8; 1]`
[INFO] [stderr] ...
[INFO] [stderr] 98 | array_impl!(u8, 1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 5  | use core::array::FixedSizeArray;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 2]` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]    |
[INFO] [stderr] 91 |                 hasher.write(self.as_slice());
[INFO] [stderr]    |                                   ^^^^^^^^ method not found in `&[u8; 2]`
[INFO] [stderr] ...
[INFO] [stderr] 99 | array_impl!(u8, 2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 5  | use core::array::FixedSizeArray;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 3]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 3]`
[INFO] [stderr] ...
[INFO] [stderr] 100 | array_impl!(u8, 3);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 4]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 4]`
[INFO] [stderr] ...
[INFO] [stderr] 101 | array_impl!(u8, 4);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 5]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 5]`
[INFO] [stderr] ...
[INFO] [stderr] 102 | array_impl!(u8, 5);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 6]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 6]`
[INFO] [stderr] ...
[INFO] [stderr] 103 | array_impl!(u8, 6);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 7]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 7]`
[INFO] [stderr] ...
[INFO] [stderr] 104 | array_impl!(u8, 7);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 8]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 8]`
[INFO] [stderr] ...
[INFO] [stderr] 105 | array_impl!(u8, 8);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 9]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 9]`
[INFO] [stderr] ...
[INFO] [stderr] 106 | array_impl!(u8, 9);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 10]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 10]`
[INFO] [stderr] ...
[INFO] [stderr] 107 | array_impl!(u8, 10);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 11]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 11]`
[INFO] [stderr] ...
[INFO] [stderr] 108 | array_impl!(u8, 11);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 12]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 12]`
[INFO] [stderr] ...
[INFO] [stderr] 109 | array_impl!(u8, 12);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 13]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 13]`
[INFO] [stderr] ...
[INFO] [stderr] 110 | array_impl!(u8, 13);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 14]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 14]`
[INFO] [stderr] ...
[INFO] [stderr] 111 | array_impl!(u8, 14);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 15]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 15]`
[INFO] [stderr] ...
[INFO] [stderr] 112 | array_impl!(u8, 15);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 16]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 16]`
[INFO] [stderr] ...
[INFO] [stderr] 113 | array_impl!(u8, 16);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 17]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 17]`
[INFO] [stderr] ...
[INFO] [stderr] 114 | array_impl!(u8, 17);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 18]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 18]`
[INFO] [stderr] ...
[INFO] [stderr] 115 | array_impl!(u8, 18);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 19]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 19]`
[INFO] [stderr] ...
[INFO] [stderr] 116 | array_impl!(u8, 19);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 20]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 20]`
[INFO] [stderr] ...
[INFO] [stderr] 117 | array_impl!(u8, 20);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 21]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 21]`
[INFO] [stderr] ...
[INFO] [stderr] 118 | array_impl!(u8, 21);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 22]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 22]`
[INFO] [stderr] ...
[INFO] [stderr] 119 | array_impl!(u8, 22);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 23]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 23]`
[INFO] [stderr] ...
[INFO] [stderr] 120 | array_impl!(u8, 23);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 24]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 24]`
[INFO] [stderr] ...
[INFO] [stderr] 121 | array_impl!(u8, 24);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 25]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 25]`
[INFO] [stderr] ...
[INFO] [stderr] 122 | array_impl!(u8, 25);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 26]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 26]`
[INFO] [stderr] ...
[INFO] [stderr] 123 | array_impl!(u8, 26);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 27]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 27]`
[INFO] [stderr] ...
[INFO] [stderr] 124 | array_impl!(u8, 27);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 28]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 28]`
[INFO] [stderr] ...
[INFO] [stderr] 125 | array_impl!(u8, 28);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 29]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 29]`
[INFO] [stderr] ...
[INFO] [stderr] 126 | array_impl!(u8, 29);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 30]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 30]`
[INFO] [stderr] ...
[INFO] [stderr] 127 | array_impl!(u8, 30);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 31]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 31]`
[INFO] [stderr] ...
[INFO] [stderr] 128 | array_impl!(u8, 31);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 32]` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35
[INFO] [stderr]     |
[INFO] [stderr] 91  |                 hasher.write(self.as_slice());
[INFO] [stderr]     |                                   ^^^^^^^^ method not found in `&[u8; 32]`
[INFO] [stderr] ...
[INFO] [stderr] 129 | array_impl!(u8, 32);
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 5   | use core::array::FixedSizeArray;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 36 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0259, E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0259`.
[INFO] [stderr] error: could not compile `phf_shared`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "81c337e4fd199a41bd6103ce52b83b95dde67f89733cb82726be71e7d87712cc"`
[INFO] running `"docker" "rm" "-f" "81c337e4fd199a41bd6103ce52b83b95dde67f89733cb82726be71e7d87712cc"`
[INFO] [stdout] 81c337e4fd199a41bd6103ce52b83b95dde67f89733cb82726be71e7d87712cc
