[INFO] cloning repository https://github.com/Myrannas/rusted-nio [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Myrannas/rusted-nio" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMyrannas%2Frusted-nio", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMyrannas%2Frusted-nio'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5bcdf165bd89681130a6b6f7c8f4ef57f2ee2d77 [INFO] documenting Myrannas/rusted-nio against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMyrannas%2Frusted-nio" "/workspace/builds/worker-25/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-25/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Myrannas/rusted-nio on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Myrannas/rusted-nio [INFO] finished tweaking git repo https://github.com/Myrannas/rusted-nio [INFO] tweaked toml for git repo https://github.com/Myrannas/rusted-nio written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate git repo https://github.com/Myrannas/rusted-nio already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 029bb54b894b29e41acaf1fc2a6209ede2b2679f363a21a4e3a895f784656075 [INFO] running `Command { std: "docker" "start" "-a" "029bb54b894b29e41acaf1fc2a6209ede2b2679f363a21a4e3a895f784656075", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "029bb54b894b29e41acaf1fc2a6209ede2b2679f363a21a4e3a895f784656075", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "029bb54b894b29e41acaf1fc2a6209ede2b2679f363a21a4e3a895f784656075", kill_on_drop: false }` [INFO] [stdout] 029bb54b894b29e41acaf1fc2a6209ede2b2679f363a21a4e3a895f784656075 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76afd97d62546e9a9212a2be57ace1fc662b6d80b413ec0ef1240929d8604125 [INFO] running `Command { std: "docker" "start" "-a" "76afd97d62546e9a9212a2be57ace1fc662b6d80b413ec0ef1240929d8604125", kill_on_drop: false }` [INFO] [stderr] Documenting rusty v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: expected `;`, found keyword `for` [INFO] [stdout] --> src/main.rs:50:50 [INFO] [stdout] | [INFO] [stdout] 50 | ... debug!("Received {} events", events.len()) [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 51 | ... [INFO] [stdout] 52 | ... for event in events.iter() { [INFO] [stdout] | --- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u32`, not a shift [INFO] [stdout] --> src/sockets.rs:41:48 [INFO] [stdout] | [INFO] [stdout] 41 | s_addr : unsafe{htonl(a1 as u32 << 24 | a2 as u32 << 16 | a3 as u32 << 8 | a4 as u32)} [INFO] [stdout] | ^^ -- interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 41 | s_addr : unsafe{htonl((a1 as u32) << 24 | a2 as u32 << 16 | a3 as u32 << 8 | a4 as u32)} [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u32`, not a shift [INFO] [stdout] --> src/sockets.rs:41:66 [INFO] [stdout] | [INFO] [stdout] 41 | s_addr : unsafe{htonl(a1 as u32 << 24 | a2 as u32 << 16 | a3 as u32 << 8 | a4 as u32)} [INFO] [stdout] | ^^ -- interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 41 | s_addr : unsafe{htonl(a1 as u32 << 24 | (a2 as u32) << 16 | a3 as u32 << 8 | a4 as u32)} [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u32`, not a shift [INFO] [stdout] --> src/sockets.rs:41:84 [INFO] [stdout] | [INFO] [stdout] 41 | s_addr : unsafe{htonl(a1 as u32 << 24 | a2 as u32 << 16 | a3 as u32 << 8 | a4 as u32)} [INFO] [stdout] | ^^ - interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 41 | s_addr : unsafe{htonl(a1 as u32 << 24 | a2 as u32 << 16 | (a3 as u32) << 8 | a4 as u32)} [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `native` [INFO] [stdout] --> src/main.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate native; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `log` [INFO] [stdout] --> src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate log; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stdout] --> src/errors.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::funcs::c95::stdio::perror; [INFO] [stdout] | ^^^^^ could not find `funcs` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stdout] --> src/epoll.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::funcs::posix88::unistd::close; [INFO] [stdout] | ^^^^^ could not find `funcs` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> src/sockets.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::types::os::common::bsd44::{sockaddr, sockaddr_in, in_addr}; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stdout] --> src/sockets.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | use libc::funcs::bsd43::{socket,bind,listen,accept}; [INFO] [stdout] | ^^^^^ could not find `funcs` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `consts` in `libc` [INFO] [stdout] --> src/sockets.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::consts::os::bsd44::{AF_INET,SOCK_STREAM}; [INFO] [stdout] | ^^^^^^ could not find `consts` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `consts` in `libc` [INFO] [stdout] --> src/sockets.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | use libc::consts::os::extra::O_NONBLOCK; [INFO] [stdout] | ^^^^^^ could not find `consts` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stdout] --> src/sockets.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | use libc::funcs::posix88::unistd::close; [INFO] [stdout] | ^^^^^ could not find `funcs` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stdout] --> src/sockets.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | use libc::funcs::posix88::fcntl::{fcntl}; [INFO] [stdout] | ^^^^^ could not find `funcs` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `consts` in `libc` [INFO] [stdout] --> src/sockets.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::consts::os::posix88::{EWOULDBLOCK,EAGAIN}; [INFO] [stdout] | ^^^^^^ could not find `consts` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `consts` in `libc` [INFO] [stdout] --> src/sockets.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | use libc::consts::os::posix01::{F_GETFL,F_SETFL}; [INFO] [stdout] | ^^^^^^ could not find `consts` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `consts` in `libc` [INFO] [stdout] --> src/signals.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::consts::os::posix88::{SIGTERM,SIGQUIT,SIGINT}; [INFO] [stdout] | ^^^^^^ could not find `consts` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::os::errno` [INFO] [stdout] --> src/sockets.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use std::os::errno; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `errno` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `phase` in this scope [INFO] [stdout] --> src/main.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[phase(plugin, link)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/epoll.rs:30:3 [INFO] [stdout] | [INFO] [stdout] 30 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/epoll.rs:42:3 [INFO] [stdout] | [INFO] [stdout] 42 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/epoll.rs:50:3 [INFO] [stdout] | [INFO] [stdout] 50 | debug!("Creating new epoll instance"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/epoll.rs:64:4 [INFO] [stdout] | [INFO] [stdout] 64 | error!("Unable to add event ({}) to epoll instance ({})", event, self); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/epoll.rs:67:4 [INFO] [stdout] | [INFO] [stdout] 67 | debug!("Added new event ({}) to epoll instance ({})", event, self); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/epoll.rs:76:4 [INFO] [stdout] | [INFO] [stdout] 76 | error!("Error polling ({})", self); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/sockets.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[deriving(Eq, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/sockets.rs:59:3 [INFO] [stdout] | [INFO] [stdout] 59 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/sockets.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | error!("Error encountered while modifying socket mode to be non-blocking"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/sockets.rs:77:4 [INFO] [stdout] | [INFO] [stdout] 77 | error!("Error encountered while modifying socket mode to be non-blocking"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/sockets.rs:88:3 [INFO] [stdout] | [INFO] [stdout] 88 | debug!("Closing remote socket ({})", self); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/sockets.rs:94:3 [INFO] [stdout] | [INFO] [stdout] 94 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/sockets.rs:102:4 [INFO] [stdout] | [INFO] [stdout] 102 | debug!("Attempting to create socket descriptor"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/sockets.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | debug!("Binding to socket ({}) on with address ({})", socket, address); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/sockets.rs:117:6 [INFO] [stdout] | [INFO] [stdout] 117 | error!("Error binding to socket - errno {} for descriptor {}", result, fd); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/sockets.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | error!("Error creating socket descriptor - errno {}", fd); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/sockets.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | debug!("Listening to socket ({})", self); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/sockets.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | debug!("Error accepting socket ({})", self); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/sockets.rs:165:4 [INFO] [stdout] | [INFO] [stdout] 165 | debug!("Closing socket ({})", self); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/signals.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[deriving(Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/signals.rs:20:2 [INFO] [stdout] | [INFO] [stdout] 20 | debug!("Signal callback"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/signals.rs:48:4 [INFO] [stdout] | [INFO] [stdout] 48 | error!("Unable to register signal handler"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/signals.rs:53:4 [INFO] [stdout] | [INFO] [stdout] 53 | error!("Unable to register signal handler"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/signals.rs:58:4 [INFO] [stdout] | [INFO] [stdout] 58 | error!("Unable to register signal handler"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/main.rs:23:4 [INFO] [stdout] | [INFO] [stdout] 23 | error!("Error listening for socket {}", socket); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/main.rs:33:4 [INFO] [stdout] | [INFO] [stdout] 33 | error!("Error binding epoll {} to listen socket {}", epoll, socket); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/main.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | ... debug!("Received {} events", events.len()) [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/main.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | ... debug!("Accepted client {}", new_client); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/main.rs:73:7 [INFO] [stdout] | [INFO] [stdout] 73 | error!("Encountered error polling epoll instance") [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/epoll.rs:49:39 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn new(flags : u32, buffer_size: uint) -> EPoll { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `sockaddr` in this scope [INFO] [stdout] --> src/sockets.rs:35:27 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn to_addr(&self) -> sockaddr { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use libc::sockaddr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `rusty` [INFO] [stdout] error: aborting due to 51 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0463. [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name rusty src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=ae62b7c68dd9de16 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.0.1` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "76afd97d62546e9a9212a2be57ace1fc662b6d80b413ec0ef1240929d8604125", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76afd97d62546e9a9212a2be57ace1fc662b6d80b413ec0ef1240929d8604125", kill_on_drop: false }` [INFO] [stdout] 76afd97d62546e9a9212a2be57ace1fc662b6d80b413ec0ef1240929d8604125