[INFO] fetching crate cql-rust 0.0.3... [INFO] documenting cql-rust-0.0.3 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate cql-rust 0.0.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate cql-rust 0.0.3 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cql-rust 0.0.3 [INFO] finished tweaking crates.io crate cql-rust 0.0.3 [INFO] tweaked toml for crates.io crate cql-rust 0.0.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "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] 8dd5153a4b78cee4b46752ec40e96d31086adc77585afb1dd18f3c8ae85ee31e [INFO] running `Command { std: "docker" "start" "-a" "8dd5153a4b78cee4b46752ec40e96d31086adc77585afb1dd18f3c8ae85ee31e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8dd5153a4b78cee4b46752ec40e96d31086adc77585afb1dd18f3c8ae85ee31e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8dd5153a4b78cee4b46752ec40e96d31086adc77585afb1dd18f3c8ae85ee31e", kill_on_drop: false }` [INFO] [stdout] 8dd5153a4b78cee4b46752ec40e96d31086adc77585afb1dd18f3c8ae85ee31e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "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] 6ac5e0f272e2f92e0f4d290857409ab4a2d0bfcc1d30b21c5643f13ed5509f67 [INFO] running `Command { std: "docker" "start" "-a" "6ac5e0f272e2f92e0f4d290857409ab4a2d0bfcc1d30b21c5643f13ed5509f67", kill_on_drop: false }` [INFO] [stderr] Documenting cql-rust v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/message.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | try!(buf.write_u8(0u as u8)); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> src/lib.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | use std::io::{IoResult}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] | help: a similar name exists in the module: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::Writer`, `std::io::MemWriter`, `std::io::MemReader`, `std::io::IoResult` [INFO] [stdout] --> src/message.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::{Writer, MemWriter, MemReader, IoResult}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^ no `IoResult` in `io` [INFO] [stdout] | | | | [INFO] [stdout] | | | no `MemReader` in `io` [INFO] [stdout] | | no `MemWriter` in `io` [INFO] [stdout] | no `Writer` in `io` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::{Write, MemWriter, MemReader, IoResult}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::{Writer, BufWriter, MemReader, IoResult}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::{Writer, MemWriter, BufReader, IoResult}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::{Writer, MemWriter, MemReader, Result}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::result::Ok`, `std::result::Err` [INFO] [stdout] --> src/message.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use std::result::{Ok, Err}; [INFO] [stdout] | ^^ ^^^ no `Err` in `result` [INFO] [stdout] | | [INFO] [stdout] | no `Ok` in `result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/message.rs:39:3 [INFO] [stdout] | [INFO] [stdout] 39 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/message.rs:50:3 [INFO] [stdout] | [INFO] [stdout] 50 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/message.rs:59:3 [INFO] [stdout] | [INFO] [stdout] 59 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/message.rs:65:3 [INFO] [stdout] | [INFO] [stdout] 65 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/message.rs:93:3 [INFO] [stdout] | [INFO] [stdout] 93 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> src/message.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | impl ReadMessage for R { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BufferedStream` in module `io` [INFO] [stdout] --> src/lib.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | buf: io::BufferedStream [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TcpStream` in module `io` [INFO] [stdout] --> src/lib.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | buf: io::BufferedStream [INFO] [stdout] | ^^^^^^^^^ not found in `io` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::TcpStream; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `io` [INFO] [stdout] --> src/lib.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn connect(addr: String) -> io::IoResult { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: Could not document `cql-rust`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name cql_rust src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.0.3` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "6ac5e0f272e2f92e0f4d290857409ab4a2d0bfcc1d30b21c5643f13ed5509f67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ac5e0f272e2f92e0f4d290857409ab4a2d0bfcc1d30b21c5643f13ed5509f67", kill_on_drop: false }` [INFO] [stdout] 6ac5e0f272e2f92e0f4d290857409ab4a2d0bfcc1d30b21c5643f13ed5509f67