[INFO] cloning repository https://github.com/jonkarrer/bulldozer_tree
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonkarrer/bulldozer_tree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonkarrer%2Fbulldozer_tree", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonkarrer%2Fbulldozer_tree'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 41ab861fe27aa243d39ff7b721562324f45fbe16
[INFO] documenting jonkarrer/bulldozer_tree 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%2Fjonkarrer%2Fbulldozer_tree" "/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/jonkarrer/bulldozer_tree
[INFO] finished tweaking git repo https://github.com/jonkarrer/bulldozer_tree
[INFO] tweaked toml for git repo https://github.com/jonkarrer/bulldozer_tree written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jonkarrer/bulldozer_tree 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/jonkarrer/bulldozer_tree 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca46f85c19438e63dca4492a88d64da25b0fa3ccfc22e207701a43750211d887
[INFO] running `Command { std: "docker" "start" "-a" "ca46f85c19438e63dca4492a88d64da25b0fa3ccfc22e207701a43750211d887", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca46f85c19438e63dca4492a88d64da25b0fa3ccfc22e207701a43750211d887", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca46f85c19438e63dca4492a88d64da25b0fa3ccfc22e207701a43750211d887", kill_on_drop: false }`
[INFO] [stdout] ca46f85c19438e63dca4492a88d64da25b0fa3ccfc22e207701a43750211d887
[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: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] 00ab356b8ce021b50b63ef2d138d9bc5a66ceb0b8b388ba27aead08dd662e834
[INFO] running `Command { std: "docker" "start" "-a" "00ab356b8ce021b50b63ef2d138d9bc5a66ceb0b8b388ba27aead08dd662e834", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking bytes v1.7.2
[INFO] [stderr]    Compiling target-features v0.1.6
[INFO] [stderr]     Checking array-init-cursor v0.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking planus v0.3.1
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling polars-utils v0.43.1
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking raw-cpuid v11.1.0
[INFO] [stderr]     Checking memmap2 v0.7.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling polars-schema v0.43.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling polars-arrow v0.43.1
[INFO] [stderr]     Checking fast-float v0.2.0
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking atoi_simd v0.15.6
[INFO] [stderr]     Checking ethnum v1.5.0
[INFO] [stderr]    Compiling polars-compute v0.43.1
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling polars-core v0.43.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling polars-ops v0.43.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]     Checking xxhash-rust v0.8.12
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking argminmax v0.6.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling psm v0.1.23
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking now v0.1.3
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling polars-plan v0.43.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]    Compiling linfa v0.7.0
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling polars-lazy v0.43.1
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling polars v0.43.1
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking parquet-format-safe v0.2.4
[INFO] [stderr]     Checking streaming-decompression v0.1.2
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]    Compiling multiversion-macros v0.7.4
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling bytemuck_derive v1.7.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]     Checking recursive v0.1.1
[INFO] [stderr]     Checking multiversion v0.7.4
[INFO] [stderr]     Checking sprs v0.11.2
[INFO] [stderr]     Checking bytemuck v1.18.0
[INFO] [stderr]     Checking thiserror v1.0.64
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking comfy-table v7.1.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking polars-arrow-format v0.1.0
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling sqlx-core v0.8.2
[INFO] [stderr]     Checking polars-error v0.43.1
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.2
[INFO] [stderr]     Checking ndarray-rand v0.14.0
[INFO] [stderr]     Checking ndarray-csv v0.5.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.2
[INFO] [stderr]     Checking linfa-trees v0.7.0
[INFO] [stderr]     Checking linfa-datasets v0.7.0
[INFO] [stderr]    Compiling sqlx-macros v0.8.2
[INFO] [stderr]     Checking sqlx v0.8.2
[INFO] [stderr]     Checking polars-row v0.43.1
[INFO] [stderr]     Checking polars-parquet v0.43.1
[INFO] [stderr]     Checking polars-time v0.43.1
[INFO] [stderr]     Checking polars-io v0.43.1
[INFO] [stderr]     Checking polars-expr v0.43.1
[INFO] [stderr]     Checking polars-mem-engine v0.43.1
[INFO] [stderr]  Documenting bulldozer_tree v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/bulldozer_tree/index.html
[INFO] running `Command { std: "docker" "inspect" "00ab356b8ce021b50b63ef2d138d9bc5a66ceb0b8b388ba27aead08dd662e834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00ab356b8ce021b50b63ef2d138d9bc5a66ceb0b8b388ba27aead08dd662e834", kill_on_drop: false }`
[INFO] [stdout] 00ab356b8ce021b50b63ef2d138d9bc5a66ceb0b8b388ba27aead08dd662e834
