Jul 12 02:20:56.836 INFO checking phf_mac-0.5.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 02:20:56.836 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:20:56.837 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:20:56.837 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/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:57.114 INFO blam! f0fc64f1d34ac404efe182393a2e455b03cd1e342ca6717259cae1c063ee1685 Jul 12 02:20:57.116 INFO running `"docker" "start" "-a" "f0fc64f1d34ac404efe182393a2e455b03cd1e342ca6717259cae1c063ee1685"` Jul 12 02:20:58.261 INFO kablam! Checking phf_shared v0.5.0 Jul 12 02:20:58.387 INFO kablam! error[E0259]: the name `core` is defined multiple times Jul 12 02:20:58.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:3:1 Jul 12 02:20:58.387 INFO kablam! | Jul 12 02:20:58.387 INFO kablam! 3 | extern crate core; Jul 12 02:20:58.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `core` reimported here Jul 12 02:20:58.387 INFO kablam! | Jul 12 02:20:58.387 INFO kablam! = note: `core` must be defined only once in the type namespace of this module Jul 12 02:20:58.387 INFO kablam! help: You can use `as` to change the binding name of the import Jul 12 02:20:58.387 INFO kablam! | Jul 12 02:20:58.387 INFO kablam! 3 | extern crate core as other_core; Jul 12 02:20:58.387 INFO kablam! | Jul 12 02:20:58.387 INFO kablam! Jul 12 02:20:58.411 INFO kablam! error[E0432]: unresolved import `core::slice::AsSlice` Jul 12 02:20:58.411 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:5:5 Jul 12 02:20:58.411 INFO kablam! | Jul 12 02:20:58.411 INFO kablam! 5 | use core::slice::AsSlice; Jul 12 02:20:58.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `AsSlice` in `slice` Jul 12 02:20:58.411 INFO kablam! Jul 12 02:20:58.411 INFO kablam! error[E0432]: unresolved import `core::str::StrExt` Jul 12 02:20:58.411 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:6:5 Jul 12 02:20:58.411 INFO kablam! | Jul 12 02:20:58.411 INFO kablam! 6 | use core::str::StrExt; Jul 12 02:20:58.411 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `StrExt` in `str` Jul 12 02:20:58.411 INFO kablam! Jul 12 02:20:58.411 INFO kablam! error[E0432]: unresolved import `core::hash::Writer` Jul 12 02:20:58.412 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:7:18 Jul 12 02:20:58.412 INFO kablam! | Jul 12 02:20:58.412 INFO kablam! 7 | use core::hash::{Writer, Hasher, Hash, SipHasher}; Jul 12 02:20:58.412 INFO kablam! | ^^^^^^ no `Writer` in `hash` Jul 12 02:20:58.412 INFO kablam! Jul 12 02:20:58.686 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 1]` in the current scope Jul 12 02:20:58.686 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.686 INFO kablam! | Jul 12 02:20:58.686 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.686 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.686 INFO kablam! ... Jul 12 02:20:58.686 INFO kablam! 98 | array_impl!(u8, 1); Jul 12 02:20:58.686 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.687 INFO kablam! | Jul 12 02:20:58.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.688 INFO kablam! | Jul 12 02:20:58.688 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.688 INFO kablam! | Jul 12 02:20:58.689 INFO kablam! Jul 12 02:20:58.691 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 2]` in the current scope Jul 12 02:20:58.691 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.691 INFO kablam! | Jul 12 02:20:58.691 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.691 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.691 INFO kablam! ... Jul 12 02:20:58.691 INFO kablam! 99 | array_impl!(u8, 2); Jul 12 02:20:58.691 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.693 INFO kablam! | Jul 12 02:20:58.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.694 INFO kablam! | Jul 12 02:20:58.694 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.694 INFO kablam! | Jul 12 02:20:58.694 INFO kablam! Jul 12 02:20:58.697 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 3]` in the current scope Jul 12 02:20:58.697 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.697 INFO kablam! | Jul 12 02:20:58.697 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.697 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.697 INFO kablam! ... Jul 12 02:20:58.697 INFO kablam! 100 | array_impl!(u8, 3); Jul 12 02:20:58.697 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.698 INFO kablam! | Jul 12 02:20:58.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.699 INFO kablam! | Jul 12 02:20:58.700 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.700 INFO kablam! | Jul 12 02:20:58.700 INFO kablam! Jul 12 02:20:58.715 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 4]` in the current scope Jul 12 02:20:58.715 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.715 INFO kablam! | Jul 12 02:20:58.715 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.715 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.715 INFO kablam! ... Jul 12 02:20:58.715 INFO kablam! 101 | array_impl!(u8, 4); Jul 12 02:20:58.715 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.716 INFO kablam! | Jul 12 02:20:58.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.716 INFO kablam! | Jul 12 02:20:58.716 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.716 INFO kablam! | Jul 12 02:20:58.716 INFO kablam! Jul 12 02:20:58.719 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 5]` in the current scope Jul 12 02:20:58.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.719 INFO kablam! | Jul 12 02:20:58.719 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.719 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.719 INFO kablam! ... Jul 12 02:20:58.719 INFO kablam! 102 | array_impl!(u8, 5); Jul 12 02:20:58.719 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.719 INFO kablam! | Jul 12 02:20:58.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.719 INFO kablam! | Jul 12 02:20:58.719 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.719 INFO kablam! | Jul 12 02:20:58.720 INFO kablam! Jul 12 02:20:58.724 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 6]` in the current scope Jul 12 02:20:58.724 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.724 INFO kablam! | Jul 12 02:20:58.724 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.724 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.724 INFO kablam! ... Jul 12 02:20:58.724 INFO kablam! 103 | array_impl!(u8, 6); Jul 12 02:20:58.724 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.724 INFO kablam! | Jul 12 02:20:58.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.725 INFO kablam! | Jul 12 02:20:58.725 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.725 INFO kablam! | Jul 12 02:20:58.725 INFO kablam! Jul 12 02:20:58.728 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 7]` in the current scope Jul 12 02:20:58.728 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.728 INFO kablam! | Jul 12 02:20:58.728 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.728 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.728 INFO kablam! ... Jul 12 02:20:58.728 INFO kablam! 104 | array_impl!(u8, 7); Jul 12 02:20:58.728 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.728 INFO kablam! | Jul 12 02:20:58.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.728 INFO kablam! | Jul 12 02:20:58.728 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.728 INFO kablam! | Jul 12 02:20:58.728 INFO kablam! Jul 12 02:20:58.732 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 8]` in the current scope Jul 12 02:20:58.732 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.732 INFO kablam! | Jul 12 02:20:58.732 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.732 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.732 INFO kablam! ... Jul 12 02:20:58.732 INFO kablam! 105 | array_impl!(u8, 8); Jul 12 02:20:58.732 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.732 INFO kablam! | Jul 12 02:20:58.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.732 INFO kablam! | Jul 12 02:20:58.732 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.732 INFO kablam! | Jul 12 02:20:58.732 INFO kablam! Jul 12 02:20:58.736 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 9]` in the current scope Jul 12 02:20:58.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.736 INFO kablam! | Jul 12 02:20:58.736 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.736 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.736 INFO kablam! ... Jul 12 02:20:58.736 INFO kablam! 106 | array_impl!(u8, 9); Jul 12 02:20:58.736 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.736 INFO kablam! | Jul 12 02:20:58.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.736 INFO kablam! | Jul 12 02:20:58.736 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.736 INFO kablam! | Jul 12 02:20:58.736 INFO kablam! Jul 12 02:20:58.740 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 10]` in the current scope Jul 12 02:20:58.741 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.741 INFO kablam! | Jul 12 02:20:58.741 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.741 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.741 INFO kablam! ... Jul 12 02:20:58.741 INFO kablam! 107 | array_impl!(u8, 10); Jul 12 02:20:58.741 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.743 INFO kablam! | Jul 12 02:20:58.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.743 INFO kablam! | Jul 12 02:20:58.743 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.743 INFO kablam! | Jul 12 02:20:58.743 INFO kablam! Jul 12 02:20:58.746 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 11]` in the current scope Jul 12 02:20:58.746 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.746 INFO kablam! | Jul 12 02:20:58.746 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.747 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.747 INFO kablam! ... Jul 12 02:20:58.747 INFO kablam! 108 | array_impl!(u8, 11); Jul 12 02:20:58.747 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.747 INFO kablam! | Jul 12 02:20:58.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.747 INFO kablam! | Jul 12 02:20:58.747 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.747 INFO kablam! | Jul 12 02:20:58.747 INFO kablam! Jul 12 02:20:58.751 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 12]` in the current scope Jul 12 02:20:58.751 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.751 INFO kablam! | Jul 12 02:20:58.751 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.751 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.751 INFO kablam! ... Jul 12 02:20:58.751 INFO kablam! 109 | array_impl!(u8, 12); Jul 12 02:20:58.751 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.752 INFO kablam! | Jul 12 02:20:58.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.753 INFO kablam! | Jul 12 02:20:58.753 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.753 INFO kablam! | Jul 12 02:20:58.754 INFO kablam! Jul 12 02:20:58.757 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 13]` in the current scope Jul 12 02:20:58.758 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.758 INFO kablam! | Jul 12 02:20:58.758 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.758 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.758 INFO kablam! ... Jul 12 02:20:58.758 INFO kablam! 110 | array_impl!(u8, 13); Jul 12 02:20:58.758 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.758 INFO kablam! | Jul 12 02:20:58.758 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.758 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.758 INFO kablam! | Jul 12 02:20:58.758 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.758 INFO kablam! | Jul 12 02:20:58.758 INFO kablam! Jul 12 02:20:58.773 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 14]` in the current scope Jul 12 02:20:58.773 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.773 INFO kablam! | Jul 12 02:20:58.773 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.773 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.773 INFO kablam! ... Jul 12 02:20:58.773 INFO kablam! 111 | array_impl!(u8, 14); Jul 12 02:20:58.773 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.773 INFO kablam! | Jul 12 02:20:58.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.773 INFO kablam! | Jul 12 02:20:58.773 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.773 INFO kablam! | Jul 12 02:20:58.773 INFO kablam! Jul 12 02:20:58.773 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 15]` in the current scope Jul 12 02:20:58.773 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.773 INFO kablam! | Jul 12 02:20:58.773 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.773 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.773 INFO kablam! ... Jul 12 02:20:58.773 INFO kablam! 112 | array_impl!(u8, 15); Jul 12 02:20:58.773 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.773 INFO kablam! | Jul 12 02:20:58.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.773 INFO kablam! | Jul 12 02:20:58.773 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.773 INFO kablam! | Jul 12 02:20:58.774 INFO kablam! Jul 12 02:20:58.782 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 16]` in the current scope Jul 12 02:20:58.784 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.784 INFO kablam! | Jul 12 02:20:58.785 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.785 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.785 INFO kablam! ... Jul 12 02:20:58.785 INFO kablam! 113 | array_impl!(u8, 16); Jul 12 02:20:58.785 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.786 INFO kablam! | Jul 12 02:20:58.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.786 INFO kablam! | Jul 12 02:20:58.786 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.786 INFO kablam! | Jul 12 02:20:58.786 INFO kablam! Jul 12 02:20:58.788 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 17]` in the current scope Jul 12 02:20:58.789 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.789 INFO kablam! | Jul 12 02:20:58.789 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.789 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.789 INFO kablam! ... Jul 12 02:20:58.789 INFO kablam! 114 | array_impl!(u8, 17); Jul 12 02:20:58.789 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.789 INFO kablam! | Jul 12 02:20:58.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.789 INFO kablam! | Jul 12 02:20:58.789 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.789 INFO kablam! | Jul 12 02:20:58.789 INFO kablam! Jul 12 02:20:58.790 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 18]` in the current scope Jul 12 02:20:58.790 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.790 INFO kablam! | Jul 12 02:20:58.790 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.790 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.790 INFO kablam! ... Jul 12 02:20:58.791 INFO kablam! 115 | array_impl!(u8, 18); Jul 12 02:20:58.791 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.791 INFO kablam! | Jul 12 02:20:58.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.791 INFO kablam! | Jul 12 02:20:58.791 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.791 INFO kablam! | Jul 12 02:20:58.791 INFO kablam! Jul 12 02:20:58.800 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 19]` in the current scope Jul 12 02:20:58.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.801 INFO kablam! | Jul 12 02:20:58.801 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.801 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.801 INFO kablam! ... Jul 12 02:20:58.801 INFO kablam! 116 | array_impl!(u8, 19); Jul 12 02:20:58.801 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.801 INFO kablam! | Jul 12 02:20:58.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.801 INFO kablam! | Jul 12 02:20:58.802 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.802 INFO kablam! | Jul 12 02:20:58.802 INFO kablam! Jul 12 02:20:58.820 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 20]` in the current scope Jul 12 02:20:58.821 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.821 INFO kablam! | Jul 12 02:20:58.821 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.821 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.821 INFO kablam! ... Jul 12 02:20:58.821 INFO kablam! 117 | array_impl!(u8, 20); Jul 12 02:20:58.821 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.821 INFO kablam! | Jul 12 02:20:58.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.821 INFO kablam! | Jul 12 02:20:58.821 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.821 INFO kablam! | Jul 12 02:20:58.821 INFO kablam! Jul 12 02:20:58.823 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 21]` in the current scope Jul 12 02:20:58.824 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.824 INFO kablam! | Jul 12 02:20:58.824 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.824 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.824 INFO kablam! ... Jul 12 02:20:58.824 INFO kablam! 118 | array_impl!(u8, 21); Jul 12 02:20:58.824 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.824 INFO kablam! | Jul 12 02:20:58.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.824 INFO kablam! | Jul 12 02:20:58.824 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.824 INFO kablam! | Jul 12 02:20:58.824 INFO kablam! Jul 12 02:20:58.826 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 22]` in the current scope Jul 12 02:20:58.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.827 INFO kablam! | Jul 12 02:20:58.827 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.827 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.827 INFO kablam! ... Jul 12 02:20:58.827 INFO kablam! 119 | array_impl!(u8, 22); Jul 12 02:20:58.827 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.827 INFO kablam! | Jul 12 02:20:58.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.827 INFO kablam! | Jul 12 02:20:58.827 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.827 INFO kablam! | Jul 12 02:20:58.827 INFO kablam! Jul 12 02:20:58.827 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 23]` in the current scope Jul 12 02:20:58.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.827 INFO kablam! | Jul 12 02:20:58.828 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.828 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.828 INFO kablam! ... Jul 12 02:20:58.828 INFO kablam! 120 | array_impl!(u8, 23); Jul 12 02:20:58.828 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.828 INFO kablam! | Jul 12 02:20:58.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.828 INFO kablam! | Jul 12 02:20:58.828 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.828 INFO kablam! | Jul 12 02:20:58.828 INFO kablam! Jul 12 02:20:58.829 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 24]` in the current scope Jul 12 02:20:58.829 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.829 INFO kablam! | Jul 12 02:20:58.829 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.830 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.830 INFO kablam! ... Jul 12 02:20:58.830 INFO kablam! 121 | array_impl!(u8, 24); Jul 12 02:20:58.830 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.831 INFO kablam! | Jul 12 02:20:58.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.832 INFO kablam! | Jul 12 02:20:58.832 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.832 INFO kablam! | Jul 12 02:20:58.833 INFO kablam! Jul 12 02:20:58.835 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 25]` in the current scope Jul 12 02:20:58.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.835 INFO kablam! | Jul 12 02:20:58.835 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.835 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.836 INFO kablam! ... Jul 12 02:20:58.836 INFO kablam! 122 | array_impl!(u8, 25); Jul 12 02:20:58.836 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.836 INFO kablam! | Jul 12 02:20:58.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.837 INFO kablam! | Jul 12 02:20:58.837 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.837 INFO kablam! | Jul 12 02:20:58.837 INFO kablam! Jul 12 02:20:58.839 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 26]` in the current scope Jul 12 02:20:58.839 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.839 INFO kablam! | Jul 12 02:20:58.839 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.839 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.839 INFO kablam! ... Jul 12 02:20:58.839 INFO kablam! 123 | array_impl!(u8, 26); Jul 12 02:20:58.839 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.840 INFO kablam! | Jul 12 02:20:58.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.841 INFO kablam! | Jul 12 02:20:58.841 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.841 INFO kablam! | Jul 12 02:20:58.841 INFO kablam! Jul 12 02:20:58.844 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 27]` in the current scope Jul 12 02:20:58.844 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.844 INFO kablam! | Jul 12 02:20:58.844 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.844 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.844 INFO kablam! ... Jul 12 02:20:58.844 INFO kablam! 124 | array_impl!(u8, 27); Jul 12 02:20:58.844 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.844 INFO kablam! | Jul 12 02:20:58.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.845 INFO kablam! | Jul 12 02:20:58.845 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.845 INFO kablam! | Jul 12 02:20:58.845 INFO kablam! Jul 12 02:20:58.848 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 28]` in the current scope Jul 12 02:20:58.848 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.848 INFO kablam! | Jul 12 02:20:58.848 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.848 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.848 INFO kablam! ... Jul 12 02:20:58.848 INFO kablam! 125 | array_impl!(u8, 28); Jul 12 02:20:58.848 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.848 INFO kablam! | Jul 12 02:20:58.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.849 INFO kablam! | Jul 12 02:20:58.849 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.849 INFO kablam! | Jul 12 02:20:58.849 INFO kablam! Jul 12 02:20:58.851 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 29]` in the current scope Jul 12 02:20:58.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.851 INFO kablam! | Jul 12 02:20:58.852 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.852 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.852 INFO kablam! ... Jul 12 02:20:58.852 INFO kablam! 126 | array_impl!(u8, 29); Jul 12 02:20:58.852 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.852 INFO kablam! | Jul 12 02:20:58.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.853 INFO kablam! | Jul 12 02:20:58.853 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.853 INFO kablam! | Jul 12 02:20:58.853 INFO kablam! Jul 12 02:20:58.855 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 30]` in the current scope Jul 12 02:20:58.855 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.855 INFO kablam! | Jul 12 02:20:58.855 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.855 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.855 INFO kablam! ... Jul 12 02:20:58.855 INFO kablam! 127 | array_impl!(u8, 30); Jul 12 02:20:58.855 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.856 INFO kablam! | Jul 12 02:20:58.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.857 INFO kablam! | Jul 12 02:20:58.857 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.857 INFO kablam! | Jul 12 02:20:58.857 INFO kablam! Jul 12 02:20:58.860 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 31]` in the current scope Jul 12 02:20:58.860 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.860 INFO kablam! | Jul 12 02:20:58.860 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.860 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.860 INFO kablam! ... Jul 12 02:20:58.860 INFO kablam! 128 | array_impl!(u8, 31); Jul 12 02:20:58.860 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.860 INFO kablam! | Jul 12 02:20:58.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.860 INFO kablam! | Jul 12 02:20:58.860 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.860 INFO kablam! | Jul 12 02:20:58.860 INFO kablam! Jul 12 02:20:58.863 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 32]` in the current scope Jul 12 02:20:58.863 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.863 INFO kablam! | Jul 12 02:20:58.863 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.863 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.863 INFO kablam! ... Jul 12 02:20:58.863 INFO kablam! 129 | array_impl!(u8, 32); Jul 12 02:20:58.863 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.863 INFO kablam! | Jul 12 02:20:58.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.863 INFO kablam! | Jul 12 02:20:58.863 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.863 INFO kablam! | Jul 12 02:20:58.863 INFO kablam! Jul 12 02:20:58.866 INFO kablam! error: aborting due to 36 previous errors Jul 12 02:20:58.866 INFO kablam! Jul 12 02:20:58.866 INFO kablam! Some errors occurred: E0259, E0432, E0599. Jul 12 02:20:58.866 INFO kablam! For more information about an error, try `rustc --explain E0259`. Jul 12 02:20:58.877 INFO kablam! error: Could not compile `phf_shared`. Jul 12 02:20:58.877 INFO kablam! Jul 12 02:20:58.877 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:20:58.879 INFO kablam! su: No module specific data is present Jul 12 02:20:59.492 INFO running `"docker" "rm" "-f" "f0fc64f1d34ac404efe182393a2e455b03cd1e342ca6717259cae1c063ee1685"` Jul 12 02:20:59.672 INFO blam! f0fc64f1d34ac404efe182393a2e455b03cd1e342ca6717259cae1c063ee1685