[INFO] cloning repository https://github.com/precision-software/nanocast-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/precision-software/nanocast-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprecision-software%2Fnanocast-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprecision-software%2Fnanocast-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 280f4b6429c87f7e467c66937b04138961a96ecc [INFO] documenting precision-software/nanocast-rust against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprecision-software%2Fnanocast-rust" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/precision-software/nanocast-rust on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/precision-software/nanocast-rust [INFO] finished tweaking git repo https://github.com/precision-software/nanocast-rust [INFO] tweaked toml for git repo https://github.com/precision-software/nanocast-rust written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/precision-software/nanocast-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aac40d6cca39f6633f10a5858cf9e0aadf90720a79c878a69816446810d0a3f4 [INFO] running `Command { std: "docker" "start" "-a" "aac40d6cca39f6633f10a5858cf9e0aadf90720a79c878a69816446810d0a3f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aac40d6cca39f6633f10a5858cf9e0aadf90720a79c878a69816446810d0a3f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aac40d6cca39f6633f10a5858cf9e0aadf90720a79c878a69816446810d0a3f4", kill_on_drop: false }` [INFO] [stdout] aac40d6cca39f6633f10a5858cf9e0aadf90720a79c878a69816446810d0a3f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a83cab5308448e7c29f4360563b03500627abb285283e3c51a2f0bf85a686069 [INFO] running `Command { std: "docker" "start" "-a" "a83cab5308448e7c29f4360563b03500627abb285283e3c51a2f0bf85a686069", kill_on_drop: false }` [INFO] [stderr] Documenting nanocast-rust1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/main.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(in_band_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed due to unsolved ergonomic questions and added lifetime resolution complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `mount_table` [INFO] [stdout] --> src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | mod mount_table; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `mount_table`, create file "src/mount_table.rs" or "src/mount_table/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0761]: file for module `test` found at both "src/broadcaster/test.rs" and "src/broadcaster/test/mod.rs" [INFO] [stdout] --> src/broadcaster/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod test; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: delete or rename one of them to remove the ambiguity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0428]: the name `broadcaster` is defined multiple times [INFO] [stdout] --> src/main.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 9 | mod broadcaster; [INFO] [stdout] | ---------------- previous definition of the module `broadcaster` here [INFO] [stdout] ... [INFO] [stdout] 12 | mod broadcaster; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ `broadcaster` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `broadcaster` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0428]: the name `broadcaster` is defined multiple times [INFO] [stdout] --> src/main.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 9 | mod broadcaster; [INFO] [stdout] | ---------------- previous definition of the module `broadcaster` here [INFO] [stdout] ... [INFO] [stdout] 15 | mod broadcaster; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ `broadcaster` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `broadcaster` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::broadcaster::BroadcasterInner` [INFO] [stdout] --> src/ntrip.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | use crate::broadcaster::BroadcasterInner; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^---------------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Broadcaster` [INFO] [stdout] | no `BroadcasterInner` in `broadcaster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> src/broadcaster/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use futures::task::{Waker, noop_waker, Context, Poll}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mount_table::MountTable` [INFO] [stdout] --> src/main.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use mount_table::MountTable; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no `MountTable` in `mount_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures` [INFO] [stdout] --> src/broadcaster/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::Future; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> src/Broadcaster.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use futures::io::Error; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `log` [INFO] [stdout] --> src/Broadcaster.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use log::debug; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `thiserror` [INFO] [stdout] --> src/Broadcaster.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use thiserror::Error; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `thiserror` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/Broadcaster.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use tokio::io::{AsyncReadExt, AsyncWriteExt, ReadBuf}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/Broadcaster.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use tokio::prelude::{AsyncBufRead, AsyncRead, AsyncWrite}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio` [INFO] [stdout] --> src/Broadcaster.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use tokio::io; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `log` [INFO] [stdout] --> src/main.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use log::debug; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `log` [INFO] [stdout] --> src/http.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use log::*; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `runtime` [INFO] [stdout] --> src/ntrip.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use runtime::net::{TcpListener, TcpStream}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `log`, `runtime::net::TcpListener`, `runtime::net::TcpStream` [INFO] [stdout] --> src/ntrip.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use log::*; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] 5 | use runtime::net::{TcpListener, TcpStream}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `thiserror` [INFO] [stdout] --> src/ntrip.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use thiserror::Error; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `thiserror` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio` [INFO] [stdout] --> src/ntrip.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio as runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no external crate `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/ntrip.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use tokio::prelude::*; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/ntrip.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use tokio::stream::Stream; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `tokio`, `tokio::prelude::*`, `tokio::stream::Stream` [INFO] [stdout] --> src/ntrip.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use tokio::io; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] 9 | use tokio::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | use tokio::stream::Stream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures` [INFO] [stdout] --> src/ntrip.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | use futures::Future; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `thiserror` [INFO] [stdout] --> src/http.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use thiserror::Error; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `thiserror` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/http.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use tokio::net::{TcpListener, TcpStream}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/http.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use tokio::prelude::{AsyncRead, AsyncWrite, io}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/http.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use tokio::prelude::io::AsyncReadExt; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/http.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use tokio::time::Duration; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `tokio`, `tokio::net::TcpListener`, `tokio::net::TcpStream`, `tokio::prelude::AsyncRead`, `tokio::prelude::AsyncWrite`, `tokio::prelude::io`, `tokio::prelude::io::AsyncReadExt`, `tokio::time::Duration` [INFO] [stdout] --> src/http.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use tokio as runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no external crate `tokio` [INFO] [stdout] 11 | use tokio::net::{TcpListener, TcpStream}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] 12 | use tokio::prelude::{AsyncRead, AsyncWrite, io}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ ^^ [INFO] [stdout] 13 | use tokio::prelude::io::AsyncReadExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 14 | use tokio::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/http.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use tokio::macros::support::{Future, Pin}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> src/http.rs:262:9 [INFO] [stdout] | [INFO] [stdout] 262 | use futures::task::{Context, Poll}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/http.rs:263:9 [INFO] [stdout] | [INFO] [stdout] 263 | use tokio::io::ReadBuf; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/http.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | use tokio::macros::support::Pin; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/http.rs:265:9 [INFO] [stdout] | [INFO] [stdout] 265 | use tokio::prelude::AsyncWrite; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `tokio_io_timeout`, `tokio::macros::support::Future`, `tokio::macros::support::Pin`, `futures::task::Context`, `futures::task::Poll`, `tokio::io::ReadBuf`, `tokio::macros::support::Pin`, `tokio::prelude::AsyncWrite`, `crate::http::read_request`, `crate::http::Request` [INFO] [stdout] --> src/http.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use tokio_io_timeout::TimeoutStream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_io_timeout` [INFO] [stdout] ... [INFO] [stdout] 21 | use tokio::macros::support::{Future, Pin}; [INFO] [stdout] | ^^^^^^ ^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | use futures::task::{Context, Poll}; [INFO] [stdout] | ^^^^^^^ ^^^^ [INFO] [stdout] 263 | use tokio::io::ReadBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 264 | use tokio::macros::support::Pin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 265 | use tokio::prelude::AsyncWrite; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 266 | [INFO] [stdout] 267 | use crate::http::{read_request, Request}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/main.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | #[tokio::main] [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `log` [INFO] [stdout] --> src/main.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | log::debug!("Starting - trial debug message\n"); [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `log` [INFO] [stdout] --> src/main.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | log::error!("Starting - trial error message\n"); [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Error` [INFO] [stdout] --> src/ntrip.rs:74:20 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Debug,Error)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `error` in this scope [INFO] [stdout] --> src/ntrip.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | #[error("Http version '{0}' is not recognized, only HTTP/1.1")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `error` in this scope [INFO] [stdout] --> src/ntrip.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | #[error("NTRIP listener unable to accept connection")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `from` in this scope [INFO] [stdout] --> src/ntrip.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | IoError{#[from]source:io::Error}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Error` [INFO] [stdout] --> src/ntrip.rs:110:20 [INFO] [stdout] | [INFO] [stdout] 110 | #[derive(Debug,Error)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `error` in this scope [INFO] [stdout] --> src/ntrip.rs:112:11 [INFO] [stdout] | [INFO] [stdout] 112 | #[error("I/O error while starting NTRIP connection.")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `from` in this scope [INFO] [stdout] --> src/ntrip.rs:113:19 [INFO] [stdout] | [INFO] [stdout] 113 | IoError{#[from]source: io::Error}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `error` in this scope [INFO] [stdout] --> src/ntrip.rs:114:11 [INFO] [stdout] | [INFO] [stdout] 114 | #[error("Mount Table error while starting NTRIP connection.")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `from` in this scope [INFO] [stdout] --> src/ntrip.rs:115:27 [INFO] [stdout] | [INFO] [stdout] 115 | MountTableError{#[from]source: mount_table::Error}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/http.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | error!("NanoServer: Problem listening on addr:{} - {}", addr, e); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `error` in this scope [INFO] [stdout] --> src/http.rs:133:23 [INFO] [stdout] | [INFO] [stdout] 133 | Err(e) => error!("NanoServer unable to read http header {}", e), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Error` [INFO] [stdout] --> src/http.rs:244:16 [INFO] [stdout] | [INFO] [stdout] 244 | #[derive(Debug,Error)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `error` in this scope [INFO] [stdout] --> src/http.rs:246:7 [INFO] [stdout] | [INFO] [stdout] 246 | #[error("Invalid NTRIP request: {0}")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `error` in this scope [INFO] [stdout] --> src/http.rs:248:7 [INFO] [stdout] | [INFO] [stdout] 248 | #[error("Invalid NTRIP header: {0}")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `error` in this scope [INFO] [stdout] --> src/http.rs:250:7 [INFO] [stdout] | [INFO] [stdout] 250 | #[error("Duplicate http header line {0}")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `error` in this scope [INFO] [stdout] --> src/http.rs:252:7 [INFO] [stdout] | [INFO] [stdout] 252 | #[error("Bad utf8 character in http header")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `from` in this scope [INFO] [stdout] --> src/http.rs:253:16 [INFO] [stdout] | [INFO] [stdout] 253 | StrError(#[from]std::str::Utf8Error), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `error` in this scope [INFO] [stdout] --> src/http.rs:254:7 [INFO] [stdout] | [INFO] [stdout] 254 | #[error("Problem reading http header")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `from` in this scope [INFO] [stdout] --> src/http.rs:255:15 [INFO] [stdout] | [INFO] [stdout] 255 | IoError(#[from]io::Error), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MountTable` [INFO] [stdout] --> src/ntrip.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 27 | static MOUNT_TABLE:MountTable = MountTable::new(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `MountTable` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MountTable` in this scope [INFO] [stdout] --> src/ntrip.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | static MOUNT_TABLE:MountTable = MountTable::new(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MountTable` in this scope [INFO] [stdout] --> src/ntrip.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | pub async fn process_source(stream:AsyncIO, request:Request, mt: &MountTable) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in module `mount_table` [INFO] [stdout] --> src/ntrip.rs:115:53 [INFO] [stdout] | [INFO] [stdout] 115 | MountTableError{#[from]source: mount_table::Error}, [INFO] [stdout] | ^^^^^ not found in `mount_table` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 84 | use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 84 | use crate::http::Error; [INFO] [stdout] | [INFO] [stdout] 84 | use crate::ntrip::client::Error; [INFO] [stdout] | [INFO] [stdout] 84 | use std::error::Error; [INFO] [stdout] | [INFO] [stdout] and 2 other candidates [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 115 - MountTableError{#[from]source: mount_table::Error}, [INFO] [stdout] 115 + MountTableError{#[from]source: Error}, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(try_blocks)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(str_split_once)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(array_methods)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(in_band_lifetimes)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(async_closure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 69 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0428, E0432, E0433, E0554, E0557, E0583, E0761. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not document `nanocast-rust1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name nanocast_rust1 src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=6208265b8a3757b6 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "a83cab5308448e7c29f4360563b03500627abb285283e3c51a2f0bf85a686069", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a83cab5308448e7c29f4360563b03500627abb285283e3c51a2f0bf85a686069", kill_on_drop: false }` [INFO] [stdout] a83cab5308448e7c29f4360563b03500627abb285283e3c51a2f0bf85a686069