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.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)
# build log Build failed, waiting for other jobs to finish... Updating registry `https://github.com/rust-lang/crates.io-index` Downloading git-appraise v0.2.0 Fresh pkg-config v0.3.9 Fresh num-traits v0.2.1 Fresh bitflags v0.1.1 Fresh cc v1.0.5 Fresh term v0.4.6 Fresh gcc v0.3.54 Fresh matches v0.1.6 Fresh rustc-serialize v0.3.24 Fresh libc v0.2.39 Fresh num-traits v0.1.43 Fresh cmake v0.1.29 Fresh itoa v0.1.1 Fresh bitflags v0.5.0 Fresh unicode-bidi v0.3.4 Fresh syntex_pos v0.39.0 Fresh unicode-normalization v0.1.5 Fresh serde v0.7.15 Fresh percent-encoding v1.0.1 Fresh unicode-xid v0.0.3 Fresh idna v0.1.4 Fresh cfg-if v0.1.2 Fresh libz-sys v1.0.18 Fresh winapi v0.2.8 Fresh serde_json v0.7.4 Fresh winapi-build v0.1.1 Fresh url v1.7.0 Compiling libssh2-sys v0.1.41 Fresh openssl-sys v0.7.17 Fresh log v0.4.1 Running `/home/cratesfyi/cratesfyi/debug/build/libssh2-sys-2ef769113f947081/build-script-build` Fresh log v0.3.9 Fresh kernel32-sys v0.2.2 Fresh syntex_errors v0.39.0 Fresh term v0.2.14 Fresh syntex_syntax v0.39.0 Compiling syntex_syntax v0.32.0 Fresh quasi v0.16.0 Fresh aster v0.22.1 Fresh syntex v0.39.0 Fresh serde_codegen_internals v0.4.0 Running `rustc --crate-name syntex_syntax .cargo/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.32.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ad9b43a19efe2170 -C extra-filename=-ad9b43a19efe2170 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern term=/home/cratesfyi/cratesfyi/debug/deps/libterm-4ae27fd10e0b9661.rlib --extern-version term=term,0.2.14 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f854cf2dcfbf787e.rlib --extern-version libc=libc,0.2.39 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-681a56c8a04c960a.rlib --extern-version bitflags=bitflags,0.5.0 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-1e6cb20f8b19266a.rlib --extern-version log=log,0.3.9 --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-46895e5bdfc83c69.rlib --extern-version unicode_xid=unicode-xid,0.0.3 --cap-lints allow` Fresh quasi_codegen v0.16.0 Fresh serde_codegen v0.7.15 error: failed to run custom build command for `libssh2-sys v0.1.41` process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/libssh2-sys-2ef769113f947081/build-script-build` (exit code: 101) --- stdout running: "cmake" "/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2" "-DCRYPTO_BACKEND=OpenSSL" "-DBUILD_SHARED_LIBS=OFF" "-DENABLE_ZLIB_COMPRESSION=ON" "-DCMAKE_INSTALL_LIBDIR=lib" "-DBUILD_EXAMPLES=OFF" "-DBUILD_TESTING=OFF" "-DCMAKE_INSTALL_PREFIX=/home/cratesfyi/cratesfyi/debug/build/libssh2-sys-169d8b2fee70ef08/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug" -- -- The following features have been enabled: * Compression , using zlib for compression * diffie-hellman-group-exchange-sha1 , "new" diffie-hellman-group-exchange-sha1 method * Logging , Logging of execution with debug trace -- The following REQUIRED packages have been found: * OpenSSL * ZLIB -- The following features have been disabled: * Shared library , creating libssh2 as a shared library (.so/.dll) * "none" cipher * "none" MAC -- Configuring done -- Generating done -- Build files have been written to: /home/cratesfyi/cratesfyi/debug/build/libssh2-sys-169d8b2fee70ef08/out/build running: "cmake" "--build" "." "--target" "install" "--config" "Debug" "--" "-j8" [ 4%] Building C object src/CMakeFiles/libssh2.dir/openssl.c.o src/CMakeFiles/libssh2.dir/build.make:62: recipe for target 'src/CMakeFiles/libssh2.dir/openssl.c.o' failed CMakeFiles/Makefile2:85: recipe for target 'src/CMakeFiles/libssh2.dir/all' failed Makefile:149: recipe for target 'all' failed --- stderr fatal: Not a git repository (or any of the parent directories): .git /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c: In function ‘_libssh2_rsa_new’: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c:71:11: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ (*rsa)->e = BN_new(); ^~ /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c: In function ‘_libssh2_dsa_new’: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c:130:14: error: dereferencing pointer to incomplete type ‘DSA {aka struct dsa_st}’ (*dsactx)->p = BN_new(); ^~ /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c: In function ‘_libssh2_dsa_sha1_verify’: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c:156:13: error: storage size of ‘dsasig’ isn’t known DSA_SIG dsasig; ^~~~~~ /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c:156:13: warning: unused variable ‘dsasig’ [-Wunused-variable] In file included from /usr/include/openssl/asn1.h:24:0, from /usr/include/openssl/rsa.h:16, from /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.h:42, from /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/crypto.h:42, from /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/libssh2_priv.h:140, from /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c:41: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c: In function ‘_libssh2_dsa_sha1_sign’: /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/libssh2-sys-0.1.41/libssh2/src/openssl.c:597:29: error: dereferencing pointer to incomplete type ‘DSA_SIG {aka struct DSA_SIG_st}’ r_len = BN_num_bytes(sig->r); ^ make[2]: *** [src/CMakeFiles/libssh2.dir/openssl.c.o] Error 1 make[1]: *** [src/CMakeFiles/libssh2.dir/all] Error 2 make: *** [all] Error 2 thread 'main' panicked at ' command did not execute successfully, got: exit code: 2 build script failed, must exit now', .cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.29/src/lib.rs:632:5 note: Run with `RUST_BACKTRACE=1` for a backtrace. error[E0308]: mismatched types --> .cargo/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.32.0/src/ext/base.rs:487:33 | 487 | ext::quote::expand_quote_item)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected concrete lifetime, found bound lifetime parameter 'cx | = note: expected type `for<'cx, 'r, 's> fn(&'cx mut ext::base::ExtCtxt<'r>, codemap::Span, &'s [ast::TokenTree]) -> std::boxed::Box<ext::base::MacResult + 'cx>` found type `for<'r, 's, 't0> fn(&'r mut ext::base::ExtCtxt<'s>, codemap::Span, &'t0 [ast::TokenTree]) -> std::boxed::Box<ext::base::MacResult> {ext::quote::expand_quote_item::<'_>}` error: aborting due to previous error If you want more information on this error, try using "rustc --explain E0308" thread 'main' panicked at 'Error( CargoError( build failed ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.