Build #2181449 2025-06-01 12:01:57
# rustc version
rustc 1.89.0-nightly (4d08223c0 2025-05-31)# docs.rs version
docsrs 0.6.0 (d2911047 2025-05-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/selenium_webdriver-0.1.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/selenium_webdriver-0.1.7/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250531-1.89.0-nightly-4d08223c0\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", 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] cdf7150b6a3297f02e093641045b9d9aaae0be4256ccac33390ea1f3670747b6
[INFO] running `Command { std: "docker" "start" "-a" "cdf7150b6a3297f02e093641045b9d9aaae0be4256ccac33390ea1f3670747b6", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting selenium_webdriver v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `"5",r#"Jack"#,"15"` contains multiple anchors
[INFO] [stderr] --> src/browser.rs:533:97
[INFO] [stderr] |
[INFO] [stderr] 533 | /// For example, if the args list you want to pass is [5,"Jack", 15], the vector should be ["5",r#"Jack"#,"15"]
[INFO] [stderr] | ^^^^^^^^^^^^------
[INFO] [stderr] | |
[INFO] [stderr] | invalid anchor
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/actions.rs:12:11
[INFO] [stderr] |
[INFO] [stderr] 12 | /// (see "https://www.w3.org/TR/webdriver/#actions" for more details).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 12 | /// (see "<https://www.w3.org/TR/webdriver/#actions>" for more details).
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/chromeoptions.rs:6:54
[INFO] [stderr] |
[INFO] [stderr] 6 | /// For more info pls check the chromedriver docs at https://chromedriver.chromium.org/capabilities
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 6 | /// For more info pls check the chromedriver docs at <https://chromedriver.chromium.org/capabilities>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/chromeoptions.rs:156:23
[INFO] [stderr] |
[INFO] [stderr] 156 | ///See the details at https://chromedriver.chromium.org/mobile-emulation
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 156 | ///See the details at <https://chromedriver.chromium.org/mobile-emulation>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/firefoxoptions.rs:6:5
[INFO] [stderr] |
[INFO] [stderr] 6 | /// https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 6 | /// <https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/firefoxoptions.rs:26:8
[INFO] [stderr] |
[INFO] [stderr] 26 | ///https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options?redirectlocale=en-US&redirectslug=Command_Line_Options
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 26 | ///<https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options?redirectlocale=en-US&redirectslug=Command_Line_Options>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/safarioptions.rs:3:17
[INFO] [stderr] |
[INFO] [stderr] 3 | /// Please see https://developer.apple.com/documentation/webkit/about_webdriver_for_safari for more info
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 3 | /// Please see <https://developer.apple.com/documentation/webkit/about_webdriver_for_safari> for more info
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/proxy.rs:3:33
[INFO] [stderr] |
[INFO] [stderr] 3 | /// For more details please see https://www.w3.org/TR/webdriver/#proxy
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 3 | /// For more details please see <https://www.w3.org/TR/webdriver/#proxy>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/capabilities.rs:13:32
[INFO] [stderr] |
[INFO] [stderr] 13 | /// For more info please visit https://www.w3.org/TR/webdriver/#capabilities
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 13 | /// For more info please visit <https://www.w3.org/TR/webdriver/#capabilities>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `selenium_webdriver` (lib doc) generated 9 warnings (run `cargo fix --lib -p selenium_webdriver` to apply 8 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] [stderr] Generated /opt/rustwide/target/i686-unknown-linux-gnu/doc/selenium_webdriver/index.html
[INFO] running `Command { std: "docker" "inspect" "cdf7150b6a3297f02e093641045b9d9aaae0be4256ccac33390ea1f3670747b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdf7150b6a3297f02e093641045b9d9aaae0be4256ccac33390ea1f3670747b6", kill_on_drop: false }`
[INFO] [stdout] cdf7150b6a3297f02e093641045b9d9aaae0be4256ccac33390ea1f3670747b6