[INFO] cloning repository https://github.com/Davidiusdadi/holo-noteseeker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Davidiusdadi/holo-noteseeker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavidiusdadi%2Fholo-noteseeker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavidiusdadi%2Fholo-noteseeker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2b88a6d5744f7e54e83985aa956a2277e0237883
[INFO] documenting Davidiusdadi/holo-noteseeker against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavidiusdadi%2Fholo-noteseeker" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Davidiusdadi/holo-noteseeker
[INFO] finished tweaking git repo https://github.com/Davidiusdadi/holo-noteseeker
[INFO] tweaked toml for git repo https://github.com/Davidiusdadi/holo-noteseeker written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Davidiusdadi/holo-noteseeker on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Davidiusdadi/holo-noteseeker 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de5aba0b6cf083c20975226623aae955b2d1a2376596fb9101b8248040a6cd7b
[INFO] running `Command { std: "docker" "start" "-a" "de5aba0b6cf083c20975226623aae955b2d1a2376596fb9101b8248040a6cd7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de5aba0b6cf083c20975226623aae955b2d1a2376596fb9101b8248040a6cd7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de5aba0b6cf083c20975226623aae955b2d1a2376596fb9101b8248040a6cd7b", kill_on_drop: false }`
[INFO] [stdout] de5aba0b6cf083c20975226623aae955b2d1a2376596fb9101b8248040a6cd7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84b61fb5c3781f8ecbd4e45f21ce45c95bef9c89a44f877cff9b4de7c69b506f
[INFO] running `Command { std: "docker" "start" "-a" "84b61fb5c3781f8ecbd4e45f21ce45c95bef9c89a44f877cff9b4de7c69b506f", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking once_cell v1.16.0
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling bytecheck v0.6.9
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling cc v1.0.74
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling rend v0.3.6
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]    Compiling paste v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling rkyv v0.7.39
[INFO] [stderr]    Compiling target-lexicon v0.12.4
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking gimli v0.26.2
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]     Checking object v0.29.0
[INFO] [stderr]     Checking more-asserts v0.2.2
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.11
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.76.0
[INFO] [stderr]     Checking wasmparser v0.78.2
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling cranelift-entity v0.76.0
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.76.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling wasmer-vm v2.2.0
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking region v3.0.0
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking memmap2 v0.5.7
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking regalloc v0.0.31
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking cranelift-bforest v0.76.0
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking rmp v0.8.11
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]     Checking wasm-encoder v0.19.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling wasmer-compiler-cranelift v2.2.0
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking trilean v1.1.0
[INFO] [stderr]     Checking fastrand v1.8.0
[INFO] [stderr]     Checking gcollections v1.5.0
[INFO] [stderr]     Checking which v4.3.0
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking tempfile v3.3.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]     Checking intervallum v1.4.0
[INFO] [stderr]     Checking wast v48.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking addr2line v0.17.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling darling_core v0.14.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling cranelift-codegen v0.76.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.9
[INFO] [stderr]    Compiling loupe-derive v0.1.3
[INFO] [stderr]    Compiling rkyv_derive v0.7.39
[INFO] [stderr]    Compiling enum-iterator-derive v0.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling holochain_serialized_bytes_derive v0.0.51
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling wasmer-derive v2.2.0
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]     Checking enum-iterator v0.7.0
[INFO] [stderr]    Compiling darling_macro v0.14.2
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking wat v1.0.50
[INFO] [stderr]    Compiling darling v0.14.2
[INFO] [stderr]    Compiling enumset_derive v0.6.1
[INFO] [stderr]     Checking enumset v1.0.12
[INFO] [stderr]     Checking serde_bytes v0.11.7
[INFO] [stderr]     Checking serde-transcode v1.1.1
[INFO] [stderr]     Checking rmp-serde v0.15.5
[INFO] [stderr]     Checking chrono v0.4.22
[INFO] [stderr]     Checking kitsune_p2p_dht_arc v0.0.16
[INFO] [stderr]     Checking loupe v0.1.3
[INFO] [stderr]     Checking gimli v0.25.0
[INFO] [stderr]     Checking object v0.28.4
[INFO] [stderr]     Checking wasmer-types v2.2.0
[INFO] [stderr]     Checking kitsune_p2p_timestamp v0.0.14
[INFO] [stderr]     Checking holochain_serialized_bytes v0.0.51
[INFO] [stderr]     Checking holo_hash v0.0.34
[INFO] [stderr]     Checking holochain_integrity_types v0.0.22
[INFO] [stderr]     Checking wasmer-compiler v2.2.0
[INFO] [stderr]     Checking wasmer-engine v2.2.0
[INFO] [stderr]     Checking wasmer-object v2.2.0
[INFO] [stderr]     Checking wasmer-engine-universal v2.2.0
[INFO] [stderr]     Checking wasmer-engine-dylib v2.2.0
[INFO] [stderr]    Compiling hdk_derive v0.0.52
[INFO] [stderr]     Checking cranelift-frontend v0.76.0
[INFO] [stderr]     Checking wasmer v2.2.0
[INFO] [stderr]     Checking holochain_wasmer_common v0.0.80
[INFO] [stderr]     Checking holochain_wasmer_guest v0.0.80
[INFO] [stderr]     Checking holochain_zome_types v0.0.52
[INFO] [stderr]     Checking hdi v0.1.6
[INFO] [stderr]     Checking logic_integrity v0.0.1 (/opt/rustwide/workdir/dnas/main/zomes/integrity/logic_integrity)
[INFO] [stderr]  Documenting logic_integrity v0.0.1 (/opt/rustwide/workdir/dnas/main/zomes/integrity/logic_integrity)
[INFO] [stderr]     Checking hdk v0.0.157
[INFO] [stderr]  Documenting logic v0.0.1 (/opt/rustwide/workdir/dnas/main/zomes/coordinator/logic)
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 31.01s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cranelift-codegen-meta v0.76.0, wasmparser v0.78.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/logic/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "84b61fb5c3781f8ecbd4e45f21ce45c95bef9c89a44f877cff9b4de7c69b506f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84b61fb5c3781f8ecbd4e45f21ce45c95bef9c89a44f877cff9b4de7c69b506f", kill_on_drop: false }`
[INFO] [stdout] 84b61fb5c3781f8ecbd4e45f21ce45c95bef9c89a44f877cff9b4de7c69b506f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "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] c1af60ac91bb3bb0c5f6498e92869cf08788588eab246b4ea338399f963ca168
[INFO] running `Command { std: "docker" "start" "-a" "c1af60ac91bb3bb0c5f6498e92869cf08788588eab246b4ea338399f963ca168", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] error: manifest path `/opt/rustwide/workdir/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace
[INFO] running `Command { std: "docker" "inspect" "c1af60ac91bb3bb0c5f6498e92869cf08788588eab246b4ea338399f963ca168", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1af60ac91bb3bb0c5f6498e92869cf08788588eab246b4ea338399f963ca168", kill_on_drop: false }`
[INFO] [stdout] c1af60ac91bb3bb0c5f6498e92869cf08788588eab246b4ea338399f963ca168
