[INFO] cloning repository https://github.com/SunayHegde2006/Air.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SunayHegde2006/Air.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSunayHegde2006%2FAir.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSunayHegde2006%2FAir.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8af5cb5b13d561f58f57b384faa25d9b9239ce45
[INFO] checking SunayHegde2006/Air.rs against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSunayHegde2006%2FAir.rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/SunayHegde2006/Air.rs
[INFO] finished tweaking git repo https://github.com/SunayHegde2006/Air.rs
[INFO] tweaked toml for git repo https://github.com/SunayHegde2006/Air.rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SunayHegde2006/Air.rs on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SunayHegde2006/Air.rs 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "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] 78c0056ed39b0754a571cb6b344d677843e20268dc3b7f7a60e4505533b5dd04
[INFO] running `Command { std: "docker" "start" "78c0056ed39b0754a571cb6b344d677843e20268dc3b7f7a60e4505533b5dd04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78c0056ed39b0754a571cb6b344d677843e20268dc3b7f7a60e4505533b5dd04", 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" "78c0056ed39b0754a571cb6b344d677843e20268dc3b7f7a60e4505533b5dd04" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78c0056ed39b0754a571cb6b344d677843e20268dc3b7f7a60e4505533b5dd04", 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" "78c0056ed39b0754a571cb6b344d677843e20268dc3b7f7a60e4505533b5dd04" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]     Checking value-bag v1.12.0
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking dyn-stack v0.13.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling aws-lc-rs v1.17.3
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking pulp v0.22.2
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling fs-err v3.3.1
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking spm_precompiled v0.1.4
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking rayon-cond v0.4.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking dary_heap v0.3.9
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]     Checking zip v7.2.0
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking safetensors v0.7.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking arc-swap v1.9.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling onig_sys v69.9.3
[INFO] [stderr]    Compiling air-rs v1.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling aws-lc-sys v0.43.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking safetensors v0.5.3
[INFO] [stderr]     Checking async-channel v1.9.0
[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/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name pulp --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pulp-0.22.2/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "nightly", "std", "x86-v3", "x86-v4"))' -C metadata=8240907566196d28 -C extra-filename=-c4b44aba82a0ca5a --out-dir /opt/rustwide/target/debug/build/pulp/c4b44aba82a0ca5a/out -L dependency=/opt/rustwide/target/debug/build/bitflags/924610f47dcb2cb8/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/af97230a4c15fe90/out -L dependency=/opt/rustwide/target/debug/build/bytemuck_derive/b07004302ee2d80c/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/libm/89e5b3015da8f563/out -L dependency=/opt/rustwide/target/debug/build/num-complex/a39c8d7d78876a39/out -L dependency=/opt/rustwide/target/debug/build/num-traits/b0ab957f0a86187b/out -L dependency=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out -L dependency=/opt/rustwide/target/debug/build/pulp-wasm-simd-flag/c9f030f5cf8ead64/out -L dependency=/opt/rustwide/target/debug/build/raw-cpuid/b1435a11e388c69c/out -L dependency=/opt/rustwide/target/debug/build/reborrow/0885672173645a2f/out --extern bytemuck=/opt/rustwide/target/debug/build/bytemuck/af97230a4c15fe90/out/libbytemuck-af97230a4c15fe90.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/89e5b3015da8f563/out/liblibm-89e5b3015da8f563.rmeta --extern num_complex=/opt/rustwide/target/debug/build/num-complex/a39c8d7d78876a39/out/libnum_complex-a39c8d7d78876a39.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/c9f030f5cf8ead64/out/libpulp_wasm_simd_flag-c9f030f5cf8ead64.rmeta --extern raw_cpuid=/opt/rustwide/target/debug/build/raw-cpuid/b1435a11e388c69c/out/libraw_cpuid-b1435a11e388c69c.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" "78c0056ed39b0754a571cb6b344d677843e20268dc3b7f7a60e4505533b5dd04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78c0056ed39b0754a571cb6b344d677843e20268dc3b7f7a60e4505533b5dd04", kill_on_drop: false }`
[INFO] [stdout] 78c0056ed39b0754a571cb6b344d677843e20268dc3b7f7a60e4505533b5dd04
