[INFO] crate phf_mac 0.5.0 is already in cache [INFO] testing phf_mac-0.5.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate phf_mac 0.5.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate phf_mac 0.5.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 45379df52d0908661dc9ad06736bb43afd70545ce9bd05fb1d644feeaf8bf4ab [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "45379df52d0908661dc9ad06736bb43afd70545ce9bd05fb1d644feeaf8bf4ab"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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" "45379df52d0908661dc9ad06736bb43afd70545ce9bd05fb1d644feeaf8bf4ab"` [INFO] running `"docker" "rm" "-f" "45379df52d0908661dc9ad06736bb43afd70545ce9bd05fb1d644feeaf8bf4ab"` [INFO] [stdout] 45379df52d0908661dc9ad06736bb43afd70545ce9bd05fb1d644feeaf8bf4ab