[INFO] fetching crate tofu 0.1.11... [INFO] documenting tofu-0.1.11 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate tofu 0.1.11 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate tofu 0.1.11 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 tofu 0.1.11 [INFO] finished tweaking crates.io crate tofu 0.1.11 [INFO] tweaked toml for crates.io crate tofu 0.1.11 written to /workspace/builds/worker-2/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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rawpointer v0.2.1 [INFO] [stderr] Downloaded odds v0.4.0 [INFO] [stderr] Downloaded rawslice v0.1.1 [INFO] [stderr] Downloaded unchecked-index v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 8f821369cb9a496326e8a895d79cc3815573cc84add9a7589975df8dbc0b50cb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8f821369cb9a496326e8a895d79cc3815573cc84add9a7589975df8dbc0b50cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f821369cb9a496326e8a895d79cc3815573cc84add9a7589975df8dbc0b50cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f821369cb9a496326e8a895d79cc3815573cc84add9a7589975df8dbc0b50cb", kill_on_drop: false }` [INFO] [stdout] 8f821369cb9a496326e8a895d79cc3815573cc84add9a7589975df8dbc0b50cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stdout] 77d601a2a409ed87790c170f2f6ad6d718bbefe49c14a9c3909a6f30bc03d815 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "77d601a2a409ed87790c170f2f6ad6d718bbefe49c14a9c3909a6f30bc03d815", kill_on_drop: false }` [INFO] [stderr] Documenting tofu v0.1.11 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stdout] --> src/lib.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | pub use openssl::crypto::pkey::PKey as Key; [INFO] [stdout] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stdout] --> src/lib.rs:204:22 [INFO] [stdout] | [INFO] [stdout] 204 | use openssl::crypto::hash::Type; [INFO] [stdout] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stdout] --> src/lib.rs:239:22 [INFO] [stdout] | [INFO] [stdout] 239 | use openssl::crypto::hash::Type; [INFO] [stdout] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `openssl::ssl::error::SslError`, `super::SslError` [INFO] [stdout] --> src/lib.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub use openssl::ssl::error::SslError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `StdError` [INFO] [stdout] | no `SslError` in `ssl::error` [INFO] [stdout] ... [INFO] [stdout] 122 | use super::SslError; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in this scope [INFO] [stdout] --> src/lib.rs:228:14 [INFO] [stdout] | [INFO] [stdout] 228 | pub key: Key, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 11 | use io::lazy::sys_common::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] 11 | use io::sys::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in this scope [INFO] [stdout] --> src/lib.rs:305:52 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn from(name: String, cert: Cert<'a>, key: Key) -> Self { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 11 | use io::lazy::sys_common::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] 11 | use io::sys::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in this scope [INFO] [stdout] --> src/lib.rs:619:37 [INFO] [stdout] | [INFO] [stdout] 619 | pub type CtxCreate = Box Result + Send + 'static + Sync>; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 11 | use io::lazy::sys_common::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] 11 | use io::sys::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in this scope [INFO] [stdout] --> src/lib.rs:643:53 [INFO] [stdout] | [INFO] [stdout] 643 | fn ctx_create<'a>(&self, cert: &Cert<'a>, key: &Key) -> Result [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 11 | use io::lazy::sys_common::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] 11 | use io::sys::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in this scope [INFO] [stdout] --> src/lib.rs:673:61 [INFO] [stdout] | [INFO] [stdout] 673 | pub fn insert(&mut self, name: String, cert: Cert, key: Key) -> Result> [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 11 | use io::lazy::sys_common::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] 11 | use io::sys::thread_local_key::Key; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: module `error` is private [INFO] [stdout] --> src/lib.rs:18:23 [INFO] [stdout] | [INFO] [stdout] 18 | pub use openssl::ssl::error::SslError; [INFO] [stdout] | ^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `error` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.30/src/ssl/mod.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | mod error; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0603. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `tofu`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name tofu 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 --extern log=/opt/rustwide/target/debug/deps/liblog-95a9d57e67df36ac.rmeta --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-d93c6407fe47564b.rmeta --extern tempdir=/opt/rustwide/target/debug/deps/libtempdir-fe4a174289838585.rmeta --cap-lints=warn --crate-version 0.1.11` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "77d601a2a409ed87790c170f2f6ad6d718bbefe49c14a9c3909a6f30bc03d815", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77d601a2a409ed87790c170f2f6ad6d718bbefe49c14a9c3909a6f30bc03d815", kill_on_drop: false }` [INFO] [stdout] 77d601a2a409ed87790c170f2f6ad6d718bbefe49c14a9c3909a6f30bc03d815