[INFO] fetching crate rquickjs 0.12.0...
[INFO] documenting rquickjs-0.12.0 against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] extracting crate rquickjs 0.12.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate rquickjs 0.12.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rquickjs 0.12.0
[INFO] tweaked toml for crates.io crate rquickjs 0.12.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rquickjs 0.12.0 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rquickjs 0.12.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rquickjs-macro v0.12.0
[INFO] [stderr]   Downloaded dlopen2_derive v0.4.3
[INFO] [stderr]   Downloaded rquickjs-core v0.12.0
[INFO] [stderr]   Downloaded rquickjs-sys v0.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6
[INFO] running `Command { std: "docker" "start" "192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rquickjs-sys v0.12.0
[INFO] [stderr]     Checking rquickjs-core v0.12.0
[INFO] [stderr]  Documenting rquickjs v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `AsyncRuntime`
[INFO] [stdout]   --> src/lib.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! [`AsyncRuntime`] and [`AsyncContext`] which use a future aware lock.
[INFO] [stdout]    |       ^^^^^^^^^^^^ no item named `AsyncRuntime` 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 `AsyncContext`
[INFO] [stdout]   --> src/lib.rs:20:28
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! [`AsyncRuntime`] and [`AsyncContext`] which use a future aware lock.
[INFO] [stdout]    |                            ^^^^^^^^^^^^ no item named `AsyncContext` 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 `loader::Resolver`
[INFO] [stdout]   --> src/lib.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 | //! should implements [`Resolver`](loader::Resolver) and [Loader](loader::Loader) traits
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^ no item named `loader` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `loader::Loader`
[INFO] [stdout]   --> src/lib.rs:41:67
[INFO] [stdout]    |
[INFO] [stdout] 41 | //! should implements [`Resolver`](loader::Resolver) and [Loader](loader::Loader) traits
[INFO] [stdout]    |                                                                   ^^^^^^^^^^^^^^ no item named `loader` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Runtime::set_loader`
[INFO] [stdout]   --> src/lib.rs:43:7
[INFO] [stdout]    |
[INFO] [stdout] 43 | //! [`Runtime::set_loader`]. The resolvers and loaders can be easily combined via tuples. When the
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^ the struct `Runtime` has no field or associated item named `set_loader`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `AsyncRuntime`
[INFO] [stdout]   --> src/lib.rs:48:81
[INFO] [stdout]    |
[INFO] [stdout] 48 | //! - `futures` adds support for async Rust. When enabled the library exports [`AsyncRuntime`] and
[INFO] [stdout]    |                                                                                 ^^^^^^^^^^^^ no item named `AsyncRuntime` 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 `AsyncContext`
[INFO] [stdout]   --> src/lib.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 | //! [`AsyncContext`]. These are the asynchronous variants of the normal runtime and context. In
[INFO] [stdout]    |       ^^^^^^^^^^^^ no item named `AsyncContext` 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 `Vec`
[INFO] [stdout]   --> src/lib.rs:68:43
[INFO] [stdout]    |
[INFO] [stdout] 68 | //! [`Result`](::core::result::Result), [`Vec`] and other collections. In addition an extra types
[INFO] [stdout]    |                                           ^^^ no item named `Vec` 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 `either::Either`
[INFO] [stdout]   --> src/lib.rs:71:75
[INFO] [stdout]    |
[INFO] [stdout] 71 | //! - `either` adds [`FromJs`]/[`IntoJs`] implementations for [`Either`](`either::Either`)
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^ no item named `either` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `indexmap::IndexSet`
[INFO] [stdout]   --> src/lib.rs:73:79
[INFO] [stdout]    |
[INFO] [stdout] 73 | //! - `indexmap` adds [`FromJs`]/[`IntoJs`] implementations for [`IndexSet`](`indexmap::IndexSet`)
[INFO] [stdout]    |                                                                               ^^^^^^^^^^^^^^^^^^ no item named `indexmap` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `indexmap_rs::IndexMap`
[INFO] [stdout]   --> src/lib.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 | //! and [`IndexMap`](`indexmap_rs::IndexMap`)
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^ no item named `indexmap_rs` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.86s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rquickjs/index.html
[INFO] running `Command { std: "docker" "inspect" "192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "full-async parallel doc-cfg" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling relative-path v2.0.1
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rquickjs-sys v0.12.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling rquickjs-core v0.12.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling dlopen2_derive v0.4.3
[INFO] [stderr]    Compiling rquickjs-macro v0.12.0
[INFO] [stderr]     Checking dlopen2 v0.8.2
[INFO] [stderr]  Documenting rquickjs v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `Vec`
[INFO] [stdout]   --> src/lib.rs:68:43
[INFO] [stdout]    |
[INFO] [stdout] 68 | //! [`Result`](::core::result::Result), [`Vec`] and other collections. In addition an extra types
[INFO] [stdout]    |                                           ^^^ no item named `Vec` 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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.77s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rquickjs/index.html
[INFO] running `Command { std: "docker" "inspect" "192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6", kill_on_drop: false }`
[INFO] [stdout] 192d9d2aa39ed1bdc70d7146e5d9a0c464bb50f6053522cd39bd56bfb7caabd6
