[INFO] cloning repository https://github.com/andrewhickman/mandelbrick
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrewhickman/mandelbrick" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewhickman%2Fmandelbrick", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewhickman%2Fmandelbrick'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 77b3b4a2c5806bf2c700d3128f25478335f505f8
[INFO] documenting andrewhickman/mandelbrick against beta-2025-04-20 for beta-1.87-rustdoc-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewhickman%2Fmandelbrick" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/andrewhickman/mandelbrick on toolchain beta-2025-04-20
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/andrewhickman/mandelbrick
[INFO] finished tweaking git repo https://github.com/andrewhickman/mandelbrick
[INFO] tweaked toml for git repo https://github.com/andrewhickman/mandelbrick written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/andrewhickman/mandelbrick 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-04-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e6ae12a1ae87f1c0b6d4fd80958145929c6658747f0f13390bdf80520e2c2940
[INFO] running `Command { std: "docker" "start" "-a" "e6ae12a1ae87f1c0b6d4fd80958145929c6658747f0f13390bdf80520e2c2940", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6ae12a1ae87f1c0b6d4fd80958145929c6658747f0f13390bdf80520e2c2940", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6ae12a1ae87f1c0b6d4fd80958145929c6658747f0f13390bdf80520e2c2940", kill_on_drop: false }`
[INFO] [stdout] e6ae12a1ae87f1c0b6d4fd80958145929c6658747f0f13390bdf80520e2c2940
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2aab78107de49155d2ad3920078fb3dbbb918bfad2aa6c6b8bb8179bcb21a738
[INFO] running `Command { std: "docker" "start" "-a" "2aab78107de49155d2ad3920078fb3dbbb918bfad2aa6c6b8bb8179bcb21a738", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.1
[INFO] [stderr]    Compiling winnow v0.5.16
[INFO] [stderr]    Compiling target-lexicon v0.12.11
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling proc-macro2 v1.0.68
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling semver v1.0.19
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking futures-channel v0.3.28
[INFO] [stderr]    Compiling gio v0.16.7
[INFO] [stderr]     Checking unic-ucd-bidi v0.9.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking unic-bidi v0.9.0
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling indexmap v2.0.2
[INFO] [stderr]     Checking flate2 v1.0.27
[INFO] [stderr]    Compiling unicode-general-category v0.4.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking kurbo v0.9.5
[INFO] [stderr]    Compiling pathfinder_simd v0.5.2
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]    Compiling cfg-expr v0.15.5
[INFO] [stderr]     Checking unicode-ccc v0.1.2
[INFO] [stderr]     Checking unicode-script v0.5.5
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking float-ord v0.2.0
[INFO] [stderr]     Checking ttf-parser v0.12.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.1.0
[INFO] [stderr]     Checking svg v0.10.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking piet v0.6.2
[INFO] [stderr]     Checking pathfinder_geometry v0.5.1
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]     Checking rustybuzz v0.4.0
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]     Checking freetype v0.7.0
[INFO] [stderr]     Checking servo-fontconfig v0.5.1
[INFO] [stderr]     Checking font-kit v0.10.1
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.3
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking piet-svg v0.6.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling glib-macros v0.16.8
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling system-deps v6.1.2
[INFO] [stderr]    Compiling glib-sys v0.16.3
[INFO] [stderr]    Compiling gobject-sys v0.16.3
[INFO] [stderr]    Compiling gio-sys v0.16.3
[INFO] [stderr]    Compiling pango-sys v0.16.3
[INFO] [stderr]    Compiling cairo-sys-rs v0.16.3
[INFO] [stderr]    Compiling pangocairo-sys v0.16.3
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking glib v0.16.9
[INFO] [stderr]     Checking cairo-rs v0.16.7
[INFO] [stderr]     Checking pango v0.16.5
[INFO] [stderr]     Checking pangocairo v0.16.3
[INFO] [stderr]     Checking piet-cairo v0.6.2
[INFO] [stderr]     Checking piet-common v0.6.2
[INFO] [stderr]  Documenting mandelbrick v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: svg v0.10.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/mandelbrick/index.html
[INFO] running `Command { std: "docker" "inspect" "2aab78107de49155d2ad3920078fb3dbbb918bfad2aa6c6b8bb8179bcb21a738", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2aab78107de49155d2ad3920078fb3dbbb918bfad2aa6c6b8bb8179bcb21a738", kill_on_drop: false }`
[INFO] [stdout] 2aab78107de49155d2ad3920078fb3dbbb918bfad2aa6c6b8bb8179bcb21a738
