[INFO] fetching crate discv5 0.1.0-beta.2... [INFO] testing discv5-0.1.0-beta.2 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate discv5 0.1.0-beta.2 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate discv5 0.1.0-beta.2 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate discv5 0.1.0-beta.2 [INFO] finished tweaking crates.io crate discv5 0.1.0-beta.2 [INFO] tweaked toml for crates.io crate discv5 0.1.0-beta.2 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate discv5 0.1.0-beta.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded const-oid v0.1.0 [INFO] [stderr] Downloaded elliptic-curve v0.6.6 [INFO] [stderr] Downloaded k256 v0.5.10 [INFO] [stderr] Downloaded aes-soft v0.6.2 [INFO] [stderr] Downloaded enr v0.4.0 [INFO] [stderr] Downloaded ecdsa v0.8.5 [INFO] [stderr] Downloaded lru_time_cache v0.11.2 [INFO] [stderr] Downloaded multistream-select v0.8.4 [INFO] [stderr] Downloaded aes-ctr v0.6.0 [INFO] [stderr] Downloaded parity-multiaddr v0.9.3 [INFO] [stderr] Downloaded tokio v0.3.2 [INFO] [stderr] Downloaded libp2p-core v0.23.1 [INFO] [stderr] Downloaded mio v0.7.4 [INFO] [stderr] Downloaded tokio-util v0.5.0 [INFO] [stderr] Downloaded tracing-subscriber v0.2.14 [INFO] [stderr] Downloaded ed25519 v1.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 076f39dae2f8c6eb328295fbc49ed10d31d70d77d95f841c4ca2b464576e02ae [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" "076f39dae2f8c6eb328295fbc49ed10d31d70d77d95f841c4ca2b464576e02ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "076f39dae2f8c6eb328295fbc49ed10d31d70d77d95f841c4ca2b464576e02ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "076f39dae2f8c6eb328295fbc49ed10d31d70d77d95f841c4ca2b464576e02ae", kill_on_drop: false }` [INFO] [stdout] 076f39dae2f8c6eb328295fbc49ed10d31d70d77d95f841c4ca2b464576e02ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6039dd4bf839b03966f851150a82b51a12430605dbb1c92574d3d394fcc16db [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" "e6039dd4bf839b03966f851150a82b51a12430605dbb1c92574d3d394fcc16db", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling subtle v2.3.0 [INFO] [stderr] Compiling radium v0.4.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling funty v1.0.1 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling futures-core v0.3.7 [INFO] [stderr] Compiling futures-sink v0.3.7 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling const-oid v0.1.0 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling futures-io v0.3.7 [INFO] [stderr] Compiling bytes v0.6.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling lru_time_cache v0.11.2 [INFO] [stderr] Compiling instant v0.1.8 [INFO] [stderr] Compiling futures-task v0.3.7 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling rlp v0.4.6 [INFO] [stderr] Compiling futures-channel v0.3.7 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling aho-corasick v0.7.14 [INFO] [stderr] Compiling mio v0.7.4 [INFO] [stderr] Compiling cipher v0.2.1 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.9.1 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling signature v1.2.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling hmac v0.9.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling polyval v0.4.1 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling aes-soft v0.6.2 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling ed25519 v1.0.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling ghash v0.3.0 [INFO] [stderr] Compiling hkdf v0.10.0 [INFO] [stderr] Compiling bitvec v0.18.4 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling uint v0.8.5 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling aes-ctr v0.6.0 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling ff v0.8.0 [INFO] [stderr] Compiling group v0.8.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling zeroize_derive v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.7 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling tokio-macros v0.3.1 [INFO] [stderr] Compiling tokio v0.3.2 [INFO] [stderr] Compiling zeroize v1.1.1 [INFO] [stderr] Compiling elliptic-curve v0.6.6 [INFO] [stderr] Compiling curve25519-dalek v3.0.0 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling ecdsa v0.8.5 [INFO] [stderr] Compiling pin-project v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.7 [INFO] [stderr] Compiling k256 v0.5.10 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling tokio-util v0.5.0 [INFO] [stderr] Compiling futures-executor v0.3.7 [INFO] [stderr] Compiling futures v0.3.7 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling ed25519-dalek v1.0.1 [INFO] [stderr] Compiling enr v0.4.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.14 [INFO] [stderr] Compiling discv5 v0.1.0-beta.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 07s [INFO] running `Command { std: "docker" "inspect" "e6039dd4bf839b03966f851150a82b51a12430605dbb1c92574d3d394fcc16db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6039dd4bf839b03966f851150a82b51a12430605dbb1c92574d3d394fcc16db", kill_on_drop: false }` [INFO] [stdout] e6039dd4bf839b03966f851150a82b51a12430605dbb1c92574d3d394fcc16db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ce2f2eccd9a273065a3b8bb262d7d72eb45e7461a393535132e657d986c85073 [INFO] running `Command { std: "docker" "start" "-a" "ce2f2eccd9a273065a3b8bb262d7d72eb45e7461a393535132e657d986c85073", kill_on_drop: false }` [INFO] [stderr] Compiling hex-literal v0.3.1 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling env_logger v0.8.1 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling simple_logger v1.11.0 [INFO] [stderr] Compiling discv5 v0.1.0-beta.2 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `discv5` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name discv5 --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a425da6a54a33a15 -C extra-filename=-a425da6a54a33a15 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aes_ctr=/opt/rustwide/target/debug/deps/libaes_ctr-a13636cc1bf37c3f.rlib --extern aes_gcm=/opt/rustwide/target/debug/deps/libaes_gcm-b9c6f8a011fa7277.rlib --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-e7311267f78a153b.rlib --extern digest=/opt/rustwide/target/debug/deps/libdigest-339a2f35f2a0fc7d.rlib --extern enr=/opt/rustwide/target/debug/deps/libenr-7297fd265c11eb70.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-1c6286e8ede4efca.rlib --extern fnv=/opt/rustwide/target/debug/deps/libfnv-9bab2cd4d16544dd.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-c9bde0e79a8e9879.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-14911843fdb620d9.rlib --extern hex_literal=/opt/rustwide/target/debug/deps/libhex_literal-b381f9caac52f2c7.so --extern hkdf=/opt/rustwide/target/debug/deps/libhkdf-09a1fe4c5513263b.rlib --extern k256=/opt/rustwide/target/debug/deps/libk256-cbfe08993ce97a07.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib --extern lru_time_cache=/opt/rustwide/target/debug/deps/liblru_time_cache-d95f8f88b56e17ae.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-d11a416d35b4c3f7.rlib --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-d75c4f62cd9bc319.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-bc61d6cb12e63c66.rlib --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-dbb43d42f03c547e.rlib --extern rand_xorshift=/opt/rustwide/target/debug/deps/librand_xorshift-813dfdb6157febd9.rlib --extern rlp=/opt/rustwide/target/debug/deps/librlp-3572eaf7c0fe7571.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-a6b9e5a2fc60d268.rlib --extern simple_logger=/opt/rustwide/target/debug/deps/libsimple_logger-fceca7e2c3853c8c.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-df957b2a11624f21.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-1d56a529e52a3b01.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-38659d026bbc26a3.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-a3cc49655f0dd22d.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-7d8b39862bddfdff.rlib --extern uint=/opt/rustwide/target/debug/deps/libuint-459f1380e10daaaf.rlib --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-85b923ba32f9b842.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: signal: 9 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.find_nodes.78q3n7a8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8" "/opt/rustwide/target/debug/examples/find_nodes-a8d696baf2ed12d8.125kfvbvenvrlmra.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtracing_subscriber-7d8b39862bddfdff.rlib" "/opt/rustwide/target/debug/deps/libchrono-7505edaca7bd7036.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-57233002c74ce2a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3fad92e1f8901c81.rlib" "/opt/rustwide/target/debug/deps/libtime-9537e096a27d4048.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-2ecfdad9a0f2be75.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-d713212c5ee53b3f.rlib" "/opt/rustwide/target/debug/deps/libserde_json-696450edc6e561b0.rlib" "/opt/rustwide/target/debug/deps/libryu-f21f59bb2c528cca.rlib" "/opt/rustwide/target/debug/deps/libitoa-e2fe8f436295d324.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-d622f88d650c17a9.rlib" "/opt/rustwide/target/debug/deps/libansi_term-25ca82cc7e01f56d.rlib" "/opt/rustwide/target/debug/deps/libmatchers-dc5f49ad62107843.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-de661c34b0000d4b.rlib" "/opt/rustwide/target/debug/deps/libregex-c6796e61184bbc7b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-abd19461110d9879.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c1796f7a36bcd395.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-336ff0274051986d.rlib" "/opt/rustwide/target/debug/deps/libdiscv5-41492b6dc1ab6ec6.rlib" "/opt/rustwide/target/debug/deps/libfnv-9bab2cd4d16544dd.rlib" "/opt/rustwide/target/debug/deps/libaes_ctr-a13636cc1bf37c3f.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-e7311267f78a153b.rlib" "/opt/rustwide/target/debug/deps/libuint-459f1380e10daaaf.rlib" "/opt/rustwide/target/debug/deps/libcrunchy-c85a2efa0a887495.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-03b36c50a4d8d0ac.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-38659d026bbc26a3.rlib" "/opt/rustwide/target/debug/deps/libhkdf-09a1fe4c5513263b.rlib" "/opt/rustwide/target/debug/deps/libhmac-7239767239192258.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-5bca61ffea825dc0.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-b9c6f8a011fa7277.rlib" "/opt/rustwide/target/debug/deps/libghash-bec6165dd7fcc76d.rlib" "/opt/rustwide/target/debug/deps/libpolyval-615407fe0269f6d1.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-0caf5fcc8dded85e.rlib" "/opt/rustwide/target/debug/deps/libctr-6c013e8b5080ff8d.rlib" "/opt/rustwide/target/debug/deps/libaes-2b8af9ebcc5cfcff.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-9419530d0f96eebe.rlib" "/opt/rustwide/target/debug/deps/libcipher-6bde83a2b008da9f.rlib" "/opt/rustwide/target/debug/deps/libaead-ed5272f525800052.rlib" "/opt/rustwide/target/debug/deps/liblru_time_cache-d95f8f88b56e17ae.rlib" "/opt/rustwide/target/debug/deps/libfutures-c9bde0e79a8e9879.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-a260ca4b651735b7.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0e76f8183340d6b5.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-c68870df848724b4.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-5f124611ee53c2da.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c5e63cc7f89e7328.rlib" "/opt/rustwide/target/debug/deps/libpin_project-cc37e67d1cec3783.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-9e7369afef5aedce.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-7dd658dc00aac58d.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-78dc18522331663f.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-16ce9e91f7781613.rlib" "/opt/rustwide/target/debug/deps/libtracing-a3cc49655f0dd22d.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-b99d1da45829bc17.rlib" "/opt/rustwide/target/debug/deps/libtokio-1d56a529e52a3b01.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-4a5d65f44a6cdee0.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-6847e788abf972bd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-80c115f9953baf22.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e5604f0874edb5fe.rlib" "/opt/rustwide/target/debug/deps/libslab-f568091877b30548.rlib" "/opt/rustwide/target/debug/deps/libbytes-b6b4c8e8fea7606c.rlib" "/opt/rustwide/target/debug/deps/libmio-a580d37cdb58bfa1.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-8024acad22cac6af.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0e964482411aebe2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d11a416d35b4c3f7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-363ffe2c1fd839db.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-df957b2a11624f21.rlib" "/opt/rustwide/target/debug/deps/liblock_api-55d53257e79b27bc.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-b71d276e69df7592.rlib" "/opt/rustwide/target/debug/deps/libinstant-4cd0bc6b72d36e85.rlib" "/opt/rustwide/target/debug/deps/libenr-7297fd265c11eb70.rlib" "/opt/rustwide/target/debug/deps/libbase64-eb76252f3a009c81.rlib" "/opt/rustwide/target/debug/deps/libhex-14911843fdb620d9.rlib" "/opt/rustwide/target/debug/deps/libserde-487f7a2cebc21377.rlib" "/opt/rustwide/target/debug/deps/liblog-93afe3d9087c158b.rlib" "/opt/rustwide/target/debug/deps/libed25519_dalek-9adc203cb4a6dbb3.rlib" "/opt/rustwide/target/debug/deps/libsha2-a6b9e5a2fc60d268.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-e23de2cf16c14806.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-8fc1d9be277a7da7.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-ef6f6c6c90628d14.rlib" "/opt/rustwide/target/debug/deps/libed25519-4cac2a6b09023fe8.rlib" "/opt/rustwide/target/debug/deps/libsha3-3c475552b7cd6c06.rlib" "/opt/rustwide/target/debug/deps/libkeccak-dbe4a15355e0420f.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e3af6b50f8d5b688.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-5fbfea59e169d1b6.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-4c01c3e0650631ad.rlib" "/opt/rustwide/target/debug/deps/librand-bc61d6cb12e63c66.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-9444a3b5ea1e8ea1.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-793c9886b2b888b1.rlib" "/opt/rustwide/target/debug/deps/libk256-cbfe08993ce97a07.rlib" "/opt/rustwide/target/debug/deps/libecdsa-4812a91fb860fb38.rlib" "/opt/rustwide/target/debug/deps/libhmac-8532c9318f848cc1.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-3064d11cce559e45.rlib" "/opt/rustwide/target/debug/deps/libsignature-d414d4a1336ce0ee.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d82520db93b55397.rlib" "/opt/rustwide/target/debug/deps/libelliptic_curve-9ad594f8641bf4fe.rlib" "/opt/rustwide/target/debug/deps/libconst_oid-2d1d8f260a8c5ebc.rlib" "/opt/rustwide/target/debug/deps/libdigest-339a2f35f2a0fc7d.rlib" "/opt/rustwide/target/debug/deps/libgroup-722cf942701f6998.rlib" "/opt/rustwide/target/debug/deps/libff-70c1822b518532eb.rlib" "/opt/rustwide/target/debug/deps/librand_core-dbb43d42f03c547e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-638b23fa277ab6fa.rlib" "/opt/rustwide/target/debug/deps/liblibc-3d9721a098b165bd.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/libbitvec-71ba0c6ba2d5aeb6.rlib" "/opt/rustwide/target/debug/deps/libfunty-bd160349bf1a3513.rlib" "/opt/rustwide/target/debug/deps/libwyz-ecca383f5d302327.rlib" "/opt/rustwide/target/debug/deps/libradium-b829448e7b31a211.rlib" "/opt/rustwide/target/debug/deps/libzeroize-85b923ba32f9b842.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-606ab37d32ab5af2.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e718507592485383.rlib" "/opt/rustwide/target/debug/deps/libsubtle-c4942be6ffbf794b.rlib" "/opt/rustwide/target/debug/deps/librlp-3572eaf7c0fe7571.rlib" "/opt/rustwide/target/debug/deps/librustc_hex-639ddb9eaab3c802.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ce2f2eccd9a273065a3b8bb262d7d72eb45e7461a393535132e657d986c85073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce2f2eccd9a273065a3b8bb262d7d72eb45e7461a393535132e657d986c85073", kill_on_drop: false }` [INFO] [stdout] ce2f2eccd9a273065a3b8bb262d7d72eb45e7461a393535132e657d986c85073