[INFO] cloning repository https://github.com/SolanaVault/merkle-distributor-claim-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SolanaVault/merkle-distributor-claim-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSolanaVault%2Fmerkle-distributor-claim-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSolanaVault%2Fmerkle-distributor-claim-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 53541117547d40c3afa6ca97cb48bf518829ae01
[INFO] checking SolanaVault/merkle-distributor-claim-cli against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSolanaVault%2Fmerkle-distributor-claim-cli" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/SolanaVault/merkle-distributor-claim-cli
[INFO] finished tweaking git repo https://github.com/SolanaVault/merkle-distributor-claim-cli
[INFO] tweaked toml for git repo https://github.com/SolanaVault/merkle-distributor-claim-cli written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SolanaVault/merkle-distributor-claim-cli on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SolanaVault/merkle-distributor-claim-cli 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0fa8760924444366f8716dcc4f9ed74b4931ec9381a38d896d2b98f00f9484c7
[INFO] running `Command { std: "docker" "start" "0fa8760924444366f8716dcc4f9ed74b4931ec9381a38d896d2b98f00f9484c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fa8760924444366f8716dcc4f9ed74b4931ec9381a38d896d2b98f00f9484c7", 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" "0fa8760924444366f8716dcc4f9ed74b4931ec9381a38d896d2b98f00f9484c7" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fa8760924444366f8716dcc4f9ed74b4931ec9381a38d896d2b98f00f9484c7", 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" "0fa8760924444366f8716dcc4f9ed74b4931ec9381a38d896d2b98f00f9484c7" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling winnow v0.7.4
[INFO] [stderr]     Checking solana-decode-error v2.2.1
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking qstring v0.7.2
[INFO] [stderr]     Checking uriparse v0.6.4
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]     Checking humantime v2.2.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling solana-frozen-abi-macro v1.9.20
[INFO] [stderr]    Compiling solana-frozen-abi v1.9.20
[INFO] [stderr]    Compiling solana-program v1.9.20
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]    Compiling solana-sdk v1.9.20
[INFO] [stderr]     Checking ed25519 v1.5.3
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]     Checking iana-time-zone v0.1.62
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]     Checking solana-program-memory v2.2.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling libsecp256k1-core v0.2.2
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling solana-program-runtime v1.9.20
[INFO] [stderr]     Checking derivation-path v0.2.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking solana-signature v2.2.1
[INFO] [stderr]    Compiling rustix v1.0.3
[INFO] [stderr]     Checking solana-derivation-path v2.2.1
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking solana-seed-derivable v2.2.1
[INFO] [stderr]     Checking linux-raw-sys v0.9.3
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.2.1
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.2.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling solana-vote-program v1.9.20
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking solana-logger v1.9.20
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking solana-big-mod-exp v2.2.1
[INFO] [stderr]    Compiling libsecp256k1 v0.6.0
[INFO] [stderr]    Compiling solana-bloom v1.9.20
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking solana-native-token v2.2.1
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling zstd-safe v4.1.3+zstd.1.5.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking solana-rayon-threadlimit v1.9.20
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking nix v0.23.2
[INFO] [stderr]    Compiling solana-address-lookup-table-program v1.9.20
[INFO] [stderr]    Compiling blake3 v1.7.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v1.6.2+zstd.1.5.1
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling hidapi v1.5.0
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling solana-stake-program v1.9.20
[INFO] [stderr]    Compiling solana-version v1.9.20
[INFO] [stderr]    Compiling solana-perf v1.9.20
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]     Checking xattr v1.5.0
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling solana-runtime v1.9.20
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=4521e0aedd4972b1 -C extra-filename=-b05540c220a3f86d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-d9fc52e4a21a670a.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-8f634a3cc9e6f9d7.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b3925cc8f83e9ac1.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 `nix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name nix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de820a143ba07f95 -C extra-filename=-d6e6a1c6939c5ceb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6dcfbc6bad33d8b2.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-d541ac7a75168aa5.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-3a68bfea952854f7.rmeta --extern memoffset=/opt/rustwide/target/debug/deps/libmemoffset-6b2a46312e8e91c8.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0fa8760924444366f8716dcc4f9ed74b4931ec9381a38d896d2b98f00f9484c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fa8760924444366f8716dcc4f9ed74b4931ec9381a38d896d2b98f00f9484c7", kill_on_drop: false }`
[INFO] [stdout] 0fa8760924444366f8716dcc4f9ed74b4931ec9381a38d896d2b98f00f9484c7
