# rustc version rustc 1.50.0-nightly (74f7e32f4 2020-11-13)
# docs.rs version docsrs 0.6.0 (b527df8 2020-11-09)
# 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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-j2" "--" "-Z" "unstable-options" "--extern-html-root-url" "serde_json=https://docs.rs/serde_json/1.0.59" "--extern-html-root-url" "base64=https://docs.rs/base64/0.13.0" "--extern-html-root-url" "serde=https://docs.rs/serde/1.0.117" "--resource-suffix" "-20201113-1.50.0-nightly-74f7e32f4" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }` [INFO] [stdout] b9b133ef4e705102386c5ef6115477e6bda354b9c715837445b3ead741d8174c [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" "b9b133ef4e705102386c5ef6115477e6bda354b9c715837445b3ead741d8174c", kill_on_drop: false }` [INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling quote v1.0.7 [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] | ^^^^^^^^^^^^^^^^^^ contains invalid anchor [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webdriver/#actions>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_autolinks)]` on by default [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://chromedriver.chromium.org/capabilities>` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://chromedriver.chromium.org/mobile-emulation>` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions>` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.apple.com/documentation/webkit/about_webdriver_for_safari>` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webdriver/#proxy>` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webdriver/#capabilities>` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webdriver/#actions>` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options?redirectlocale=en-US&redirectslug=Command_Line_Options>` [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.37s [INFO] running `Command { std: "docker" "inspect" "b9b133ef4e705102386c5ef6115477e6bda354b9c715837445b3ead741d8174c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9b133ef4e705102386c5ef6115477e6bda354b9c715837445b3ead741d8174c", kill_on_drop: false }` [INFO] [stdout] b9b133ef4e705102386c5ef6115477e6bda354b9c715837445b3ead741d8174c