[INFO] fetching crate elektra 0.9.1... [INFO] documenting elektra-0.9.1 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate elektra 0.9.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate elektra 0.9.1 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 elektra 0.9.1 [INFO] finished tweaking crates.io crate elektra 0.9.1 [INFO] tweaked toml for crates.io crate elektra 0.9.1 written to /workspace/builds/worker-9/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] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded elektra-sys v0.9.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 20ecb6d173e5295f7dcaa64b75a396a5ad89763604936d67477a0c741d54df66 [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" "20ecb6d173e5295f7dcaa64b75a396a5ad89763604936d67477a0c741d54df66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20ecb6d173e5295f7dcaa64b75a396a5ad89763604936d67477a0c741d54df66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20ecb6d173e5295f7dcaa64b75a396a5ad89763604936d67477a0c741d54df66", kill_on_drop: false }` [INFO] [stdout] 20ecb6d173e5295f7dcaa64b75a396a5ad89763604936d67477a0c741d54df66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 87362fc2a96be1131b9d96c984e3b335355c9da46c4f94df905bd393da4e4d4b [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" "87362fc2a96be1131b9d96c984e3b335355c9da46c4f94df905bd393da4e4d4b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling elektra-sys v0.9.1 [INFO] [stderr] Documenting elektra v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 42 | ptr: NonNull, [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:43:60 [INFO] [stdout] | [INFO] [stdout] 43 | _marker: std::marker::PhantomData<&'a mut elektra_sys::Key>, [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | ptr: NonNull, [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:49:60 [INFO] [stdout] | [INFO] [stdout] 49 | _marker: std::marker::PhantomData<&'a mut elektra_sys::Key>, [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | impl AsRef for $t { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] ... [INFO] [stdout] 120 | add_traits!(StringKey<'_>); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:95:47 [INFO] [stdout] | [INFO] [stdout] 95 | fn as_ref(&self) -> &elektra_sys::Key { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] ... [INFO] [stdout] 120 | add_traits!(StringKey<'_>); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | impl AsRef for $t { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] ... [INFO] [stdout] 121 | add_traits!(BinaryKey<'_>); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:95:47 [INFO] [stdout] | [INFO] [stdout] 95 | fn as_ref(&self) -> &elektra_sys::Key { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] ... [INFO] [stdout] 121 | add_traits!(BinaryKey<'_>); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:276:47 [INFO] [stdout] | [INFO] [stdout] 276 | unsafe fn from_ptr(ptr: *mut elektra_sys::Key) -> StringKey<'a> { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:291:47 [INFO] [stdout] | [INFO] [stdout] 291 | unsafe fn from_ptr(ptr: *mut elektra_sys::Key) -> BinaryKey<'a> { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:306:47 [INFO] [stdout] | [INFO] [stdout] 306 | fn as_ptr(&mut self) -> *mut elektra_sys::Key { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/key.rs:317:47 [INFO] [stdout] | [INFO] [stdout] 317 | fn as_ptr(&mut self) -> *mut elektra_sys::Key { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/readable.rs:6:43 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait ReadableKey: AsRef + PartialEq + Eq + PartialOrd + Ord { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/readable.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | unsafe fn from_ptr(ptr: *mut elektra_sys::Key) -> Self [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/readonly.rs:19:47 [INFO] [stdout] | [INFO] [stdout] 19 | unsafe fn from_ptr(ptr: *mut elektra_sys::Key) -> Self { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/readonly.rs:30:41 [INFO] [stdout] | [INFO] [stdout] 30 | impl AsRef for ReadOnly { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/readonly.rs:31:39 [INFO] [stdout] | [INFO] [stdout] 31 | fn as_ref(&self) -> &elektra_sys::Key { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Key` in crate `elektra_sys` [INFO] [stdout] --> src/writeable.rs:32:47 [INFO] [stdout] | [INFO] [stdout] 32 | fn as_ptr(&mut self) -> *mut elektra_sys::Key; [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KeySet` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:62:41 [INFO] [stdout] | [INFO] [stdout] 62 | ptr: std::ptr::NonNull, [INFO] [stdout] | ^^^^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 55 | use crate::KeySet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KeySet` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:63:52 [INFO] [stdout] | [INFO] [stdout] 63 | _marker: std::marker::PhantomData, [INFO] [stdout] | ^^^^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 55 | use crate::KeySet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `cursor_t` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:67:32 [INFO] [stdout] | [INFO] [stdout] 67 | pub type Cursor = elektra_sys::cursor_t; [INFO] [stdout] | ^^^^^^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `option_t` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:72:43 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct LookupOption: elektra_sys::option_t { [INFO] [stdout] | ^^^^^^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KDB_O_NONE` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:74:41 [INFO] [stdout] | [INFO] [stdout] 74 | const KDB_O_NONE = elektra_sys::KDB_O_NONE as elektra_sys::option_t; [INFO] [stdout] | ^^^^^^^^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `option_t` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:74:68 [INFO] [stdout] | [INFO] [stdout] 74 | const KDB_O_NONE = elektra_sys::KDB_O_NONE as elektra_sys::option_t; [INFO] [stdout] | ^^^^^^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KDB_O_POP` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:76:40 [INFO] [stdout] | [INFO] [stdout] 76 | const KDB_O_POP = elektra_sys::KDB_O_POP as elektra_sys::option_t; [INFO] [stdout] | ^^^^^^^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `option_t` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:76:66 [INFO] [stdout] | [INFO] [stdout] 76 | const KDB_O_POP = elektra_sys::KDB_O_POP as elektra_sys::option_t; [INFO] [stdout] | ^^^^^^^^ not found in `elektra_sys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KeySet` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | impl AsRef for KeySet { [INFO] [stdout] | ^^^^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 55 | use crate::KeySet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KeySet` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:147:39 [INFO] [stdout] | [INFO] [stdout] 147 | fn as_ref(&self) -> &elektra_sys::KeySet { [INFO] [stdout] | ^^^^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 55 | use crate::KeySet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KeySet` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:158:51 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn as_ptr(&mut self) -> *mut elektra_sys::KeySet { [INFO] [stdout] | ^^^^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 55 | use crate::KeySet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KeySet` in crate `elektra_sys` [INFO] [stdout] --> src/keyset.rs:185:54 [INFO] [stdout] | [INFO] [stdout] 185 | unsafe fn from_ptr(keyset_ptr: *mut elektra_sys::KeySet) -> KeySet { [INFO] [stdout] | ^^^^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 55 | use crate::KeySet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KDB` in crate `elektra_sys` [INFO] [stdout] --> src/kdb.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 13 | ptr: NonNull, [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 5 | use crate::KDB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KDB` in crate `elektra_sys` [INFO] [stdout] --> src/kdb.rs:14:52 [INFO] [stdout] | [INFO] [stdout] 14 | _marker: std::marker::PhantomData, [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 5 | use crate::KDB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KDB` in crate `elektra_sys` [INFO] [stdout] --> src/kdb.rs:109:51 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn as_ptr(&mut self) -> *mut elektra_sys::KDB { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 5 | use crate::KDB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KDB` in crate `elektra_sys` [INFO] [stdout] --> src/kdb.rs:114:25 [INFO] [stdout] | [INFO] [stdout] 114 | impl AsRef for KDB { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 5 | use crate::KDB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `KDB` in crate `elektra_sys` [INFO] [stdout] --> src/kdb.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 115 | fn as_ref(&self) -> &elektra_sys::KDB { [INFO] [stdout] | ^^^ not found in `elektra_sys` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 5 | use crate::KDB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 36 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `elektra`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name elektra src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="default"' --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e1a9b9121eac1683.rmeta --extern elektra_sys=/opt/rustwide/target/debug/deps/libelektra_sys-b3bd3f9a99556971.rmeta --cap-lints=warn --crate-version 0.9.1` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "87362fc2a96be1131b9d96c984e3b335355c9da46c4f94df905bd393da4e4d4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87362fc2a96be1131b9d96c984e3b335355c9da46c4f94df905bd393da4e4d4b", kill_on_drop: false }` [INFO] [stdout] 87362fc2a96be1131b9d96c984e3b335355c9da46c4f94df905bd393da4e4d4b