[INFO] cloning repository https://github.com/terraphim/md-book [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/terraphim/md-book" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterraphim%2Fmd-book", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterraphim%2Fmd-book'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3691da18be7056d1eebf7617be6902dbc7bc7ac4 [INFO] testing terraphim/md-book against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterraphim%2Fmd-book" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/terraphim/md-book [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/terraphim/md-book [INFO] tweaked toml for git repo https://github.com/terraphim/md-book written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/terraphim/md-book on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/terraphim/md-book 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d34992023a6551ebbd994fb1c8fc387cbad2ed97a33d5ba05651cb5cc3b1e46 [INFO] running `Command { std: "docker" "start" "-a" "9d34992023a6551ebbd994fb1c8fc387cbad2ed97a33d5ba05651cb5cc3b1e46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d34992023a6551ebbd994fb1c8fc387cbad2ed97a33d5ba05651cb5cc3b1e46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d34992023a6551ebbd994fb1c8fc387cbad2ed97a33d5ba05651cb5cc3b1e46", kill_on_drop: false }` [INFO] [stdout] 9d34992023a6551ebbd994fb1c8fc387cbad2ed97a33d5ba05651cb5cc3b1e46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 309d88cfff71fe33758c104cd67d305c10c308e3c8f9e9966294cbfcce22f3b9 [INFO] running `Command { std: "docker" "start" "-a" "309d88cfff71fe33758c104cd67d305c10c308e3c8f9e9966294cbfcce22f3b9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling find-msvc-tools v0.1.1 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling cc v1.2.36 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling deranged v0.5.3 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling lexical-util v1.0.6 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling regex-lite v0.1.7 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling time v0.3.43 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling bytestring v1.4.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling brotli-decompressor v5.0.0 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling actix-service v2.0.3 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling dtoa v1.0.10 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling clap_builder v4.5.47 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling brotli v8.0.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling onig_sys v69.9.1 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling v_htmlescape v0.15.8 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling brownstone v3.0.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling globset v0.4.16 [INFO] [stderr] Compiling lexical-parse-integer v1.0.5 [INFO] [stderr] Compiling lexical-write-integer v1.0.5 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling impl-more v0.1.9 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling minicbor v2.1.1 [INFO] [stderr] Compiling joinery v2.1.0 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling compression-core v0.4.29 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling compression-codecs v0.4.30 [INFO] [stderr] Compiling nom-supreme v0.8.0 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Compiling const_format v0.2.34 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling minicbor-derive v0.18.2 [INFO] [stderr] Compiling typed-builder-macro v0.20.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling clap v4.5.47 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling lexical-write-float v1.0.5 [INFO] [stderr] Compiling config-derive v0.11.0 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling rust-patch-derive v0.1.3 [INFO] [stderr] Compiling lexical-parse-float v1.0.5 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling pori v0.0.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling pest_generator v2.8.1 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling quick-xml v0.38.3 [INFO] [stderr] Compiling include_dir_macros v0.7.4 [INFO] [stderr] Compiling utf8-width v0.1.7 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling deunicode v1.6.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling http-range v0.1.5 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling slug v0.1.6 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling onig v6.5.1 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling pest_derive v2.8.1 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling include_dir v0.7.4 [INFO] [stderr] Compiling html-escape v0.2.13 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling actix-rt v2.11.0 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling async-compression v0.4.30 [INFO] [stderr] Compiling actix-server v2.6.0 [INFO] [stderr] Compiling headers v0.3.9 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling lexical-core v1.0.5 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling shellexpand v3.1.1 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling rust-patch v0.1.3 [INFO] [stderr] Compiling wax v0.5.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling typed-builder v0.20.1 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling config-derive v0.15.0 [INFO] [stderr] Compiling emojis v0.6.4 [INFO] [stderr] Compiling portpicker v0.1.1 [INFO] [stderr] Compiling sha-1 v0.10.1 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling plist v1.7.4 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling path-slash v0.2.1 [INFO] [stderr] Compiling unicode-id v0.3.5 [INFO] [stderr] Compiling minifier v0.2.3 [INFO] [stderr] Compiling pagefind_stem v0.2.0 [INFO] [stderr] Compiling markdown v1.0.0 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling lol_html v0.4.0 [INFO] [stderr] Compiling tungstenite v0.21.0 [INFO] [stderr] Compiling twelf v0.11.0 [INFO] [stderr] Compiling syntect v5.2.0 [INFO] [stderr] Compiling twelf v0.15.0 [INFO] [stderr] Compiling tera v1.20.0 [INFO] [stderr] Compiling jiff v0.1.29 [INFO] [stderr] Compiling tokio-tungstenite v0.21.0 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling actix-http v3.11.1 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling actix-web v4.11.0 [INFO] [stderr] Compiling warp v0.3.7 [INFO] [stderr] Compiling actix-files v0.6.7 [INFO] [stderr] Compiling pagefind v1.4.0 [INFO] [stderr] Compiling md-book v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s [INFO] running `Command { std: "docker" "inspect" "309d88cfff71fe33758c104cd67d305c10c308e3c8f9e9966294cbfcce22f3b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "309d88cfff71fe33758c104cd67d305c10c308e3c8f9e9966294cbfcce22f3b9", kill_on_drop: false }` [INFO] [stdout] 309d88cfff71fe33758c104cd67d305c10c308e3c8f9e9966294cbfcce22f3b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f85e5d249a89a9473edc03a01cf3d7d0194a6cb48605d1f45c67cf3adc73b14 [INFO] running `Command { std: "docker" "start" "-a" "6f85e5d249a89a9473edc03a01cf3d7d0194a6cb48605d1f45c67cf3adc73b14", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.101 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.101 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling onig v6.5.1 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling include_dir_macros v0.7.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling include_dir v0.7.4 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling const_format v0.2.34 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling rust-patch-derive v0.1.3 [INFO] [stderr] Compiling config-derive v0.11.0 [INFO] [stderr] Compiling config-derive v0.15.0 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling rust-patch v0.1.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.101 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling minicbor-derive v0.18.2 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling typed-builder-macro v0.20.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.101 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.51 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling wax v0.5.0 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling clap v4.5.47 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling typed-builder v0.20.1 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling minicbor v2.1.1 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.101 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling js-sys v0.3.78 [INFO] [stderr] Compiling pest_generator v2.8.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling pest_derive v2.8.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling plist v1.7.4 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling actix-rt v2.11.0 [INFO] [stderr] Compiling async-compression v0.4.30 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling actix-server v2.6.0 [INFO] [stderr] Compiling lol_html v0.4.0 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling tungstenite v0.21.0 [INFO] [stderr] Compiling twelf v0.11.0 [INFO] [stderr] Compiling twelf v0.15.0 [INFO] [stderr] Compiling syntect v5.2.0 [INFO] [stderr] Compiling tera v1.20.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling tokio-tungstenite v0.21.0 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.51 [INFO] [stderr] Compiling wasm-bindgen-test v0.3.51 [INFO] [stderr] Compiling actix-http v3.11.1 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling actix-web v4.11.0 [INFO] [stderr] Compiling warp v0.3.7 [INFO] [stderr] Compiling actix-files v0.6.7 [INFO] [stderr] Compiling pagefind v1.4.0 [INFO] [stderr] Compiling md-book v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s [INFO] running `Command { std: "docker" "inspect" "6f85e5d249a89a9473edc03a01cf3d7d0194a6cb48605d1f45c67cf3adc73b14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f85e5d249a89a9473edc03a01cf3d7d0194a6cb48605d1f45c67cf3adc73b14", kill_on_drop: false }` [INFO] [stdout] 6f85e5d249a89a9473edc03a01cf3d7d0194a6cb48605d1f45c67cf3adc73b14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4a10ae7d3eb520f63aeffe4ef371724fb3de64e2c2b72f58636f0b49f29e9b5a [INFO] running `Command { std: "docker" "start" "-a" "4a10ae7d3eb520f63aeffe4ef371724fb3de64e2c2b72f58636f0b49f29e9b5a", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/md_book-659cd56b7134c049) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test config::tests::test_book_config_defaults ... ok [INFO] [stdout] test config::tests::test_markdown_format_serde ... ok [INFO] [stdout] test config::tests::test_html_output_defaults ... ok [INFO] [stdout] test config::tests::test_config_serialization ... ok [INFO] [stdout] test core::tests::test_args_default_values ... ok [INFO] [stdout] test config::tests::test_markdown_input_default ... ok [INFO] [stdout] test config::tests::test_playground_config_defaults ... ok [INFO] [stdout] test core::tests::test_args_with_server_options ... ok [INFO] [stdout] test config::tests::test_markdown_format_default ... ok [INFO] [stdout] test config::tests::test_search_config_defaults ... ok [INFO] [stdout] test core::tests::test_extract_title_complex_markup ... ok [INFO] [stdout] test core::tests::test_extract_title_h1 ... ok [INFO] [stdout] test core::tests::test_page_data_serialization ... ok [INFO] [stdout] test core::tests::test_convert_md_links_to_html ... ok [INFO] [stdout] test core::tests::test_extract_title_no_heading ... ok [INFO] [stdout] test core::tests::test_extract_title_first_heading_wins ... ok [INFO] [stdout] test config::tests::test_load_config_unsupported_format ... ok [INFO] [stdout] test config::tests::test_load_config_with_custom_json ... ok [INFO] [stdout] test config::tests::test_load_config_with_custom_toml ... ok [INFO] [stdout] test core::tests::test_process_markdown_with_mathjax ... ignored, MathJax support not implemented yet [INFO] [stdout] test config::tests::test_load_config_no_files ... ok [INFO] [stdout] test config::tests::test_load_config_nonexistent_custom_file ... ok [INFO] [stdout] test pagefind_service::tests::test_pagefind_builder_new ... ok [INFO] [stdout] test pagefind_service::tests::test_invalid_source_path ... ok [INFO] [stdout] test core::tests::test_copy_static_assets_nonexistent_dir ... ok [INFO] [stdout] test config::tests::test_load_config_with_book_toml ... ok [INFO] [stdout] test core::tests::test_copy_static_assets ... ok [INFO] [stdout] test core::tests::test_process_code_block_no_language ... ok [INFO] [stdout] test core::tests::test_process_code_block_rust ... ok [INFO] [stdout] test core::tests::test_extract_title_h2 ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/md_book-e4b3c54e4121e6ea) [INFO] [stdout] test core::tests::test_build_simple_book ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/e2e/cli_test.rs (/opt/rustwide/target/debug/deps/e2e-c93043abbe1db93d) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_cli_help ... ok [INFO] [stdout] test test_cli_version ... ok [INFO] [stdout] test test_cli_watch_option ... ok [INFO] [stdout] test test_cli_missing_required_args ... ok [INFO] [stdout] test test_cli_server_options ... ok [INFO] [stdout] test test_cli_basic_build ... ok [INFO] [stdout] test test_cli_output_permissions ... ok [INFO] [stdout] test test_cli_complex_directory_structure ... ok [INFO] [stdout] test test_cli_invalid_input_directory ... ok [INFO] [stdout] test test_cli_with_config_file ... ok [INFO] [stdout] test test_cli_with_book_toml_in_working_directory ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s [INFO] [stdout] [INFO] [stderr] Running tests/integration/build_test.rs (/opt/rustwide/target/debug/deps/integration-73c397c9cdce746c) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test test_build_simple_book ... ok [INFO] [stdout] test test_build_with_search ... ok [INFO] [stdout] test test_build_with_html_disallowed ... ok [INFO] [stdout] test test_build_with_html_allowed ... ok [INFO] [stdout] test test_build_creates_static_assets ... ok [INFO] [stdout] test test_build_with_custom_config ... ok [INFO] [stdout] test test_build_with_frontmatter ... ok [INFO] [stdout] test test_build_complex_book ... ok [INFO] [stdout] test test_build_invalid_markdown ... ok [INFO] [stdout] test test_build_with_different_markdown_formats ... ok [INFO] [stdout] test test_build_with_syntax_highlighting ... ok [INFO] [stdout] test test_build_empty_input_directory ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s [INFO] [stdout] [INFO] [stderr] Running tests/integration/mdbook_compatibility.rs (/opt/rustwide/target/debug/deps/mdbook_compatibility-28db38c469184e2e) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_mdbook_compatibility_config_parsing ... ok [INFO] [stdout] test test_mdbook_compatibility_navigation ... ok [INFO] [stdout] test test_mdbook_compatibility_markdown_parsing ... ok [INFO] [stdout] test test_mdbook_compatibility_full_build ... ok [INFO] [stdout] test test_mdbook_compatibility_syntax_highlighting ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.95s [INFO] [stdout] [INFO] [stderr] Running tests/e2e/mdbook_test_book_e2e.rs (/opt/rustwide/target/debug/deps/mdbook_e2e-5aa3e0f252a56266) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_mdbook_test_book_with_search ... ok [INFO] [stdout] test test_mdbook_test_book_redirects ... ok [INFO] [stdout] test test_mdbook_test_book_end_to_end ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s [INFO] [stdout] [INFO] [stderr] Running tests/integration/mdbook_test_book.rs (/opt/rustwide/target/debug/deps/mdbook_test_book-861b47a85ef9e7f9) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_mdbook_test_book_navigation ... ok [INFO] [stdout] test test_mdbook_test_book_build ... ok [INFO] [stdout] test test_mdbook_test_book_language_highlighting ... ok [INFO] [stdout] test test_mdbook_test_book_headings ... ok [INFO] [stdout] test test_mdbook_test_book_rust_code_blocks ... ok [INFO] [stdout] test test_mdbook_test_book_with_config ... ok [INFO] [stdout] test test_mdbook_test_book_search_config ... ok [INFO] [stdout] test test_mdbook_test_book_mathjax_support ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.25s [INFO] [stdout] [INFO] [stderr] Doc-tests md_book [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4a10ae7d3eb520f63aeffe4ef371724fb3de64e2c2b72f58636f0b49f29e9b5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a10ae7d3eb520f63aeffe4ef371724fb3de64e2c2b72f58636f0b49f29e9b5a", kill_on_drop: false }` [INFO] [stdout] 4a10ae7d3eb520f63aeffe4ef371724fb3de64e2c2b72f58636f0b49f29e9b5a