[INFO] cloning repository https://github.com/LC-FR/dfiver [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LC-FR/dfiver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLC-FR%2Fdfiver", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLC-FR%2Fdfiver'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a700032e8b0953aec507893b61f73b2d93aad3ac [INFO] checking LC-FR/dfiver against try#969026c535f4240ff7866ef11207dfda18a26af6 for pr-146504 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLC-FR%2Fdfiver" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/LC-FR/dfiver [INFO] finished tweaking git repo https://github.com/LC-FR/dfiver [INFO] tweaked toml for git repo https://github.com/LC-FR/dfiver written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/LC-FR/dfiver on toolchain 969026c535f4240ff7866ef11207dfda18a26af6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/LC-FR/dfiver 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" "+969026c535f4240ff7866ef11207dfda18a26af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] daf4632b71bb361444a1c4cff8d357570a491c10235c3dceeadae43619d0248f [INFO] running `Command { std: "docker" "start" "-a" "daf4632b71bb361444a1c4cff8d357570a491c10235c3dceeadae43619d0248f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "daf4632b71bb361444a1c4cff8d357570a491c10235c3dceeadae43619d0248f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daf4632b71bb361444a1c4cff8d357570a491c10235c3dceeadae43619d0248f", kill_on_drop: false }` [INFO] [stdout] daf4632b71bb361444a1c4cff8d357570a491c10235c3dceeadae43619d0248f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a471b81f55d5a137953a920340c2f62e606c95bbff06cb376da956423f7190c [INFO] running `Command { std: "docker" "start" "-a" "4a471b81f55d5a137953a920340c2f62e606c95bbff06cb376da956423f7190c", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.1.12 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Checking lock_api v0.4.12 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling syn_derive v0.1.8 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking serde_json v1.0.125 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling solana-frozen-abi-macro v1.18.22 [INFO] [stderr] Compiling solana-frozen-abi v1.18.22 [INFO] [stderr] Checking borsh v0.10.3 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking ark-std v0.4.0 [INFO] [stderr] Compiling solana-sdk v1.18.22 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking ark-serialize v0.4.2 [INFO] [stderr] Checking tokio v1.39.2 [INFO] [stderr] Compiling borsh-derive v1.5.1 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking indexmap v2.4.0 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking brotli-decompressor v4.0.1 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling ark-ff-macros v0.4.2 [INFO] [stderr] Checking flate2 v1.0.31 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling blake3 v1.5.1 [INFO] [stderr] Compiling solana-program v1.18.22 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling scroll_derive v0.11.1 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking ark-ff v0.4.2 [INFO] [stderr] Checking brotli v6.0.0 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Checking ascii v0.9.3 [INFO] [stderr] Compiling solana-program-runtime v1.18.22 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Checking scroll v0.11.0 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Compiling enum-iterator-derive v1.4.0 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking eager v0.1.0 [INFO] [stderr] Checking percentage v0.1.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling spl-discriminator-syn v0.1.2 [INFO] [stderr] Compiling spl-program-error-derive v0.3.2 [INFO] [stderr] Compiling solana-vote-program v1.18.22 [INFO] [stderr] Checking goblin v0.5.4 [INFO] [stderr] Compiling spl-discriminator-derive v0.1.2 [INFO] [stderr] Checking borsh v1.5.1 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling solana-version v1.18.22 [INFO] [stderr] Compiling num_enum_derive v0.7.3 [INFO] [stderr] Compiling num_enum_derive v0.6.1 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking enum-iterator v1.5.0 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking env_logger v0.9.3 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking num_enum v0.7.3 [INFO] [stderr] Checking num_enum v0.6.1 [INFO] [stderr] Checking solana-logger v1.18.22 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking pem v1.1.1 [INFO] [stderr] Checking yasna v0.5.2 [INFO] [stderr] Compiling asn1-rs-impl v0.1.0 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling portable-atomic v1.7.0 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking solana-rayon-threadlimit v1.18.22 [INFO] [stderr] Compiling anchor-syn v0.29.0 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking jsonrpc-core v18.0.0 [INFO] [stderr] Compiling solana-perf v1.18.22 [INFO] [stderr] Compiling asn1-rs-derive v0.4.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling dlopen2_derive v0.3.0 [INFO] [stderr] Checking const-oid v0.7.1 [INFO] [stderr] Compiling oid-registry v0.6.1 [INFO] [stderr] Checking der v0.5.1 [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/969026c535f4240ff7866ef11207dfda18a26af6/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.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="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-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=7cf56e14a05fe4a3 -C extra-filename=-867d3fd4df85b0b7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-2dd4cd3ca6af9909.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-13a02704cb2c30c3.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-cd05a59f73375096.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-1ec7b12ff76b8bcf.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-3fbd9506533b2f53.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-5a84f70e2326750c.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-9f78e8c25882cf90.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-c6f7a3874a657ff3.so --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 `brotli` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/969026c535f4240ff7866ef11207dfda18a26af6/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-6.0.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 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "default", "disable-timer", "external-literal-probability", "ffi-api", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=66f797359619fc3b -C extra-filename=-ca1afdba4bb7548c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-7b1bd6f28b6396be.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-72e1816e3e7f5ce9.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-8032bd909233af15.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "4a471b81f55d5a137953a920340c2f62e606c95bbff06cb376da956423f7190c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a471b81f55d5a137953a920340c2f62e606c95bbff06cb376da956423f7190c", kill_on_drop: false }` [INFO] [stdout] 4a471b81f55d5a137953a920340c2f62e606c95bbff06cb376da956423f7190c