[INFO] fetching crate r_i18n 1.0.1... [INFO] documenting r_i18n-1.0.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate r_i18n 1.0.1 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate r_i18n 1.0.1 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate r_i18n 1.0.1 [INFO] finished tweaking crates.io crate r_i18n 1.0.1 [INFO] tweaked toml for crates.io crate r_i18n 1.0.1 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7fac34fd56876f359418b2f17ccaad437524520905894ce861d4e40d9c298c5b [INFO] running `Command { std: "docker" "start" "-a" "7fac34fd56876f359418b2f17ccaad437524520905894ce861d4e40d9c298c5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fac34fd56876f359418b2f17ccaad437524520905894ce861d4e40d9c298c5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fac34fd56876f359418b2f17ccaad437524520905894ce861d4e40d9c298c5b", kill_on_drop: false }` [INFO] [stdout] 7fac34fd56876f359418b2f17ccaad437524520905894ce861d4e40d9c298c5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50e15e7e30083507c40c42347f3f5736d5b6bef6b6325aa3eb26695f23c16164 [INFO] running `Command { std: "docker" "start" "-a" "50e15e7e30083507c40c42347f3f5736d5b6bef6b6325aa3eb26695f23c16164", kill_on_drop: false }` [INFO] [stderr] Checking json v0.11.15 [INFO] [stderr] Documenting r_i18n v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / //! # r_i18n [INFO] [stdout] 3 | | //! An i18n implementation in Rust. [INFO] [stdout] 4 | | [INFO] [stdout] 5 | | //! [![Build Status](https://travis-ci.com/WebD-EG/r_i18n.svg?branch=master)](https://travis-ci.com/WebD-EG/r_i18n) [INFO] [stdout] ... | [INFO] [stdout] 102 | | //! 3. Start Coding! [INFO] [stdout] 103 | | //! 4. Make a pull request when you're done :) [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` 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 `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/i18n.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / /// I18n configuration [INFO] [stdout] 12 | | /// # Example [INFO] [stdout] 13 | | /// ```no-run [INFO] [stdout] 14 | | /// extern crate i18n; [INFO] [stdout] ... | [INFO] [stdout] 19 | | /// } [INFO] [stdout] 20 | | /// ``` [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 `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/i18n.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | / /// Configures the library [INFO] [stdout] 35 | | /// [INFO] [stdout] 36 | | /// # Example [INFO] [stdout] 37 | | /// ```no-run [INFO] [stdout] ... | [INFO] [stdout] 49 | | /// } [INFO] [stdout] 50 | | /// ``` [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 `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/i18n.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | / /// Sets the current language [INFO] [stdout] 69 | | /// [INFO] [stdout] 70 | | /// # Example [INFO] [stdout] 71 | | /// ```no-run [INFO] [stdout] ... | [INFO] [stdout] 80 | | /// } [INFO] [stdout] 81 | | /// ``` [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 `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/i18n.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | / /// Translates by the keyword [INFO] [stdout] 103 | | /// [INFO] [stdout] 104 | | /// # Example [INFO] [stdout] 105 | | /// ```no-run [INFO] [stdout] ... | [INFO] [stdout] 119 | | /// } [INFO] [stdout] 120 | | /// ``` [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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.63s [INFO] running `Command { std: "docker" "inspect" "50e15e7e30083507c40c42347f3f5736d5b6bef6b6325aa3eb26695f23c16164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50e15e7e30083507c40c42347f3f5736d5b6bef6b6325aa3eb26695f23c16164", kill_on_drop: false }` [INFO] [stdout] 50e15e7e30083507c40c42347f3f5736d5b6bef6b6325aa3eb26695f23c16164 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 8c709755c4d4cbbfdc1835a3c3cd98af651fe0d9591b0df3f228c345153804af [INFO] running `Command { std: "docker" "start" "-a" "8c709755c4d4cbbfdc1835a3c3cd98af651fe0d9591b0df3f228c345153804af", kill_on_drop: false }` [INFO] [stderr] Checking json v0.11.15 [INFO] [stderr] Documenting r_i18n v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / //! # r_i18n [INFO] [stdout] 3 | | //! An i18n implementation in Rust. [INFO] [stdout] 4 | | [INFO] [stdout] 5 | | //! [![Build Status](https://travis-ci.com/WebD-EG/r_i18n.svg?branch=master)](https://travis-ci.com/WebD-EG/r_i18n) [INFO] [stdout] ... | [INFO] [stdout] 102 | | //! 3. Start Coding! [INFO] [stdout] 103 | | //! 4. Make a pull request when you're done :) [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` 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 `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/i18n.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / /// I18n configuration [INFO] [stdout] 12 | | /// # Example [INFO] [stdout] 13 | | /// ```no-run [INFO] [stdout] 14 | | /// extern crate i18n; [INFO] [stdout] ... | [INFO] [stdout] 19 | | /// } [INFO] [stdout] 20 | | /// ``` [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 `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/i18n.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | / /// Configures the library [INFO] [stdout] 35 | | /// [INFO] [stdout] 36 | | /// # Example [INFO] [stdout] 37 | | /// ```no-run [INFO] [stdout] ... | [INFO] [stdout] 49 | | /// } [INFO] [stdout] 50 | | /// ``` [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 `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/i18n.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | / /// Sets the current language [INFO] [stdout] 69 | | /// [INFO] [stdout] 70 | | /// # Example [INFO] [stdout] 71 | | /// ```no-run [INFO] [stdout] ... | [INFO] [stdout] 80 | | /// } [INFO] [stdout] 81 | | /// ``` [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 `no-run`. Did you mean `no_run`? [INFO] [stdout] --> src/i18n.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | / /// Translates by the keyword [INFO] [stdout] 103 | | /// [INFO] [stdout] 104 | | /// # Example [INFO] [stdout] 105 | | /// ```no-run [INFO] [stdout] ... | [INFO] [stdout] 119 | | /// } [INFO] [stdout] 120 | | /// ``` [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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "8c709755c4d4cbbfdc1835a3c3cd98af651fe0d9591b0df3f228c345153804af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c709755c4d4cbbfdc1835a3c3cd98af651fe0d9591b0df3f228c345153804af", kill_on_drop: false }` [INFO] [stdout] 8c709755c4d4cbbfdc1835a3c3cd98af651fe0d9591b0df3f228c345153804af