[INFO] cloning repository https://github.com/near-examples/rust-filehash [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/near-examples/rust-filehash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnear-examples%2Frust-filehash", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnear-examples%2Frust-filehash'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 40a409fcb01c7e102c5239a5b32bd70456e5a242 [INFO] checking near-examples/rust-filehash against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnear-examples%2Frust-filehash" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/near-examples/rust-filehash on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/near-examples/rust-filehash [INFO] finished tweaking git repo https://github.com/near-examples/rust-filehash [INFO] tweaked toml for git repo https://github.com/near-examples/rust-filehash written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/near-examples/rust-filehash already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quickcheck_macros v0.9.1 [INFO] [stderr] Downloaded tracing-attributes v0.1.7 [INFO] [stderr] Downloaded tracing v0.1.13 [INFO] [stderr] Downloaded wasmer-runtime v0.13.1 [INFO] [stderr] Downloaded clear_on_drop v0.2.3 [INFO] [stderr] Downloaded wasmer-singlepass-backend v0.13.1 [INFO] [stderr] Downloaded wasmparser v0.45.2 [INFO] [stderr] Downloaded curve25519-dalek v2.0.0 [INFO] [stderr] Downloaded wasmer-runtime-core v0.13.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7be062e2c0f0d6e2656feeee3479f6a7848746733578c5bf124684ed34291f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c7be062e2c0f0d6e2656feeee3479f6a7848746733578c5bf124684ed34291f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7be062e2c0f0d6e2656feeee3479f6a7848746733578c5bf124684ed34291f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7be062e2c0f0d6e2656feeee3479f6a7848746733578c5bf124684ed34291f6", kill_on_drop: false }` [INFO] [stdout] c7be062e2c0f0d6e2656feeee3479f6a7848746733578c5bf124684ed34291f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7eda3bc56cf992c07431c27e13bf163ce1efd3dd5b9dca7fd0c2d21f15a81760 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7eda3bc56cf992c07431c27e13bf163ce1efd3dd5b9dca7fd0c2d21f15a81760", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Checking bs58 v0.3.1 [INFO] [stderr] Checking subtle v2.2.2 [INFO] [stderr] Checking zeroize v1.1.0 [INFO] [stderr] Compiling reed-solomon-erasure v4.0.2 [INFO] [stderr] Compiling bindgen v0.53.2 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling protobuf v2.14.0 [INFO] [stderr] Compiling prometheus v0.8.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking cached v0.12.0 [INFO] [stderr] Checking blake2b_simd v0.5.10 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking page_size v0.4.2 [INFO] [stderr] Checking errno v0.2.5 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking nix v0.15.0 [INFO] [stderr] Checking pwasm-utils v0.12.0 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Checking elastic-array v0.11.0 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking resolv-conf v0.6.3 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking dynasmrt v0.5.2 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking blake2 v0.8.1 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Checking uint v0.8.3 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking tokio v0.2.20 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling parity-secp256k1 v0.7.0 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling wasmer-runtime-core v0.13.1 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking actix-codec v0.2.0 [INFO] [stderr] Compiling borsh-derive-internal v0.6.1 [INFO] [stderr] Compiling borsh-schema-derive-internal v0.6.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling near-sdk-core v0.9.2 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling pin-project-internal v0.4.16 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling borsh-derive v0.6.1 [INFO] [stderr] Compiling derive_more v0.99.5 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Compiling enum-as-inner v0.3.2 [INFO] [stderr] Compiling actix-macros v0.1.1 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling smart-default v0.6.0 [INFO] [stderr] Compiling easy-ext v0.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Compiling dynasm v0.5.2 [INFO] [stderr] error: could not compile `bindgen` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name bindgen /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bindgen-0.53.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=4a662560b29bc0c1 -C extra-filename=-4a662560b29bc0c1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-4df6ea8d23dd9689.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-485b2a6b5b1b3204.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-50a317e27ff34374.rmeta --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9d379c3852f4a240.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-13e71b09752696d8.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-44af996e67daa692.rmeta --extern peeking_take_while=/opt/rustwide/target/debug/deps/libpeeking_take_while-209dce6f2d242089.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-221ec117cbf44019.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-1cbde3e6ba10ec4b.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-9784bdbd17761e23.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-d8014d7e08dbd39d.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-4a4c2f8255e6015b.rmeta --extern which=/opt/rustwide/target/debug/deps/libwhich-881911d22b21db2b.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-3ee4d928b9ce3979/out` (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" "7eda3bc56cf992c07431c27e13bf163ce1efd3dd5b9dca7fd0c2d21f15a81760", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eda3bc56cf992c07431c27e13bf163ce1efd3dd5b9dca7fd0c2d21f15a81760", kill_on_drop: false }` [INFO] [stdout] 7eda3bc56cf992c07431c27e13bf163ce1efd3dd5b9dca7fd0c2d21f15a81760