[INFO] cloning repository https://github.com/silafood/fc-runner [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/silafood/fc-runner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilafood%2Ffc-runner", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilafood%2Ffc-runner'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f566a50cc059a6c7bced47b5f244d537e7a83e83 [INFO] checking silafood/fc-runner against try#38c2997544af84fe301d600d6896397738163002 for pr-154205-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilafood%2Ffc-runner" "/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/silafood/fc-runner [INFO] finished tweaking git repo https://github.com/silafood/fc-runner [INFO] tweaked toml for git repo https://github.com/silafood/fc-runner written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/silafood/fc-runner on toolchain 38c2997544af84fe301d600d6896397738163002 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/silafood/fc-runner 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" "+38c2997544af84fe301d600d6896397738163002" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c3420b3ed7a67b015948f8eaace90f0910c3f12355d5f6bc5c9908d33677193 [INFO] running `Command { std: "docker" "start" "-a" "7c3420b3ed7a67b015948f8eaace90f0910c3f12355d5f6bc5c9908d33677193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c3420b3ed7a67b015948f8eaace90f0910c3f12355d5f6bc5c9908d33677193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c3420b3ed7a67b015948f8eaace90f0910c3f12355d5f6bc5c9908d33677193", kill_on_drop: false }` [INFO] [stdout] 7c3420b3ed7a67b015948f8eaace90f0910c3f12355d5f6bc5c9908d33677193 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+38c2997544af84fe301d600d6896397738163002" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0019cd947f573f4d3a4dd0d07149cbc1f7977a3a78c01ba98994e2b24d9434a3 [INFO] running `Command { std: "docker" "start" "-a" "0019cd947f573f4d3a4dd0d07149cbc1f7977a3a78c01ba98994e2b24d9434a3", kill_on_drop: false }` [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Checking futures-task v0.3.32 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking ff v0.12.1 [INFO] [stderr] Checking crypto-bigint v0.4.9 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Checking signature v1.6.4 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking group v0.12.1 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling nix v0.31.2 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking uuid v1.22.0 [INFO] [stderr] Compiling io-uring v0.5.13 [INFO] [stderr] Checking tokio v1.50.0 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Checking netlink-packet-core v0.8.1 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking clap_builder v4.5.60 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Checking unicode-normalization v0.1.25 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Checking elliptic-curve v0.12.3 [INFO] [stderr] Checking rfc6979 v0.3.1 [INFO] [stderr] Compiling getset v0.1.6 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking ecdsa v0.14.8 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking crc-catalog v1.1.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking const_format v0.2.35 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Checking humantime v2.3.0 [INFO] [stderr] Compiling prometheus v0.13.4 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking strum v0.27.2 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking env_logger v0.9.3 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Checking tempfile v3.26.0 [INFO] [stderr] Checking p256 v0.11.1 [INFO] [stderr] Checking xattr v1.6.1 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking jsonwebtoken v10.3.0 [INFO] [stderr] Checking crc v2.1.0 [INFO] [stderr] Checking clap-num v1.2.0 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking olpc-cjson v0.1.4 [INFO] [stderr] Checking netlink-packet-route v0.28.0 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking positioned-io2 v0.3.4 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Checking simple_asn1 v0.6.4 [INFO] [stderr] Checking filetime v0.2.27 [INFO] [stderr] Checking http-auth v0.1.10 [INFO] [stderr] Compiling fc-runner v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tar v0.4.44 [INFO] [stderr] [FMTARGS] {"crate":"build_script_build","loc":"build.rs:13:13","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"build_script_build","loc":"build.rs:24:13","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"build_script_build","loc":"build.rs:36:13","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":0,"named":0,"cap":1,"ucap":1,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] [FMTARGS] {"crate":"build_script_build","loc":"build.rs:46:8","p":2,"ph":1,"wa":0,"pa":0,"a":1,"pos":1,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":1,"a_opt":1,"sz_no_dedup":16,"sz_old":16,"sz_opt":16} [INFO] [stderr] Checking tracing-subscriber v0.3.22 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] error: could not compile `futures-util` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/38c2997544af84fe301d600d6896397738163002/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/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=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=4798ac598b2ded39 -C extra-filename=-c3688b508e5c9fba --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-6351650e09691772.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-1cd512d543215c04.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-ee83dd0d8cfe75cb.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-497fa74e1fd189b0.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-80687936758fa695.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-3e866f0b2f4b42a0.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-3d944e3b9ac373a3.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-101f873bca723251.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 `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/38c2997544af84fe301d600d6896397738163002/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/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(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=12f25d9dc7d3fed3 -C extra-filename=-358cb91f250f9dc6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c3c82aecfaa31497.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-08fee9e6f43a4f43.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-2ed4480831f36ecd.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-741e46a162db4366.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-dbe9fd47ea23c811.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-dc8e0ca4cfccb575.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-5245f75f1c433b38.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "0019cd947f573f4d3a4dd0d07149cbc1f7977a3a78c01ba98994e2b24d9434a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0019cd947f573f4d3a4dd0d07149cbc1f7977a3a78c01ba98994e2b24d9434a3", kill_on_drop: false }` [INFO] [stdout] 0019cd947f573f4d3a4dd0d07149cbc1f7977a3a78c01ba98994e2b24d9434a3