[INFO] updating cached repository https://github.com/bitrix1/test_2022_03_23 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a99d86ae90ac7584839cfe056d580d95eed0cd00 [INFO] documenting bitrix1/test_2022_03_23/a99d86ae90ac7584839cfe056d580d95eed0cd00 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbitrix1%2Ftest_2022_03_23" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bitrix1/test_2022_03_23 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 git repo https://github.com/bitrix1/test_2022_03_23 [INFO] finished tweaking git repo https://github.com/bitrix1/test_2022_03_23 [INFO] tweaked toml for git repo https://github.com/bitrix1/test_2022_03_23 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/bitrix1/test_2022_03_23 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 582e84f85f17fe21e6adce65e7a5896abfca08f1dcd99109fa8794b0e743d906 [INFO] running `Command { std: "docker" "start" "-a" "582e84f85f17fe21e6adce65e7a5896abfca08f1dcd99109fa8794b0e743d906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "582e84f85f17fe21e6adce65e7a5896abfca08f1dcd99109fa8794b0e743d906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "582e84f85f17fe21e6adce65e7a5896abfca08f1dcd99109fa8794b0e743d906", kill_on_drop: false }` [INFO] [stdout] 582e84f85f17fe21e6adce65e7a5896abfca08f1dcd99109fa8794b0e743d906 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 3f07faa8661cc9d46ac722f8aa48c6e8a0fd8fe029971dabc491645d5225a0da [INFO] running `Command { std: "docker" "start" "-a" "3f07faa8661cc9d46ac722f8aa48c6e8a0fd8fe029971dabc491645d5225a0da", kill_on_drop: false }` [INFO] [stderr] Documenting test_2022_03_23 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/macros_ex/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | //! https://stackoverflow.com/questions/26731243/how-do-i-use-a-macro-across-module-files [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/macros_ex/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | //! https://blog.logrocket.com/macros-in-rust-a-tutorial-with-examples/#:~:text=Rust%20has%20excellent%20support%20for,are%20expanded%20d... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/thread_ex/move_to_thread.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://doc.rust-lang.org/book/ch16-01-threads.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/thread_ex/static_unsave_x.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://doc.rust-lang.org/book/ch16-01-threads.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.41s [INFO] running `Command { std: "docker" "inspect" "3f07faa8661cc9d46ac722f8aa48c6e8a0fd8fe029971dabc491645d5225a0da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f07faa8661cc9d46ac722f8aa48c6e8a0fd8fe029971dabc491645d5225a0da", kill_on_drop: false }` [INFO] [stdout] 3f07faa8661cc9d46ac722f8aa48c6e8a0fd8fe029971dabc491645d5225a0da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] ff2a3a25f7e4b409a662624bd048a8130b986331da458d1eeb596097d2adf485 [INFO] running `Command { std: "docker" "start" "-a" "ff2a3a25f7e4b409a662624bd048a8130b986331da458d1eeb596097d2adf485", kill_on_drop: false }` [INFO] [stderr] Documenting test_2022_03_23 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/macros_ex/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | //! https://stackoverflow.com/questions/26731243/how-do-i-use-a-macro-across-module-files [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/macros_ex/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | //! https://blog.logrocket.com/macros-in-rust-a-tutorial-with-examples/#:~:text=Rust%20has%20excellent%20support%20for,are%20expanded%20d... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/thread_ex/move_to_thread.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://doc.rust-lang.org/book/ch16-01-threads.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/thread_ex/static_unsave_x.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | //! https://doc.rust-lang.org/book/ch16-01-threads.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `Command { std: "docker" "inspect" "ff2a3a25f7e4b409a662624bd048a8130b986331da458d1eeb596097d2adf485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff2a3a25f7e4b409a662624bd048a8130b986331da458d1eeb596097d2adf485", kill_on_drop: false }` [INFO] [stdout] ff2a3a25f7e4b409a662624bd048a8130b986331da458d1eeb596097d2adf485