Jul 12 02:20:59.006 INFO checking phf_mac-0.4.9 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 02:20:59.006 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:20:59.006 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:20:59.006 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:20:59.271 INFO blam! ea64be624dccdf093f7d1fd74185d44d24c69622bc2568fafea06b554b7a07e4 Jul 12 02:20:59.273 INFO running `"docker" "start" "-a" "ea64be624dccdf093f7d1fd74185d44d24c69622bc2568fafea06b554b7a07e4"` Jul 12 02:21:00.369 INFO kablam! Checking phf_shared v0.4.9 Jul 12 02:21:00.500 INFO kablam! error[E0259]: the name `core` is defined multiple times Jul 12 02:21:00.500 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:3:1 Jul 12 02:21:00.500 INFO kablam! | Jul 12 02:21:00.500 INFO kablam! 3 | extern crate core; Jul 12 02:21:00.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `core` reimported here Jul 12 02:21:00.501 INFO kablam! | Jul 12 02:21:00.502 INFO kablam! = note: `core` must be defined only once in the type namespace of this module Jul 12 02:21:00.502 INFO kablam! help: You can use `as` to change the binding name of the import Jul 12 02:21:00.502 INFO kablam! | Jul 12 02:21:00.502 INFO kablam! 3 | extern crate core as other_core; Jul 12 02:21:00.502 INFO kablam! | Jul 12 02:21:00.503 INFO kablam! Jul 12 02:21:00.545 INFO kablam! error[E0432]: unresolved import `core::slice::AsSlice` Jul 12 02:21:00.545 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:5:5 Jul 12 02:21:00.545 INFO kablam! | Jul 12 02:21:00.545 INFO kablam! 5 | use core::slice::AsSlice; Jul 12 02:21:00.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `AsSlice` in `slice` Jul 12 02:21:00.546 INFO kablam! Jul 12 02:21:00.546 INFO kablam! error[E0432]: unresolved import `core::str::StrExt` Jul 12 02:21:00.547 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:6:5 Jul 12 02:21:00.547 INFO kablam! | Jul 12 02:21:00.547 INFO kablam! 6 | use core::str::StrExt; Jul 12 02:21:00.547 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `StrExt` in `str` Jul 12 02:21:00.547 INFO kablam! Jul 12 02:21:00.548 INFO kablam! error[E0432]: unresolved import `core::hash::Writer` Jul 12 02:21:00.548 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:7:18 Jul 12 02:21:00.548 INFO kablam! | Jul 12 02:21:00.548 INFO kablam! 7 | use core::hash::{Writer, Hasher, Hash, SipHasher}; Jul 12 02:21:00.548 INFO kablam! | ^^^^^^ no `Writer` in `hash` Jul 12 02:21:00.548 INFO kablam! Jul 12 02:21:00.775 INFO kablam! error[E0599]: no method named `result` found for type `core::hash::SipHasher` in the current scope Jul 12 02:21:00.775 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:56:21 Jul 12 02:21:00.775 INFO kablam! | Jul 12 02:21:00.775 INFO kablam! 56 | split(state.result()) Jul 12 02:21:00.775 INFO kablam! | ^^^^^^ Jul 12 02:21:00.775 INFO kablam! Jul 12 02:21:00.792 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 1]` in the current scope Jul 12 02:21:00.792 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.792 INFO kablam! | Jul 12 02:21:00.792 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.792 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.792 INFO kablam! ... Jul 12 02:21:00.792 INFO kablam! 98 | array_impl!(u8, 1); Jul 12 02:21:00.792 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.792 INFO kablam! | Jul 12 02:21:00.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.792 INFO kablam! | Jul 12 02:21:00.793 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.793 INFO kablam! | Jul 12 02:21:00.793 INFO kablam! Jul 12 02:21:00.794 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 2]` in the current scope Jul 12 02:21:00.794 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.794 INFO kablam! | Jul 12 02:21:00.794 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.794 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.794 INFO kablam! ... Jul 12 02:21:00.794 INFO kablam! 99 | array_impl!(u8, 2); Jul 12 02:21:00.794 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.794 INFO kablam! | Jul 12 02:21:00.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.794 INFO kablam! | Jul 12 02:21:00.794 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.794 INFO kablam! | Jul 12 02:21:00.794 INFO kablam! Jul 12 02:21:00.800 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 3]` in the current scope Jul 12 02:21:00.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.800 INFO kablam! | Jul 12 02:21:00.800 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.800 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.800 INFO kablam! ... Jul 12 02:21:00.800 INFO kablam! 100 | array_impl!(u8, 3); Jul 12 02:21:00.800 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.801 INFO kablam! | Jul 12 02:21:00.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.802 INFO kablam! | Jul 12 02:21:00.802 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.802 INFO kablam! | Jul 12 02:21:00.804 INFO kablam! Jul 12 02:21:00.817 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 4]` in the current scope Jul 12 02:21:00.817 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.817 INFO kablam! | Jul 12 02:21:00.817 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.817 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.817 INFO kablam! ... Jul 12 02:21:00.817 INFO kablam! 101 | array_impl!(u8, 4); Jul 12 02:21:00.817 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.818 INFO kablam! | Jul 12 02:21:00.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.819 INFO kablam! | Jul 12 02:21:00.819 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.819 INFO kablam! | Jul 12 02:21:00.820 INFO kablam! Jul 12 02:21:00.822 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 5]` in the current scope Jul 12 02:21:00.822 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.822 INFO kablam! | Jul 12 02:21:00.822 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.822 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.823 INFO kablam! ... Jul 12 02:21:00.823 INFO kablam! 102 | array_impl!(u8, 5); Jul 12 02:21:00.823 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.826 INFO kablam! | Jul 12 02:21:00.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.828 INFO kablam! | Jul 12 02:21:00.828 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.828 INFO kablam! | Jul 12 02:21:00.828 INFO kablam! Jul 12 02:21:00.833 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 6]` in the current scope Jul 12 02:21:00.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.834 INFO kablam! | Jul 12 02:21:00.834 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.834 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.834 INFO kablam! ... Jul 12 02:21:00.834 INFO kablam! 103 | array_impl!(u8, 6); Jul 12 02:21:00.834 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.834 INFO kablam! | Jul 12 02:21:00.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.834 INFO kablam! | Jul 12 02:21:00.834 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.834 INFO kablam! | Jul 12 02:21:00.834 INFO kablam! Jul 12 02:21:00.834 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 7]` in the current scope Jul 12 02:21:00.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.834 INFO kablam! | Jul 12 02:21:00.834 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.834 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.834 INFO kablam! ... Jul 12 02:21:00.834 INFO kablam! 104 | array_impl!(u8, 7); Jul 12 02:21:00.835 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.835 INFO kablam! | Jul 12 02:21:00.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.835 INFO kablam! | Jul 12 02:21:00.835 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.835 INFO kablam! | Jul 12 02:21:00.835 INFO kablam! Jul 12 02:21:00.837 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 8]` in the current scope Jul 12 02:21:00.838 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.838 INFO kablam! | Jul 12 02:21:00.838 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.838 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.838 INFO kablam! ... Jul 12 02:21:00.838 INFO kablam! 105 | array_impl!(u8, 8); Jul 12 02:21:00.838 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.838 INFO kablam! | Jul 12 02:21:00.838 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.838 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.838 INFO kablam! | Jul 12 02:21:00.838 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.838 INFO kablam! | Jul 12 02:21:00.839 INFO kablam! Jul 12 02:21:00.840 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 9]` in the current scope Jul 12 02:21:00.841 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.841 INFO kablam! | Jul 12 02:21:00.841 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.841 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.841 INFO kablam! ... Jul 12 02:21:00.841 INFO kablam! 106 | array_impl!(u8, 9); Jul 12 02:21:00.841 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.841 INFO kablam! | Jul 12 02:21:00.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.841 INFO kablam! | Jul 12 02:21:00.841 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.841 INFO kablam! | Jul 12 02:21:00.842 INFO kablam! Jul 12 02:21:00.843 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 10]` in the current scope Jul 12 02:21:00.844 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.844 INFO kablam! | Jul 12 02:21:00.844 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.844 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.844 INFO kablam! ... Jul 12 02:21:00.844 INFO kablam! 107 | array_impl!(u8, 10); Jul 12 02:21:00.845 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.845 INFO kablam! | Jul 12 02:21:00.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.845 INFO kablam! | Jul 12 02:21:00.845 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.845 INFO kablam! | Jul 12 02:21:00.845 INFO kablam! Jul 12 02:21:00.846 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 11]` in the current scope Jul 12 02:21:00.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.846 INFO kablam! | Jul 12 02:21:00.846 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.847 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.847 INFO kablam! ... Jul 12 02:21:00.847 INFO kablam! 108 | array_impl!(u8, 11); Jul 12 02:21:00.847 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.847 INFO kablam! | Jul 12 02:21:00.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.847 INFO kablam! | Jul 12 02:21:00.847 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.847 INFO kablam! | Jul 12 02:21:00.847 INFO kablam! Jul 12 02:21:00.849 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 12]` in the current scope Jul 12 02:21:00.849 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.849 INFO kablam! | Jul 12 02:21:00.849 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.849 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.849 INFO kablam! ... Jul 12 02:21:00.849 INFO kablam! 109 | array_impl!(u8, 12); Jul 12 02:21:00.849 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.849 INFO kablam! | Jul 12 02:21:00.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.849 INFO kablam! | Jul 12 02:21:00.849 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.849 INFO kablam! | Jul 12 02:21:00.849 INFO kablam! Jul 12 02:21:00.851 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 13]` in the current scope Jul 12 02:21:00.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.851 INFO kablam! | Jul 12 02:21:00.852 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.852 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.852 INFO kablam! ... Jul 12 02:21:00.852 INFO kablam! 110 | array_impl!(u8, 13); Jul 12 02:21:00.852 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.852 INFO kablam! | Jul 12 02:21:00.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.852 INFO kablam! | Jul 12 02:21:00.852 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.852 INFO kablam! | Jul 12 02:21:00.852 INFO kablam! Jul 12 02:21:00.854 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 14]` in the current scope Jul 12 02:21:00.854 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.854 INFO kablam! | Jul 12 02:21:00.854 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.854 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.854 INFO kablam! ... Jul 12 02:21:00.854 INFO kablam! 111 | array_impl!(u8, 14); Jul 12 02:21:00.854 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.854 INFO kablam! | Jul 12 02:21:00.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.854 INFO kablam! | Jul 12 02:21:00.855 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.855 INFO kablam! | Jul 12 02:21:00.855 INFO kablam! Jul 12 02:21:00.856 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 15]` in the current scope Jul 12 02:21:00.856 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.856 INFO kablam! | Jul 12 02:21:00.856 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.856 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.856 INFO kablam! ... Jul 12 02:21:00.856 INFO kablam! 112 | array_impl!(u8, 15); Jul 12 02:21:00.856 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.856 INFO kablam! | Jul 12 02:21:00.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.857 INFO kablam! | Jul 12 02:21:00.857 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.857 INFO kablam! | Jul 12 02:21:00.857 INFO kablam! Jul 12 02:21:00.858 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 16]` in the current scope Jul 12 02:21:00.858 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.859 INFO kablam! | Jul 12 02:21:00.859 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.859 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.859 INFO kablam! ... Jul 12 02:21:00.859 INFO kablam! 113 | array_impl!(u8, 16); Jul 12 02:21:00.859 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.859 INFO kablam! | Jul 12 02:21:00.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.860 INFO kablam! | Jul 12 02:21:00.860 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.860 INFO kablam! | Jul 12 02:21:00.860 INFO kablam! Jul 12 02:21:00.861 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 17]` in the current scope Jul 12 02:21:00.861 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.861 INFO kablam! | Jul 12 02:21:00.861 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.861 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.861 INFO kablam! ... Jul 12 02:21:00.861 INFO kablam! 114 | array_impl!(u8, 17); Jul 12 02:21:00.862 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.862 INFO kablam! | Jul 12 02:21:00.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.863 INFO kablam! | Jul 12 02:21:00.863 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.863 INFO kablam! | Jul 12 02:21:00.863 INFO kablam! Jul 12 02:21:00.864 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 18]` in the current scope Jul 12 02:21:00.864 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.864 INFO kablam! | Jul 12 02:21:00.864 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.864 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.864 INFO kablam! ... Jul 12 02:21:00.864 INFO kablam! 115 | array_impl!(u8, 18); Jul 12 02:21:00.864 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.864 INFO kablam! | Jul 12 02:21:00.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.865 INFO kablam! | Jul 12 02:21:00.865 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.865 INFO kablam! | Jul 12 02:21:00.865 INFO kablam! Jul 12 02:21:00.867 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 19]` in the current scope Jul 12 02:21:00.867 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.867 INFO kablam! | Jul 12 02:21:00.867 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.867 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.867 INFO kablam! ... Jul 12 02:21:00.867 INFO kablam! 116 | array_impl!(u8, 19); Jul 12 02:21:00.867 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.867 INFO kablam! | Jul 12 02:21:00.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.868 INFO kablam! | Jul 12 02:21:00.868 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.868 INFO kablam! | Jul 12 02:21:00.868 INFO kablam! Jul 12 02:21:00.869 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 20]` in the current scope Jul 12 02:21:00.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.870 INFO kablam! | Jul 12 02:21:00.870 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.870 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.870 INFO kablam! ... Jul 12 02:21:00.870 INFO kablam! 117 | array_impl!(u8, 20); Jul 12 02:21:00.871 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.871 INFO kablam! | Jul 12 02:21:00.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.871 INFO kablam! | Jul 12 02:21:00.871 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.871 INFO kablam! | Jul 12 02:21:00.871 INFO kablam! Jul 12 02:21:00.872 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 21]` in the current scope Jul 12 02:21:00.872 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.872 INFO kablam! | Jul 12 02:21:00.872 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.872 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.872 INFO kablam! ... Jul 12 02:21:00.873 INFO kablam! 118 | array_impl!(u8, 21); Jul 12 02:21:00.873 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.873 INFO kablam! | Jul 12 02:21:00.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.873 INFO kablam! | Jul 12 02:21:00.873 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.873 INFO kablam! | Jul 12 02:21:00.873 INFO kablam! Jul 12 02:21:00.875 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 22]` in the current scope Jul 12 02:21:00.875 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.875 INFO kablam! | Jul 12 02:21:00.875 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.875 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.875 INFO kablam! ... Jul 12 02:21:00.875 INFO kablam! 119 | array_impl!(u8, 22); Jul 12 02:21:00.875 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.875 INFO kablam! | Jul 12 02:21:00.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.875 INFO kablam! | Jul 12 02:21:00.875 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.875 INFO kablam! | Jul 12 02:21:00.876 INFO kablam! Jul 12 02:21:00.877 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 23]` in the current scope Jul 12 02:21:00.877 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.877 INFO kablam! | Jul 12 02:21:00.877 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.877 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.877 INFO kablam! ... Jul 12 02:21:00.877 INFO kablam! 120 | array_impl!(u8, 23); Jul 12 02:21:00.877 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.877 INFO kablam! | Jul 12 02:21:00.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.877 INFO kablam! | Jul 12 02:21:00.878 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.878 INFO kablam! | Jul 12 02:21:00.878 INFO kablam! Jul 12 02:21:00.879 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 24]` in the current scope Jul 12 02:21:00.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.879 INFO kablam! | Jul 12 02:21:00.879 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.879 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.879 INFO kablam! ... Jul 12 02:21:00.880 INFO kablam! 121 | array_impl!(u8, 24); Jul 12 02:21:00.880 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.880 INFO kablam! | Jul 12 02:21:00.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.880 INFO kablam! | Jul 12 02:21:00.880 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.880 INFO kablam! | Jul 12 02:21:00.880 INFO kablam! Jul 12 02:21:00.882 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 25]` in the current scope Jul 12 02:21:00.882 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.882 INFO kablam! | Jul 12 02:21:00.882 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.882 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.882 INFO kablam! ... Jul 12 02:21:00.882 INFO kablam! 122 | array_impl!(u8, 25); Jul 12 02:21:00.882 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.882 INFO kablam! | Jul 12 02:21:00.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.882 INFO kablam! | Jul 12 02:21:00.882 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.882 INFO kablam! | Jul 12 02:21:00.882 INFO kablam! Jul 12 02:21:00.884 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 26]` in the current scope Jul 12 02:21:00.884 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.884 INFO kablam! | Jul 12 02:21:00.884 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.884 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.884 INFO kablam! ... Jul 12 02:21:00.884 INFO kablam! 123 | array_impl!(u8, 26); Jul 12 02:21:00.884 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.884 INFO kablam! | Jul 12 02:21:00.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.885 INFO kablam! | Jul 12 02:21:00.885 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.885 INFO kablam! | Jul 12 02:21:00.885 INFO kablam! Jul 12 02:21:00.886 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 27]` in the current scope Jul 12 02:21:00.886 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.886 INFO kablam! | Jul 12 02:21:00.887 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.887 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.887 INFO kablam! ... Jul 12 02:21:00.887 INFO kablam! 124 | array_impl!(u8, 27); Jul 12 02:21:00.887 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.887 INFO kablam! | Jul 12 02:21:00.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.888 INFO kablam! | Jul 12 02:21:00.888 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.888 INFO kablam! | Jul 12 02:21:00.888 INFO kablam! Jul 12 02:21:00.891 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 28]` in the current scope Jul 12 02:21:00.891 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.891 INFO kablam! | Jul 12 02:21:00.891 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.891 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.891 INFO kablam! ... Jul 12 02:21:00.891 INFO kablam! 125 | array_impl!(u8, 28); Jul 12 02:21:00.891 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.891 INFO kablam! | Jul 12 02:21:00.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.892 INFO kablam! | Jul 12 02:21:00.892 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.892 INFO kablam! | Jul 12 02:21:00.892 INFO kablam! Jul 12 02:21:00.893 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 29]` in the current scope Jul 12 02:21:00.893 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.893 INFO kablam! | Jul 12 02:21:00.893 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.893 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.894 INFO kablam! ... Jul 12 02:21:00.894 INFO kablam! 126 | array_impl!(u8, 29); Jul 12 02:21:00.894 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.894 INFO kablam! | Jul 12 02:21:00.894 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.894 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.894 INFO kablam! | Jul 12 02:21:00.894 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.894 INFO kablam! | Jul 12 02:21:00.894 INFO kablam! Jul 12 02:21:00.896 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 30]` in the current scope Jul 12 02:21:00.896 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.896 INFO kablam! | Jul 12 02:21:00.896 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.896 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.896 INFO kablam! ... Jul 12 02:21:00.896 INFO kablam! 127 | array_impl!(u8, 30); Jul 12 02:21:00.896 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.896 INFO kablam! | Jul 12 02:21:00.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.897 INFO kablam! | Jul 12 02:21:00.897 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.897 INFO kablam! | Jul 12 02:21:00.897 INFO kablam! Jul 12 02:21:00.898 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 31]` in the current scope Jul 12 02:21:00.898 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.898 INFO kablam! | Jul 12 02:21:00.898 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.898 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.898 INFO kablam! ... Jul 12 02:21:00.898 INFO kablam! 128 | array_impl!(u8, 31); Jul 12 02:21:00.899 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.899 INFO kablam! | Jul 12 02:21:00.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.899 INFO kablam! | Jul 12 02:21:00.899 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.899 INFO kablam! | Jul 12 02:21:00.899 INFO kablam! Jul 12 02:21:00.901 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 32]` in the current scope Jul 12 02:21:00.901 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.901 INFO kablam! | Jul 12 02:21:00.901 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.901 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.901 INFO kablam! ... Jul 12 02:21:00.901 INFO kablam! 129 | array_impl!(u8, 32); Jul 12 02:21:00.901 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.901 INFO kablam! | Jul 12 02:21:00.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.901 INFO kablam! | Jul 12 02:21:00.901 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.901 INFO kablam! | Jul 12 02:21:00.901 INFO kablam! Jul 12 02:21:00.904 INFO kablam! error: aborting due to 37 previous errors Jul 12 02:21:00.904 INFO kablam! Jul 12 02:21:00.904 INFO kablam! Some errors occurred: E0259, E0432, E0599. Jul 12 02:21:00.904 INFO kablam! For more information about an error, try `rustc --explain E0259`. Jul 12 02:21:00.915 INFO kablam! error: Could not compile `phf_shared`. Jul 12 02:21:00.915 INFO kablam! Jul 12 02:21:00.915 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:21:00.917 INFO kablam! su: No module specific data is present Jul 12 02:21:01.407 INFO running `"docker" "rm" "-f" "ea64be624dccdf093f7d1fd74185d44d24c69622bc2568fafea06b554b7a07e4"` Jul 12 02:21:01.573 INFO blam! ea64be624dccdf093f7d1fd74185d44d24c69622bc2568fafea06b554b7a07e4