[INFO] fetching crate pyo3 0.29.2...
[INFO] documenting pyo3-0.29.2 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate pyo3 0.29.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate pyo3 0.29.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pyo3 0.29.2
[INFO] tweaked toml for crates.io crate pyo3 0.29.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pyo3 0.29.2 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pyo3 0.29.2 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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] bb5b639a75253e6b068636ce21e4b8a2805b02126adb4757eb01419533789f63
[INFO] running `Command { std: "docker" "start" "bb5b639a75253e6b068636ce21e4b8a2805b02126adb4757eb01419533789f63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb5b639a75253e6b068636ce21e4b8a2805b02126adb4757eb01419533789f63", 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" "bb5b639a75253e6b068636ce21e4b8a2805b02126adb4757eb01419533789f63" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb5b639a75253e6b068636ce21e4b8a2805b02126adb4757eb01419533789f63", 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" "bb5b639a75253e6b068636ce21e4b8a2805b02126adb4757eb01419533789f63" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling pyo3-build-config v0.29.2
[INFO] [stderr]    Compiling pyo3-ffi v0.29.2
[INFO] [stderr]    Compiling pyo3 v0.29.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling pyo3-macros-backend v0.29.2
[INFO] [stderr]    Compiling pyo3-macros v0.29.2
[INFO] [stderr]  Documenting pyo3 v0.29.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/internal/pyclass_init.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct PyNativeTypeInitializer<T: PyTypeInfo>(pub PhantomData<T>);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-exported so that macros can name this internal type.`
[INFO] [stdout]    = help: ends near `Initializer for Python native types, like `PyDict`.`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/internal/pyclass_init.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct PyNativeTypeInitializer<T: PyTypeInfo>(pub PhantomData<T>);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Initializer for Python native types, like `PyDict`.`
[INFO] [stdout]    = help: ends near `Initializer for Python native types, like `PyDict`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/internal/pyclass_init.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / pub fn tp_new_resolver<ClassT, ValueT>(_: &ValueT) -> TpNewValueTypeResolver<ClassT, ValueT> {
[INFO] [stdout] 83 | |     TpNewValueTypeResolver(TpNewTupleResolver(
[INFO] [stdout] 84 | |         ResolveToArbitraryObject(()),
[INFO] [stdout] 85 | |         PhantomData,
[INFO] [stdout] 86 | |     ))
[INFO] [stdout] 87 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-exported so that `#[new]` generated code can resolve the type tag for `tp_new_impl``
[INFO] [stdout]    = help: ends near `implement specialization for the various cases.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/internal/pyclass_init.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | / pub fn tp_new_resolver<ClassT, ValueT>(_: &ValueT) -> TpNewValueTypeResolver<ClassT, ValueT> {
[INFO] [stdout] 83 | |     TpNewValueTypeResolver(TpNewTupleResolver(
[INFO] [stdout] 84 | |         ResolveToArbitraryObject(()),
[INFO] [stdout] 85 | |         PhantomData,
[INFO] [stdout] 86 | |     ))
[INFO] [stdout] 87 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `First step of machinery for resolving the type of `#[new]` return values, which is used to`
[INFO] [stdout]    = help: ends near `First step of machinery for resolving the type of `#[new]` return values, which is used to`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/impl_/trampoline.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / trampolines!(
[INFO] [stdout] 135 | |     pub fn fastcall_cfunction_with_keywords(
[INFO] [stdout] 136 | |         slf: *mut ffi::PyObject,
[INFO] [stdout] 137 | |         args: *const *mut ffi::PyObject,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     ) -> *mut ffi::PyObject;
[INFO] [stdout] 147 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `"fastcall" method calls only available on abi3 in Python 3.10 and up, otherwise fall back to the older call convention.`
[INFO] [stdout]     = help: ends near `Companion module contains the function pointer type.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/impl_/trampoline.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / trampolines!(
[INFO] [stdout] 135 | |     pub fn fastcall_cfunction_with_keywords(
[INFO] [stdout] 136 | |         slf: *mut ffi::PyObject,
[INFO] [stdout] 137 | |         args: *const *mut ffi::PyObject,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     ) -> *mut ffi::PyObject;
[INFO] [stdout] 147 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Companion module contains the function pointer type.`
[INFO] [stdout]     = help: ends near `Companion module contains the function pointer type.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/impl_/trampoline.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / trampolines!(
[INFO] [stdout] 135 | |     pub fn fastcall_cfunction_with_keywords(
[INFO] [stdout] 136 | |         slf: *mut ffi::PyObject,
[INFO] [stdout] 137 | |         args: *const *mut ffi::PyObject,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     ) -> *mut ffi::PyObject;
[INFO] [stdout] 147 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `"fastcall" method calls only available on abi3 in Python 3.10 and up, otherwise fall back to the older call convention.`
[INFO] [stdout]     = help: ends near `External symbol called by Python, which calls the provided Rust function.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/impl_/trampoline.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / trampolines!(
[INFO] [stdout] 135 | |     pub fn fastcall_cfunction_with_keywords(
[INFO] [stdout] 136 | |         slf: *mut ffi::PyObject,
[INFO] [stdout] 137 | |         args: *const *mut ffi::PyObject,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |     ) -> *mut ffi::PyObject;
[INFO] [stdout] 147 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `External symbol called by Python, which calls the provided Rust function.`
[INFO] [stdout]     = help: ends near `External symbol called by Python, which calls the provided Rust function.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `pyo3`
[INFO] running `Command { std: "docker" "inspect" "bb5b639a75253e6b068636ce21e4b8a2805b02126adb4757eb01419533789f63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb5b639a75253e6b068636ce21e4b8a2805b02126adb4757eb01419533789f63", kill_on_drop: false }`
[INFO] [stdout] bb5b639a75253e6b068636ce21e4b8a2805b02126adb4757eb01419533789f63
