Jul 12 02:20:58.557 INFO checking phf_mac-0.4.9 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 02:20:58.557 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:20:58.557 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:20:58.557 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/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:58.806 INFO blam! 5095bd77a761d4cc90d1f7b70c6ba6e18d1ae4123e8557e13afc571b4852c917 Jul 12 02:20:58.807 INFO running `"docker" "start" "-a" "5095bd77a761d4cc90d1f7b70c6ba6e18d1ae4123e8557e13afc571b4852c917"` Jul 12 02:21:00.002 INFO kablam! Checking phf_shared v0.4.9 Jul 12 02:21:00.143 INFO kablam! error[E0259]: the name `core` is defined multiple times Jul 12 02:21:00.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:3:1 Jul 12 02:21:00.143 INFO kablam! | Jul 12 02:21:00.143 INFO kablam! 3 | extern crate core; Jul 12 02:21:00.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `core` reimported here Jul 12 02:21:00.143 INFO kablam! | Jul 12 02:21:00.143 INFO kablam! = note: `core` must be defined only once in the type namespace of this module Jul 12 02:21:00.144 INFO kablam! help: You can use `as` to change the binding name of the import Jul 12 02:21:00.144 INFO kablam! | Jul 12 02:21:00.144 INFO kablam! 3 | extern crate core as other_core; Jul 12 02:21:00.144 INFO kablam! | Jul 12 02:21:00.144 INFO kablam! Jul 12 02:21:00.189 INFO kablam! error[E0432]: unresolved import `core::slice::AsSlice` Jul 12 02:21:00.189 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:5:5 Jul 12 02:21:00.189 INFO kablam! | Jul 12 02:21:00.190 INFO kablam! 5 | use core::slice::AsSlice; Jul 12 02:21:00.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `AsSlice` in `slice` Jul 12 02:21:00.190 INFO kablam! Jul 12 02:21:00.190 INFO kablam! error[E0432]: unresolved import `core::str::StrExt` Jul 12 02:21:00.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:6:5 Jul 12 02:21:00.190 INFO kablam! | Jul 12 02:21:00.190 INFO kablam! 6 | use core::str::StrExt; Jul 12 02:21:00.190 INFO kablam! | ^^^^^^^^^^^^^^^^^ no `StrExt` in `str` Jul 12 02:21:00.190 INFO kablam! Jul 12 02:21:00.190 INFO kablam! error[E0432]: unresolved import `core::hash::Writer` Jul 12 02:21:00.190 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:7:18 Jul 12 02:21:00.190 INFO kablam! | Jul 12 02:21:00.190 INFO kablam! 7 | use core::hash::{Writer, Hasher, Hash, SipHasher}; Jul 12 02:21:00.190 INFO kablam! | ^^^^^^ no `Writer` in `hash` Jul 12 02:21:00.190 INFO kablam! Jul 12 02:21:00.470 INFO kablam! error[E0599]: no method named `result` found for type `core::hash::SipHasher` in the current scope Jul 12 02:21:00.470 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:56:21 Jul 12 02:21:00.470 INFO kablam! | Jul 12 02:21:00.470 INFO kablam! 56 | split(state.result()) Jul 12 02:21:00.470 INFO kablam! | ^^^^^^ Jul 12 02:21:00.471 INFO kablam! Jul 12 02:21:00.511 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 1]` in the current scope Jul 12 02:21:00.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.511 INFO kablam! | Jul 12 02:21:00.511 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.511 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.511 INFO kablam! ... Jul 12 02:21:00.511 INFO kablam! 98 | array_impl!(u8, 1); Jul 12 02:21:00.511 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.512 INFO kablam! | Jul 12 02:21:00.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.512 INFO kablam! | Jul 12 02:21:00.512 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.512 INFO kablam! | Jul 12 02:21:00.512 INFO kablam! Jul 12 02:21:00.513 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 2]` in the current scope Jul 12 02:21:00.513 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.513 INFO kablam! | Jul 12 02:21:00.513 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.513 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.513 INFO kablam! ... Jul 12 02:21:00.513 INFO kablam! 99 | array_impl!(u8, 2); Jul 12 02:21:00.513 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.513 INFO kablam! | Jul 12 02:21:00.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.513 INFO kablam! | Jul 12 02:21:00.513 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.513 INFO kablam! | Jul 12 02:21:00.513 INFO kablam! Jul 12 02:21:00.515 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 3]` in the current scope Jul 12 02:21:00.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.515 INFO kablam! | Jul 12 02:21:00.515 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.515 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.515 INFO kablam! ... Jul 12 02:21:00.515 INFO kablam! 100 | array_impl!(u8, 3); Jul 12 02:21:00.515 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.515 INFO kablam! | Jul 12 02:21:00.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.516 INFO kablam! | Jul 12 02:21:00.516 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.516 INFO kablam! | Jul 12 02:21:00.516 INFO kablam! Jul 12 02:21:00.517 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 4]` in the current scope Jul 12 02:21:00.517 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.517 INFO kablam! | Jul 12 02:21:00.517 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.517 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.517 INFO kablam! ... Jul 12 02:21:00.517 INFO kablam! 101 | array_impl!(u8, 4); Jul 12 02:21:00.517 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.517 INFO kablam! | Jul 12 02:21:00.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.517 INFO kablam! | Jul 12 02:21:00.517 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.517 INFO kablam! | Jul 12 02:21:00.517 INFO kablam! Jul 12 02:21:00.518 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 5]` in the current scope Jul 12 02:21:00.518 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.518 INFO kablam! | Jul 12 02:21:00.519 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.519 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.519 INFO kablam! ... Jul 12 02:21:00.519 INFO kablam! 102 | array_impl!(u8, 5); Jul 12 02:21:00.519 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.519 INFO kablam! | Jul 12 02:21:00.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.520 INFO kablam! | Jul 12 02:21:00.520 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.520 INFO kablam! | Jul 12 02:21:00.520 INFO kablam! Jul 12 02:21:00.520 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 6]` in the current scope Jul 12 02:21:00.520 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.520 INFO kablam! | Jul 12 02:21:00.520 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.520 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.521 INFO kablam! ... Jul 12 02:21:00.521 INFO kablam! 103 | array_impl!(u8, 6); Jul 12 02:21:00.521 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.521 INFO kablam! | Jul 12 02:21:00.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.521 INFO kablam! | Jul 12 02:21:00.521 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.521 INFO kablam! | Jul 12 02:21:00.521 INFO kablam! Jul 12 02:21:00.522 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 7]` in the current scope Jul 12 02:21:00.522 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.522 INFO kablam! | Jul 12 02:21:00.522 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.522 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.522 INFO kablam! ... Jul 12 02:21:00.522 INFO kablam! 104 | array_impl!(u8, 7); Jul 12 02:21:00.522 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.522 INFO kablam! | Jul 12 02:21:00.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.523 INFO kablam! | Jul 12 02:21:00.523 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.523 INFO kablam! | Jul 12 02:21:00.523 INFO kablam! Jul 12 02:21:00.524 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 8]` in the current scope Jul 12 02:21:00.524 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.524 INFO kablam! | Jul 12 02:21:00.524 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.524 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.524 INFO kablam! ... Jul 12 02:21:00.524 INFO kablam! 105 | array_impl!(u8, 8); Jul 12 02:21:00.524 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.524 INFO kablam! | Jul 12 02:21:00.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.525 INFO kablam! | Jul 12 02:21:00.525 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.525 INFO kablam! | Jul 12 02:21:00.525 INFO kablam! Jul 12 02:21:00.526 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 9]` in the current scope Jul 12 02:21:00.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.526 INFO kablam! | Jul 12 02:21:00.526 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.526 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.526 INFO kablam! ... Jul 12 02:21:00.526 INFO kablam! 106 | array_impl!(u8, 9); Jul 12 02:21:00.526 INFO kablam! | ------------------- in this macro invocation Jul 12 02:21:00.526 INFO kablam! | Jul 12 02:21:00.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.527 INFO kablam! | Jul 12 02:21:00.527 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.527 INFO kablam! | Jul 12 02:21:00.527 INFO kablam! Jul 12 02:21:00.528 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 10]` in the current scope Jul 12 02:21:00.528 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.528 INFO kablam! | Jul 12 02:21:00.528 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.528 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.528 INFO kablam! ... Jul 12 02:21:00.528 INFO kablam! 107 | array_impl!(u8, 10); Jul 12 02:21:00.528 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.528 INFO kablam! | Jul 12 02:21:00.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.529 INFO kablam! | Jul 12 02:21:00.529 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.529 INFO kablam! | Jul 12 02:21:00.529 INFO kablam! Jul 12 02:21:00.530 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 11]` in the current scope Jul 12 02:21:00.530 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.530 INFO kablam! | Jul 12 02:21:00.530 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.530 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.530 INFO kablam! ... Jul 12 02:21:00.530 INFO kablam! 108 | array_impl!(u8, 11); Jul 12 02:21:00.530 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.530 INFO kablam! | Jul 12 02:21:00.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.530 INFO kablam! | Jul 12 02:21:00.530 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.530 INFO kablam! | Jul 12 02:21:00.530 INFO kablam! Jul 12 02:21:00.532 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 12]` in the current scope Jul 12 02:21:00.532 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.532 INFO kablam! | Jul 12 02:21:00.532 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.532 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.532 INFO kablam! ... Jul 12 02:21:00.532 INFO kablam! 109 | array_impl!(u8, 12); Jul 12 02:21:00.532 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.532 INFO kablam! | Jul 12 02:21:00.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.533 INFO kablam! | Jul 12 02:21:00.533 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.533 INFO kablam! | Jul 12 02:21:00.533 INFO kablam! Jul 12 02:21:00.534 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 13]` in the current scope Jul 12 02:21:00.534 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.534 INFO kablam! | Jul 12 02:21:00.534 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.534 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.534 INFO kablam! ... Jul 12 02:21:00.534 INFO kablam! 110 | array_impl!(u8, 13); Jul 12 02:21:00.534 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.534 INFO kablam! | Jul 12 02:21:00.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.534 INFO kablam! | Jul 12 02:21:00.534 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.534 INFO kablam! | Jul 12 02:21:00.534 INFO kablam! Jul 12 02:21:00.536 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 14]` in the current scope Jul 12 02:21:00.536 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.536 INFO kablam! | Jul 12 02:21:00.536 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.536 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.536 INFO kablam! ... Jul 12 02:21:00.536 INFO kablam! 111 | array_impl!(u8, 14); Jul 12 02:21:00.536 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.536 INFO kablam! | Jul 12 02:21:00.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.536 INFO kablam! | Jul 12 02:21:00.536 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.536 INFO kablam! | Jul 12 02:21:00.536 INFO kablam! Jul 12 02:21:00.538 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 15]` in the current scope Jul 12 02:21:00.538 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.538 INFO kablam! | Jul 12 02:21:00.538 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.538 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.538 INFO kablam! ... Jul 12 02:21:00.538 INFO kablam! 112 | array_impl!(u8, 15); Jul 12 02:21:00.538 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.538 INFO kablam! | Jul 12 02:21:00.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.539 INFO kablam! | Jul 12 02:21:00.539 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.539 INFO kablam! | Jul 12 02:21:00.539 INFO kablam! Jul 12 02:21:00.540 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 16]` in the current scope Jul 12 02:21:00.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.540 INFO kablam! | Jul 12 02:21:00.540 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.541 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.541 INFO kablam! ... Jul 12 02:21:00.541 INFO kablam! 113 | array_impl!(u8, 16); Jul 12 02:21:00.541 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.541 INFO kablam! | Jul 12 02:21:00.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.541 INFO kablam! | Jul 12 02:21:00.541 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.541 INFO kablam! | Jul 12 02:21:00.541 INFO kablam! Jul 12 02:21:00.543 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 17]` in the current scope Jul 12 02:21:00.543 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.543 INFO kablam! | Jul 12 02:21:00.543 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.543 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.543 INFO kablam! ... Jul 12 02:21:00.543 INFO kablam! 114 | array_impl!(u8, 17); Jul 12 02:21:00.543 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.543 INFO kablam! | Jul 12 02:21:00.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.544 INFO kablam! | Jul 12 02:21:00.544 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.544 INFO kablam! | Jul 12 02:21:00.544 INFO kablam! Jul 12 02:21:00.546 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 18]` in the current scope Jul 12 02:21:00.546 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.546 INFO kablam! | Jul 12 02:21:00.546 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.546 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.546 INFO kablam! ... Jul 12 02:21:00.546 INFO kablam! 115 | array_impl!(u8, 18); Jul 12 02:21:00.546 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.546 INFO kablam! | Jul 12 02:21:00.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.547 INFO kablam! | Jul 12 02:21:00.547 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.547 INFO kablam! | Jul 12 02:21:00.547 INFO kablam! Jul 12 02:21:00.549 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 19]` in the current scope Jul 12 02:21:00.549 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.549 INFO kablam! | Jul 12 02:21:00.549 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.549 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.549 INFO kablam! ... Jul 12 02:21:00.549 INFO kablam! 116 | array_impl!(u8, 19); Jul 12 02:21:00.549 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.549 INFO kablam! | Jul 12 02:21:00.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.549 INFO kablam! | Jul 12 02:21:00.549 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.549 INFO kablam! | Jul 12 02:21:00.549 INFO kablam! Jul 12 02:21:00.551 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 20]` in the current scope Jul 12 02:21:00.552 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.552 INFO kablam! | Jul 12 02:21:00.552 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.552 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.552 INFO kablam! ... Jul 12 02:21:00.552 INFO kablam! 117 | array_impl!(u8, 20); Jul 12 02:21:00.552 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.552 INFO kablam! | Jul 12 02:21:00.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.552 INFO kablam! | Jul 12 02:21:00.552 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.552 INFO kablam! | Jul 12 02:21:00.552 INFO kablam! Jul 12 02:21:00.554 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 21]` in the current scope Jul 12 02:21:00.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.555 INFO kablam! | Jul 12 02:21:00.555 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.555 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.555 INFO kablam! ... Jul 12 02:21:00.555 INFO kablam! 118 | array_impl!(u8, 21); Jul 12 02:21:00.555 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.555 INFO kablam! | Jul 12 02:21:00.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.555 INFO kablam! | Jul 12 02:21:00.555 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.555 INFO kablam! | Jul 12 02:21:00.555 INFO kablam! Jul 12 02:21:00.557 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 22]` in the current scope Jul 12 02:21:00.557 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.557 INFO kablam! | Jul 12 02:21:00.557 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.557 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.557 INFO kablam! ... Jul 12 02:21:00.557 INFO kablam! 119 | array_impl!(u8, 22); Jul 12 02:21:00.557 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.557 INFO kablam! | Jul 12 02:21:00.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.557 INFO kablam! | Jul 12 02:21:00.557 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.557 INFO kablam! | Jul 12 02:21:00.557 INFO kablam! Jul 12 02:21:00.559 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 23]` in the current scope Jul 12 02:21:00.559 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.559 INFO kablam! | Jul 12 02:21:00.559 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.559 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.559 INFO kablam! ... Jul 12 02:21:00.559 INFO kablam! 120 | array_impl!(u8, 23); Jul 12 02:21:00.559 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.559 INFO kablam! | Jul 12 02:21:00.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.559 INFO kablam! | Jul 12 02:21:00.559 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.559 INFO kablam! | Jul 12 02:21:00.559 INFO kablam! Jul 12 02:21:00.561 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 24]` in the current scope Jul 12 02:21:00.561 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.561 INFO kablam! | Jul 12 02:21:00.561 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.561 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.561 INFO kablam! ... Jul 12 02:21:00.561 INFO kablam! 121 | array_impl!(u8, 24); Jul 12 02:21:00.561 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.561 INFO kablam! | Jul 12 02:21:00.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.561 INFO kablam! | Jul 12 02:21:00.561 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.561 INFO kablam! | Jul 12 02:21:00.561 INFO kablam! Jul 12 02:21:00.563 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 25]` in the current scope Jul 12 02:21:00.563 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.563 INFO kablam! | Jul 12 02:21:00.563 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.563 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.563 INFO kablam! ... Jul 12 02:21:00.563 INFO kablam! 122 | array_impl!(u8, 25); Jul 12 02:21:00.563 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.563 INFO kablam! | Jul 12 02:21:00.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.564 INFO kablam! | Jul 12 02:21:00.564 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.564 INFO kablam! | Jul 12 02:21:00.564 INFO kablam! Jul 12 02:21:00.565 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 26]` in the current scope Jul 12 02:21:00.565 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.565 INFO kablam! | Jul 12 02:21:00.565 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.565 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.565 INFO kablam! ... Jul 12 02:21:00.565 INFO kablam! 123 | array_impl!(u8, 26); Jul 12 02:21:00.565 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.565 INFO kablam! | Jul 12 02:21:00.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.565 INFO kablam! | Jul 12 02:21:00.565 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.566 INFO kablam! | Jul 12 02:21:00.566 INFO kablam! Jul 12 02:21:00.567 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 27]` in the current scope Jul 12 02:21:00.567 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.567 INFO kablam! | Jul 12 02:21:00.567 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.567 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.567 INFO kablam! ... Jul 12 02:21:00.567 INFO kablam! 124 | array_impl!(u8, 27); Jul 12 02:21:00.567 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.568 INFO kablam! | Jul 12 02:21:00.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.568 INFO kablam! | Jul 12 02:21:00.568 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.568 INFO kablam! | Jul 12 02:21:00.568 INFO kablam! Jul 12 02:21:00.569 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 28]` in the current scope Jul 12 02:21:00.569 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.569 INFO kablam! | Jul 12 02:21:00.569 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.569 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.569 INFO kablam! ... Jul 12 02:21:00.569 INFO kablam! 125 | array_impl!(u8, 28); Jul 12 02:21:00.569 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.569 INFO kablam! | Jul 12 02:21:00.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.570 INFO kablam! | Jul 12 02:21:00.570 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.570 INFO kablam! | Jul 12 02:21:00.570 INFO kablam! Jul 12 02:21:00.571 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 29]` in the current scope Jul 12 02:21:00.571 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.571 INFO kablam! | Jul 12 02:21:00.571 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.571 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.571 INFO kablam! ... Jul 12 02:21:00.571 INFO kablam! 126 | array_impl!(u8, 29); Jul 12 02:21:00.571 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.571 INFO kablam! | Jul 12 02:21:00.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.572 INFO kablam! | Jul 12 02:21:00.572 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.572 INFO kablam! | Jul 12 02:21:00.572 INFO kablam! Jul 12 02:21:00.573 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 30]` in the current scope Jul 12 02:21:00.573 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.573 INFO kablam! | Jul 12 02:21:00.573 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.573 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.573 INFO kablam! ... Jul 12 02:21:00.573 INFO kablam! 127 | array_impl!(u8, 30); Jul 12 02:21:00.573 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.573 INFO kablam! | Jul 12 02:21:00.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.573 INFO kablam! | Jul 12 02:21:00.574 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.574 INFO kablam! | Jul 12 02:21:00.574 INFO kablam! Jul 12 02:21:00.575 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 31]` in the current scope Jul 12 02:21:00.575 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.575 INFO kablam! | Jul 12 02:21:00.575 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.575 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.575 INFO kablam! ... Jul 12 02:21:00.575 INFO kablam! 128 | array_impl!(u8, 31); Jul 12 02:21:00.575 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.575 INFO kablam! | Jul 12 02:21:00.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.575 INFO kablam! | Jul 12 02:21:00.575 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.575 INFO kablam! | Jul 12 02:21:00.576 INFO kablam! Jul 12 02:21:00.577 INFO kablam! error[E0599]: no method named `as_slice` found for type `&[u8; 32]` in the current scope Jul 12 02:21:00.577 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 Jul 12 02:21:00.577 INFO kablam! | Jul 12 02:21:00.577 INFO kablam! 91 | hasher.write(self.as_slice()); Jul 12 02:21:00.577 INFO kablam! | ^^^^^^^^ Jul 12 02:21:00.577 INFO kablam! ... Jul 12 02:21:00.577 INFO kablam! 129 | array_impl!(u8, 32); Jul 12 02:21:00.577 INFO kablam! | -------------------- in this macro invocation Jul 12 02:21:00.577 INFO kablam! | Jul 12 02:21:00.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 02:21:00.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 02:21:00.577 INFO kablam! | Jul 12 02:21:00.577 INFO kablam! 5 | use core::array::FixedSizeArray; Jul 12 02:21:00.577 INFO kablam! | Jul 12 02:21:00.578 INFO kablam! Jul 12 02:21:00.579 INFO kablam! error: aborting due to 37 previous errors Jul 12 02:21:00.579 INFO kablam! Jul 12 02:21:00.579 INFO kablam! Some errors occurred: E0259, E0432, E0599. Jul 12 02:21:00.579 INFO kablam! For more information about an error, try `rustc --explain E0259`. Jul 12 02:21:00.588 INFO kablam! error: Could not compile `phf_shared`. Jul 12 02:21:00.588 INFO kablam! Jul 12 02:21:00.588 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:21:00.590 INFO kablam! su: No module specific data is present Jul 12 02:21:01.124 INFO running `"docker" "rm" "-f" "5095bd77a761d4cc90d1f7b70c6ba6e18d1ae4123e8557e13afc571b4852c917"` Jul 12 02:21:01.313 INFO blam! 5095bd77a761d4cc90d1f7b70c6ba6e18d1ae4123e8557e13afc571b4852c917