matrix 0.0.4

The library provides algorithms for manipulating real matrices.
Build #16691 2016-08-12T12:14:19.120561+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 matrix v0.0.4
Downloading lapack v0.0.4
Compiling liblapack-sys v0.0.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/matrix-0.0.4/debug/build/liblapack-sys-4a2e4db9fb3f7556 --emit=dep-info,link -L dependency=/home/cratesfyi/matrix-0.0.4/debug/deps -L dependency=/home/cratesfyi/matrix-0.0.4/debug/deps --cap-lints allow`
Compiling libblas-sys v0.0.4
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/matrix-0.0.4/debug/build/libblas-sys-b2141d53df739a1c --emit=dep-info,link -L dependency=/home/cratesfyi/matrix-0.0.4/debug/deps -L dependency=/home/cratesfyi/matrix-0.0.4/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:12:22: 12:39 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:12:22: 12:39 errorerror: unresolved name `std::os::getenv`: unresolved name `std::os::getenv`  [E0425][E0425]

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:12 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:12     ($name:expr) => (::std::os::getenv($name).unwrap());    ($name:expr) => (::std::os::getenv($name).unwrap());

^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:24:26: 24:52 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:24:26: 24:52 notenote: : in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:12:22: 12:39 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:12:22: 12:39 helphelp: run `rustc --explain E0425` to see a detailed explanation: run `rustc --explain E0425` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:24:16: 24:25 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:24:16: 24:25 errorerror: failed to resolve. Use of undeclared type or module `Path`: failed to resolve. Use of undeclared type or module `Path`  [E0433][E0433]

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:24 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:24     let from = Path::new(get!("CARGO_MANIFEST_DIR")).join("libblas");    let from = Path::new(get!("CARGO_MANIFEST_DIR")).join("liblapack");

^~~~~~~~~^~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:24:16: 24:25 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:24:16: 24:25 helphelp: run `rustc --explain E0433` to see a detailed explanation: run `rustc --explain E0433` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:12:22: 12:39 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:12:22: 12:39 errorerror: unresolved name `std::os::getenv`: unresolved name `std::os::getenv`  [E0425][E0425]

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:12 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:12     ($name:expr) => (::std::os::getenv($name).unwrap());    ($name:expr) => (::std::os::getenv($name).unwrap());

^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:25:26: 25:41 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:25:26: 25:41 notenote: : in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:12:22: 12:39 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:12:22: 12:39 helphelp: run `rustc --explain E0425` to see a detailed explanation: run `rustc --explain E0425` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:25:16: 25:25 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:25:16: 25:25 errorerror: failed to resolve. Use of undeclared type or module `Path`: failed to resolve. Use of undeclared type or module `Path`  [E0433][E0433]

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:25 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:25     let into = Path::new(get!("OUT_DIR"));    let into = Path::new(get!("OUT_DIR"));

^~~~~~~~~^~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:25:16: 25:25 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:25:16: 25:25 helphelp: run `rustc --explain E0433` to see a detailed explanation: run `rustc --explain E0433` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:4:22: 4:54 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:4:22: 4:54 errorerror: failed to resolve. Could not find `process` in `std::io`: failed to resolve. Could not find `process` in `std::io`  [E0433][E0433]

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:4 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:4     ($name:expr) => (::std::io::process::Command::new($name));    ($name:expr) => (::std::io::process::Command::new($name));

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:27:10: 27:23 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:27:10: 27:23 notenote: : in this expansion of cmd! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of cmd! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:9: 19:55 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:9: 19:55 notenote: : in this expansion of assert! (defined in <std macros>)in this expansion of assert! (defined in <std macros>)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:27:5: 28:89 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:27:5: 28:89 notenote: : in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:4:22: 4:54 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:4:22: 4:54 helphelp: run `rustc --explain E0433` to see a detailed explanation: run `rustc --explain E0433` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:33: 17:62 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:33: 17:62 errorerror: failed to resolve. Could not find `process` in `std::io`: failed to resolve. Could not find `process` in `std::io`  [E0433][E0433]

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17         assert!($command.stdout(::std::io::process::InheritFd(1))        assert!($command.stdout(::std::io::process::InheritFd(1))

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:9: 19:55 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:9: 19:55 notenote: : in this expansion of assert! (defined in <std macros>)in this expansion of assert! (defined in <std macros>)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:27:5: 28:89 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:27:5: 28:89 notenote: : in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:33: 17:62 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:33: 17:62 helphelp: run `rustc --explain E0433` to see a detailed explanation: run `rustc --explain E0433` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:18:33: 18:62 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:18:33: 18:62 errorerror: failed to resolve. Could not find `process` in `std::io`: failed to resolve. Could not find `process` in `std::io`  [E0433][E0433]

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:18 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:18                         .stderr(::std::io::process::InheritFd(2))                        .stderr(::std::io::process::InheritFd(2))

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:9: 19:55 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:9: 19:55 notenote: : in this expansion of assert! (defined in <std macros>)in this expansion of assert! (defined in <std macros>)

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:27:5: 28:89 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:27:5: 28:89 notenote: : in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:18:33: 18:62 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:18:33: 18:62 helphelp: run `rustc --explain E0433` to see a detailed explanation: run `rustc --explain E0433` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:4:22: 4:54 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:4:22: 4:54 errorerror: failed to resolve. Could not find `process` in `std::io`: failed to resolve. Could not find `process` in `std::io`  [E0433][E0433]

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:4 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:4     ($name:expr) => (::std::io::process::Command::new($name));    ($name:expr) => (::std::io::process::Command::new($name));

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:30:10: 30:23 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:30:10: 30:23 notenote: : in this expansion of cmd! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)in this expansion of cmd! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:9: 19:55 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:9: 19:55 notenote: : in this expansion of assert! (defined in <std macros>)in this expansion of assert! (defined in <std macros>)

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:30:5: 33:72 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:30:5: 33:72 notenote: : in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:4:22: 4:54 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:4:22: 4:54 helphelp: run `rustc --explain E0433` to see a detailed explanation: run `rustc --explain E0433` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:12:22: 12:39 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:12:22: 12:39 errorerror: unresolved name `std::os::getenv`: unresolved name `std::os::getenv`  [E0425][E0425]

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:12 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:12     ($name:expr) => (::std::os::getenv($name).unwrap());    ($name:expr) => (::std::os::getenv($name).unwrap());

^~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:33:52: 33:68 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:33:52: 33:68 notenote: : in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of get! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

<std macros>:2:28: 2:59 <std macros>:2:28: 2:59 notenote: : in this expansion of format_args!in this expansion of format_args!

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:8:23: 8:40 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:8:23: 8:40 notenote: : in this expansion of format! (defined in <std macros>)in this expansion of format! (defined in <std macros>)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:33:39: 33:69 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:33:39: 33:69 notenote: : in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:9: 19:55 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:9: 19:55 notenote: : in this expansion of assert! (defined in <std macros>)in this expansion of assert! (defined in <std macros>)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:30:5: 33:72 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:30:5: 33:72 notenote: : in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:12:22: 12:39 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:12:22: 12:39 helphelp: run `rustc --explain E0425` to see a detailed explanation: run `rustc --explain E0425` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:33: 17:62 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:33: 17:62 errorerror: failed to resolve. Could not find `process` in `std::io`: failed to resolve. Could not find `process` in `std::io`  [E0433][E0433]

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17         assert!($command.stdout(::std::io::process::InheritFd(1))        assert!($command.stdout(::std::io::process::InheritFd(1))

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:9: 19:55 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:9: 19:55 notenote: : in this expansion of assert! (defined in <std macros>)in this expansion of assert! (defined in <std macros>)

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:30:5: 33:72 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:30:5: 33:72 notenote: : in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:33: 17:62 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:33: 17:62 helphelp: run `rustc --explain E0433` to see a detailed explanation: run `rustc --explain E0433` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:18:33: 18:62 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:18:33: 18:62 errorerror: failed to resolve. Could not find `process` in `std::io`: failed to resolve. Could not find `process` in `std::io`  [E0433][E0433]

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:18 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:18                         .stderr(::std::io::process::InheritFd(2))                        .stderr(::std::io::process::InheritFd(2))

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:9: 19:55 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:9: 19:55 notenote: : in this expansion of assert! (defined in <std macros>)in this expansion of assert! (defined in <std macros>)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:30:5: 33:72 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:30:5: 33:72 notenote: : in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:18:33: 18:62 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:18:33: 18:62 helphelp: run `rustc --explain E0433` to see a detailed explanation: run `rustc --explain E0433` to see a detailed explanation

.cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:8:41: 8:49 .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:8:41: 8:49 errorerror: no method named `as_slice` found for type `std::string::String` in the current scope: no method named `as_slice` found for type `std::string::String` in the current scope  

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:8 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:8     ($($arg:tt)*) => (format!($($arg)*).as_slice());    ($($arg:tt)*) => (format!($($arg)*).as_slice());

^~~~~~~~^~~~~~~~

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:33:39: 33:69 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:33:39: 33:69 notenote: : in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of fmt! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:17:9: 19:55 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:17:9: 19:55 notenote: : in this expansion of assert! (defined in <std macros>)in this expansion of assert! (defined in <std macros>)

.cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs:30:5: 33:72 .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs:30:5: 33:72 notenote: : in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/liblapack-sys-0.0.4/build.rs)in this expansion of run! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs)

errorerror: aborting due to previous error: aborting due to previous error  

thread 'main' panicked at 'ChainedError {
error: failed to compile `matrix v0.0.4`, intermediate artifacts can be found at `/home/cratesfyi/matrix-0.0.4`,
cause: ChainedError {
error: Could not compile `libblas-sys`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libblas-sys-0.0.4/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/matrix-0.0.4/debug/build/libblas-sys-b2141d53df739a1c --emit=dep-info,link -L dependency=/home/cratesfyi/matrix-0.0.4/debug/deps -L dependency=/home/cratesfyi/matrix-0.0.4/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.