[INFO] cloning repository https://github.com/feldroop/rust-fmindex-benchmark
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/feldroop/rust-fmindex-benchmark" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeldroop%2Frust-fmindex-benchmark", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeldroop%2Frust-fmindex-benchmark'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] de458479f1f4d8b6804cfa91d7d3486572bd5e41
[INFO] documenting feldroop/rust-fmindex-benchmark against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeldroop%2Frust-fmindex-benchmark" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/feldroop/rust-fmindex-benchmark
[INFO] finished tweaking git repo https://github.com/feldroop/rust-fmindex-benchmark
[INFO] tweaked toml for git repo https://github.com/feldroop/rust-fmindex-benchmark written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/feldroop/rust-fmindex-benchmark on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/feldroop/rust-fmindex-benchmark 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" "+1.98.0-beta.1" "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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0c5e0e1f4de9f0a39b7510dc44140e2d15b91c8bdfc78ae652e1480968b65a7f
[INFO] running `Command { std: "docker" "start" "0c5e0e1f4de9f0a39b7510dc44140e2d15b91c8bdfc78ae652e1480968b65a7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c5e0e1f4de9f0a39b7510dc44140e2d15b91c8bdfc78ae652e1480968b65a7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c5e0e1f4de9f0a39b7510dc44140e2d15b91c8bdfc78ae652e1480968b65a7f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c5e0e1f4de9f0a39b7510dc44140e2d15b91c8bdfc78ae652e1480968b65a7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c5e0e1f4de9f0a39b7510dc44140e2d15b91c8bdfc78ae652e1480968b65a7f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking indexmap v2.11.0
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling newtype_derive v0.1.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling savefile v0.20.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking crossbeam-channel v0.4.4
[INFO] [stderr]     Checking buffer-redux v1.0.2
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking crossbeam v0.7.3
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking petgraph v0.8.2
[INFO] [stderr]     Checking aligned v0.4.2
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]     Checking memmap2 v0.9.8
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]     Checking itertools-num v0.1.3
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking capwriter v0.4.3
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking triple_accel v0.4.0
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]     Checking editdistancek v1.0.2
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking fern v0.7.1
[INFO] [stderr]     Checking tempfile v3.22.0
[INFO] [stderr]    Compiling derefable v0.1.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling openmp-sys v1.2.3
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling liblzma-sys v0.3.13
[INFO] [stderr]    Compiling libsais-sys v0.2.0
[INFO] [stderr]    Compiling libdivsufsort-rs v0.1.5
[INFO] [stderr]     Checking psacak v0.1.0
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking format_num v0.1.0
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking libsais v0.2.0
[INFO] [stderr]     Checking liblzma v0.3.6
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling mem_dbg-derive v0.1.7
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling savefile-derive v0.20.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive-new v0.6.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking mem_dbg v0.2.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking needletail v0.6.3
[INFO] [stderr]     Checking bio-types v1.0.4
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking genedex v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking bv v0.11.1
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking multimap v0.10.1
[INFO] [stderr]     Checking vers-vecs v1.7.0
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stdout] error[E0659]: `unroll` is ambiguous
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vers-vecs-1.7.0/src/util/unroll.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(crate) use unroll;
[INFO] [stdout]    |                ^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stdout]    = note: `unroll` could refer to a built-in attribute
[INFO] [stdout] note: `unroll` could also refer to the macro defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vers-vecs-1.7.0/src/util/unroll.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / macro_rules! unroll {
[INFO] [stdout]  6 | |     (1, |$i:ident = {$e:expr}| $s:stmt, $inc:expr) => { let mut $i: usize = $e; $s };
[INFO] [stdout]  7 | |     (2, |$i:ident = {$e:expr}| $s:stmt, $inc:expr) => { unroll!(1, |$i = {$e}| $s, $inc); $inc; $s };
[INFO] [stdout]  8 | |     (3, |$i:ident = {$e:expr}| $s:stmt, $inc:expr) => { unroll!(2, |$i = {$e}| $s, $inc); $inc; $s };
[INFO] [stdout] ...  |
[INFO] [stdout] 13 | |     (8, |$i:ident = {$e:expr}| $s:stmt, $inc:expr) => { unroll!(7, |$i = {$e}| $s, $inc); $inc; $s };
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking libsufr v0.6.2
[INFO] [stderr]     Checking sview-fmindex v0.1.1
[INFO] [stderr]     Checking awry v0.3.1
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vers-vecs` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0c5e0e1f4de9f0a39b7510dc44140e2d15b91c8bdfc78ae652e1480968b65a7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c5e0e1f4de9f0a39b7510dc44140e2d15b91c8bdfc78ae652e1480968b65a7f", kill_on_drop: false }`
[INFO] [stdout] 0c5e0e1f4de9f0a39b7510dc44140e2d15b91c8bdfc78ae652e1480968b65a7f
