[INFO] cloning repository https://github.com/BloopAI/bloop
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BloopAI/bloop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBloopAI%2Fbloop", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBloopAI%2Fbloop'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 431e9e82c5a293c40f22aadb3615c3aa387af82e
[INFO] documenting BloopAI/bloop against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBloopAI%2Fbloop" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BloopAI/bloop
[INFO] finished tweaking git repo https://github.com/BloopAI/bloop
[INFO] tweaked toml for git repo https://github.com/BloopAI/bloop written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BloopAI/bloop on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BloopAI/bloop 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-10-28" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d29ab8e057ea6e3d17e1984dc513f8321b646edd8cb9c5f21453864281bc50bc
[INFO] running `Command { std: "docker" "start" "-a" "d29ab8e057ea6e3d17e1984dc513f8321b646edd8cb9c5f21453864281bc50bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d29ab8e057ea6e3d17e1984dc513f8321b646edd8cb9c5f21453864281bc50bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d29ab8e057ea6e3d17e1984dc513f8321b646edd8cb9c5f21453864281bc50bc", kill_on_drop: false }`
[INFO] [stdout] d29ab8e057ea6e3d17e1984dc513f8321b646edd8cb9c5f21453864281bc50bc
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 913f37283d91729d37f5a117a35501927e9afaafb3fd878d04ad3a89333b7cf3
[INFO] running `Command { std: "docker" "start" "-a" "913f37283d91729d37f5a117a35501927e9afaafb3fd878d04ad3a89333b7cf3", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling zerocopy v0.7.23
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling winnow v0.5.18
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling target-lexicon v0.12.12
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling time-macros v0.2.15
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]    Compiling hashbrown v0.14.2
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling cfg-expr v0.15.5
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking gix-trace v0.1.3 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]     Checking bytesize v1.3.0
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking crossbeam v0.8.2
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking human_format v1.0.3
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking prodash v26.2.2
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking btoi v0.4.3
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling ring v0.17.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rustix v0.38.21
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.10
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]     Checking memmap2 v0.7.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling openssl-src v300.1.6+3.1.4
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling openssl-sys v0.9.94
[INFO] [stderr]    Compiling tree-sitter v0.20.10
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling rustls v0.21.8
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking rustls-pemfile v1.0.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]    Compiling cfg-expr v0.9.1
[INFO] [stderr]    Compiling version-compare v0.0.11
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking new_debug_unreachable v1.0.4
[INFO] [stderr]     Checking gimli v0.28.0
[INFO] [stderr]    Compiling openssl v0.10.58
[INFO] [stderr]     Checking tempfile v3.8.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling uuid v1.5.0
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]     Checking webpki-roots v0.25.2
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]     Checking unicode-bom v2.0.2
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]     Checking bstr v1.7.0
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking gix-command v0.2.10 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking gix-path v0.10.0 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]     Checking gix-validate v0.8.0 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]     Checking gix-chunk v0.4.4 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]     Checking gix-quote v0.4.7 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]     Checking kstring v2.0.0
[INFO] [stderr]     Checking gix-utils v0.1.5 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]    Compiling serde_with_macros v3.4.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling gio v0.15.12
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking gix-config-value v0.14.0 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking publicsuffix v2.2.3
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling dtoa-short v0.3.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling ahash v0.7.7
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]     Checking gix-sec v0.10.0 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling thin-slice v0.1.1
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling tokio v1.33.0
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling blake3 v1.5.0
[INFO] [stderr]    Compiling gtk v0.15.5
[INFO] [stderr]    Compiling zstd-safe v6.0.6
[INFO] [stderr]     Checking deranged v0.3.9
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.4
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]     Checking faster-hex v0.8.1
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]     Checking gix-hash v0.13.1 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]     Checking time v0.3.30
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking gix-hashtable v0.4.0 (https://github.com/BloopAI/gitoxide#307b30af)
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stdout] error[E0282]: type annotations needed for `Box<_>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.30/src/format_description/parse/mod.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let items = format_items
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     Ok(items.into())
[INFO] [stdout]    |        ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `items` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let items: Box<_> = format_items
[INFO] [stdout]    |              ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling treediff v4.0.2
[INFO] [stderr] error: could not compile `regex-automata` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=c18e72b2e349eb4f -C extra-filename=-90f019f72373f049 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-42ebc9ec23b168b8.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-8212f944f3c14da7.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-e1217a92b2b4fc5c.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `time` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "913f37283d91729d37f5a117a35501927e9afaafb3fd878d04ad3a89333b7cf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "913f37283d91729d37f5a117a35501927e9afaafb3fd878d04ad3a89333b7cf3", kill_on_drop: false }`
[INFO] [stdout] 913f37283d91729d37f5a117a35501927e9afaafb3fd878d04ad3a89333b7cf3
