[INFO] fetching crate sapio-miniscript 7.0.0... [INFO] documenting sapio-miniscript-7.0.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate sapio-miniscript 7.0.0 into /workspace/builds/worker-31/source [INFO] validating manifest of crates.io crate sapio-miniscript 7.0.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sapio-miniscript 7.0.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate sapio-miniscript 7.0.0 [INFO] tweaked toml for crates.io crate sapio-miniscript 7.0.0 written to /workspace/builds/worker-31/source/Cargo.toml [INFO] crate crates.io crate sapio-miniscript 7.0.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sapio-secp256k1 v0.22.2 [INFO] [stderr] Downloaded sapio-bitcoin v0.28.0 [INFO] [stderr] Downloaded sapio-secp256k1-sys v0.5.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d6e00d3bc3e4984e8b3d736c477e96a651c24b7062fc49f10c344fadd943fe9 [INFO] running `Command { std: "docker" "start" "-a" "6d6e00d3bc3e4984e8b3d736c477e96a651c24b7062fc49f10c344fadd943fe9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d6e00d3bc3e4984e8b3d736c477e96a651c24b7062fc49f10c344fadd943fe9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d6e00d3bc3e4984e8b3d736c477e96a651c24b7062fc49f10c344fadd943fe9", kill_on_drop: false }` [INFO] [stdout] 6d6e00d3bc3e4984e8b3d736c477e96a651c24b7062fc49f10c344fadd943fe9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5978d62066513c603d0807e1657416ad4f9896ae4c782fa75a5f36b9596821aa [INFO] running `Command { std: "docker" "start" "-a" "5978d62066513c603d0807e1657416ad4f9896ae4c782fa75a5f36b9596821aa", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Checking bitcoin_hashes v0.10.0 [INFO] [stderr] Checking bech32 v0.8.1 [INFO] [stderr] Compiling sapio-secp256k1-sys v0.5.2 [INFO] [stderr] Checking sapio-secp256k1 v0.22.2 [INFO] [stderr] Checking sapio-bitcoin v0.28.0 [INFO] [stderr] Documenting sapio-miniscript v7.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links` [INFO] [stdout] --> src/miniscript/decode.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | #[allow(broken_intra_doc_links)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `as_public` links to private item `DescriptorSinglePriv::as_public` [INFO] [stdout] --> src/descriptor/key.rs:247:11 [INFO] [stdout] | [INFO] [stdout] 247 | /// [`DescriptorSinglePriv::as_public`] or [`DescriptorXKey::as_public`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [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 `as_public` links to private item `DescriptorXKey::as_public` [INFO] [stdout] --> src/descriptor/key.rs:247:50 [INFO] [stdout] | [INFO] [stdout] 247 | /// [`DescriptorSinglePriv::as_public`] or [`DescriptorXKey::as_public`] [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 `as_public` links to private item `DescriptorXKey::as_public` [INFO] [stdout] --> src/descriptor/key.rs:251:53 [INFO] [stdout] | [INFO] [stdout] 251 | /// to a public key. See the documentation of [`DescriptorXKey::as_public`] [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: unresolved link to `self::XOnlyKey` [INFO] [stdout] --> src/descriptor/mod.rs:663:48 [INFO] [stdout] | [INFO] [stdout] 663 | /// concrete [`bitcoin::PublicKey`]. All [`crate::XOnlyKey`]s are converted to [`bitcoin::PublicKey`] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `XOnlyKey` in module `sapio_miniscript` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/interpreter/stack.rs:27:64 [INFO] [stdout] | [INFO] [stdout] 27 | /// All stack elements with vec![] go to Dissatisfied and vec![1] are marked to Satisfied. [INFO] [stdout] | ^ no item named `1` 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 `Interpreter::iter_assume_sig` [INFO] [stdout] --> src/interpreter/mod.rs:224:61 [INFO] [stdout] | [INFO] [stdout] 224 | /// This is a low level API, [`Interpreter::iter`] or [`Interpreter::iter_assume_sig`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Interpreter` has no field or associated item named `iter_assume_sig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sighash::SighashCache` [INFO] [stdout] --> src/psbt/mod.rs:594:26 [INFO] [stdout] | [INFO] [stdout] 594 | /// * `cache`: The [`sighash::SighashCache`] for used to cache/read previously cached computations [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `sighash` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.14s [INFO] running `Command { std: "docker" "inspect" "5978d62066513c603d0807e1657416ad4f9896ae4c782fa75a5f36b9596821aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5978d62066513c603d0807e1657416ad4f9896ae4c782fa75a5f36b9596821aa", kill_on_drop: false }` [INFO] [stdout] 5978d62066513c603d0807e1657416ad4f9896ae4c782fa75a5f36b9596821aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 32f113060049bc5f89f3c498bc7f2b032bdb47817558fbb767cd9f738182d61c [INFO] running `Command { std: "docker" "start" "-a" "32f113060049bc5f89f3c498bc7f2b032bdb47817558fbb767cd9f738182d61c", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Checking bitcoin_hashes v0.10.0 [INFO] [stderr] Checking bech32 v0.8.1 [INFO] [stderr] Compiling sapio-secp256k1-sys v0.5.2 [INFO] [stderr] Checking sapio-secp256k1 v0.22.2 [INFO] [stderr] Checking sapio-bitcoin v0.28.0 [INFO] [stderr] Documenting sapio-miniscript v7.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links` [INFO] [stdout] --> src/miniscript/decode.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | #[allow(broken_intra_doc_links)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `as_public` links to private item `DescriptorSinglePriv::as_public` [INFO] [stdout] --> src/descriptor/key.rs:247:11 [INFO] [stdout] | [INFO] [stdout] 247 | /// [`DescriptorSinglePriv::as_public`] or [`DescriptorXKey::as_public`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [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 `as_public` links to private item `DescriptorXKey::as_public` [INFO] [stdout] --> src/descriptor/key.rs:247:50 [INFO] [stdout] | [INFO] [stdout] 247 | /// [`DescriptorSinglePriv::as_public`] or [`DescriptorXKey::as_public`] [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 `as_public` links to private item `DescriptorXKey::as_public` [INFO] [stdout] --> src/descriptor/key.rs:251:53 [INFO] [stdout] | [INFO] [stdout] 251 | /// to a public key. See the documentation of [`DescriptorXKey::as_public`] [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: unresolved link to `self::XOnlyKey` [INFO] [stdout] --> src/descriptor/mod.rs:663:48 [INFO] [stdout] | [INFO] [stdout] 663 | /// concrete [`bitcoin::PublicKey`]. All [`crate::XOnlyKey`]s are converted to [`bitcoin::PublicKey`] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `XOnlyKey` in module `sapio_miniscript` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/interpreter/stack.rs:27:64 [INFO] [stdout] | [INFO] [stdout] 27 | /// All stack elements with vec![] go to Dissatisfied and vec![1] are marked to Satisfied. [INFO] [stdout] | ^ no item named `1` 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 `Interpreter::iter_assume_sig` [INFO] [stdout] --> src/interpreter/mod.rs:224:61 [INFO] [stdout] | [INFO] [stdout] 224 | /// This is a low level API, [`Interpreter::iter`] or [`Interpreter::iter_assume_sig`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Interpreter` has no field or associated item named `iter_assume_sig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sighash::SighashCache` [INFO] [stdout] --> src/psbt/mod.rs:594:26 [INFO] [stdout] | [INFO] [stdout] 594 | /// * `cache`: The [`sighash::SighashCache`] for used to cache/read previously cached computations [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `sighash` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.37s [INFO] running `Command { std: "docker" "inspect" "32f113060049bc5f89f3c498bc7f2b032bdb47817558fbb767cd9f738182d61c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32f113060049bc5f89f3c498bc7f2b032bdb47817558fbb767cd9f738182d61c", kill_on_drop: false }` [INFO] [stdout] 32f113060049bc5f89f3c498bc7f2b032bdb47817558fbb767cd9f738182d61c