[INFO] cloning repository https://github.com/1e-16/order-book-bench
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/1e-16/order-book-bench" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1e-16%2Forder-book-bench", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1e-16%2Forder-book-bench'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49cb8fe5fbef7cf45cbf510fcf0d0be8ef968a4d
[INFO] documenting 1e-16/order-book-bench 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%2F1e-16%2Forder-book-bench" "/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/1e-16/order-book-bench
[INFO] finished tweaking git repo https://github.com/1e-16/order-book-bench
[INFO] tweaked toml for git repo https://github.com/1e-16/order-book-bench written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/1e-16/order-book-bench 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/1e-16/order-book-bench 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-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] 5b664bba84882e53ecb4473508263dc72c8052382d04feb9c85d8b4573e54615
[INFO] running `Command { std: "docker" "start" "-a" "5b664bba84882e53ecb4473508263dc72c8052382d04feb9c85d8b4573e54615", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b664bba84882e53ecb4473508263dc72c8052382d04feb9c85d8b4573e54615", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b664bba84882e53ecb4473508263dc72c8052382d04feb9c85d8b4573e54615", kill_on_drop: false }`
[INFO] [stdout] 5b664bba84882e53ecb4473508263dc72c8052382d04feb9c85d8b4573e54615
[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] f213e9b745da067ba9d9293e88c93d13af8e752cf2a192d4b8dcf002a3df7614
[INFO] running `Command { std: "docker" "start" "-a" "f213e9b745da067ba9d9293e88c93d13af8e752cf2a192d4b8dcf002a3df7614", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking oneshot v0.1.6
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking ntex-service v2.0.1
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling yansi-term v0.1.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling annotate-snippets v0.9.2
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking event-listener v5.2.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking async-channel v2.2.0
[INFO] [stderr]    Compiling indexmap v2.2.5
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking lz4_flex v0.11.2
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand_pcg v0.3.1
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking base64 v0.22.0
[INFO] [stderr]     Checking strum v0.23.0
[INFO] [stderr]     Checking arc-swap v1.7.0
[INFO] [stderr]     Checking histogram v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking async_once v0.2.6
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking strum v0.26.2
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling ntex-macros v0.1.3
[INFO] [stderr]    Compiling strum_macros v0.23.1
[INFO] [stderr]    Compiling v_eval v0.6.0
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling num_enum_derive v0.6.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling strum_macros v0.26.2
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking num_enum v0.6.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking polling v3.5.0
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling scylla-macros v0.4.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking ntex-rt v0.4.11
[INFO] [stderr]     Checking scylla-cql v0.1.0
[INFO] [stderr]     Checking ntex-util v1.0.1
[INFO] [stderr]     Checking ntex-bytes v0.1.24
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ntex-codec v0.6.2
[INFO] [stderr]     Checking ntex-http v0.1.12
[INFO] [stderr]     Checking ntex-router v0.5.3
[INFO] [stderr]     Checking ntex-io v1.0.1
[INFO] [stderr]     Checking yarte_helpers v0.15.8
[INFO] [stderr]     Checking scylla v0.12.0
[INFO] [stderr]     Checking ntex-tls v1.0.0
[INFO] [stderr]     Checking ntex-tokio v0.4.0
[INFO] [stderr]     Checking ntex-connect v1.0.0
[INFO] [stderr]     Checking ntex-h2 v0.5.1
[INFO] [stderr]    Compiling yarte_parser v0.15.2
[INFO] [stderr]    Compiling yarte_hir v0.15.6
[INFO] [stderr]    Compiling yarte_codegen v0.15.7
[INFO] [stderr]     Checking ntex v1.1.2
[INFO] [stderr]    Compiling yarte_derive v0.15.6
[INFO] [stderr]     Checking yarte v0.15.7
[INFO] [stderr]  Documenting order-book-bench v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.58s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/order_book_bench/index.html
[INFO] running `Command { std: "docker" "inspect" "f213e9b745da067ba9d9293e88c93d13af8e752cf2a192d4b8dcf002a3df7614", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f213e9b745da067ba9d9293e88c93d13af8e752cf2a192d4b8dcf002a3df7614", kill_on_drop: false }`
[INFO] [stdout] f213e9b745da067ba9d9293e88c93d13af8e752cf2a192d4b8dcf002a3df7614
