Jul 12 02:20:56.796 INFO checking phf_mac-0.5.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 02:20:56.796 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:20:56.796 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:20:56.796 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-4/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-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.068 INFO blam! 3d1543a95027760253a309b3a8ae46aa6bd874105a5462006d13071f016a1bf3 Jul 12 02:20:57.071 INFO running `"docker" "start" "-a" "3d1543a95027760253a309b3a8ae46aa6bd874105a5462006d13071f016a1bf3"` Jul 12 02:20:58.327 INFO kablam! Checking phf_shared v0.5.0 Jul 12 02:20:58.475 INFO kablam! error[E0259]: the name `core` is defined multiple times Jul 12 02:20:58.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:3:1 Jul 12 02:20:58.475 INFO kablam! | Jul 12 02:20:58.475 INFO kablam! 3 | extern crate core; Jul 12 02:20:58.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `core` reimported here Jul 12 02:20:58.475 INFO kablam! | Jul 12 02:20:58.475 INFO kablam! = note: `core` must be defined only once in the type namespace of this module Jul 12 02:20:58.475 INFO kablam! help: You can use `as` to change the binding name of the import Jul 12 02:20:58.475 INFO kablam! | Jul 12 02:20:58.475 INFO kablam! 3 | extern crate core as other_core; Jul 12 02:20:58.475 INFO kablam! | Jul 12 02:20:58.475 INFO kablam! Jul 12 02:20:58.495 INFO kablam! error[E0432]: unresolved import `core::slice::AsSlice` Jul 12 02:20:58.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:5:5 Jul 12 02:20:58.495 INFO kablam! | Jul 12 02:20:58.495 INFO kablam! 5 | use core::slice::AsSlice; Jul 12 02:20:58.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `AsSlice` in `slice` Jul 12 02:20:58.496 INFO kablam! Jul 12 02:20:58.496 INFO kablam! error[E0432]: unresolved import `core::str::StrExt` Jul 12 02:20:58.496 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:6:5 Jul 12 02:20:58.496 INFO kablam! | Jul 12 02:20:58.496 INFO kablam! 6 | use core::str::StrExt; Jul 12 02:20:58.496 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `StrExt` in `str` Jul 12 02:20:58.496 INFO kablam! Jul 12 02:20:58.496 INFO kablam! error[E0432]: unresolved import `core::hash::Writer` Jul 12 02:20:58.496 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:7:18 Jul 12 02:20:58.496 INFO kablam! | Jul 12 02:20:58.496 INFO kablam! 7 | use core::hash::{Writer, Hasher, Hash, SipHasher}; Jul 12 02:20:58.496 INFO kablam! | ^^^^^^ no `Writer` in `hash` Jul 12 02:20:58.496 INFO kablam! Jul 12 02:20:58.701 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 1]` in the current scope Jul 12 02:20:58.701 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.701 INFO kablam! | Jul 12 02:20:58.701 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.702 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.702 INFO kablam! ... Jul 12 02:20:58.702 INFO kablam! 98 | array_impl!(u8, 1); Jul 12 02:20:58.702 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.702 INFO kablam! | Jul 12 02:20:58.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.702 INFO kablam! | Jul 12 02:20:58.702 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.702 INFO kablam! | Jul 12 02:20:58.708 INFO kablam! Jul 12 02:20:58.709 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 2]` in the current scope Jul 12 02:20:58.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.709 INFO kablam! | Jul 12 02:20:58.709 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.709 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.709 INFO kablam! ... Jul 12 02:20:58.709 INFO kablam! 99 | array_impl!(u8, 2); Jul 12 02:20:58.709 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.709 INFO kablam! | Jul 12 02:20:58.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.709 INFO kablam! | Jul 12 02:20:58.709 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.709 INFO kablam! | Jul 12 02:20:58.709 INFO kablam! Jul 12 02:20:58.709 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 3]` in the current scope Jul 12 02:20:58.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.709 INFO kablam! | Jul 12 02:20:58.709 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.709 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.709 INFO kablam! ... Jul 12 02:20:58.709 INFO kablam! 100 | array_impl!(u8, 3); Jul 12 02:20:58.709 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.709 INFO kablam! | Jul 12 02:20:58.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.709 INFO kablam! | Jul 12 02:20:58.709 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.710 INFO kablam! | Jul 12 02:20:58.710 INFO kablam! Jul 12 02:20:58.710 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 4]` in the current scope Jul 12 02:20:58.711 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.711 INFO kablam! | Jul 12 02:20:58.711 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.711 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.711 INFO kablam! ... Jul 12 02:20:58.711 INFO kablam! 101 | array_impl!(u8, 4); Jul 12 02:20:58.711 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.713 INFO kablam! | Jul 12 02:20:58.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.714 INFO kablam! | Jul 12 02:20:58.714 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.714 INFO kablam! | Jul 12 02:20:58.714 INFO kablam! Jul 12 02:20:58.718 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 5]` in the current scope Jul 12 02:20:58.718 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.718 INFO kablam! | Jul 12 02:20:58.718 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.718 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.718 INFO kablam! ... Jul 12 02:20:58.718 INFO kablam! 102 | array_impl!(u8, 5); Jul 12 02:20:58.718 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.718 INFO kablam! | Jul 12 02:20:58.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.718 INFO kablam! | Jul 12 02:20:58.718 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.718 INFO kablam! | Jul 12 02:20:58.718 INFO kablam! Jul 12 02:20:58.722 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 6]` in the current scope Jul 12 02:20:58.722 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.722 INFO kablam! | Jul 12 02:20:58.722 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.722 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.722 INFO kablam! ... Jul 12 02:20:58.722 INFO kablam! 103 | array_impl!(u8, 6); Jul 12 02:20:58.722 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.723 INFO kablam! | Jul 12 02:20:58.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.723 INFO kablam! | Jul 12 02:20:58.723 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.723 INFO kablam! | Jul 12 02:20:58.723 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.729 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.729 INFO kablam! ... Jul 12 02:20:58.729 INFO kablam! 104 | array_impl!(u8, 7); Jul 12 02:20:58.729 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.729 INFO kablam! | Jul 12 02:20:58.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.730 INFO kablam! | Jul 12 02:20:58.730 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.730 INFO kablam! | Jul 12 02:20:58.730 INFO kablam! Jul 12 02:20:58.734 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 8]` in the current scope Jul 12 02:20:58.734 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.734 INFO kablam! | Jul 12 02:20:58.734 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.734 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.734 INFO kablam! ... Jul 12 02:20:58.734 INFO kablam! 105 | array_impl!(u8, 8); Jul 12 02:20:58.734 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.734 INFO kablam! | Jul 12 02:20:58.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.735 INFO kablam! | Jul 12 02:20:58.735 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.735 INFO kablam! | Jul 12 02:20:58.735 INFO kablam! Jul 12 02:20:58.738 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 9]` in the current scope Jul 12 02:20:58.738 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.738 INFO kablam! | Jul 12 02:20:58.738 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.738 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.738 INFO kablam! ... Jul 12 02:20:58.738 INFO kablam! 106 | array_impl!(u8, 9); Jul 12 02:20:58.738 INFO kablam! | ------------------- in this macro invocation Jul 12 02:20:58.738 INFO kablam! | Jul 12 02:20:58.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.742 INFO kablam! | Jul 12 02:20:58.742 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.742 INFO kablam! | Jul 12 02:20:58.742 INFO kablam! Jul 12 02:20:58.742 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 10]` in the current scope Jul 12 02:20:58.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.742 INFO kablam! | Jul 12 02:20:58.742 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.742 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.742 INFO kablam! ... Jul 12 02:20:58.742 INFO kablam! 107 | array_impl!(u8, 10); Jul 12 02:20:58.743 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.744 INFO kablam! | Jul 12 02:20:58.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.744 INFO kablam! | Jul 12 02:20:58.744 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.744 INFO kablam! | Jul 12 02:20:58.744 INFO kablam! Jul 12 02:20:58.747 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 11]` in the current scope Jul 12 02:20:58.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.747 INFO kablam! | Jul 12 02:20:58.747 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.748 INFO kablam! | Jul 12 02:20:58.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.748 INFO kablam! | Jul 12 02:20:58.748 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.749 INFO kablam! | Jul 12 02:20:58.749 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.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.752 INFO kablam! | Jul 12 02:20:58.752 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.752 INFO kablam! | Jul 12 02:20:58.752 INFO kablam! Jul 12 02:20:58.756 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 13]` in the current scope Jul 12 02:20:58.756 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.756 INFO kablam! | Jul 12 02:20:58.756 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.756 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.756 INFO kablam! ... Jul 12 02:20:58.756 INFO kablam! 110 | array_impl!(u8, 13); Jul 12 02:20:58.756 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.756 INFO kablam! | Jul 12 02:20:58.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.756 INFO kablam! | Jul 12 02:20:58.756 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.756 INFO kablam! | Jul 12 02:20:58.756 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.774 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.774 INFO kablam! | Jul 12 02:20:58.774 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.774 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.774 INFO kablam! ... Jul 12 02:20:58.774 INFO kablam! 111 | array_impl!(u8, 14); Jul 12 02:20:58.774 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.776 INFO kablam! | Jul 12 02:20:58.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.776 INFO kablam! | Jul 12 02:20:58.776 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.776 INFO kablam! | Jul 12 02:20:58.776 INFO kablam! Jul 12 02:20:58.780 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 15]` in the current scope Jul 12 02:20:58.780 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.780 INFO kablam! | Jul 12 02:20:58.780 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.780 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.780 INFO kablam! ... Jul 12 02:20:58.780 INFO kablam! 112 | array_impl!(u8, 15); Jul 12 02:20:58.781 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.781 INFO kablam! | Jul 12 02:20:58.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.781 INFO kablam! | Jul 12 02:20:58.781 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.781 INFO kablam! | Jul 12 02:20:58.781 INFO kablam! Jul 12 02:20:58.784 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 16]` in the current scope Jul 12 02:20:58.785 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.785 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.786 INFO kablam! 113 | array_impl!(u8, 16); Jul 12 02:20:58.786 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.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.787 INFO kablam! | Jul 12 02:20:58.787 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.787 INFO kablam! | Jul 12 02:20:58.787 INFO kablam! Jul 12 02:20:58.787 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 17]` in the current scope Jul 12 02:20:58.787 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.787 INFO kablam! | Jul 12 02:20:58.787 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.787 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.788 INFO kablam! ... Jul 12 02:20:58.788 INFO kablam! 114 | array_impl!(u8, 17); Jul 12 02:20:58.788 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.788 INFO kablam! | Jul 12 02:20:58.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.788 INFO kablam! | Jul 12 02:20:58.788 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.788 INFO kablam! | Jul 12 02:20:58.788 INFO kablam! Jul 12 02:20:58.792 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 18]` in the current scope Jul 12 02:20:58.792 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.792 INFO kablam! | Jul 12 02:20:58.792 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.792 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.792 INFO kablam! ... Jul 12 02:20:58.792 INFO kablam! 115 | array_impl!(u8, 18); Jul 12 02:20:58.792 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.792 INFO kablam! | Jul 12 02:20:58.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.792 INFO kablam! | Jul 12 02:20:58.792 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.792 INFO kablam! | Jul 12 02:20:58.792 INFO kablam! Jul 12 02:20:58.796 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 19]` in the current scope Jul 12 02:20:58.796 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.796 INFO kablam! | Jul 12 02:20:58.796 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.796 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.797 INFO kablam! ... Jul 12 02:20:58.797 INFO kablam! 116 | array_impl!(u8, 19); Jul 12 02:20:58.797 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.797 INFO kablam! | Jul 12 02:20:58.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.797 INFO kablam! | Jul 12 02:20:58.797 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.797 INFO kablam! | Jul 12 02:20:58.797 INFO kablam! Jul 12 02:20:58.800 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 20]` 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! 117 | array_impl!(u8, 20); 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.801 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.803 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 21]` in the current scope Jul 12 02:20:58.803 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.804 INFO kablam! | Jul 12 02:20:58.804 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.804 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.804 INFO kablam! ... Jul 12 02:20:58.804 INFO kablam! 118 | array_impl!(u8, 21); Jul 12 02:20:58.804 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.804 INFO kablam! | Jul 12 02:20:58.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.804 INFO kablam! | Jul 12 02:20:58.804 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.804 INFO kablam! | Jul 12 02:20:58.804 INFO kablam! Jul 12 02:20:58.807 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 22]` in the current scope Jul 12 02:20:58.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.807 INFO kablam! | Jul 12 02:20:58.807 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.810 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.810 INFO kablam! ... Jul 12 02:20:58.810 INFO kablam! 119 | array_impl!(u8, 22); Jul 12 02:20:58.810 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.810 INFO kablam! | Jul 12 02:20:58.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.811 INFO kablam! | Jul 12 02:20:58.811 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.811 INFO kablam! | Jul 12 02:20:58.811 INFO kablam! Jul 12 02:20:58.811 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 23]` in the current scope Jul 12 02:20:58.811 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.811 INFO kablam! | Jul 12 02:20:58.811 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.811 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.811 INFO kablam! ... Jul 12 02:20:58.811 INFO kablam! 120 | array_impl!(u8, 23); Jul 12 02:20:58.811 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.811 INFO kablam! | Jul 12 02:20:58.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.812 INFO kablam! | Jul 12 02:20:58.813 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.813 INFO kablam! | Jul 12 02:20:58.813 INFO kablam! Jul 12 02:20:58.813 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 24]` in the current scope Jul 12 02:20:58.813 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.813 INFO kablam! | Jul 12 02:20:58.813 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.813 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.813 INFO kablam! ... Jul 12 02:20:58.813 INFO kablam! 121 | array_impl!(u8, 24); Jul 12 02:20:58.814 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.814 INFO kablam! | Jul 12 02:20:58.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.814 INFO kablam! | Jul 12 02:20:58.814 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.814 INFO kablam! | Jul 12 02:20:58.814 INFO kablam! Jul 12 02:20:58.816 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 25]` in the current scope Jul 12 02:20:58.816 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.816 INFO kablam! | Jul 12 02:20:58.816 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.816 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.816 INFO kablam! ... Jul 12 02:20:58.816 INFO kablam! 122 | array_impl!(u8, 25); Jul 12 02:20:58.816 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.816 INFO kablam! | Jul 12 02:20:58.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.817 INFO kablam! | Jul 12 02:20:58.817 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.817 INFO kablam! | Jul 12 02:20:58.817 INFO kablam! Jul 12 02:20:58.819 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 26]` in the current scope Jul 12 02:20:58.819 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.819 INFO kablam! | Jul 12 02:20:58.819 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.819 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.819 INFO kablam! ... Jul 12 02:20:58.820 INFO kablam! 123 | array_impl!(u8, 26); Jul 12 02:20:58.820 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.820 INFO kablam! | Jul 12 02:20:58.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.820 INFO kablam! | Jul 12 02:20:58.820 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.820 INFO kablam! | Jul 12 02:20:58.820 INFO kablam! Jul 12 02:20:58.821 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 27]` in the current scope Jul 12 02:20:58.822 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.822 INFO kablam! | Jul 12 02:20:58.822 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.822 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.822 INFO kablam! ... Jul 12 02:20:58.822 INFO kablam! 124 | array_impl!(u8, 27); Jul 12 02:20:58.822 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.822 INFO kablam! | Jul 12 02:20:58.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.822 INFO kablam! | Jul 12 02:20:58.822 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.822 INFO kablam! | Jul 12 02:20:58.822 INFO kablam! Jul 12 02:20:58.824 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 28]` 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! 125 | array_impl!(u8, 28); 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.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.825 INFO kablam! | Jul 12 02:20:58.825 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.825 INFO kablam! | Jul 12 02:20:58.825 INFO kablam! Jul 12 02:20:58.826 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 29]` 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.829 INFO kablam! | Jul 12 02:20:58.829 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.829 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.829 INFO kablam! ... Jul 12 02:20:58.829 INFO kablam! 126 | array_impl!(u8, 29); Jul 12 02:20:58.829 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.829 INFO kablam! | Jul 12 02:20:58.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.829 INFO kablam! | Jul 12 02:20:58.829 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.829 INFO kablam! | Jul 12 02:20:58.829 INFO kablam! Jul 12 02:20:58.829 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 30]` 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! 127 | array_impl!(u8, 30); Jul 12 02:20:58.830 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.830 INFO kablam! | Jul 12 02:20:58.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.830 INFO kablam! | Jul 12 02:20:58.830 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.830 INFO kablam! | Jul 12 02:20:58.830 INFO kablam! Jul 12 02:20:58.830 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 31]` in the current scope Jul 12 02:20:58.831 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.831 INFO kablam! | Jul 12 02:20:58.831 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.831 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.831 INFO kablam! ... Jul 12 02:20:58.831 INFO kablam! 128 | array_impl!(u8, 31); Jul 12 02:20:58.831 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.831 INFO kablam! | Jul 12 02:20:58.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.831 INFO kablam! | Jul 12 02:20:58.831 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.831 INFO kablam! | Jul 12 02:20:58.831 INFO kablam! Jul 12 02:20:58.832 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 32]` in the current scope Jul 12 02:20:58.833 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.5.0/src/lib.rs:91:35 Jul 12 02:20:58.833 INFO kablam! | Jul 12 02:20:58.833 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:20:58.833 INFO kablam! | ^^^^^^^^ Jul 12 02:20:58.833 INFO kablam! ... Jul 12 02:20:58.833 INFO kablam! 129 | array_impl!(u8, 32); Jul 12 02:20:58.833 INFO kablam! | -------------------- in this macro invocation Jul 12 02:20:58.833 INFO kablam! | Jul 12 02:20:58.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:20:58.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:20:58.833 INFO kablam! | Jul 12 02:20:58.833 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:20:58.833 INFO kablam! | Jul 12 02:20:58.833 INFO kablam! Jul 12 02:20:58.843 INFO kablam! error: aborting due to 36 previous errors Jul 12 02:20:58.843 INFO kablam! Jul 12 02:20:58.843 INFO kablam! Some errors occurred: E0259, E0432, E0599. Jul 12 02:20:58.843 INFO kablam! For more information about an error, try `rustc --explain E0259`. Jul 12 02:20:58.857 INFO kablam! error: Could not compile `phf_shared`. Jul 12 02:20:58.857 INFO kablam! Jul 12 02:20:58.857 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:20:58.859 INFO kablam! su: No module specific data is present Jul 12 02:20:59.639 INFO running `"docker" "rm" "-f" "3d1543a95027760253a309b3a8ae46aa6bd874105a5462006d13071f016a1bf3"` Jul 12 02:20:59.800 INFO blam! 3d1543a95027760253a309b3a8ae46aa6bd874105a5462006d13071f016a1bf3