[INFO] updating cached repository https://github.com/aaronabramov/rust_pg [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 005f20c7810988dc4b5745c2495c5d5d08e2175e [INFO] checking aaronabramov/rust_pg against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faaronabramov%2Frust_pg" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aaronabramov/rust_pg on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/aaronabramov/rust_pg [INFO] finished tweaking git repo https://github.com/aaronabramov/rust_pg [INFO] tweaked toml for git repo https://github.com/aaronabramov/rust_pg written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/aaronabramov/rust_pg already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-14/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 99d42f06972fc9e7d671628cb8d694b9c9a22c0a3515b1e942612a1e3266f5b2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "99d42f06972fc9e7d671628cb8d694b9c9a22c0a3515b1e942612a1e3266f5b2"` [INFO] [stderr] Compiling pkg-config v0.1.7 [INFO] [stderr] Checking phf_shared v0.4.9 [INFO] [stderr] Checking rustc-serialize v0.1.5 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] error[E0259]: the name `core` is defined multiple times [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `core` reimported here [INFO] [stderr] | [INFO] [stderr] = note: `core` must be defined only once in the type namespace of this module [INFO] [stderr] help: you can use `as` to change the binding name of the import [INFO] [stderr] | [INFO] [stderr] 3 | extern crate core as other_core; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::slice::AsSlice` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use core::slice::AsSlice; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `AsSlice` in `slice` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::str::StrExt` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use core::str::StrExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `StrExt` in `str` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::hash::Writer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:7:18 [INFO] [stderr] | [INFO] [stderr] 7 | use core::hash::{Writer, Hasher, Hash, SipHasher}; [INFO] [stderr] | ^^^^^^ no `Writer` in `hash` [INFO] [stderr] [INFO] [stderr] error: expected one of `:`, `=`, `where`, or `{`, found keyword `for` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/serialize.rs:175:38 [INFO] [stderr] | [INFO] [stderr] 175 | pub trait Encodable, E> for Sized? { [INFO] [stderr] | ^^^ expected one of `:`, `=`, `where`, or `{` [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/collection_impls.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | for i in range(0u, len) { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/collection_impls.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | for i in range(0u, len) { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/collection_impls.rs:103:28 [INFO] [stderr] | [INFO] [stderr] 103 | for i in range(0u, len) { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/collection_impls.rs:138:28 [INFO] [stderr] | [INFO] [stderr] 138 | for i in range(0u, len) { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/collection_impls.rs:210:28 [INFO] [stderr] | [INFO] [stderr] 210 | for i in range(0u, len) { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/collection_impls.rs:249:28 [INFO] [stderr] | [INFO] [stderr] 249 | for i in range(0u, len) { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/collection_impls.rs:281:28 [INFO] [stderr] | [INFO] [stderr] 281 | for i in range(0u, len) { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected one of `:`, `<`, `=`, `where`, or `{`, found keyword `for` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/base64.rs:73:20 [INFO] [stderr] | [INFO] [stderr] 73 | pub trait ToBase64 for Sized? { [INFO] [stderr] | ^^^ expected one of `:`, `<`, `=`, `where`, or `{` [INFO] [stderr] [INFO] [stderr] error: expected one of `:`, `<`, `=`, `where`, or `{`, found keyword `for` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/hex.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | pub trait ToHex for Sized? { [INFO] [stderr] | ^^^ expected one of `:`, `<`, `=`, `where`, or `{` [INFO] [stderr] [INFO] [stderr] error: expected expression, found keyword `mut` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:396:30 [INFO] [stderr] | [INFO] [stderr] 396 | escape_bytes(writer, buf[mut ..len]) [INFO] [stderr] | ^^^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:401:20 [INFO] [stderr] | [INFO] [stderr] 401 | static BUF: [u8, ..LEN] = [b' ', ..LEN]; [INFO] [stderr] | ^ expected one of 7 possible tokens [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:420:57 [INFO] [stderr] | [INFO] [stderr] 420 | _ if v.fract() != 0f64 => f64::to_str_digits(v, 6u), [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:421:36 [INFO] [stderr] | [INFO] [stderr] 421 | _ => f64::to_str_digits(v, 6u) + ".0", [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected expression, found `]` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:631:38 [INFO] [stderr] | [INFO] [stderr] 631 | let out = str::from_utf8(buf[]).unwrap(); [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found `]` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:900:38 [INFO] [stderr] | [INFO] [stderr] 900 | let out = str::from_utf8(buf[]).unwrap(); [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found `]` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:1035:43 [INFO] [stderr] | [INFO] [stderr] 1035 | Json::String(ref s) => Some(s[]), [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:1381:26 [INFO] [stderr] | [INFO] [stderr] 1381 | self.line += 1u; [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:1382:24 [INFO] [stderr] | [INFO] [stderr] 1382 | self.col = 1u; [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:1384:25 [INFO] [stderr] | [INFO] [stderr] 1384 | self.col += 1u; [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:1521:23 [INFO] [stderr] | [INFO] [stderr] 1521 | let mut exp = 0u; [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:1559:21 [INFO] [stderr] | [INFO] [stderr] 1559 | let mut i = 0u; [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:1574:18 [INFO] [stderr] | [INFO] [stderr] 1574 | i += 1u; [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected expression, found `]` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:70:60 [INFO] [stderr] | [INFO] [stderr] 70 | if options.statik && !is_system_lib(val, &dirs[]) { [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found `]` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:2142:62 [INFO] [stderr] | [INFO] [stderr] 2142 | let idx = match names.iter().position(|n| *n == name[]) { [INFO] [stderr] | ----- while parsing this match expression ^ expected expression [INFO] [stderr] [INFO] [stderr] error[E0259]: the name `core` is defined multiple times [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ `core` reimported here [INFO] [stderr] | [INFO] [stderr] = note: `core` must be defined only once in the type namespace of this module [INFO] [stderr] help: you can use `as` to change the binding name of the import [INFO] [stderr] | [INFO] [stderr] 3 | extern crate core as other_core; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: expected one of `:`, `<`, `=`, `where`, or `{`, found keyword `for` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/json.rs:2301:18 [INFO] [stderr] | [INFO] [stderr] 2301 | pub trait ToJson for Sized? { [INFO] [stderr] | ^^^ expected one of `:`, `<`, `=`, `where`, or `{` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::slice::AsSlice` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use core::slice::AsSlice; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `AsSlice` in `slice` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::str::StrExt` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use core::str::StrExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `StrExt` in `str` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::hash::Writer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:7:18 [INFO] [stderr] | [INFO] [stderr] 7 | use core::hash::{Writer, Hasher, Hash, SipHasher}; [INFO] [stderr] | ^^^^^^ no `Writer` in `hash` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `result` found for struct `core::hash::SipHasher` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:56:21 [INFO] [stderr] | [INFO] [stderr] 56 | split(state.result()) [INFO] [stderr] | ^^^^^^ method not found in `core::hash::SipHasher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 1]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 1]` [INFO] [stderr] ... [INFO] [stderr] 98 | array_impl!(u8, 1); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `unicode` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.1.5/src/lib.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | extern crate unicode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 2]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 2]` [INFO] [stderr] ... [INFO] [stderr] 99 | array_impl!(u8, 2); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 3]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 3]` [INFO] [stderr] ... [INFO] [stderr] 100 | array_impl!(u8, 3); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 4]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 4]` [INFO] [stderr] ... [INFO] [stderr] 101 | array_impl!(u8, 4); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 5]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 5]` [INFO] [stderr] ... [INFO] [stderr] 102 | array_impl!(u8, 5); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 6]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 6]` [INFO] [stderr] ... [INFO] [stderr] 103 | array_impl!(u8, 6); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `old_io` in `std` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | use std::old_io::fs::PathExtensions; [INFO] [stderr] | ^^^^^^ could not find `old_io` in `std` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::old_io` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | use std::old_io::Command; [INFO] [stderr] | ^^^^^^ could not find `old_io` in `std` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 7]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 7]` [INFO] [stderr] ... [INFO] [stderr] 104 | array_impl!(u8, 7); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 8]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 8]` [INFO] [stderr] ... [INFO] [stderr] 105 | array_impl!(u8, 8); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 9]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 9]` [INFO] [stderr] ... [INFO] [stderr] 106 | array_impl!(u8, 9); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 10]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 10]` [INFO] [stderr] ... [INFO] [stderr] 107 | array_impl!(u8, 10); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 11]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 11]` [INFO] [stderr] ... [INFO] [stderr] 108 | array_impl!(u8, 11); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 12]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 12]` [INFO] [stderr] ... [INFO] [stderr] 109 | array_impl!(u8, 12); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 13]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 13]` [INFO] [stderr] ... [INFO] [stderr] 110 | array_impl!(u8, 13); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 14]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 14]` [INFO] [stderr] ... [INFO] [stderr] 111 | array_impl!(u8, 14); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:65:23 [INFO] [stderr] | [INFO] [stderr] 65 | dirs.push(Path::new(val)); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 15]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 15]` [INFO] [stderr] ... [INFO] [stderr] 112 | array_impl!(u8, 15); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:103:16 [INFO] [stderr] | [INFO] [stderr] 103 | let root = Path::new("/usr"); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | os::getenv("HOST") == os::getenv("TARGET") || [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:9:31 [INFO] [stderr] | [INFO] [stderr] 9 | os::getenv("HOST") == os::getenv("TARGET") || [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | os::getenv("PKG_CONFIG_ALLOW_CROSS") == Some("1".to_string()) [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:23:12 [INFO] [stderr] | [INFO] [stderr] 23 | if os::getenv(format!("{}_NO_PKG_CONFIG", envify(name)).as_slice()).is_some() { [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:82:25 [INFO] [stderr] | [INFO] [stderr] 82 | let statik = if os::getenv(format!("{}_STATIC", name).as_slice()).is_some() { [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:84:19 [INFO] [stderr] | [INFO] [stderr] 84 | } else if os::getenv(format!("{}_DYNAMIC", name).as_slice()).is_some() { [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:86:19 [INFO] [stderr] | [INFO] [stderr] 86 | } else if os::getenv("PKG_CONFIG_ALL_STATIC").is_some() { [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv` in module `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:88:19 [INFO] [stderr] | [INFO] [stderr] 88 | } else if os::getenv("PKG_CONFIG_ALL_DYNAMIC").is_some() { [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:101:38 [INFO] [stderr] | [INFO] [stderr] 101 | fn is_system_lib(name: &str, dirs: &[Path]) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 16]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 16]` [INFO] [stderr] ... [INFO] [stderr] 113 | array_impl!(u8, 16); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 17]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 17]` [INFO] [stderr] ... [INFO] [stderr] 114 | array_impl!(u8, 17); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 18]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 18]` [INFO] [stderr] ... [INFO] [stderr] 115 | array_impl!(u8, 18); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 19]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 19]` [INFO] [stderr] ... [INFO] [stderr] 116 | array_impl!(u8, 19); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 20]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 20]` [INFO] [stderr] ... [INFO] [stderr] 117 | array_impl!(u8, 20); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 21]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 21]` [INFO] [stderr] ... [INFO] [stderr] 118 | array_impl!(u8, 21); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 22]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 22]` [INFO] [stderr] ... [INFO] [stderr] 119 | array_impl!(u8, 22); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 23]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 23]` [INFO] [stderr] ... [INFO] [stderr] 120 | array_impl!(u8, 23); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `result` found for struct `core::hash::SipHasher` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:56:21 [INFO] [stderr] | [INFO] [stderr] 56 | split(state.result()) [INFO] [stderr] | ^^^^^^ method not found in `core::hash::SipHasher` [INFO] [stderr] [INFO] [stderr] error: aborting due to 26 previous errors [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 1]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 1]` [INFO] [stderr] ... [INFO] [stderr] 98 | array_impl!(u8, 1); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 2]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 2]` [INFO] [stderr] ... [INFO] [stderr] 99 | array_impl!(u8, 2); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 3]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 3]` [INFO] [stderr] ... [INFO] [stderr] 100 | array_impl!(u8, 3); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 4]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 4]` [INFO] [stderr] ... [INFO] [stderr] 101 | array_impl!(u8, 4); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 5]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 5]` [INFO] [stderr] ... [INFO] [stderr] 102 | array_impl!(u8, 5); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 6]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 6]` [INFO] [stderr] ... [INFO] [stderr] 103 | array_impl!(u8, 6); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 7]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 7]` [INFO] [stderr] ... [INFO] [stderr] 104 | array_impl!(u8, 7); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 8]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 8]` [INFO] [stderr] ... [INFO] [stderr] 105 | array_impl!(u8, 8); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 9]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 9]` [INFO] [stderr] ... [INFO] [stderr] 106 | array_impl!(u8, 9); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 10]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 10]` [INFO] [stderr] ... [INFO] [stderr] 107 | array_impl!(u8, 10); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 11]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 11]` [INFO] [stderr] ... [INFO] [stderr] 108 | array_impl!(u8, 11); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 12]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 12]` [INFO] [stderr] ... [INFO] [stderr] 109 | array_impl!(u8, 12); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 13]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 13]` [INFO] [stderr] ... [INFO] [stderr] 110 | array_impl!(u8, 13); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 14]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 14]` [INFO] [stderr] ... [INFO] [stderr] 111 | array_impl!(u8, 14); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 15]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 15]` [INFO] [stderr] ... [INFO] [stderr] 112 | array_impl!(u8, 15); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 16]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 16]` [INFO] [stderr] ... [INFO] [stderr] 113 | array_impl!(u8, 16); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 17]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 17]` [INFO] [stderr] ... [INFO] [stderr] 114 | array_impl!(u8, 17); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 18]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 18]` [INFO] [stderr] ... [INFO] [stderr] 115 | array_impl!(u8, 18); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 19]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 19]` [INFO] [stderr] ... [INFO] [stderr] 116 | array_impl!(u8, 19); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 20]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 20]` [INFO] [stderr] ... [INFO] [stderr] 117 | array_impl!(u8, 20); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 21]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 21]` [INFO] [stderr] ... [INFO] [stderr] 118 | array_impl!(u8, 21); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 22]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 22]` [INFO] [stderr] ... [INFO] [stderr] 119 | array_impl!(u8, 22); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 23]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 23]` [INFO] [stderr] ... [INFO] [stderr] 120 | array_impl!(u8, 23); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 24]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 24]` [INFO] [stderr] ... [INFO] [stderr] 121 | array_impl!(u8, 24); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 25]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 25]` [INFO] [stderr] ... [INFO] [stderr] 122 | array_impl!(u8, 25); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 26]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 26]` [INFO] [stderr] ... [INFO] [stderr] 123 | array_impl!(u8, 26); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 27]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 27]` [INFO] [stderr] ... [INFO] [stderr] 124 | array_impl!(u8, 27); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 28]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 28]` [INFO] [stderr] ... [INFO] [stderr] 125 | array_impl!(u8, 28); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 29]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 29]` [INFO] [stderr] ... [INFO] [stderr] 126 | array_impl!(u8, 29); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 30]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 30]` [INFO] [stderr] ... [INFO] [stderr] 127 | array_impl!(u8, 30); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 31]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 31]` [INFO] [stderr] ... [INFO] [stderr] 128 | array_impl!(u8, 31); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 32]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 32]` [INFO] [stderr] ... [INFO] [stderr] 129 | array_impl!(u8, 32); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 37 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0259, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0259`. [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `rustc-serialize`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `phf_shared`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 24]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 24]` [INFO] [stderr] ... [INFO] [stderr] 121 | array_impl!(u8, 24); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 25]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 25]` [INFO] [stderr] ... [INFO] [stderr] 122 | array_impl!(u8, 25); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 26]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 26]` [INFO] [stderr] ... [INFO] [stderr] 123 | array_impl!(u8, 26); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 27]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 27]` [INFO] [stderr] ... [INFO] [stderr] 124 | array_impl!(u8, 27); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 28]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 28]` [INFO] [stderr] ... [INFO] [stderr] 125 | array_impl!(u8, 28); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 29]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 29]` [INFO] [stderr] ... [INFO] [stderr] 126 | array_impl!(u8, 29); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 30]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 30]` [INFO] [stderr] ... [INFO] [stderr] 127 | array_impl!(u8, 30); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 31]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 31]` [INFO] [stderr] ... [INFO] [stderr] 128 | array_impl!(u8, 31); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for reference `&[u8; 32]` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.4.9/src/lib.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | hasher.write(self.as_slice()); [INFO] [stderr] | ^^^^^^^^ method not found in `&[u8; 32]` [INFO] [stderr] ... [INFO] [stderr] 129 | array_impl!(u8, 32); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use core::array::FixedSizeArray; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 37 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0259, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0259`. [INFO] [stderr] error: could not compile `phf_shared`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:23:61 [INFO] [stderr] | [INFO] [stderr] 23 | if os::getenv(format!("{}_NO_PKG_CONFIG", envify(name)).as_slice()).is_some() { [INFO] [stderr] | ^^^^^^^^ method not found in `std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:82:59 [INFO] [stderr] | [INFO] [stderr] 82 | let statik = if os::getenv(format!("{}_STATIC", name).as_slice()).is_some() { [INFO] [stderr] | ^^^^^^^^ method not found in `std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for struct `std::string::String` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:84:54 [INFO] [stderr] | [INFO] [stderr] 84 | } else if os::getenv(format!("{}_DYNAMIC", name).as_slice()).is_some() { [INFO] [stderr] | ^^^^^^^^ method not found in `std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::char::ToUppercase` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:57 [INFO] [stderr] | [INFO] [stderr] 97 | name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c}) [INFO] [stderr] | - ^^ --- char [INFO] [stderr] | | [INFO] [stderr] | std::char::ToUppercase [INFO] [stderr] [INFO] [stderr] error[E0308]: `if` and `else` have incompatible types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:76 [INFO] [stderr] | [INFO] [stderr] 97 | name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c}) [INFO] [stderr] | --- ^ expected `char`, found struct `std::char::ToUppercase` [INFO] [stderr] | | [INFO] [stderr] | expected because of this [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0369, E0412, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `pkg-config`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "99d42f06972fc9e7d671628cb8d694b9c9a22c0a3515b1e942612a1e3266f5b2"` [INFO] running `"docker" "rm" "-f" "99d42f06972fc9e7d671628cb8d694b9c9a22c0a3515b1e942612a1e3266f5b2"` [INFO] [stdout] 99d42f06972fc9e7d671628cb8d694b9c9a22c0a3515b1e942612a1e3266f5b2