Build #90262 2018-03-06 02:27:19

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 Updating registry `https://github.com/rust-lang/crates.io-index` Downloading libssh v0.0.1 Documenting libssh v0.0.1 Running `rustdoc --crate-name libssh .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` --> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3038:27 | 3038 | __fds_bits: [libc::c_long, ..16], | ^ expected one of 7 possible tokens here error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` --> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2474:27 | 2474 | __fds_bits: [libc::c_long, ..16], | ^ expected one of 7 possible tokens here error: expected type, found `|` --> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/ssh_session.rs:45:43 | 45 | pub fn connect(&self, verify_public_key: |remote_public_key: &SSHKey| -> bool) | ^ error: expected pattern, found `:` --> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/ssh_session.rs:95:15 | 95 | let func = |:usr| unsafe { | ^ expected pattern error: expected type, found `|` --> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/ssh_session.rs:132:60 | 132 | pub fn auth_with_public_key<'a>(&self, verify_public_key: |&SSHKey| -> bool) | ^ error: expected type, found `||` --> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/lib.rs:34:23 | 34 | pub fn with_ssh(func: ||) { | ^^ error[E0464]: multiple matching crates for `log` --> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/lib.rs:3:24 | 3 | #[phase(plugin, link)] extern crate log; | ^^^^^^^^^^^^^^^^^ | = note: candidates: crate `log`: /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog-8752615744c3ecae.rlib crate `log`: /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog-35f70722151ae796.rlib error[E0463]: can't find crate for `log` --> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/lib.rs:3:24 | 3 | #[phase(plugin, link)] extern crate log; | ^^^^^^^^^^^^^^^^^ can't find crate error: aborting due to 8 previous errors You've got a few errors: E0463, E0464 If you want more information on an error, try using "rustc --explain E0463" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `libssh`., cause: process didn't exit successfully: `rustdoc --crate-name libssh .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.