[INFO] cloning repository https://github.com/acje/solon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/acje/solon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facje%2Fsolon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facje%2Fsolon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0588355d6c782b45e0586130552e9ae43fb66dd3 [INFO] checking acje/solon against try#b152f5575a2ac7126ae0019e4e679abe9399213e for pr-157841 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facje%2Fsolon" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/acje/solon [INFO] finished tweaking git repo https://github.com/acje/solon [INFO] tweaked toml for git repo https://github.com/acje/solon written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/acje/solon on toolchain b152f5575a2ac7126ae0019e4e679abe9399213e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/acje/solon 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" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 249ded5ed18bd2ae4ec77b6972110d5ee37a25c99cfebdaa116b52dffca6bebf [INFO] running `Command { std: "docker" "start" "249ded5ed18bd2ae4ec77b6972110d5ee37a25c99cfebdaa116b52dffca6bebf", 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" "249ded5ed18bd2ae4ec77b6972110d5ee37a25c99cfebdaa116b52dffca6bebf" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "249ded5ed18bd2ae4ec77b6972110d5ee37a25c99cfebdaa116b52dffca6bebf", 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" "249ded5ed18bd2ae4ec77b6972110d5ee37a25c99cfebdaa116b52dffca6bebf" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Checking rustix v1.1.4 [INFO] [stderr] Compiling cc v1.2.64 [INFO] [stderr] Checking uuid v1.23.3 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] Checking winnow v1.0.3 [INFO] [stderr] Checking serde_spanned v1.1.1 [INFO] [stderr] Checking toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Checking xxhash-rust v0.8.15 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling target-triple v1.0.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling memchr v2.8.2 [INFO] [stderr] Compiling aws-lc-rs v1.17.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking constant_time_eq v0.4.2 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking jiff v0.2.28 [INFO] [stderr] Compiling num-conv v0.2.2 [INFO] [stderr] Checking deranged v0.5.8 [INFO] [stderr] Checking typenum v1.20.1 [INFO] [stderr] Checking pardosa-file v0.1.0 (/opt/rustwide/workdir/crates/pardosa-file) [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Checking cmov v0.5.4 [INFO] [stderr] Checking compression-core v0.4.32 [INFO] [stderr] Checking compression-codecs v0.4.38 [INFO] [stderr] Checking ctutils v0.4.2 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Checking saa v5.6.0 [INFO] [stderr] Checking rmp v0.8.15 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking sdd v4.8.6 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] Checking page_size v0.6.0 [INFO] [stderr] Checking toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Checking float-cmp v0.10.0 [INFO] [stderr] Checking hybrid-array v0.4.12 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling assert_cmd v2.2.2 [INFO] [stderr] Checking pardosa-test-support-harness v0.0.0 (/opt/rustwide/workdir/crates/pardosa-test-support-harness) [INFO] [stderr] Checking scc v3.7.3 [INFO] [stderr] Checking toml v1.1.2+spec-1.1.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling pest v2.8.6 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling aws-lc-sys v0.41.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling blake3 v1.8.5 [INFO] [stderr] Checking block-buffer v0.12.1 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Checking crypto-common v0.2.2 [INFO] [stderr] error: could not compile `rustix` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b152f5575a2ac7126ae0019e4e679abe9399213e/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/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 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=eeb42b28435ceb68 -C extra-filename=-9a7af34d0857e4bb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-42a213aab8397fad.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-ff271329eb221e3a.rmeta --cap-lints allow --cap-lints=forbid --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `jiff` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b152f5575a2ac7126ae0019e4e679abe9399213e/bin/rustc --crate-name jiff --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.28/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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=eee8937d21cfca7b -C extra-filename=-9dcbf758ea3b45e2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde_core=/opt/rustwide/target/debug/deps/libserde_core-30ac4ed9a0a88344.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "249ded5ed18bd2ae4ec77b6972110d5ee37a25c99cfebdaa116b52dffca6bebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "249ded5ed18bd2ae4ec77b6972110d5ee37a25c99cfebdaa116b52dffca6bebf", kill_on_drop: false }` [INFO] [stdout] 249ded5ed18bd2ae4ec77b6972110d5ee37a25c99cfebdaa116b52dffca6bebf