[INFO] cloning repository https://github.com/atroche/myws [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/atroche/myws" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatroche%2Fmyws", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatroche%2Fmyws'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b7174a331c08d53cd31b09ee33859b3633b15fb3 [INFO] documenting atroche/myws against try#6ee483316d2e4581572121d60a955affb2032eb3+cargoflags=-Zrustdoc-scrape-examples for scrape-examples [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fatroche%2Fmyws" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/atroche/myws on toolchain 6ee483316d2e4581572121d60a955affb2032eb3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/atroche/myws [INFO] finished tweaking git repo https://github.com/atroche/myws [INFO] tweaked toml for git repo https://github.com/atroche/myws written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27d003c8465aee7606e125cd003ae2cd6ac0926c4d5b39edb22cd9c96a5f9af0 [INFO] running `Command { std: "docker" "start" "-a" "27d003c8465aee7606e125cd003ae2cd6ac0926c4d5b39edb22cd9c96a5f9af0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27d003c8465aee7606e125cd003ae2cd6ac0926c4d5b39edb22cd9c96a5f9af0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27d003c8465aee7606e125cd003ae2cd6ac0926c4d5b39edb22cd9c96a5f9af0", kill_on_drop: false }` [INFO] [stdout] 27d003c8465aee7606e125cd003ae2cd6ac0926c4d5b39edb22cd9c96a5f9af0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] 2d3582bed6399b8bf049b9b218eb39e93625f2937f949d360039755d3c58bab6 [INFO] running `Command { std: "docker" "start" "-a" "2d3582bed6399b8bf049b9b218eb39e93625f2937f949d360039755d3c58bab6", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.138 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling bytes v1.3.0 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.150 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling serde v1.0.150 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.44 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling tokio v1.23.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.89 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.79 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking gimli v0.26.2 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling ipnet v2.7.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking miniz_oxide v0.5.4 [INFO] [stderr] Checking object v0.29.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling derive_builder v0.8.1 [INFO] [stderr] Checking sha1 v0.6.1 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking aho-corasick v0.7.20 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking regex-syntax v0.6.28 [INFO] [stderr] Checking fastrand v1.8.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Checking websocket v0.23.0 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Checking regex v1.7.0 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking which v3.1.1 [INFO] [stderr] Compiling h2 v0.3.15 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.8.1 [INFO] [stderr] Compiling hyper v0.14.23 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling reqwest v0.11.13 [INFO] [stderr] Compiling auto_generate_cdp v0.3.4 [INFO] [stderr] Compiling headless_chrome v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Scraping headless_chrome v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting headless_chrome v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/browser/mod.rs:104:17 [INFO] [stdout] | [INFO] [stdout] 104 | /// Calls [`new`] with options to launch a headless browser using whatever Chrome / Chromium [INFO] [stdout] | ^^^ no item named `new` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/browser/mod.rs:114:95 [INFO] [stdout] | [INFO] [stdout] 114 | /// Allows you to drive an externally-launched Chrome process instead of launch one via [`new`]. [INFO] [stdout] | ^^^ no item named `new` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/browser/mod.rs:120:95 [INFO] [stdout] | [INFO] [stdout] 120 | /// Allows you to drive an externally-launched Chrome process instead of launch one via [`new`]. [INFO] [stdout] | ^^^ no item named `new` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/browser/process.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | /// See https://www.owasp.org/index.php/Man-in-the-middle_attack [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/browser/process.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | /// See https://bugs.chromium.org/p/chromium/issues/detail?id=706008#c5 [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/browser/process.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | /// flags can be found: http://peter.sh/experiments/chromium-command-line-switches/. [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/browser/process.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | / /// Determines whether SSL certificates should be verified. [INFO] [stdout] 98 | | /// This is unsafe and can lead to MiTM attacks. Make sure you understand the risks [INFO] [stdout] 99 | | /// See https://www.owasp.org/index.php/Man-in-the-middle_attack [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/browser/process.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | / /// A list of Chrome extensions to load. [INFO] [stdout] 116 | | /// [INFO] [stdout] 117 | | /// An extension should be a path to a folder containing the extension code. [INFO] [stdout] 118 | | /// CRX files cannot be used directly and must be first extracted. [INFO] [stdout] 119 | | /// [INFO] [stdout] 120 | | /// Note that Chrome does not support loading extensions in headless-mode. [INFO] [stdout] 121 | | /// See https://bugs.chromium.org/p/chromium/issues/detail?id=706008#c5 [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/browser/process.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | / /// Additional arguments to pass to the browser instance. The list of Chromium [INFO] [stdout] 126 | | /// flags can be found: http://peter.sh/experiments/chromium-command-line-switches/. [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/browser/process.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | /// Via https://github.com/GoogleChrome/puppeteer/blob/master/lib/Launcher.js#L38 [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/browser/tab/element/mod.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | /// https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText [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/browser/tab/mod.rs:1176:9 [INFO] [stdout] | [INFO] [stdout] 1176 | /// https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage [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/browser/tab/mod.rs:1305:13 [INFO] [stdout] | [INFO] [stdout] 1305 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-enable [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/browser/tab/mod.rs:1316:13 [INFO] [stdout] | [INFO] [stdout] 1316 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-disable [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/browser/tab/mod.rs:1325:13 [INFO] [stdout] | [INFO] [stdout] 1325 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-startViolationsReport [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/browser/tab/mod.rs:1333:13 [INFO] [stdout] | [INFO] [stdout] 1333 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-stopViolationsReport [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: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "2d3582bed6399b8bf049b9b218eb39e93625f2937f949d360039755d3c58bab6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d3582bed6399b8bf049b9b218eb39e93625f2937f949d360039755d3c58bab6", kill_on_drop: false }` [INFO] [stdout] 2d3582bed6399b8bf049b9b218eb39e93625f2937f949d360039755d3c58bab6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] 9e9a46499a0a420e880e9d112b4237c3b46153a7626b81ec460628f284e6670e [INFO] running `Command { std: "docker" "start" "-a" "9e9a46499a0a420e880e9d112b4237c3b46153a7626b81ec460628f284e6670e", kill_on_drop: false }` [INFO] [stderr] Compiling headless_chrome v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Scraping headless_chrome v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting headless_chrome v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/browser/mod.rs:104:17 [INFO] [stdout] | [INFO] [stdout] 104 | /// Calls [`new`] with options to launch a headless browser using whatever Chrome / Chromium [INFO] [stdout] | ^^^ no item named `new` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/browser/mod.rs:114:95 [INFO] [stdout] | [INFO] [stdout] 114 | /// Allows you to drive an externally-launched Chrome process instead of launch one via [`new`]. [INFO] [stdout] | ^^^ no item named `new` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/browser/mod.rs:120:95 [INFO] [stdout] | [INFO] [stdout] 120 | /// Allows you to drive an externally-launched Chrome process instead of launch one via [`new`]. [INFO] [stdout] | ^^^ no item named `new` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/browser/process.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | /// See https://www.owasp.org/index.php/Man-in-the-middle_attack [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/browser/process.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | /// See https://bugs.chromium.org/p/chromium/issues/detail?id=706008#c5 [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/browser/process.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | /// flags can be found: http://peter.sh/experiments/chromium-command-line-switches/. [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/browser/process.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | / /// Determines whether SSL certificates should be verified. [INFO] [stdout] 98 | | /// This is unsafe and can lead to MiTM attacks. Make sure you understand the risks [INFO] [stdout] 99 | | /// See https://www.owasp.org/index.php/Man-in-the-middle_attack [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/browser/process.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | / /// A list of Chrome extensions to load. [INFO] [stdout] 116 | | /// [INFO] [stdout] 117 | | /// An extension should be a path to a folder containing the extension code. [INFO] [stdout] 118 | | /// CRX files cannot be used directly and must be first extracted. [INFO] [stdout] 119 | | /// [INFO] [stdout] 120 | | /// Note that Chrome does not support loading extensions in headless-mode. [INFO] [stdout] 121 | | /// See https://bugs.chromium.org/p/chromium/issues/detail?id=706008#c5 [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/browser/process.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | / /// Additional arguments to pass to the browser instance. The list of Chromium [INFO] [stdout] 126 | | /// flags can be found: http://peter.sh/experiments/chromium-command-line-switches/. [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/browser/process.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | /// Via https://github.com/GoogleChrome/puppeteer/blob/master/lib/Launcher.js#L38 [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/browser/tab/element/mod.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | /// https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText [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/browser/tab/mod.rs:1176:9 [INFO] [stdout] | [INFO] [stdout] 1176 | /// https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage [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/browser/tab/mod.rs:1305:13 [INFO] [stdout] | [INFO] [stdout] 1305 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-enable [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/browser/tab/mod.rs:1316:13 [INFO] [stdout] | [INFO] [stdout] 1316 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-disable [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/browser/tab/mod.rs:1325:13 [INFO] [stdout] | [INFO] [stdout] 1325 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-startViolationsReport [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/browser/tab/mod.rs:1333:13 [INFO] [stdout] | [INFO] [stdout] 1333 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-stopViolationsReport [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: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.04s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "9e9a46499a0a420e880e9d112b4237c3b46153a7626b81ec460628f284e6670e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e9a46499a0a420e880e9d112b4237c3b46153a7626b81ec460628f284e6670e", kill_on_drop: false }` [INFO] [stdout] 9e9a46499a0a420e880e9d112b4237c3b46153a7626b81ec460628f284e6670e