openssl 0.4.2

OpenSSL bindings
Build #17426 2016-08-12T23:40:23.488554+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 openssl v0.4.2
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/openssl-0.4.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/openssl-0.4.2/debug/deps -L dependency=/home/cratesfyi/openssl-0.4.2/debug/deps --cap-lints allow`
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/openssl-0.4.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/openssl-0.4.2/debug/deps -L dependency=/home/cratesfyi/openssl-0.4.2/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/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     pub include_paths: Vec<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/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/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/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: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/gcc-0.2.1/src/lib.rs:53:30: 53: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: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/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/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/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/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/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/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())
^~~~~
.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 
thread 'main' panicked at 'ChainedError {
error: failed to compile `openssl v0.4.2`, intermediate artifacts can be found at `/home/cratesfyi/openssl-0.4.2`,
cause: ChainedError {
error: Could not compile `gcc`.,
cause: Process didn't exit successfully: `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/openssl-0.4.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/openssl-0.4.2/debug/deps -L dependency=/home/cratesfyi/openssl-0.4.2/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.