[INFO] fetching crate cntr-nix 0.11.3-pre1... [INFO] documenting cntr-nix-0.11.3-pre1 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate cntr-nix 0.11.3-pre1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate cntr-nix 0.11.3-pre1 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 cntr-nix 0.11.3-pre1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cntr-nix 0.11.3-pre1 [INFO] tweaked toml for crates.io crate cntr-nix 0.11.3-pre1 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] 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] 6f50adaf5be36dbcfc55fe24b34488fb64e3f580d426e2f5d1ce0aa2085ce3d2 [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" "6f50adaf5be36dbcfc55fe24b34488fb64e3f580d426e2f5d1ce0aa2085ce3d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f50adaf5be36dbcfc55fe24b34488fb64e3f580d426e2f5d1ce0aa2085ce3d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f50adaf5be36dbcfc55fe24b34488fb64e3f580d426e2f5d1ce0aa2085ce3d2", kill_on_drop: false }` [INFO] [stdout] 6f50adaf5be36dbcfc55fe24b34488fb64e3f580d426e2f5d1ce0aa2085ce3d2 [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] a2264d5f80f2b7d3ce0f816c29d76538af9c69386b940756fbff2863ac34dce7 [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" "a2264d5f80f2b7d3ce0f816c29d76538af9c69386b940756fbff2863ac34dce7", kill_on_drop: false }` [INFO] [stderr] Compiling cntr-nix v0.11.3-pre1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting cntr-nix v0.11.3-pre1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/features.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mqueue.rs:154:46 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn mq_set_nonblock(mqd: mqd_t) -> Result<(MqAttr)> { [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | #![deny(unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(unused_parens)]` implied by `#[warn(unused)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mqueue.rs:166:49 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn mq_remove_nonblock(mqd: mqd_t) -> Result<(MqAttr)> { [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [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[E0308]: mismatched types [INFO] [stdout] --> src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [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[E0308]: mismatched types [INFO] [stdout] --> src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [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[E0308]: mismatched types [INFO] [stdout] --> src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [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[E0308]: mismatched types [INFO] [stdout] --> src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [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[E0308]: mismatched types [INFO] [stdout] --> src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [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[E0308]: mismatched types [INFO] [stdout] --> src/macros.rs:197:26 [INFO] [stdout] | [INFO] [stdout] 197 | $entry = libc::$entry, [INFO] [stdout] | ^^^^^^^^^^^^ expected `i32`, found `u32` [INFO] [stdout] | [INFO] [stdout] ::: src/sys/resource.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / libc_enum!{ [INFO] [stdout] 7 | | #[repr(i32)] [INFO] [stdout] 8 | | pub enum Resource { [INFO] [stdout] 9 | | RLIMIT_AS, [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | } [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: aborting due to 7 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: Could not document `cntr-nix`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name nix 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 bitflags=/opt/rustwide/target/debug/deps/libbitflags-e1a9b9121eac1683.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b31c81520e08f43a.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-b01e5f49cd1b74e8.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-0ccfc045111cba9c.rmeta --cap-lints=warn --crate-version 0.11.3-pre1` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "a2264d5f80f2b7d3ce0f816c29d76538af9c69386b940756fbff2863ac34dce7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2264d5f80f2b7d3ce0f816c29d76538af9c69386b940756fbff2863ac34dce7", kill_on_drop: false }` [INFO] [stdout] a2264d5f80f2b7d3ce0f816c29d76538af9c69386b940756fbff2863ac34dce7