postgres 0.1.3

A native PostgreSQL driver
Build #6824 2016-08-04 14:15:17

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading postgres v0.1.3
Compiling winapi-build v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs --crate-name build --crate-type lib -g -C metadata=493a7b0628804707 -C extra-filename=-493a7b0628804707 --out-dir /home/cratesfyi/postgres-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps --cap-lints allow`
Compiling libc v0.2.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.14/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/postgres-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps --cap-lints allow`
Compiling pkg-config v0.1.7
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs --crate-name pkg_config --crate-type lib -g -C metadata=bfe439f4ecb833c7 -C extra-filename=-bfe439f4ecb833c7 --out-dir /home/cratesfyi/postgres-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps --cap-lints allow`
Compiling xxhash v0.0.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs --crate-name xxhash --crate-type lib -g -C metadata=d51f7a6847cda4ec -C extra-filename=-d51f7a6847cda4ec --out-dir /home/cratesfyi/postgres-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps --cap-lints allow`
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/postgres-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps --cap-lints allow`
Compiling winapi v0.2.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs --crate-name winapi --crate-type lib -g -C metadata=0889532d327ff4e2 -C extra-filename=-0889532d327ff4e2 --out-dir /home/cratesfyi/postgres-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:70:60: 70:61 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:70             if options.statik && !is_system_lib(val, &dirs[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:70:60: 70:61 error: expected `{`, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:70             if options.statik && !is_system_lib(val, &dirs[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:70:60: 70:61 help: place this code inside a block 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:215:17: 215:24 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:215     let test = |&: size: usize, seed: u32, expected: u32| {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:215:17: 215:24 note: rely on inference instead 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:240:18: 240:21 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:240     bench.iter( |&:| f(v.as_slice()) );
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:246:16: 246:20 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:246     test_base(|&: v, seed|{
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:287:17: 287:24 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:287     let test = |&: size: usize, seed: u64, expected: u64| {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:287:17: 287:24 note: rely on inference instead 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:338:20: 338:24 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:338     bench_base(b, |&: v| oneshot(v, 0))
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:3:5: 3:25 error: unresolved import `std::old_io::Command`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:3 use std::old_io::Command;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:3:5: 3:25 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:4:5: 4:36 error: unresolved import `std::old_io::fs::PathExtensions`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:4 use std::old_io::fs::PathExtensions;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:4:5: 4:36 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:9:5: 9:15 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:9     os::getenv("HOST") == os::getenv("TARGET") ||
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:9:5: 9:15 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:9:27: 9:37 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:9     os::getenv("HOST") == os::getenv("TARGET") ||
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:9:27: 9:37 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:10:9: 10:19 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:10         os::getenv("PKG_CONFIG_ALLOW_CROSS") == Some("1".to_string())
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:10:9: 10:19 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:23:8: 23:18 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:23     if os::getenv(format!("{}_NO_PKG_CONFIG", envify(name)).as_slice()).is_some() {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:23:8: 23:18 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:65:23: 65:32 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:65             dirs.push(Path::new(val));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:65:23: 65:32 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:82:21: 82:31 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:82     let statik = if os::getenv(format!("{}_STATIC", name).as_slice()).is_some() {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:82:21: 82:31 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:84:15: 84:25 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:84     } else if os::getenv(format!("{}_DYNAMIC", name).as_slice()).is_some() {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:84:15: 84:25 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:86:15: 86:25 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:86     } else if os::getenv("PKG_CONFIG_ALL_STATIC").is_some() {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:86:15: 86:25 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:88:15: 88:25 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:88     } else if os::getenv("PKG_CONFIG_ALL_DYNAMIC").is_some() {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:88:15: 88:25 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:101:38: 101:42 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:101 fn is_system_lib(name: &str, dirs: &[Path]) -> bool {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:101:38: 101:42 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:101:38: 101:42 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:103:16: 103:25 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:103     let root = Path::new("/usr");
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:103:16: 103:25 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:34:5: 34:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:34 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:34:5: 34:18 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:35:16: 35:20 error: unresolved import `std::raw::Repr`. There is no `Repr` in `std::raw` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:35 use std::raw::{Repr};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:35:16: 35:20 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:36:16: 36:27 error: unresolved import `std::ptr::copy_memory`. There is no `copy_memory` in `std::ptr` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:36 use std::ptr::{copy_memory};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:36:16: 36:27 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:37:31: 37:37 error: unresolved import `std::hash::Writer`. There is no `Writer` in `std::hash` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:37 use std::hash::{Hash, Hasher, Writer};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:37:31: 37:37 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:2:5: 2:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:2 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:2:5: 2:18 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:3:16: 3:20 error: unresolved import `std::raw::Repr`. There is no `Repr` in `std::raw` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:3 use std::raw::{Repr};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:3:16: 3:20 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:4:16: 4:27 error: unresolved import `std::ptr::copy_memory`. There is no `copy_memory` in `std::ptr` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:4 use std::ptr::{copy_memory};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:4:16: 4:27 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:5:31: 5:37 error: unresolved import `std::hash::Writer`. There is no `Writer` in `std::hash` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:5 use std::hash::{Hash, Hasher, Writer};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:5:31: 5:37 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:53:6: 53:12 error: `Writer` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:53 impl Writer for XXHasher {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:53:6: 53:12 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:63:59: 63:62 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:63             let dst: *mut u8 = mem.offset(self.memsize as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:63:59: 63:62 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:63:59: 63:62 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:72:59: 72:62 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:72             let dst: *mut u8 = mem.offset(self.memsize as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:72:59: 72:62 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:72:59: 72:62 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:96:40: 96:43 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:96             data = data.offset(bump as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:96:40: 96:43 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:96:40: 96:43 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:131:5: 131:23 error: type `Output` is not a member of trait `Hasher` [E0437]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:131     type Output = u32;
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:131:5: 131:23 help: run `rustc --explain E0437` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:133:5: 140:6 error: method `reset` is not a member of trait `Hasher` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:133     fn reset(&mut self) { #![inline]
^
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/xxh32.rs:133:5: 140:6 help: run `rustc --explain E0407` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:91:6: 91:12 error: `Writer` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:91 impl Writer for XXHasher {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:91:6: 91:12 help: run `rustc --explain E0404` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:23:61: 23:69 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:23     if os::getenv(format!("{}_NO_PKG_CONFIG", envify(name)).as_slice()).is_some() {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:103:59: 103:62 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:103             let dst: *mut u8 = mem.offset(self.memsize as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:103:59: 103:62 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:103:59: 103:62 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:112:59: 112:62 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:112             let dst: *mut u8 = mem.offset(self.memsize as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:112:59: 112:62 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:112:59: 112:62 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:141:40: 141:43 error: type name `int` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:141             data = data.offset(bump as int);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:141:40: 141:43 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:141:40: 141:43 help: no candidates by the name of `int` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:181:5: 181:23 error: type `Output` is not a member of trait `Hasher` [E0437]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:181     type Output = u64;
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:181:5: 181:23 help: run `rustc --explain E0437` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:184:5: 191:6 error: method `reset` is not a member of trait `Hasher` [E0407]
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:184     fn reset(&mut self) { #![inline]
^
.cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs:184:5: 191:6 help: run `rustc --explain E0407` to see a detailed explanation
error: cannot continue compilation due to previous error 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:82:59: 82:67 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:82     let statik = if os::getenv(format!("{}_STATIC", name).as_slice()).is_some() {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:84:54: 84:62 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:84     } else if os::getenv(format!("{}_DYNAMIC", name).as_slice()).is_some() {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:55: 97:56 error: binary operation `==` cannot be applied to type `std::char::ToUppercase` [E0369]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97     name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c})
^
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:55: 97:56 help: run `rustc --explain E0369` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:55: 97:56 note: an implementation of `std::cmp::PartialEq` might be missing for `std::char::ToUppercase` 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97     name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c})
^
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:52: 97:78 error: if and else have incompatible types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97     name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c})
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:52: 97:78 help: run `rustc --explain E0308` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:52: 97:78 note: expected type `char` 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:52: 97:78 note:    found type `std::char::ToUppercase` 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97:52: 97:78 note: expected char, found struct `std::char::ToUppercase` 
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.1.7/src/lib.rs:97     name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c})
^~~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to 5 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `postgres v0.1.3`, intermediate artifacts can be found at `/home/cratesfyi/postgres-0.1.3`,
cause: ChainedError {
error: Could not compile `xxhash`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/xxhash-0.0.8/src/lib.rs --crate-name xxhash --crate-type lib -g -C metadata=d51f7a6847cda4ec -C extra-filename=-d51f7a6847cda4ec --out-dir /home/cratesfyi/postgres-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.1.3/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.