[INFO] cloning repository https://github.com/evanmarshall/cross-pile [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/evanmarshall/cross-pile" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevanmarshall%2Fcross-pile", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevanmarshall%2Fcross-pile'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 01bbecd2b6d2800728394a0334a84aaafc871b6d [INFO] testing evanmarshall/cross-pile against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevanmarshall%2Fcross-pile" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/evanmarshall/cross-pile on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/evanmarshall/cross-pile [INFO] finished tweaking git repo https://github.com/evanmarshall/cross-pile [INFO] tweaked toml for git repo https://github.com/evanmarshall/cross-pile written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/evanmarshall/cross-pile 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" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded solrand v0.1.3 [INFO] [stderr] Downloaded solana-frozen-abi v1.9.2 [INFO] [stderr] Downloaded solana-frozen-abi-macro v1.9.2 [INFO] [stderr] Downloaded solana-sdk-macro v1.9.2 [INFO] [stderr] Downloaded anchor-attribute-event v0.18.2 [INFO] [stderr] Downloaded solana-program v1.9.2 [INFO] [stderr] Downloaded anchor-attribute-access-control v0.18.2 [INFO] [stderr] Downloaded anchor-lang v0.18.2 [INFO] [stderr] Downloaded anchor-syn v0.18.2 [INFO] [stderr] Downloaded anchor-attribute-account v0.18.2 [INFO] [stderr] Downloaded anchor-attribute-error v0.18.2 [INFO] [stderr] Downloaded anchor-attribute-program v0.18.2 [INFO] [stderr] Downloaded anchor-attribute-state v0.18.2 [INFO] [stderr] Downloaded blake3 v1.2.0 [INFO] [stderr] Downloaded anchor-derive-accounts v0.18.2 [INFO] [stderr] Downloaded anchor-attribute-interface v0.18.2 [INFO] [stderr] Downloaded solana-logger v1.9.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f75cc08eddd6949c7438be0e51d91897fbf9014156724a18f8e38b20d446d996 [INFO] running `Command { std: "docker" "start" "-a" "f75cc08eddd6949c7438be0e51d91897fbf9014156724a18f8e38b20d446d996", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f75cc08eddd6949c7438be0e51d91897fbf9014156724a18f8e38b20d446d996", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f75cc08eddd6949c7438be0e51d91897fbf9014156724a18f8e38b20d446d996", kill_on_drop: false }` [INFO] [stdout] f75cc08eddd6949c7438be0e51d91897fbf9014156724a18f8e38b20d446d996 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d33f030ea991f0ae6b114a29ed48cb04e4d44dea824e454dc82482b5cb2e8773 [INFO] running `Command { std: "docker" "start" "-a" "d33f030ea991f0ae6b114a29ed48cb04e4d44dea824e454dc82482b5cb2e8773", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling bs58 v0.3.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bumpalo v3.8.0 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling solana-frozen-abi-macro v1.9.2 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling bs58 v0.4.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling solana-frozen-abi v1.9.2 [INFO] [stderr] Compiling wasm-bindgen v0.2.78 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling blake3 v1.2.0 [INFO] [stderr] Compiling solana-program v1.9.2 [INFO] [stderr] Compiling memmap2 v0.5.0 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling zeroize v1.4.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling solana-logger v1.9.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.78 [INFO] [stderr] Compiling borsh-schema-derive-internal v0.9.1 [INFO] [stderr] Compiling borsh-derive-internal v0.9.1 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling bytemuck_derive v1.0.1 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling solana-sdk-macro v1.9.2 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.78 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.78 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling libsecp256k1-core v0.2.2 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling hmac-drbg v0.3.0 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling anchor-syn v0.18.2 [INFO] [stderr] Compiling borsh-derive v0.9.1 [INFO] [stderr] Compiling libsecp256k1-gen-genmult v0.2.1 [INFO] [stderr] Compiling libsecp256k1-gen-ecmult v0.2.1 [INFO] [stderr] Compiling borsh v0.9.1 [INFO] [stderr] Compiling libsecp256k1 v0.6.0 [INFO] [stderr] error: failed to run custom build command for `libsecp256k1 v0.6.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/libsecp256k1-729e51a2e69db567/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libsecp256k1-0.6.0/build.rs:8:59: [INFO] [stderr] Write const.rs file failed: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5d621eed11fa - std::backtrace_rs::backtrace::libunwind::trace::hfe0e1def394da018 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x5d621eed11fa - std::backtrace_rs::backtrace::trace_unsynchronized::h96fbb6d117554616 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5d621eed11fa - std::sys::backtrace::_print_fmt::he1169c6f8956325b [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5d621eed11fa - ::fmt::ha4a311b32f6b4ad8 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5d621eeecb83 - core::fmt::rt::Argument::fmt::h8ccd2627d2418ed3 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5d621eeecb83 - core::fmt::write::h1866771663f62b81 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/fmt/mod.rs:1189:21 [INFO] [stderr] 6: 0x5d621eecedd3 - std::io::Write::write_fmt::hb549e7444823135e [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/io/mod.rs:1884:15 [INFO] [stderr] 7: 0x5d621eed1042 - std::sys::backtrace::BacktraceLock::print::hddd3a9918ce29aa7 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5d621eed200c - std::panicking::default_hook::{{closure}}::h791f75256b902d7d [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:268:22 [INFO] [stderr] 9: 0x5d621eed1e52 - std::panicking::default_hook::h82cc572fcb0d8cd7 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:295:9 [INFO] [stderr] 10: 0x5d621eed25e7 - std::panicking::rust_panic_with_hook::he21644cc2707f2c4 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:801:13 [INFO] [stderr] 11: 0x5d621eed247a - std::panicking::begin_panic_handler::{{closure}}::h42f7c414fed3cad9 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:674:13 [INFO] [stderr] 12: 0x5d621eed16d9 - std::sys::backtrace::__rust_end_short_backtrace::ha26cf5766b4e8c65 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x5d621eed210c - rust_begin_unwind [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:665:5 [INFO] [stderr] 14: 0x5d621ee98050 - core::panicking::panic_fmt::h74866b78e934b1c0 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/panicking.rs:76:14 [INFO] [stderr] 15: 0x5d621ee98466 - core::result::unwrap_failed::h899ed7ab2ccb8159 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/result.rs:1699:5 [INFO] [stderr] 16: 0x5d621ee99623 - core::result::Result::expect::had323eb240b76c04 [INFO] [stderr] 17: 0x5d621ee99ab4 - build_script_build::main::h41dc0d81f28343a4 [INFO] [stderr] 18: 0x5d621ee98f73 - core::ops::function::FnOnce::call_once::hc10362e7889c1b0b [INFO] [stderr] 19: 0x5d621ee98e06 - std::sys::backtrace::__rust_begin_short_backtrace::h7a80f4338f1a6153 [INFO] [stderr] 20: 0x5d621ee98cc9 - std::rt::lang_start::{{closure}}::h09a4977e12f6d9ff [INFO] [stderr] 21: 0x5d621eecd187 - core::ops::function::impls:: for &F>::call_once::h39b9ecdfe07c1b40 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x5d621eecd187 - std::panicking::try::do_call::h195dec19c0e8d555 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:557:40 [INFO] [stderr] 23: 0x5d621eecd187 - std::panicking::try::h140b43e48373b310 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:520:19 [INFO] [stderr] 24: 0x5d621eecd187 - std::panic::catch_unwind::h82ff8b15455474e8 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panic.rs:358:14 [INFO] [stderr] 25: 0x5d621eecd187 - std::rt::lang_start_internal::{{closure}}::h68d9606a782b08fd [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/rt.rs:174:48 [INFO] [stderr] 26: 0x5d621eecd187 - std::panicking::try::do_call::h9b1efbc7212cd607 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:557:40 [INFO] [stderr] 27: 0x5d621eecd187 - std::panicking::try::h3c3a9bacfbed2ee5 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panicking.rs:520:19 [INFO] [stderr] 28: 0x5d621eecd187 - std::panic::catch_unwind::h92cc37461d0f445d [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/panic.rs:358:14 [INFO] [stderr] 29: 0x5d621eecd187 - std::rt::lang_start_internal::h78dd36c15a6b42b8 [INFO] [stderr] at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/library/std/src/rt.rs:174:20 [INFO] [stderr] 30: 0x5d621ee98ca7 - std::rt::lang_start::h679796fcb906f5c4 [INFO] [stderr] 31: 0x5d621ee99ca5 - main [INFO] [stderr] 32: 0x7e240fc12d90 - [INFO] [stderr] 33: 0x7e240fc12e40 - __libc_start_main [INFO] [stderr] 34: 0x5d621ee98745 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "d33f030ea991f0ae6b114a29ed48cb04e4d44dea824e454dc82482b5cb2e8773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d33f030ea991f0ae6b114a29ed48cb04e4d44dea824e454dc82482b5cb2e8773", kill_on_drop: false }` [INFO] [stdout] d33f030ea991f0ae6b114a29ed48cb04e4d44dea824e454dc82482b5cb2e8773