[INFO] cloning repository https://github.com/0bifthenelse/tui-explorer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0bifthenelse/tui-explorer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0bifthenelse%2Ftui-explorer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0bifthenelse%2Ftui-explorer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c0ec8b9a90f277c0040243dd399791bb9c3d9e1a
[INFO] checking 0bifthenelse/tui-explorer against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0bifthenelse%2Ftui-explorer" "/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/0bifthenelse/tui-explorer
[INFO] finished tweaking git repo https://github.com/0bifthenelse/tui-explorer
[INFO] tweaked toml for git repo https://github.com/0bifthenelse/tui-explorer written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0bifthenelse/tui-explorer on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0bifthenelse/tui-explorer 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 22a52d7fbb89eda82234c8035f145961a05e1404f998c3c93c94ca2f407842c2
[INFO] running `Command { std: "docker" "start" "22a52d7fbb89eda82234c8035f145961a05e1404f998c3c93c94ca2f407842c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22a52d7fbb89eda82234c8035f145961a05e1404f998c3c93c94ca2f407842c2", 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" "22a52d7fbb89eda82234c8035f145961a05e1404f998c3c93c94ca2f407842c2" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22a52d7fbb89eda82234c8035f145961a05e1404f998c3c93c94ca2f407842c2", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22a52d7fbb89eda82234c8035f145961a05e1404f998c3c93c94ca2f407842c2" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling self_cell v1.3.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling pulp v0.22.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]     Checking symphonia-utils-xiph v0.5.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking imgref v1.12.2
[INFO] [stderr]     Checking pulp-wasm-simd-flag v0.1.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling instability v0.3.10
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking reborrow v0.5.5
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking rust-embed-utils v8.12.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling arc-swap v1.9.2
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking pxfm v0.1.30
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling cpal v0.16.0
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking compact_str v0.8.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]     Checking io_tee v0.1.1
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-flac v0.5.5
[INFO] [stderr]     Checking symphonia-format-isomp4 v0.5.5
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.5
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling zerocopy-derive v0.8.55
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling rust-embed-impl v8.12.0
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking unic-langid-impl v0.9.6
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking unic-langid v0.9.6
[INFO] [stderr]    Compiling rust-embed v8.12.0
[INFO] [stderr]     Checking intl-memoizer v0.5.3
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking intl_pluralrules v7.0.2
[INFO] [stderr]     Checking fluent-langneg v0.13.1
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling fluent-syntax v0.11.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking fluent-bundle v0.15.3
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking symphonia-codec-pcm v0.5.5
[INFO] [stderr]     Checking symphonia-codec-aac v0.5.5
[INFO] [stderr]     Checking symphonia-codec-alac v0.5.5
[INFO] [stderr]     Checking symphonia-codec-adpcm v0.5.5
[INFO] [stderr]     Checking fluent v0.16.1
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking icy_sixel v0.1.3
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking tar v0.4.46
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]     Checking rodio v0.21.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr] error: could not compile `pulp` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name pulp --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pulp-0.22.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="relaxed-simd"' --cfg 'feature="std"' --cfg 'feature="x86-v3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "nightly", "relaxed-simd", "std", "x86-v3", "x86-v4"))' -C metadata=64bca40de99cbb2b -C extra-filename=-a8a2c0a5ad98e971 --out-dir /opt/rustwide/target/debug/build/pulp/a8a2c0a5ad98e971/out -L dependency=/opt/rustwide/target/debug/build/bitflags/12164dedcc9c97c0/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/a8e8022f299eee0a/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/libm/4c1ab48c3cb9cde3/out -L dependency=/opt/rustwide/target/debug/build/num-complex/d4a71d3ef27d768a/out -L dependency=/opt/rustwide/target/debug/build/num-traits/89b73ffee7dd0236/out -L dependency=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out -L dependency=/opt/rustwide/target/debug/build/pulp-wasm-simd-flag/d2fabdf84a42c9e3/out -L dependency=/opt/rustwide/target/debug/build/raw-cpuid/01e10191583b2a11/out -L dependency=/opt/rustwide/target/debug/build/reborrow/0885672173645a2f/out --extern bytemuck=/opt/rustwide/target/debug/build/bytemuck/a8e8022f299eee0a/out/libbytemuck-a8e8022f299eee0a.rmeta --extern cfg_if=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out/libcfg_if-190c9021fd162845.rmeta --extern libm=/opt/rustwide/target/debug/build/libm/4c1ab48c3cb9cde3/out/liblibm-4c1ab48c3cb9cde3.rmeta --extern num_complex=/opt/rustwide/target/debug/build/num-complex/d4a71d3ef27d768a/out/libnum_complex-d4a71d3ef27d768a.rmeta --extern paste=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out/libpaste-c5e5e8a2bd161c29.so --extern pulp_wasm_simd_flag=/opt/rustwide/target/debug/build/pulp-wasm-simd-flag/d2fabdf84a42c9e3/out/libpulp_wasm_simd_flag-d2fabdf84a42c9e3.rmeta --extern raw_cpuid=/opt/rustwide/target/debug/build/raw-cpuid/01e10191583b2a11/out/libraw_cpuid-01e10191583b2a11.rmeta --extern reborrow=/opt/rustwide/target/debug/build/reborrow/0885672173645a2f/out/libreborrow-0885672173645a2f.rmeta --cap-lints allow --cap-lints=forbid --cfg libpulp_const --check-cfg 'cfg(libpulp_const)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "22a52d7fbb89eda82234c8035f145961a05e1404f998c3c93c94ca2f407842c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22a52d7fbb89eda82234c8035f145961a05e1404f998c3c93c94ca2f407842c2", kill_on_drop: false }`
[INFO] [stdout] 22a52d7fbb89eda82234c8035f145961a05e1404f998c3c93c94ca2f407842c2
