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.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Fresh nom v1.2.4 Fresh bitflags v0.4.0 Fresh glob v0.2.11 Fresh unicode-normalization v0.1.4 Fresh libc v0.2.23 Fresh log v0.3.8 Fresh unicode-segmentation v1.2.0 Fresh ansi_term v0.9.0 Fresh gcc v0.3.50 Fresh unicode-width v0.1.4 Fresh boolinator v2.4.0 Fresh nix v0.5.1 Fresh rand v0.3.15 Fresh time v0.1.37 Fresh crossbeam v0.2.10 Fresh memchr v0.1.11 Fresh rustc-serialize v0.3.24 Fresh pkg-config v0.3.9 Fresh lazy_static v0.1.16 Fresh vec_map v0.8.0 Fresh termios v0.2.2 Fresh bitflags v0.1.1 Fresh matches v0.1.4 Fresh aho-corasick v0.5.3 Fresh toml v0.2.1 Fresh utf8-ranges v0.1.3 Fresh interactor v0.1.1 Fresh cmake v0.1.24 Fresh encode_unicode v0.1.3 Fresh ansi_term v0.7.5 Fresh filters v0.1.1 Fresh bitflags v0.8.2 Fresh winapi-build v0.1.1 Fresh rustyline v1.0.0 Fresh libimagerror v0.2.0 Fresh libz-sys v1.0.13 Fresh winapi v0.2.8 Fresh semver v0.2.3 Fresh term_size v0.3.0 Fresh version v2.0.1 Fresh rust-crypto v0.2.36 Fresh semver v0.1.20 Fresh unicode-bidi v0.3.3 Fresh strsim v0.6.0 Fresh itertools v0.4.19 Compiling libssh2-sys v0.1.41 Fresh openssl-sys v0.7.17 Fresh atty v0.2.2 Fresh rustc_version v0.1.7 Fresh idna v0.1.2 Fresh kernel32-sys v0.2.2 Fresh regex-syntax v0.3.9 Running `/home/cratesfyi/cratesfyi/debug/build/libssh2-sys-2ef769113f947081/build-script-build` Fresh clap v2.24.2 Fresh term v0.2.14 Fresh fs2 v0.2.5 Fresh walkdir v0.1.8 Fresh thread-id v2.0.0 Fresh spinner v0.4.0 Fresh thread_local v0.2.7 Fresh url v1.4.1 Fresh regex v0.1.80 Fresh env_logger v0.3.5 Fresh tempfile v2.1.5 Fresh libimagutil v0.2.0 Fresh libimagstore v0.2.0 Fresh libimagentrytag v0.2.0 Fresh libimagentrylink v0.2.0 Fresh libimagentryfilter v0.2.0 Fresh libimaginteraction v0.2.0 thread 'main' panicked at 'Human( 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.24/src/lib.rs:593 note: Run with `RUST_BACKTRACE=1` for a backtrace. )', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.