[INFO] fetching crate ergo-node-interface 0.2.6... [INFO] testing ergo-node-interface-0.2.6 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ergo-node-interface 0.2.6 into /workspace/builds/worker-103/source [INFO] validating manifest of crates.io crate ergo-node-interface 0.2.6 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ergo-node-interface 0.2.6 [INFO] finished tweaking crates.io crate ergo-node-interface 0.2.6 [INFO] tweaked toml for crates.io crate ergo-node-interface 0.2.6 written to /workspace/builds/worker-103/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hyper-tls v0.5.0 [INFO] [stderr] Downloaded wasm-bindgen-futures v0.4.29 [INFO] [stderr] Downloaded json v0.12.4 [INFO] [stderr] Downloaded ipnet v2.3.1 [INFO] [stderr] Downloaded tokio-native-tls v0.3.0 [INFO] [stderr] Downloaded serde_urlencoded v0.7.1 [INFO] [stderr] Downloaded winreg v0.7.0 [INFO] [stderr] Downloaded reqwest v0.11.9 [INFO] [stderr] Downloaded openssl-src v111.17.0+1.1.1m [INFO] [stderr] Downloaded ergotree-interpreter v0.14.0 [INFO] [stderr] Downloaded ergo-lib v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4df3fc8249a7d70d2410d90fb107e9c81a7d5ab660e44ee2f536351cd64ef1b9 [INFO] running `Command { std: "docker" "start" "-a" "4df3fc8249a7d70d2410d90fb107e9c81a7d5ab660e44ee2f536351cd64ef1b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4df3fc8249a7d70d2410d90fb107e9c81a7d5ab660e44ee2f536351cd64ef1b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4df3fc8249a7d70d2410d90fb107e9c81a7d5ab660e44ee2f536351cd64ef1b9", kill_on_drop: false }` [INFO] [stdout] 4df3fc8249a7d70d2410d90fb107e9c81a7d5ab660e44ee2f536351cd64ef1b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e064b95f096f20e4e83f332f02b765c5d95976329b31c9e382e42285bb7aa285 [INFO] running `Command { std: "docker" "start" "-a" "e064b95f096f20e4e83f332f02b765c5d95976329b31c9e382e42285bb7aa285", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling zeroize v1.4.3 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling base16 v0.2.1 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling anyhow v1.0.55 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling beef v0.5.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling countme v2.0.4 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling text-size v1.1.0 [INFO] [stderr] Compiling drop_bomb v0.1.5 [INFO] [stderr] Compiling line-col v0.2.1 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling wyz v0.4.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling ff v0.10.1 [INFO] [stderr] Compiling crypto-bigint v0.2.11 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling openssl-src v111.17.0+1.1.1m [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling blake2b_simd v0.5.11 [INFO] [stderr] Compiling bitvec v0.22.3 [INFO] [stderr] Compiling rowan v0.12.6 [INFO] [stderr] Compiling blake2 v0.9.2 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling group v0.10.0 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling elliptic-curve v0.10.6 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] error: could not compile `blake2b_simd` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name blake2b_simd --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/blake2b_simd-0.5.11/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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=90293da49cca6bf9 -C extra-filename=-90293da49cca6bf9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayref=/opt/rustwide/target/debug/deps/libarrayref-d74246b9792fc0ab.rmeta --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-bfa97537a1eb6ce2.rmeta --extern constant_time_eq=/opt/rustwide/target/debug/deps/libconstant_time_eq-e8d656cf878f1ba3.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e064b95f096f20e4e83f332f02b765c5d95976329b31c9e382e42285bb7aa285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e064b95f096f20e4e83f332f02b765c5d95976329b31c9e382e42285bb7aa285", kill_on_drop: false }` [INFO] [stdout] e064b95f096f20e4e83f332f02b765c5d95976329b31c9e382e42285bb7aa285