[INFO] cloning repository https://github.com/picodata/pike
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/picodata/pike" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpicodata%2Fpike", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpicodata%2Fpike'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6f15b0f71f813bdd8832fc47d805a09abaddea61
[INFO] documenting picodata/pike against master#8afe9ff1caa97654c31fb8c259dac9fdf67d6302 for pr-151918
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpicodata%2Fpike" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/picodata/pike
[INFO] finished tweaking git repo https://github.com/picodata/pike
[INFO] tweaked toml for git repo https://github.com/picodata/pike written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/picodata/pike on toolchain 8afe9ff1caa97654c31fb8c259dac9fdf67d6302
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/picodata/pike 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" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_ignored v0.1.14
[INFO] [stderr]   Downloaded liquid v0.26.11
[INFO] [stderr]   Downloaded constcat v0.6.1
[INFO] [stderr]   Downloaded liquid-derive v0.26.10
[INFO] [stderr]   Downloaded clap_derive v4.5.55
[INFO] [stderr]   Downloaded liquid-core v0.26.11
[INFO] [stderr]   Downloaded toml_edit v0.24.0+spec-1.1.0
[INFO] [stderr]   Downloaded colog v1.4.0
[INFO] [stderr]   Downloaded liquid-lib v0.26.11
[INFO] [stderr]   Downloaded nix v0.31.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6270da31447f09591abca443fb23166c616aec7a8691215b30aff1b66ea3fff5
[INFO] running `Command { std: "docker" "start" "-a" "6270da31447f09591abca443fb23166c616aec7a8691215b30aff1b66ea3fff5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6270da31447f09591abca443fb23166c616aec7a8691215b30aff1b66ea3fff5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6270da31447f09591abca443fb23166c616aec7a8691215b30aff1b66ea3fff5", kill_on_drop: false }`
[INFO] [stdout] 6270da31447f09591abca443fb23166c616aec7a8691215b30aff1b66ea3fff5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4c5e861c4e0ce5b08e1186450180e26e087380d7a3a6e6ec125280320ea574e
[INFO] running `Command { std: "docker" "start" "-a" "e4c5e861c4e0ce5b08e1186450180e26e087380d7a3a6e6ec125280320ea574e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling time-core v0.1.7
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking anymap2 v0.13.0
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]    Compiling zmij v1.0.15
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking pest v2.8.5
[INFO] [stderr]    Compiling nix v0.31.1
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling time-macros v0.2.25
[INFO] [stderr]     Checking jiff v0.2.18
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking clap_builder v4.5.56
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking serde_ignored v0.1.14
[INFO] [stderr]     Checking fs_extra v1.3.0
[INFO] [stderr]     Checking flate2 v1.1.8
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking time v0.3.45
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tar v0.4.44
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking toml v0.9.11+spec-1.1.0
[INFO] [stderr]     Checking toml_edit v0.24.0+spec-1.1.0
[INFO] [stderr]     Checking ctrlc v3.5.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling liquid-derive v0.26.10
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking colog v1.4.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking clap v4.5.56
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking kstring v2.0.2
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking liquid-core v0.26.11
[INFO] [stderr]     Checking liquid-lib v0.26.11
[INFO] [stderr]     Checking liquid v0.26.11
[INFO] [stderr]  Documenting picodata-pike v3.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking picodata-pike v3.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `path` links to private item `PluginPathKind`
[INFO] [stdout]   --> src/commands/run.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |     /// Path should conform to one of path kinds, see [`PluginPathKind`]
[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: unclosed HTML tag `target`
[INFO] [stdout]    --> src/main.rs:200:85
[INFO] [stdout]     |
[INFO] [stdout] 200 |         /// Override resulting archive file name or path (if relative, placed under <target>/<profile>)
[INFO] [stdout]     |                                                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `profile`
[INFO] [stdout]    --> src/main.rs:200:94
[INFO] [stdout]     |
[INFO] [stdout] 200 |         /// Override resulting archive file name or path (if relative, placed under <target>/<profile>)
[INFO] [stdout]     |                                                                                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.19s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/pike/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "e4c5e861c4e0ce5b08e1186450180e26e087380d7a3a6e6ec125280320ea574e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4c5e861c4e0ce5b08e1186450180e26e087380d7a3a6e6ec125280320ea574e", kill_on_drop: false }`
[INFO] [stdout] e4c5e861c4e0ce5b08e1186450180e26e087380d7a3a6e6ec125280320ea574e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 67ecb1c23c035b423b5aa7a2bc2a0e2d46cf6450f6216efd9513c443a3c7202d
[INFO] running `Command { std: "docker" "start" "-a" "67ecb1c23c035b423b5aa7a2bc2a0e2d46cf6450f6216efd9513c443a3c7202d", kill_on_drop: false }`
[INFO] [stderr]  Documenting picodata-pike v3.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `path` links to private item `PluginPathKind`
[INFO] [stdout]   --> src/commands/run.rs:99:57
[INFO] [stdout]    |
[INFO] [stdout] 99 |     /// Path should conform to one of path kinds, see [`PluginPathKind`]
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/pike/index.html
[INFO] running `Command { std: "docker" "inspect" "67ecb1c23c035b423b5aa7a2bc2a0e2d46cf6450f6216efd9513c443a3c7202d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67ecb1c23c035b423b5aa7a2bc2a0e2d46cf6450f6216efd9513c443a3c7202d", kill_on_drop: false }`
[INFO] [stdout] 67ecb1c23c035b423b5aa7a2bc2a0e2d46cf6450f6216efd9513c443a3c7202d
