[INFO] crate imdl-indicatif 0.14.0 is already in cache [INFO] documenting imdl-indicatif-0.14.0 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate imdl-indicatif 0.14.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate imdl-indicatif 0.14.0 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate imdl-indicatif 0.14.0 [INFO] finished tweaking crates.io crate imdl-indicatif 0.14.0 [INFO] tweaked toml for crates.io crate imdl-indicatif 0.14.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate imdl-indicatif 0.14.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "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] 54dee6a7ded1e5f50a7fb09fee33d7a9ead94c01d38b59f8ecddd3028658ae83 [INFO] running `Command { std: "docker" "start" "-a" "54dee6a7ded1e5f50a7fb09fee33d7a9ead94c01d38b59f8ecddd3028658ae83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54dee6a7ded1e5f50a7fb09fee33d7a9ead94c01d38b59f8ecddd3028658ae83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54dee6a7ded1e5f50a7fb09fee33d7a9ead94c01d38b59f8ecddd3028658ae83", kill_on_drop: false }` [INFO] [stdout] 54dee6a7ded1e5f50a7fb09fee33d7a9ead94c01d38b59f8ecddd3028658ae83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a47d0061a043b7053ad5f0033ec7059cbd2dd407c39e0e763412474ae3d06f2 [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" "8a47d0061a043b7053ad5f0033ec7059cbd2dd407c39e0e763412474ae3d06f2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.16 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking console v0.10.0 [INFO] [stderr] Documenting imdl-indicatif v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/progress.rs:696:5 [INFO] [stdout] | [INFO] [stdout] 696 | / /// Wraps an iterator with the progress bar. [INFO] [stdout] 697 | | /// [INFO] [stdout] 698 | | /// ```rust,norun [INFO] [stdout] 699 | | /// # use imdl_indicatif::ProgressBar; [INFO] [stdout] ... | [INFO] [stdout] 704 | | /// } [INFO] [stdout] 705 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_codeblock_attribute)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/progress.rs:713:5 [INFO] [stdout] | [INFO] [stdout] 713 | / /// Wraps a Reader with the progress bar. [INFO] [stdout] 714 | | /// [INFO] [stdout] 715 | | /// ```rust,norun [INFO] [stdout] 716 | | /// # use std::fs::File; [INFO] [stdout] ... | [INFO] [stdout] 725 | | /// # } [INFO] [stdout] 726 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/progress.rs:734:5 [INFO] [stdout] | [INFO] [stdout] 734 | / /// Wraps a Writer with the progress bar. [INFO] [stdout] 735 | | /// [INFO] [stdout] 736 | | /// ```rust,norun [INFO] [stdout] 737 | | /// # use std::fs::File; [INFO] [stdout] ... | [INFO] [stdout] 746 | | /// # } [INFO] [stdout] 747 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.23s [INFO] running `Command { std: "docker" "inspect" "8a47d0061a043b7053ad5f0033ec7059cbd2dd407c39e0e763412474ae3d06f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a47d0061a043b7053ad5f0033ec7059cbd2dd407c39e0e763412474ae3d06f2", kill_on_drop: false }` [INFO] [stdout] 8a47d0061a043b7053ad5f0033ec7059cbd2dd407c39e0e763412474ae3d06f2