[INFO] cloning repository https://github.com/recursive-bloom/bloom-ipc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/recursive-bloom/bloom-ipc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frecursive-bloom%2Fbloom-ipc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frecursive-bloom%2Fbloom-ipc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d30544793d2fb5ca97a757bfc9dcb6b88dcd38c8 [INFO] testing recursive-bloom/bloom-ipc against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frecursive-bloom%2Fbloom-ipc" "/workspace/builds/worker-92/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-92/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/recursive-bloom/bloom-ipc on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/recursive-bloom/bloom-ipc [INFO] finished tweaking git repo https://github.com/recursive-bloom/bloom-ipc [INFO] tweaked toml for git repo https://github.com/recursive-bloom/bloom-ipc written to /workspace/builds/worker-92/source/Cargo.toml [INFO] crate git repo https://github.com/recursive-bloom/bloom-ipc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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 nanomsg-sys v0.7.2 [INFO] [stderr] Downloaded nanomsg v0.7.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f954a4b33ca25800c38fc7a89cb63fd6be37a1ae6bcd0f0f301d026dfc458574 [INFO] running `Command { std: "docker" "start" "-a" "f954a4b33ca25800c38fc7a89cb63fd6be37a1ae6bcd0f0f301d026dfc458574", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f954a4b33ca25800c38fc7a89cb63fd6be37a1ae6bcd0f0f301d026dfc458574", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f954a4b33ca25800c38fc7a89cb63fd6be37a1ae6bcd0f0f301d026dfc458574", kill_on_drop: false }` [INFO] [stdout] f954a4b33ca25800c38fc7a89cb63fd6be37a1ae6bcd0f0f301d026dfc458574 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d619da8624356b73730671b70037b77d01e0b1abb3bfece7112f0546f4355724 [INFO] running `Command { std: "docker" "start" "-a" "d619da8624356b73730671b70037b77d01e0b1abb3bfece7112f0546f4355724", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling radium v0.3.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling byte-slice-cast v0.3.5 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling protobuf v2.16.2 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling zmq v0.9.2 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling parity-bytes v0.1.2 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling rlp v0.4.5 [INFO] [stderr] Compiling bitvec v0.17.4 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling impl-rlp v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling hex-literal-impl v0.2.2 [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Compiling nanomsg-sys v0.7.2 [INFO] [stderr] Compiling zmq-sys v0.11.0 [INFO] [stderr] Compiling uint v0.8.4 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling nanomsg v0.7.2 [INFO] [stderr] Compiling hex-literal v0.2.1 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling stream-cipher v0.3.2 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling ctr v0.3.2 [INFO] [stderr] Compiling block-modes v0.3.3 [INFO] [stderr] Compiling secp256k1 v0.17.2 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling aes-ctr v0.3.0 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling scrypt v0.2.0 [INFO] [stderr] Compiling fixed-hash v0.6.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling impl-serde v0.3.1 [INFO] [stderr] Compiling parity-scale-codec v1.3.4 [INFO] [stderr] Compiling ethbloom v0.9.2 [INFO] [stderr] Compiling impl-codec v0.4.2 [INFO] [stderr] Compiling primitive-types v0.7.2 [INFO] [stderr] Compiling ethereum-types v0.9.2 [INFO] [stderr] Compiling keccak-hash v0.5.1 [INFO] [stderr] Compiling parity-crypto v0.6.2 [INFO] [stderr] Compiling common-types v0.1.0 (https://github.com/recursive-bloom/common-types?branch=master#da9da5fb) [INFO] [stderr] Compiling bloom-ipc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `DEALER` [INFO] [stdout] --> src/zmq_server.rs:2:20 [INFO] [stdout] | [INFO] [stdout] 2 | use zmq::{Context, DEALER, ROUTER}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Decodable`, `DecoderError`, `Encodable`, `Rlp` [INFO] [stdout] --> src/zmq_client.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ROUTER` [INFO] [stdout] --> src/zmq_client.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | use zmq::{Context, DEALER, ROUTER}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `common_types::header::Header` [INFO] [stdout] --> src/interactive.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use common_types::header::Header; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BigEndianHash`, `H160`, `H256` [INFO] [stdout] --> src/interactive.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | use ethereum_types::{ H256, H160, Address, U256, BigEndianHash }; [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hex_literal::hex` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use hex_literal::hex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Decodable`, `DecoderError`, `Encodable`, `RlpStream`, `Rlp` [INFO] [stdout] --> src/main.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | use rlp::{ Decodable, DecoderError, Encodable, Rlp, RlpStream }; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^ ^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `count` is assigned to, but never used [INFO] [stdout] --> src/nanomsg_server.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | let mut count = 1u32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = note: consider using `_count` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/interactive.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | fn get_latest_blocks(count : u32) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `number` [INFO] [stdout] --> src/interactive.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | fn get_blocks_after_number(number: u128) -> Vec { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_number` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `address_list` [INFO] [stdout] --> src/interactive.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | fn get_accounts_info(address_list : Vec
) -> Vec<(U256, U256)> { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_latest_blocks` [INFO] [stdout] --> src/interactive.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | fn get_latest_blocks(count : u32) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_blocks_after_number` [INFO] [stdout] --> src/interactive.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn get_blocks_after_number(number: u128) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_accounts_info` [INFO] [stdout] --> src/interactive.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 16 | fn get_accounts_info(address_list : Vec
) -> Vec<(U256, U256)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/nanomsg_server.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | ep.shutdown(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/nanomsg_client.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | ep.shutdown(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.bloom_ipc.c0849ab0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6.27hg2avwxrzzbwav.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/secp256k1-sys-d387f14af193c638/out" "-L" "/usr/local/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcommon_types-10cb860e4c6a4c0c.rlib" "/opt/rustwide/target/debug/deps/libparity_crypto-55326d456f152ac4.rlib" "/opt/rustwide/target/debug/deps/libripemd160-c5a08c7b815f8a1c.rlib" "/opt/rustwide/target/debug/deps/libsubtle-3855bc25eb1f2848.rlib" "/opt/rustwide/target/debug/deps/libscrypt-c816d76f35d11e40.rlib" "/opt/rustwide/target/debug/deps/libpbkdf2-a0f58ddf0bf83463.rlib" "/opt/rustwide/target/debug/deps/librand-530a8ca3c41fe750.rlib" "/opt/rustwide/target/debug/deps/libbase64-72f9b291ad0327bb.rlib" "/opt/rustwide/target/debug/deps/libsafemem-b29c0e7c1add4609.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/libsecp256k1-3c9e5206ed31f331.rlib" "/opt/rustwide/target/debug/deps/librand-0a2a8ad38f9866ff.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-eadf644fc823e615.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-04beb691bef1d141.rlib" "/opt/rustwide/target/debug/deps/librand_hc-bf2050fa144fc214.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-c0eb42012a23c0df.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-6e30ee4f8f479b01.rlib" "/opt/rustwide/target/debug/deps/librand_core-b53e7babb778c84e.rlib" "/opt/rustwide/target/debug/deps/librand_os-0c3c9b556ba29de1.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-3a4a755403add799.rlib" "/opt/rustwide/target/debug/deps/librand_core-a742cc23d4224b17.rlib" "/opt/rustwide/target/debug/deps/libsecp256k1_sys-3665d4f92a4365a3.rlib" "/opt/rustwide/target/debug/deps/libzeroize-498967988235d4f6.rlib" "/opt/rustwide/target/debug/deps/libhmac-e49cd2b9cf59192e.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-378457cf451ce6ce.rlib" "/opt/rustwide/target/debug/deps/libsubtle-b21a68b5065655df.rlib" "/opt/rustwide/target/debug/deps/libsha2-cca6b1f310cd4672.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-6e7bea4bfd3900d4.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-9ebc94e92082ee17.rlib" "/opt/rustwide/target/debug/deps/libdigest-9c2117b7b1e45d32.rlib" "/opt/rustwide/target/debug/deps/libblock_modes-4b7691241ee642c8.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-fb72d455bf6fff2f.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-ac0b9918e5bf5ffe.rlib" "/opt/rustwide/target/debug/deps/libaes_ctr-76ecb695ad108941.rlib" "/opt/rustwide/target/debug/deps/libctr-8649852a867f00e1.rlib" "/opt/rustwide/target/debug/deps/libstream_cipher-2b88a361927a6ef1.rlib" "/opt/rustwide/target/debug/deps/libaes-b0420ed0096332e9.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-eb08cbb1be026621.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-4d6e822ee6232c52.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher_trait-8aa5052d2c4fb20b.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-4b55dc488ea55308.rlib" "/opt/rustwide/target/debug/deps/libtypenum-494e523e9591724c.rlib" "/opt/rustwide/target/debug/deps/libkeccak_hash-9ba8588403a1a774.rlib" "/opt/rustwide/target/debug/deps/libparity_bytes-9b0b9d9d7f9a79df.rlib" "/opt/rustwide/target/debug/deps/libethereum_types-6e9573dba009baf4.rlib" "/opt/rustwide/target/debug/deps/libethbloom-7f07d2361a99d495.rlib" "/opt/rustwide/target/debug/deps/libtiny_keccak-6f177e96686b8433.rlib" "/opt/rustwide/target/debug/deps/libprimitive_types-6da8ddb04af9e9f5.rlib" "/opt/rustwide/target/debug/deps/libimpl_codec-41d1616e8b44c4f1.rlib" "/opt/rustwide/target/debug/deps/libparity_scale_codec-4a8cf2d68f610b37.rlib" "/opt/rustwide/target/debug/deps/libbyte_slice_cast-2b3a4c765c773a9a.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-9cf29a983d340982.rlib" "/opt/rustwide/target/debug/deps/libuint-91cf1c8769b38cc4.rlib" "/opt/rustwide/target/debug/deps/libcrunchy-d81c6bf729279dbc.rlib" "/opt/rustwide/target/debug/deps/libimpl_serde-468fee006f21a21f.rlib" "/opt/rustwide/target/debug/deps/libserde-f406987caa760bdc.rlib" "/opt/rustwide/target/debug/deps/libimpl_rlp-b3f8d698158fe96e.rlib" "/opt/rustwide/target/debug/deps/libfixed_hash-7df93a7b8cb4e2af.rlib" "/opt/rustwide/target/debug/deps/librand-b4c454310fa1cac6.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-8cfbc8023f908352.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-67369fda780fbff5.rlib" "/opt/rustwide/target/debug/deps/librand_core-b63b5283597ab106.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-44e47a078524cbe7.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-7d142d726959c64b.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-4d02c97831cce811.rlib" "/opt/rustwide/target/debug/deps/libnanomsg-15f67514037bcf82.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-f247856bbf76f58a.rlib" "/opt/rustwide/target/debug/deps/librlp-4967baa79531662e.rlib" "/opt/rustwide/target/debug/deps/librustc_hex-4d166caa99ae7489.rlib" "/opt/rustwide/target/debug/deps/libhex_literal-ab1734c378c475ab.rlib" "/opt/rustwide/target/debug/deps/libzmq-ad165297946b277f.rlib" "/opt/rustwide/target/debug/deps/libzmq_sys-3d8fd36aacc39cfd.rlib" "/opt/rustwide/target/debug/deps/liblog-7736e0c201b801f7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-77abc38cc38d84d4.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f1aecb3abba8137.rlib" "/opt/rustwide/target/debug/deps/libbitflags-80e93151c602d4a3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lnanomsg" "-lzmq" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/bloom_ipc-63a7d6e44b441aa6" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lnanomsg [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bloom-ipc` due to 2 previous errors; 16 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d619da8624356b73730671b70037b77d01e0b1abb3bfece7112f0546f4355724", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d619da8624356b73730671b70037b77d01e0b1abb3bfece7112f0546f4355724", kill_on_drop: false }` [INFO] [stdout] d619da8624356b73730671b70037b77d01e0b1abb3bfece7112f0546f4355724