Build #104124 2018-06-06T09:28:24.432572+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
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 -20180602-1.28.0-dev-b9bf4f162 -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[E0433]: failed to resolve. Could not find `types` in `libc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/ssh_key.rs:11:17
|
11 | use self::libc::types::common::c95::c_void;
|                 ^^^^^ Could not find `types` in `libc`

error[E0433]: failed to resolve. Could not find `types` in `libc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/ssh_session.rs:12:17
|
12 | use self::libc::types::common::c95::c_void;
|                 ^^^^^ Could not find `types` in `libc`

error[E0433]: failed to resolve. Could not find `types` in `libc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/ssh_bind.rs:13:17
|
13 | use self::libc::types::common::c95::c_void;
|                 ^^^^^ Could not find `types` in `libc`

error[E0433]: failed to resolve. Could not find `types` in `libc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/ssh_message.rs:12:17
|
12 | use self::libc::types::common::c95::c_void;
|                 ^^^^^ Could not find `types` in `libc`

error[E0433]: failed to resolve. Could not find `types` in `libc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/ssh_key.rs:15:71
|
15 | type AuthCb = extern fn(*const i8, *mut i8, u64, i32, i32, *mut libc::types::common::c95::c_void) -> i32;
|                                                                       ^^^^^ Could not find `types` in `libc`

error[E0658]: The attribute `phase` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/lib.rs:3:1
|
3 | #[phase(plugin, link)] extern crate log;
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3055:1
|
3055 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3091:1
|
3091 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3122:1
|
3122 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3152:1
|
3152 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3185:1
|
3185 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3216:1
|
3216 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3243:1
|
3243 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3273:1
|
3273 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3303:1
|
3303 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3332:1
|
3332 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3359:1
|
3359 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3425:1
|
3425 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3490:1
|
3490 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3517:1
|
3517 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh_server.rs:3548:1
|
3548 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2491:1
|
2491 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2527:1
|
2527 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2558:1
|
2558 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2588:1
|
2588 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2621:1
|
2621 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2652:1
|
2652 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2679:1
|
2679 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2709:1
|
2709 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2739:1
|
2739 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2768:1
|
2768 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2795:1
|
2795 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2861:1
|
2861 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2926:1
|
2926 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `deriving` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/libssh.rs:2953:1
|
2953 | #[deriving(Copy, PartialEq, Show)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error[E0658]: The attribute `phase` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/libssh-0.0.1/src/ssh_key.rs:2:1
|
2 | #[phase(plugin, link)] extern crate log;
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

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 -20180602-1.28.0-dev-b9bf4f162 -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.