[INFO] fetching crate miniscript 0.12.0... [INFO] documenting miniscript-0.12.0 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate miniscript 0.12.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate miniscript 0.12.0 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate miniscript 0.12.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate miniscript 0.12.0 [INFO] tweaked toml for crates.io crate miniscript 0.12.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate miniscript 0.12.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fe656556403f4d152a34fad26bf3942276abb43d574ce604cc9d83e7a22b05e2 [INFO] running `Command { std: "docker" "start" "-a" "fe656556403f4d152a34fad26bf3942276abb43d574ce604cc9d83e7a22b05e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe656556403f4d152a34fad26bf3942276abb43d574ce604cc9d83e7a22b05e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe656556403f4d152a34fad26bf3942276abb43d574ce604cc9d83e7a22b05e2", kill_on_drop: false }` [INFO] [stdout] fe656556403f4d152a34fad26bf3942276abb43d574ce604cc9d83e7a22b05e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4fdfd45def117cd7289b5472f855a4970da8804475fee26cf64f4367448dfb5e [INFO] running `Command { std: "docker" "start" "-a" "4fdfd45def117cd7289b5472f855a4970da8804475fee26cf64f4367448dfb5e", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Checking bech32 v0.7.2 [INFO] [stderr] Checking bitcoin_hashes v0.7.3 [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Checking secp256k1 v0.17.2 [INFO] [stderr] Checking bitcoin v0.23.0 [INFO] [stderr] Documenting miniscript v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `[1]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/descriptor/satisfied_constraints.rs:130:64 [INFO] [stdout] | [INFO] [stdout] 130 | /// All stack elements with vec![] go to Dissatisfied and vec![1] are marked to Satisfied. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[T]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | /// [T] VERIFY [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[X]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | /// [X] 0NOTEQUAL [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[V]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | /// [V] [T]/[V]/[F]/[Kt] [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[T]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | /// [V] [T]/[V]/[F]/[Kt] [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[V]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:103:18 [INFO] [stdout] | [INFO] [stdout] 103 | /// [V] [T]/[V]/[F]/[Kt] [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[F]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:103:22 [INFO] [stdout] | [INFO] [stdout] 103 | /// [V] [T]/[V]/[F]/[Kt] [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[Kt]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:103:26 [INFO] [stdout] | [INFO] [stdout] 103 | /// [V] [T]/[V]/[F]/[Kt] [INFO] [stdout] | ^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[E]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | /// [E] [W] BOOLAND [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[W]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:105:14 [INFO] [stdout] | [INFO] [stdout] 105 | /// [E] [W] BOOLAND [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[various]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | /// [various] NOTIF [various] ELSE [various] ENDIF [INFO] [stdout] | ^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[various]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:107:26 [INFO] [stdout] | [INFO] [stdout] 107 | /// [various] NOTIF [various] ELSE [various] ENDIF [INFO] [stdout] | ^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[various]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:107:41 [INFO] [stdout] | [INFO] [stdout] 107 | /// [various] NOTIF [various] ELSE [various] ENDIF [INFO] [stdout] | ^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[E]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:114:10 [INFO] [stdout] | [INFO] [stdout] 114 | /// [E] [W] BOOLOR [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[W]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:114:14 [INFO] [stdout] | [INFO] [stdout] 114 | /// [E] [W] BOOLOR [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[E]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | /// [E] IFDUP NOTIF [T]/[E] ENDIF [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[T]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:116:26 [INFO] [stdout] | [INFO] [stdout] 116 | /// [E] IFDUP NOTIF [T]/[E] ENDIF [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[E]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:116:30 [INFO] [stdout] | [INFO] [stdout] 116 | /// [E] IFDUP NOTIF [T]/[E] ENDIF [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[E]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:118:10 [INFO] [stdout] | [INFO] [stdout] 118 | /// [E] NOTIF [V] ENDIF [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[V]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | /// [E] NOTIF [V] ENDIF [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[various]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:120:13 [INFO] [stdout] | [INFO] [stdout] 120 | /// IF [various] ELSE [various] ENDIF [INFO] [stdout] | ^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[various]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:120:28 [INFO] [stdout] | [INFO] [stdout] 120 | /// IF [various] ELSE [various] ENDIF [INFO] [stdout] | ^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[E]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:123:10 [INFO] [stdout] | [INFO] [stdout] 123 | /// [E] ([W] ADD)* k EQUAL [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[W]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/miniscript/decode.rs:123:15 [INFO] [stdout] | [INFO] [stdout] 123 | /// [E] ([W] ADD)* k EQUAL [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.00s [INFO] running `Command { std: "docker" "inspect" "4fdfd45def117cd7289b5472f855a4970da8804475fee26cf64f4367448dfb5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fdfd45def117cd7289b5472f855a4970da8804475fee26cf64f4367448dfb5e", kill_on_drop: false }` [INFO] [stdout] 4fdfd45def117cd7289b5472f855a4970da8804475fee26cf64f4367448dfb5e