[INFO] cloning repository https://github.com/CDrummond/bliss-mixer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CDrummond/bliss-mixer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCDrummond%2Fbliss-mixer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCDrummond%2Fbliss-mixer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1977cf3d8fc3f7e2703d9f5f1100528c3eeb6ef3
[INFO] documenting CDrummond/bliss-mixer against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCDrummond%2Fbliss-mixer" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CDrummond/bliss-mixer
[INFO] finished tweaking git repo https://github.com/CDrummond/bliss-mixer
[INFO] tweaked toml for git repo https://github.com/CDrummond/bliss-mixer written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CDrummond/bliss-mixer 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 git repo https://github.com/CDrummond/bliss-mixer 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] 5db08303638d2e464f82e8da8a9857d8c2b482af945ec3658feda545ce17cf75
[INFO] running `Command { std: "docker" "start" "5db08303638d2e464f82e8da8a9857d8c2b482af945ec3658feda545ce17cf75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5db08303638d2e464f82e8da8a9857d8c2b482af945ec3658feda545ce17cf75", 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" "5db08303638d2e464f82e8da8a9857d8c2b482af945ec3658feda545ce17cf75" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5db08303638d2e464f82e8da8a9857d8c2b482af945ec3658feda545ce17cf75", 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" "5db08303638d2e464f82e8da8a9857d8c2b482af945ec3658feda545ce17cf75" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]     Checking pin-project-lite v0.1.12
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]    Compiling zerocopy-derive v0.8.47
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling const_fn v0.4.12
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking resolv-conf v0.7.6
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking brotli-decompressor v2.5.1
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]    Compiling generator v0.8.8
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.32.0
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling fixed v1.31.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking noisy_float v0.2.1
[INFO] [stderr]     Checking bytestring v1.5.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking az v1.3.0
[INFO] [stderr]     Checking actix-threadpool v0.3.3
[INFO] [stderr]    Compiling bliss-audio v0.11.3 (https://github.com/Polochon-street/bliss-rs.git#010a5dcb)
[INFO] [stderr]     Checking brotli v3.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking rcue v0.1.3
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking cmov v0.5.2
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking env_filter v1.0.0
[INFO] [stderr]     Checking actix-router v0.2.7
[INFO] [stderr]     Checking sorted-vec v0.8.10
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking argparse v0.2.2
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling actix-macros v0.1.3
[INFO] [stderr]    Compiling enum-as-inner v0.3.4
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling actix-web-codegen v0.4.0
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking time-macros v0.1.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking actix-rt v1.1.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking pin-project v0.4.30
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]     Checking actix-codec v0.3.0
[INFO] [stderr]     Checking actix-service v1.0.6
[INFO] [stderr]     Checking actix-utils v2.0.0
[INFO] [stderr]     Checking actix-server v1.0.4
[INFO] [stderr]     Checking actix-tls v2.0.0
[INFO] [stderr]     Checking actix-testing v1.0.1
[INFO] [stderr]     Checking env_logger v0.11.9
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking trust-dns-proto v0.19.7
[INFO] [stderr]     Checking extended-isolation-forest v0.2.3
[INFO] [stderr]     Checking ndarray-stats v0.6.0
[INFO] [stderr]     Checking trust-dns-resolver v0.19.7
[INFO] [stderr]     Checking actix-connect v2.0.0
[INFO] [stderr]     Checking actix-http v2.2.2
[INFO] [stderr]     Checking rusqlite v0.34.0
[INFO] [stderr]     Checking awc v2.0.3
[INFO] [stderr]     Checking actix-web v3.3.3
[INFO] [stderr]     Checking kiddo v5.3.0
[INFO] [stderr]  Documenting bliss-mixer v0.8.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.67s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/bliss_mixer/index.html
[INFO] running `Command { std: "docker" "inspect" "5db08303638d2e464f82e8da8a9857d8c2b482af945ec3658feda545ce17cf75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5db08303638d2e464f82e8da8a9857d8c2b482af945ec3658feda545ce17cf75", kill_on_drop: false }`
[INFO] [stdout] 5db08303638d2e464f82e8da8a9857d8c2b482af945ec3658feda545ce17cf75
