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.6.3
Compiling pkg-config v0.2.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs --crate-name pkg_config --crate-type lib -g -C metadata=6b9e9cbde1478e58 -C extra-filename=-6b9e9cbde1478e58 --out-dir /home/cratesfyi/postgres-0.6.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps --cap-lints allow`
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.6.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps --cap-lints allow`
Compiling gcc v0.2.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs --crate-name gcc --crate-type lib -g -C metadata=3ddc9fda1171d49f -C extra-filename=-3ddc9fda1171d49f --out-dir /home/cratesfyi/postgres-0.6.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.6.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.6.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps --cap-lints allow`
Compiling bswap v0.2.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs --crate-name bswap --crate-type lib -g -C metadata=8ff6c94008e6d1e2 -C extra-filename=-8ff6c94008e6d1e2 --out-dir /home/cratesfyi/postgres-0.6.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.6.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=\"use_std\" --cfg feature=\"default\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/postgres-0.6.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps --cap-lints allow`
Compiling phf_shared v0.6.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/phf_shared-0.6.19/src/lib.rs --crate-name phf_shared --crate-type lib -g -C metadata=a91ea891cab4b0cf -C extra-filename=-a91ea891cab4b0cf --out-dir /home/cratesfyi/postgres-0.6.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps --cap-lints allow`
Compiling rustc-serialize v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=fb01d01b94a07837 -C extra-filename=-fb01d01b94a07837 --out-dir /home/cratesfyi/postgres-0.6.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:56:5: 56: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.2.2/src/lib.rs:56 use std::old_io::Command;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:56:5: 56:25 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:57:5: 57: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.2.2/src/lib.rs:57 use std::old_io::fs::PathExtensions;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:57:5: 57:36 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:48:19: 48:23 error: unresolved import `std::old_io`. There is no `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:48 use std::old_io::{self, Command};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:48:19: 48:23 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:48:25: 48:32 error: unresolved import `std::old_io::Command`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:48 use std::old_io::{self, Command};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:48:25: 48:32 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:49:5: 49:36 error: unresolved import `std::old_io::process::InheritFd`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:49 use std::old_io::process::InheritFd;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:49:5: 49:36 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:75:25: 75:29 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:75 pub link_paths: Vec<Path>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:75:25: 75:29 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:75:25: 75:29 help: you can import it into scope: `use std::path::Path;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:77:30: 77:34 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:77 pub framework_paths: Vec<Path>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:77:30: 77:34 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:77:30: 77:34 help: you can import it into scope: `use std::path::Path;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:53:30: 53:34 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:53 include_directories: Vec<Path>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:53:30: 53:34 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:78:28: 78:32 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:78 .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:53:30: 53:34 pub include_paths: Vec<Path>,help
: you can import it into scope: `use std::path::Path;`. ^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:78:28: 78:32 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:78:28: 78:32 help: you can import it into scope: `use std::path::Path;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:55:18: 55:22 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:55 objects: Vec<Path>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:55:18: 55:22 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:55:18: 55:22 help: you can import it into scope: `use std::path::Path;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:169:27: 169:36 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:169 dirs.push(Path::new(val));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:169:27: 169:36 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:170:37: 170:46 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:170 ret.link_paths.push(Path::new(val));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:170:37: 170:46 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:173:42: 173:51 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:173 ret.framework_paths.push(Path::new(val));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:173:42: 173:51 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:175:40: 175:49 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:175 ret.include_paths.push(Path::new(val));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:175:40: 175:49 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:57:16: 57:20 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:57 files: Vec<Path>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:57:16: 57:20 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:57:16: 57:20 help: you can import it into scope: `use std::path::Path;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:221:38: 221:42 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:221 fn is_system_lib(name: &str, dirs: &[Path]) -> bool {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:221:38: 221:42 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:221:38: 221:42 help: you can import it into scope: `use std::path::Path;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:109:36: 109:40 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:109 pub fn include(&mut self, dir: Path) -> &mut Config {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:109:36: 109:40 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:109:36: 109:40 help: you can import it into scope: `use std::path::Path;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:223:16: 223:25 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:223 let root = Path::new("/usr");
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:223:16: 223:25 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:121:35: 121:39 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:121 pub fn object(&mut self, obj: Path) -> &mut Config {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:121:35: 121:39 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:121:35: 121:39 help: you can import it into scope: `use std::path::Path;`.
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:134:25: 134:34 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:134 self.files.push(Path::new(p));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:134:25: 134:34 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:190:19: 190:28 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:190 let src = Path::new(getenv_unwrap("CARGO_MANIFEST_DIR"));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:190:19: 190:28 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:191:19: 191:28 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:191 let dst = Path::new(getenv_unwrap("OUT_DIR"));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:191:19: 191:28 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:196:46: 196:67 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:196 std::old_io::USER_RWX).unwrap();
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:196:46: 196:67 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:195:13: 195:45 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:195 std::old_io::fs::mkdir_recursive(&obj.dir_path(),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:195:13: 195:45 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3819:42: 3819:45 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3819 tree_map.insert("a".to_string(), 1us);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3819:42: 3819:45 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:321:5: 321:25 error
: unresolved name `env::set_exit_status` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:321 env::set_exit_status(1);
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:321:5: 321:25 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3823:42: 3823:45 error: invalid suffix `us` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3823 hash_map.insert("a".to_string(), 1us);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/json.rs:3823:42: 3823:45 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:48:9: 48:22 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:48 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:48:9: 48:22 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:357:9: 357:22 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:357 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:357:9: 357:22 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:431:9: 431:22 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:431 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:431:9: 431:22 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:508:9: 508:22 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:508 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:508:9: 508:22 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:539:9: 539:22 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:539 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:539:9: 539:22 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:685:17: 685:77 note: in this expansion of mod_std_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:687:17: 687:82 note: in this expansion of mod_odd_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:689:17: 689:77 note: in this expansion of mod_std_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:691:17: 691:82 note: in this expansion of mod_odd_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:693:17: 693:82 note: in this expansion of mod_odd_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:695:17: 695:82 note: in this expansion of mod_odd_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:697:17: 697:77 note: in this expansion of mod_std_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:699:17: 699:77 note: in this expansion of mod_std_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:701:17: 701:82 note: in this expansion of mod_odd_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:703:17: 703:77 note: in this expansion of mod_std_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:705:17: 705:82 note: in this expansion of mod_odd_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:707:17: 707:82 note: in this expansion of mod_odd_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:709:17: 709:82 note: in this expansion of mod_odd_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:572:13: 572:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629 use std::num::Int;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:711:17: 711:77 note: in this expansion of mod_std_impls! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:629:13: 629:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:208:40: 208:45 error: no method named `slice` found for type `&str` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:208 dst.display(), output.slice(3, output.len() - 2));
^~~~~
<std macros>:2:27: 2:58 note: in this expansion of format_args!
<std macros>:3:1: 3:54 note: in this expansion of print! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:207:9: 208:68 note: in this expansion of println! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:127:14: 127:18 error: the trait bound `u8::FromHexError: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:127 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:127:14: 127:18 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:127:14: 127:18 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs:127:14: 127:18 note: required by `std::marker::Copy`
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:244:29: 244:37 error: no method named `find_str` found for type `&str` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:244 let is_android = target.find_str("android").is_some();
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:244:29: 244:37 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it:
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:244:29: 244:37 help: candidate #1: `use core::str::StrExt`
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:256:29: 256:37 error: no method named `find_str` found for type `&str` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:256 let is_android = target.find_str("android").is_some();
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:256:29: 256:37 help: items from traits can only be used if the trait is in scope; the following trait is implemented but not in scope, perhaps add a `use` for it:
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:256:29: 256:37 help: candidate #1: `use core::str::StrExt`
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:267:9: 267:14 error: no method named `words` found for type `std::string::String` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:267 .words().map(|s| s.to_string())
^~~~~
error: aborting due to previous error
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:322:5: 322:30 error: ambiguous associated type; specify the type using the syntax `<[type error] as Trait>::stdio` [E0223]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:322 old_io::stdio::set_stderr(Box::new(old_io::util::NullWriter));
^~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:322:5: 322:30 help: run `rustc --explain E0223` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:322:40: 322:64 error: ambiguous associated type; specify the type using the syntax `<[type error] as Trait>::util` [E0223]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:322 old_io::stdio::set_stderr(Box::new(old_io::util::NullWriter));
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.2.1/src/lib.rs:322:40: 322:64 help: run `rustc --explain E0223` to see a detailed explanation
error: aborting due to 6 previous errors
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217:55: 217:56 error: binary operation `==` cannot be applied to type `std::char::ToUppercase` [E0369]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217 name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c})
^
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217:55: 217:56 help: run `rustc --explain E0369` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217:55: 217:56 note: an implementation of `std::cmp::PartialEq` might be missing for `std::char::ToUppercase`
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217 name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c})
^
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217:52: 217:78 error: if and else have incompatible types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217 name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c})
^~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217:52: 217:78 help: run `rustc --explain E0308` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217:52: 217:78 note: expected type `char`
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217:52: 217:78 note: found type `std::char::ToUppercase`
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217:52: 217:78 note: expected char, found struct `std::char::ToUppercase`
.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.2.2/src/lib.rs:217 name.chars().map(|c| c.to_uppercase()).map(|c| if c == '-' {'_'} else {c})
^~~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to 2 previous errors
.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/lib.rs:23:1: 23:22 error: can't find crate for `unicode` [E0463]
.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.2.15/src/lib.rs:23 extern crate unicode;
^~~~~~~~~~~~~~~~~~~~~
error: aborting due to 3 previous errors
thread 'main' panicked at 'ChainedError {
error: failed to compile `postgres v0.6.3`, intermediate artifacts can be found at `/home/cratesfyi/postgres-0.6.3`,
cause: ChainedError {
error: Could not compile `bswap`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bswap-0.2.2/src/lib.rs --crate-name bswap --crate-type lib -g -C metadata=8ff6c94008e6d1e2 -C extra-filename=-8ff6c94008e6d1e2 --out-dir /home/cratesfyi/postgres-0.6.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps -L dependency=/home/cratesfyi/postgres-0.6.3/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.