[INFO] cloning repository https://github.com/0x26xyz/0x26-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0x26xyz/0x26-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0x26xyz%2F0x26-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0x26xyz%2F0x26-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1734dca987d88ecea151aef4da65b97a4973124
[INFO] checking 0x26xyz/0x26-cli against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0x26xyz%2F0x26-cli" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0x26xyz/0x26-cli
[INFO] finished tweaking git repo https://github.com/0x26xyz/0x26-cli
[INFO] tweaked toml for git repo https://github.com/0x26xyz/0x26-cli written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0x26xyz/0x26-cli on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0x26xyz/0x26-cli 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 483a1d73105fb03581f63421aa25aac196be4381fd4cad7923feccf7af499986
[INFO] running `Command { std: "docker" "start" "483a1d73105fb03581f63421aa25aac196be4381fd4cad7923feccf7af499986", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "483a1d73105fb03581f63421aa25aac196be4381fd4cad7923feccf7af499986", 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" "483a1d73105fb03581f63421aa25aac196be4381fd4cad7923feccf7af499986" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "483a1d73105fb03581f63421aa25aac196be4381fd4cad7923feccf7af499986", 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" "483a1d73105fb03581f63421aa25aac196be4381fd4cad7923feccf7af499986" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking value-bag v1.12.0
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking num-conv v0.2.1
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling borsh v1.6.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking sha3 v0.10.9
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking lalrpop-util v0.20.2
[INFO] [stderr]    Compiling and-cli v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking levenshtein v1.0.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling borsh-derive v1.6.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr] error: could not compile `lalrpop` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.20.2/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="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=b38309d8cd71df14 -C extra-filename=-3f9157aac8f93bbc --out-dir /opt/rustwide/target/debug/build/lalrpop/3f9157aac8f93bbc/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/90b6c7dd30819dd8/out -L dependency=/opt/rustwide/target/debug/build/ascii-canvas/6e4b0fa5a3c05e4a/out -L dependency=/opt/rustwide/target/debug/build/bit-set/1abc97c8f91329a2/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/8d5c8d6a6143f11b/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out -L dependency=/opt/rustwide/target/debug/build/crunchy/f0587e5ee190d1af/out -L dependency=/opt/rustwide/target/debug/build/dirs-next/257385f10df16b0b/out -L dependency=/opt/rustwide/target/debug/build/dirs-sys-next/f29c45c411298666/out -L dependency=/opt/rustwide/target/debug/build/either/e67190205648abee/out -L dependency=/opt/rustwide/target/debug/build/ena/ffd4d3c8989bc812/out -L dependency=/opt/rustwide/target/debug/build/equivalent/1cd2a250f2449a60/out -L dependency=/opt/rustwide/target/debug/build/fixedbitset/69defad4b00af737/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/e6a297648138f250/out -L dependency=/opt/rustwide/target/debug/build/indexmap/4fb158964f0af1f0/out -L dependency=/opt/rustwide/target/debug/build/itertools/395d7fcba30206f0/out -L dependency=/opt/rustwide/target/debug/build/lalrpop-util/2943fa0b551fc94a/out -L dependency=/opt/rustwide/target/debug/build/libc/9c12716ac42b770e/out -L dependency=/opt/rustwide/target/debug/build/lock_api/886e26369390df02/out -L dependency=/opt/rustwide/target/debug/build/log/3ed344fefb710324/out -L dependency=/opt/rustwide/target/debug/build/memchr/ab0a0affe7ea740d/out -L dependency=/opt/rustwide/target/debug/build/new_debug_unreachable/ded5321d275224be/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/3fc61cb9a24eb8f3/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/8107bbc23f590d67/out -L dependency=/opt/rustwide/target/debug/build/petgraph/e34d1e07807ef1b6/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/f3aff8acadbe4338/out -L dependency=/opt/rustwide/target/debug/build/pico-args/4c3eb399ae5c4147/out -L dependency=/opt/rustwide/target/debug/build/precomputed-hash/537e948e8edfb962/out -L dependency=/opt/rustwide/target/debug/build/regex/8872011f886f182a/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/9f6f53336ab0b7c8/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/d2fb4bcc29cd1978/out -L dependency=/opt/rustwide/target/debug/build/same-file/d0318c27bac25c56/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/22e389c5edc90715/out -L dependency=/opt/rustwide/target/debug/build/siphasher/7703005b7a34f1d2/out -L dependency=/opt/rustwide/target/debug/build/smallvec/ec46f0f688645315/out -L dependency=/opt/rustwide/target/debug/build/string_cache/410116b90077c1b5/out -L dependency=/opt/rustwide/target/debug/build/term/9a427a8763837eaf/out -L dependency=/opt/rustwide/target/debug/build/tiny-keccak/5c7d9ee328baeb20/out -L dependency=/opt/rustwide/target/debug/build/unicode-xid/f3d241b555dcc7ec/out -L dependency=/opt/rustwide/target/debug/build/walkdir/a30c0625979b09c8/out --extern ascii_canvas=/opt/rustwide/target/debug/build/ascii-canvas/6e4b0fa5a3c05e4a/out/libascii_canvas-6e4b0fa5a3c05e4a.rmeta --extern bit_set=/opt/rustwide/target/debug/build/bit-set/1abc97c8f91329a2/out/libbit_set-1abc97c8f91329a2.rmeta --extern ena=/opt/rustwide/target/debug/build/ena/ffd4d3c8989bc812/out/libena-ffd4d3c8989bc812.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/395d7fcba30206f0/out/libitertools-395d7fcba30206f0.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/build/lalrpop-util/2943fa0b551fc94a/out/liblalrpop_util-2943fa0b551fc94a.rmeta --extern petgraph=/opt/rustwide/target/debug/build/petgraph/e34d1e07807ef1b6/out/libpetgraph-e34d1e07807ef1b6.rmeta --extern pico_args=/opt/rustwide/target/debug/build/pico-args/4c3eb399ae5c4147/out/libpico_args-4c3eb399ae5c4147.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/8872011f886f182a/out/libregex-8872011f886f182a.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/d2fb4bcc29cd1978/out/libregex_syntax-d2fb4bcc29cd1978.rmeta --extern string_cache=/opt/rustwide/target/debug/build/string_cache/410116b90077c1b5/out/libstring_cache-410116b90077c1b5.rmeta --extern term=/opt/rustwide/target/debug/build/term/9a427a8763837eaf/out/libterm-9a427a8763837eaf.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/build/tiny-keccak/5c7d9ee328baeb20/out/libtiny_keccak-5c7d9ee328baeb20.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/f3d241b555dcc7ec/out/libunicode_xid-f3d241b555dcc7ec.rmeta --extern walkdir=/opt/rustwide/target/debug/build/walkdir/a30c0625979b09c8/out/libwalkdir-a30c0625979b09c8.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `zerocopy` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name zerocopy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.48/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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=ec31044ba35aed5b -C extra-filename=-92cff1c01b9503bd --out-dir /opt/rustwide/target/debug/build/zerocopy/92cff1c01b9503bd/out --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "483a1d73105fb03581f63421aa25aac196be4381fd4cad7923feccf7af499986", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "483a1d73105fb03581f63421aa25aac196be4381fd4cad7923feccf7af499986", kill_on_drop: false }`
[INFO] [stdout] 483a1d73105fb03581f63421aa25aac196be4381fd4cad7923feccf7af499986
