[INFO] cloning repository https://github.com/Akanyi/Twinz
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Akanyi/Twinz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkanyi%2FTwinz", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkanyi%2FTwinz'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1d67277fb327648851f144faeae1306e72e12844
[INFO] checking Akanyi/Twinz against try#54cf65b8d066c082e536455049b95943cf30378f for pr-151920
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkanyi%2FTwinz" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Akanyi/Twinz
[INFO] finished tweaking git repo https://github.com/Akanyi/Twinz
[INFO] tweaked toml for git repo https://github.com/Akanyi/Twinz written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Akanyi/Twinz on toolchain 54cf65b8d066c082e536455049b95943cf30378f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Akanyi/Twinz 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" "+54cf65b8d066c082e536455049b95943cf30378f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ce013558b2adf06c43a375232af49b54ec90620276dfc3ec2a6140f85cd955f1
[INFO] running `Command { std: "docker" "start" "-a" "ce013558b2adf06c43a375232af49b54ec90620276dfc3ec2a6140f85cd955f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce013558b2adf06c43a375232af49b54ec90620276dfc3ec2a6140f85cd955f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce013558b2adf06c43a375232af49b54ec90620276dfc3ec2a6140f85cd955f1", kill_on_drop: false }`
[INFO] [stdout] ce013558b2adf06c43a375232af49b54ec90620276dfc3ec2a6140f85cd955f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 75812ed7a83f95e1ebb8185de9e8b3e26df4ef3152d326fe130f391f46e58e8e
[INFO] running `Command { std: "docker" "start" "-a" "75812ed7a83f95e1ebb8185de9e8b3e26df4ef3152d326fe130f391f46e58e8e", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling zerocopy v0.8.37
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling cranelift-isle v0.101.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v14.0.4
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.101.4
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling io-lifetimes v2.0.4
[INFO] [stderr]     Checking bumpalo v3.19.1
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.101.4
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling io-extras v0.18.4
[INFO] [stderr]     Checking wasm-encoder v0.35.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking ambient-authority v0.0.2
[INFO] [stderr]     Checking wasmtime-component-util v14.0.4
[INFO] [stderr]     Checking cranelift-entity v0.101.4
[INFO] [stderr]    Compiling cap-primitives v2.0.2
[INFO] [stderr]     Checking cranelift-control v0.101.4
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking wasmparser v0.115.0
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]     Checking cranelift-bforest v0.101.4
[INFO] [stderr]     Checking wasmparser v0.121.2
[INFO] [stderr]     Checking maybe-owned v0.3.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]     Checking wasmtime-asm-macros v14.0.4
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]    Compiling cap-std v2.0.2
[INFO] [stderr]    Compiling id-arena v2.3.0
[INFO] [stderr]    Compiling cpp_demangle v0.3.5
[INFO] [stderr]     Checking wasm-encoder v0.244.0
[INFO] [stderr]    Compiling wast v35.0.2
[INFO] [stderr]     Checking fs-set-times v0.20.3
[INFO] [stderr]     Checking memfd v0.6.5
[INFO] [stderr]    Compiling wit-parser v0.12.2
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking wasmtime-wmemcheck v14.0.4
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]    Compiling wasmtime-cache v14.0.4
[INFO] [stderr]     Checking sptr v0.3.2
[INFO] [stderr]     Checking directories-next v2.0.0
[INFO] [stderr]    Compiling witx v0.9.1
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling shellexpand v2.1.2
[INFO] [stderr]    Compiling cranelift-codegen v0.101.4
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling wasmtime-fiber v14.0.4
[INFO] [stderr]    Compiling ittapi-sys v0.3.5
[INFO] [stderr]    Compiling wasmtime-runtime v14.0.4
[INFO] [stderr]     Checking wasmtime-jit-icache-coherence v14.0.4
[INFO] [stderr]     Checking wast v244.0.0
[INFO] [stderr]     Checking fxprof-processed-profile v0.6.0
[INFO] [stderr]    Compiling wasmtime-wit-bindgen v14.0.4
[INFO] [stderr]    Compiling wasi-common v14.0.4
[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/54cf65b8d066c082e536455049b95943cf30378f/bin/rustc --crate-name zerocopy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.37/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=95ad70c57e21aa89 -C extra-filename=-c2c2f06bf7a4bd34 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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_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(coverage_nightly)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "75812ed7a83f95e1ebb8185de9e8b3e26df4ef3152d326fe130f391f46e58e8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75812ed7a83f95e1ebb8185de9e8b3e26df4ef3152d326fe130f391f46e58e8e", kill_on_drop: false }`
[INFO] [stdout] 75812ed7a83f95e1ebb8185de9e8b3e26df4ef3152d326fe130f391f46e58e8e
