[INFO] crate r_i18n 1.0.1 is already in cache [INFO] documenting r_i18n-1.0.1 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate r_i18n 1.0.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate r_i18n 1.0.1 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 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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] e368f59f3f1bead995dfbec438291636fce392da0f027e877ef5f46842801f10 [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" "e368f59f3f1bead995dfbec438291636fce392da0f027e877ef5f46842801f10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e368f59f3f1bead995dfbec438291636fce392da0f027e877ef5f46842801f10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e368f59f3f1bead995dfbec438291636fce392da0f027e877ef5f46842801f10", kill_on_drop: false }` [INFO] [stdout] e368f59f3f1bead995dfbec438291636fce392da0f027e877ef5f46842801f10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] e51c40cde9ccc7925ee4b8c10644623529f8e05b61efd2270fa5bf3827aa2048 [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" "e51c40cde9ccc7925ee4b8c10644623529f8e05b61efd2270fa5bf3827aa2048", 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(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 `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] = 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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.41s [INFO] running `Command { std: "docker" "inspect" "e51c40cde9ccc7925ee4b8c10644623529f8e05b61efd2270fa5bf3827aa2048", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e51c40cde9ccc7925ee4b8c10644623529f8e05b61efd2270fa5bf3827aa2048", kill_on_drop: false }` [INFO] [stdout] e51c40cde9ccc7925ee4b8c10644623529f8e05b61efd2270fa5bf3827aa2048