[INFO] fetching crate fb_failure_ext 0.1.3... [INFO] documenting fb_failure_ext-0.1.3 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate fb_failure_ext 0.1.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate fb_failure_ext 0.1.3 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fb_failure_ext 0.1.3 [INFO] finished tweaking crates.io crate fb_failure_ext 0.1.3 [INFO] tweaked toml for crates.io crate fb_failure_ext 0.1.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c07214858444d645e76914f89c0ac5d07889fa19de3bf01ef9fd4dbc5d8a6e0 [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" "3c07214858444d645e76914f89c0ac5d07889fa19de3bf01ef9fd4dbc5d8a6e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c07214858444d645e76914f89c0ac5d07889fa19de3bf01ef9fd4dbc5d8a6e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c07214858444d645e76914f89c0ac5d07889fa19de3bf01ef9fd4dbc5d8a6e0", kill_on_drop: false }` [INFO] [stdout] 3c07214858444d645e76914f89c0ac5d07889fa19de3bf01ef9fd4dbc5d8a6e0 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1661e5b4e19c3865103de96fba0308fe71031a53b6d262860b750dfee0d69fdc [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" "1661e5b4e19c3865103de96fba0308fe71031a53b6d262860b750dfee0d69fdc", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Checking object v0.28.4 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking backtrace v0.3.65 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Documenting fb_failure_ext v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:11:46 [INFO] [stdout] | [INFO] [stdout] 11 | #![deny(warnings, missing_docs, clippy::all, broken_intra_doc_links)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | #![deny(warnings, missing_docs, clippy::all, broken_intra_doc_links)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.00s [INFO] running `Command { std: "docker" "inspect" "1661e5b4e19c3865103de96fba0308fe71031a53b6d262860b750dfee0d69fdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1661e5b4e19c3865103de96fba0308fe71031a53b6d262860b750dfee0d69fdc", kill_on_drop: false }` [INFO] [stdout] 1661e5b4e19c3865103de96fba0308fe71031a53b6d262860b750dfee0d69fdc [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" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 4261c0e354e78be8aff8b36b5f22a72318a41ace987bcac294c7ea9b6fda5edf [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" "4261c0e354e78be8aff8b36b5f22a72318a41ace987bcac294c7ea9b6fda5edf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Checking miniz_oxide v0.5.1 [INFO] [stderr] Checking object v0.28.4 [INFO] [stderr] Compiling backtrace v0.3.65 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Documenting fb_failure_ext v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:11:46 [INFO] [stdout] | [INFO] [stdout] 11 | #![deny(warnings, missing_docs, clippy::all, broken_intra_doc_links)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | #![deny(warnings, missing_docs, clippy::all, broken_intra_doc_links)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(renamed_and_removed_lints)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `fb_failure_ext` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name failure_ext src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -Z unstable-options --document-private-items -C metadata=8c4c04269d821b6b -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-a2ad8fa07e0781ab.rmeta --extern failure=/opt/rustwide/target/debug/deps/libfailure-c88cfe258b39ebbc.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-34937b916995a2ad.rmeta --extern slog=/opt/rustwide/target/debug/deps/libslog-de0e6c7bdd0fd3e5.rmeta --extern-html-root-url 'anyhow=https://docs.rs/anyhow/1.0.57/' --extern-html-root-url 'failure=https://docs.rs/failure/0.1.8/' --extern-html-root-url 'futures=https://docs.rs/futures/0.1.31/' --extern-html-root-url 'slog=https://docs.rs/slog/2.7.0/' -Zunstable-options --crate-version 0.1.3` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "4261c0e354e78be8aff8b36b5f22a72318a41ace987bcac294c7ea9b6fda5edf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4261c0e354e78be8aff8b36b5f22a72318a41ace987bcac294c7ea9b6fda5edf", kill_on_drop: false }` [INFO] [stdout] 4261c0e354e78be8aff8b36b5f22a72318a41ace987bcac294c7ea9b6fda5edf