[INFO] fetching crate wry-bindgen-runtime 0.1.0-alpha.10...
[INFO] documenting wry-bindgen-runtime-0.1.0-alpha.10 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate wry-bindgen-runtime 0.1.0-alpha.10 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate wry-bindgen-runtime 0.1.0-alpha.10
[INFO] finished tweaking crates.io crate wry-bindgen-runtime 0.1.0-alpha.10
[INFO] tweaked toml for crates.io crate wry-bindgen-runtime 0.1.0-alpha.10 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wry-bindgen-runtime 0.1.0-alpha.10 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wry-bindgen-runtime 0.1.0-alpha.10 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wry v0.53.5
[INFO] [stderr]   Downloaded lazy-js-bundle v0.7.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b
[INFO] running `Command { std: "docker" "start" "ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b", 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" "ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling lazy-js-bundle v0.7.9
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling wry-bindgen-runtime v0.1.0-alpha.10 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]  Documenting wry-bindgen-runtime v0.1.0-alpha.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `register_linked_module` links to private item `linked_module`
[INFO] [stdout]   --> src/function_registry.rs:23:33
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// resolves to `content` via [`linked_module`].
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `register_linked_module` links to private item `linked_module`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           resolves to `content` via [`linked_module`].
[INFO] [stdout]                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ObjectBorrowError` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ObjectRef` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ObjectRefMut` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ObjectTakeError` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `Runtime` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `batch` links to private item `crate::batch`
[INFO] [stdout]   --> src/wire/mod.rs:44:44
[INFO] [stdout]    |
[INFO] [stdout] 44 | /// operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `batch_async` links to private item `crate::batch`
[INFO] [stdout]   --> src/wire/mod.rs:44:44
[INFO] [stdout]    |
[INFO] [stdout] 44 | /// operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `force_flush` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `run_js_sync` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `with_runtime` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/wry_bindgen_runtime/index.html
[INFO] running `Command { std: "docker" "inspect" "ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting wry-bindgen-runtime v0.1.0-alpha.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `register_linked_module` links to private item `linked_module`
[INFO] [stdout]   --> src/function_registry.rs:23:33
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// resolves to `content` via [`linked_module`].
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `register_linked_module` links to private item `linked_module`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           resolves to `content` via [`linked_module`].
[INFO] [stdout]                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ObjectBorrowError` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ObjectRef` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ObjectRefMut` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ObjectTakeError` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `Runtime` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `batch` links to private item `crate::batch`
[INFO] [stdout]   --> src/wire/mod.rs:44:44
[INFO] [stdout]    |
[INFO] [stdout] 44 | /// operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `batch_async` links to private item `crate::batch`
[INFO] [stdout]   --> src/wire/mod.rs:44:44
[INFO] [stdout]    |
[INFO] [stdout] 44 | /// operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `force_flush` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `run_js_sync` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `with_runtime` links to private item `crate::batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           operation-frame lifecycle in [`batch`](crate::batch), so it lives there;
[INFO] [stdout]                                                  ^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/wry_bindgen_runtime/index.html
[INFO] running `Command { std: "docker" "inspect" "ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b", kill_on_drop: false }`
[INFO] [stdout] ec9105d6f68766c57563c555e7b8cf3293bc5217f00109b48483a649c99ab36b
