[INFO] cloning repository https://github.com/00nktk/volsa2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/00nktk/volsa2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F00nktk%2Fvolsa2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F00nktk%2Fvolsa2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6853db70a41aed2ef86940e99b27bb18e4573719
[INFO] documenting 00nktk/volsa2 against beta-2025-09-21 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F00nktk%2Fvolsa2" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/00nktk/volsa2
[INFO] finished tweaking git repo https://github.com/00nktk/volsa2
[INFO] tweaked toml for git repo https://github.com/00nktk/volsa2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/00nktk/volsa2 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/00nktk/volsa2 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 587c7e334301ba167973d200b6c80aa36018d8f10c658ea2652aa292c9e22b76
[INFO] running `Command { std: "docker" "start" "-a" "587c7e334301ba167973d200b6c80aa36018d8f10c658ea2652aa292c9e22b76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "587c7e334301ba167973d200b6c80aa36018d8f10c658ea2652aa292c9e22b76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "587c7e334301ba167973d200b6c80aa36018d8f10c658ea2652aa292c9e22b76", kill_on_drop: false }`
[INFO] [stdout] 587c7e334301ba167973d200b6c80aa36018d8f10c658ea2652aa292c9e22b76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc1eedf70b24f0e95cf8dd5a38498a1c87bbd2683be38945c39489d56665c9b3
[INFO] running `Command { std: "docker" "start" "-a" "cc1eedf70b24f0e95cf8dd5a38498a1c87bbd2683be38945c39489d56665c9b3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling io-lifetimes v1.0.5
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling rustix v0.36.8
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustfft v6.1.0
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling auto_enums v0.8.0
[INFO] [stderr]     Checking clap_lex v0.3.1
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking num-complex v0.4.3
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking primal-check v0.3.3
[INFO] [stderr]     Checking transpose v0.2.2
[INFO] [stderr]     Checking hound v3.5.0
[INFO] [stderr]     Checking arrayref v0.3.6
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.16
[INFO] [stderr]     Checking alsa v0.7.0
[INFO] [stderr]     Checking is-terminal v0.4.3
[INFO] [stderr]    Compiling derive_utils v0.12.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling clap_derive v4.1.0
[INFO] [stderr]    Compiling bytemuck_derive v1.4.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking bytemuck v1.13.0
[INFO] [stderr]     Checking realfft v3.2.0
[INFO] [stderr]     Checking rubato v0.12.0
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking clap v4.1.6
[INFO] [stderr]  Documenting volsa2-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.58s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/volsa2_cli/index.html
[INFO] running `Command { std: "docker" "inspect" "cc1eedf70b24f0e95cf8dd5a38498a1c87bbd2683be38945c39489d56665c9b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc1eedf70b24f0e95cf8dd5a38498a1c87bbd2683be38945c39489d56665c9b3", kill_on_drop: false }`
[INFO] [stdout] cc1eedf70b24f0e95cf8dd5a38498a1c87bbd2683be38945c39489d56665c9b3
