time 0.1.15

Utilities for working with time-related functions in Rust.
Build #4003 2016-08-02T16:01:19.832559+00:00
# 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 time v0.1.15
Compiling libc v0.1.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.1.12/rust/src/liblibc/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"cargo-build\" -C metadata=0c57a2126eb1e7e8 -C extra-filename=-0c57a2126eb1e7e8 --out-dir /home/cratesfyi/time-0.1.15/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/time-0.1.15/debug/deps -L dependency=/home/cratesfyi/time-0.1.15/debug/deps --cap-lints allow`
Compiling gcc v0.1.7
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs --crate-name gcc --crate-type lib -g -C metadata=5aa2feebed03f044 -C extra-filename=-5aa2feebed03f044 --out-dir /home/cratesfyi/time-0.1.15/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/time-0.1.15/debug/deps -L dependency=/home/cratesfyi/time-0.1.15/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-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/gcc-0.1.7/src/lib.rs:3 use std::old_io::Command;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-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/gcc-0.1.7/src/lib.rs:4:5: 4: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.1.7/src/lib.rs:4 use std::old_io::process::InheritFd;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-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/gcc-0.1.7/src/lib.rs:31:9: 31:24 error: unresolved import `std::os::getenv`. There is no `getenv` in `std::os` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:31     use std::os::getenv;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:31:9: 31:24 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:10:34: 10:38 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:10     pub include_directories: Vec<Path>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:10:34: 10:38 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:10:34: 10:38 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:14:22: 14:26 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:14     pub objects: Vec<Path>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:14:22: 14:26 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:14:22: 14:26 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:99:15: 99:24 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:99     let src = Path::new(getenv("CARGO_MANIFEST_DIR").unwrap());
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:99:15: 99:24 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:100:15: 100:24 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:100     let dst = Path::new(getenv("OUT_DIR").unwrap());
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:100:15: 100:24 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:104:59: 104:80 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:104         std::old_io::fs::mkdir_recursive(&obj.dir_path(), std::old_io::USER_RWX).unwrap();
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:104:59: 104:80 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:104:9: 104:41 error: failed to resolve. Could not find `old_io` in `std` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:104         std::old_io::fs::mkdir_recursive(&obj.dir_path(), std::old_io::USER_RWX).unwrap();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:104:9: 104:41 help: run `rustc --explain E0433` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:59:43: 59:51 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:59     let mut cmd = Command::new(gcc(target.as_slice()));
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:65:15: 65:23 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:65     if target.as_slice().contains("-ios") {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:66:35: 66:43 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:66         cmd.args(ios_flags(target.as_slice()).as_slice());
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:72:19: 72:27 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:72         if target.as_slice().contains("i686") {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:74:26: 74:34 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:74         } else if target.as_slice().contains("x86_64") {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:78:20: 78:28 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:78         if !target.as_slice().contains("i686") {
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:110:32: 110:40 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:110     run(Command::new(ar(target.as_slice())).arg("crus")
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:115:36: 115:41 error: no method named `slice` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:115              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.1.7/src/lib.rs:114:5: 115:64 note: in this expansion of println! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:140:57: 140:65 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:140     let res = getenv(format!("{}_{}", var_base, target).as_slice())
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:141:65: 141:73 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:141         .or_else(|| getenv(format!("{}_{}", var_base, target_u).as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:142:61: 142:69 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:142         .or_else(|| getenv(format!("{}_{}", kind, var_base).as_slice()))
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:152:29: 152:37 error: no method named `find_str` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:152     let is_android = target.find_str("android").is_some();
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:152:29: 152: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.1.7/src/lib.rs:152:29: 152:37 help: candidate #1: `use core::str::StrExt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:164:29: 164:37 error: no method named `find_str` found for type `&str` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:164     let is_android = target.find_str("android").is_some();
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:164:29: 164: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.1.7/src/lib.rs:164:29: 164:37 help: candidate #1: `use core::str::StrExt` 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:175:9: 175:17 error: no method named `as_slice` found for type `std::string::String` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs:175        .as_slice().words().map(|s| s.to_string())
^~~~~~~~
error: aborting due to 14 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `time v0.1.15`, intermediate artifacts can be found at `/home/cratesfyi/time-0.1.15`,
cause: ChainedError {
error: Could not compile `gcc`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.7/src/lib.rs --crate-name gcc --crate-type lib -g -C metadata=5aa2feebed03f044 -C extra-filename=-5aa2feebed03f044 --out-dir /home/cratesfyi/time-0.1.15/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/time-0.1.15/debug/deps -L dependency=/home/cratesfyi/time-0.1.15/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.