Parity-ethereum: Could not compile 'parity-crypto'

Created on 1 Jun 2019  ·  6Comments  ·  Source: openethereum/parity-ethereum

_Before filing a new issue, please provide the following information._

_If you think that your issue is an exploitable security vulnerability, please mail your bugreport to [email protected] instead; your submission might be eligible for our Bug Bounty._
_You can find mode info on the reporting process in SECURITY.md_

  • Parity Ethereum version:
$ git rev-parse HEAD
33d3bfae8bdee5f2fc9171bb4eaa7006cab8e04d
  • Operating system: Linux
$ uname -a
Linux ubp52 4.17.4-041704-generic #201807031235 SMP Tue Jul 3 12:37:29 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  • Installation: built from source
  • Fully synchronized: no
  • Network: n/a
  • Restarted: n/a

_Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue._

__Expected:__ program(s) compile successfully and tests can run.

__Actual:__

$ time cargo test --features json-tests --locked --all --verbose --color=always -- --test-threads 4
...
     Running `rustc --crate-name parking_lot_core /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.4.0/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=92defc631780a6b7 -C extra-filename=-92defc631780a6b7 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern libc=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblibc-551ff8c3dc5e16f8.rlib --extern rand=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand-8a6956a0ba260c9b.rlib --extern smallvec=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsmallvec-0bbf1fe1b341b765.rlib --cap-lints allow --cfg has_localkey_try_with`                             
       Fresh parity-version v2.6.0 (/home/ia/dev/paritytech/parity-ethereum/util/version)                                                                 
   Compiling registrar v0.0.1 (/home/ia/dev/paritytech/parity-ethereum/util/registrar)                                                                    
     Running `rustc --crate-name compress util/rlp-compress/tests/compress.rs --color always --emit=dep-info,link -C debuginfo=2 --test -C metadata=926b265eb3442a73 -C extra-filename=-926b265eb3442a73 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern elastic_array=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libelastic_array-059d77b635d69317.rlib --extern lazy_static=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblazy_static-0686b658baf8780d.rlib --extern rlp=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp-027c240a278c3cb4.rlib --extern rlp_compress=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp_compress-318581548971f75f.rlib`                                                 
   Compiling mime_guess v2.0.0-alpha.6                                                                                                                    
     Running `rustc --crate-name mime_guess /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/mime_guess-2.0.0-alpha.6/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=143ee7852281d1be -C extra-filename=-143ee7852281d1be --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern mime=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmime-209fd589914c31a2.rlib --extern phf=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libphf-bc54406480563065.rlib --extern unicase=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libunicase-2a25c5d3cdf75f7e.rlib --cap-lints allow`
     Running `rustc --crate-name registrar util/registrar/src/lib.rs --color always --emit=dep-info,link -C debuginfo=2 --test -C metadata=4d0e08d3660b5d7c -C extra-filename=-4d0e08d3660b5d7c --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern ethabi=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethabi-b47e5a8abc106f68.rlib --extern ethabi_contract=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethabi_contract-b9175bbed971542f.rlib --extern ethabi_derive=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethabi_derive-c840b671506aeb0b.so --extern futures=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures-2784d4fca006983f.rlib --extern keccak_hash=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libkeccak_hash-ad87a79c2b7f79c0.rlib -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/backtrace-sys-85804ec315de87d2/out`                                                                                                                                                
     Running `rustc --crate-name registrar util/registrar/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ed715abd23f48a4a -C extra-filename=-ed715abd23f48a4a --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern ethabi=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethabi-b47e5a8abc106f68.rlib --extern ethabi_contract=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethabi_contract-b9175bbed971542f.rlib --extern ethabi_derive=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethabi_derive-c840b671506aeb0b.so 
--extern futures=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures-2784d4fca006983f.rlib --extern keccak_hash=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libkeccak_hash-ad87a79c2b7f79c0.rlib -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/backtrace-sys-85804ec315de87d2/out`                                                                                                                                
error[E0658]: renaming imports with `_` is unstable (see issue #48216)                                                                                    
  --> /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/parity-crypto-0.4.0/src/hmac/mod.rs:19:19                                                  
   |                                                                                                                                                      
19 | use rhmac::{Hmac, Mac as _};                                                                                                                         
   |                   ^^^^^^^^                                                                                                                           
   |                                                                                                                                                      
   = help: add #![feature(underscore_imports)] to the crate attributes to enable      

error: aborting due to previous error                                                                                                                     

For more information about this error, try `rustc --explain E0658`.                                                                                       
error: Could not compile `parity-crypto`.                                                                                                                 

Caused by:                                                                                                                                                
  process didn't exit successfully: `rustc --crate-name parity_crypto /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/parity-crypto-0.4.0/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b0235de655bd44d7 -C extra-filename=-b0235de655bd44d7 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern aes=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libaes-56e098c8fa9619b2.rlib --extern aes_ctr=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libaes_ctr-b8d379fa70a2b42c.rlib --extern block_modes=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libblock_modes-4357c5e5c26d63f6.rlib --extern digest=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libdigest-0e825762c6fa20da.rlib --extern hmac=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libhmac-3c5e147c24d67fa0.rlib --extern memzero=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmemzero-bcddfc0bdaa9578d.rlib --extern pbkdf2=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libpbkdf2-5c633979172dc104.rlib --extern ripemd160=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libripemd160-dfe205c52df6c996.rlib --extern scrypt=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libscrypt-da0e6a32f87131bc.rlib --extern sha2=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsha2-b208c96a51920027.rlib --extern subtle=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsubtle-c19280a14a6178e3.rlib --extern tiny_keccak=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtiny_keccak-83d39ba8bd0b9745.rlib --cap-lints allow` (exit code: 1)                                                                                                
warning: build failed, waiting for other jobs to finish...                                                                                                
error: build failed                                                                                                                                       

real    0m3.754s                 
user    0m16.987s                                                                                                                                         
sys     0m1.389s                                            
M0-build 🏗 Z1-question 🙋‍♀️

All 6 comments

@meowsbits can you try again after updating your rust installation (with rustup update)?

No joy;

$ rustup update                                                                                                                                           info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'                                                                                       
info: latest update on 2019-05-23, rust version 1.35.0 (3c235d560 2019-05-20)                                             
info: downloading component 'rustc'                                                                                                                       
 88.4 MiB /  88.4 MiB (100 %)  12.7 MiB/s ETA:   0 s                                                                                                      
info: downloading component 'rust-std'                                                                                                                    
 59.1 MiB /  59.1 MiB (100 %)  11.9 MiB/s ETA:   0 s                                                                                                      
info: downloading component 'cargo'                                                                                                                       
info: downloading component 'rust-docs'                                                                                                                   
info: removing component 'rustc'                                                                                                                          
info: removing component 'rust-std'                                                                                                                       
info: removing component 'cargo'                                                                                                                          
info: removing component 'rust-docs'                                                                                                                      
info: installing component 'rustc'                                                                                                                        
info: installing component 'rust-std'                                                                                                                     
info: installing component 'cargo'                                                                                                                        
info: installing component 'rust-docs'                                                                                                                    info: checking for self-updates                                                                                                                           info: downloading self-update                                                                                                                                                                                                                                                                                         stable-x86_64-unknown-linux-gnu updated - rustc 1.35.0 (3c235d560 2019-05-20)                                                                                                                                                                  
...
     Running `rustc --crate-name parity_rocksdb /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/parity-rocksdb-0.5.1/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4b45948c1f384b67 -C extra-filename=-4b45948c1f384b67 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern libc=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblibc-551ff8c3dc5e16f8.rlib --extern local_encoding=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblocal_encoding-be2772e83a2b9c7b.rlib --extern parity_rocksdb_sys=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_rocksdb_sys-7b7717cfd542c2b7.rlib --cap-lints allow -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/parity-rocksdb-sys-f2a15dea1a1feb1e/out/build -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/parity-snappy-sys-30960b61b6a50a22/out/build`
error[E0658]: renaming imports with `_` is unstable (see issue #48216)
  --> /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/parity-crypto-0.4.0/src/hmac/mod.rs:19:19
   |
19 | use rhmac::{Hmac, Mac as _};
   |                   ^^^^^^^^
   |
   = help: add #![feature(underscore_imports)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `parity-crypto`.

Caused by:
  process didn't exit successfully: `rustc --crate-name parity_crypto /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/parity-crypto-0.4.0/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b0235de655bd44d7 -C extra-filename=-b0235de655bd44d7 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern aes=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libaes-56e098c8fa9619b2.rlib --extern aes_ctr=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libaes_ctr-b8d379fa70a2b42c.rlib --extern block_modes=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libblock_modes-4357c5e5c26d63f6.rlib --extern digest=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libdigest-0e825762c6fa20da.rlib --extern hmac=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libhmac-3c5e147c24d67fa0.rlib --extern memzero=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmemzero-bcddfc0bdaa9578d.rlib --extern pbkdf2=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libpbkdf2-5c633979172dc104.rlib --extern ripemd160=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libripemd160-dfe205c52df6c996.rlib --extern scrypt=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libscrypt-da0e6a32f87131bc.rlib --extern sha2=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsha2-b208c96a51920027.rlib --extern subtle=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsubtle-c19280a14a6178e3.rlib --extern tiny_keccak=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtiny_keccak-83d39ba8bd0b9745.rlib --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: build failed

real    0m3.320s
user    0m11.602s
sys     0m1.201s
ubp52 ~/dev/paritytech/parity-ethereum master *=
$ rustup show
Default host: x86_64-unknown-linux-gnu

installed toolchains
--------------------

stable-x86_64-unknown-linux-gnu
nightly-2018-12-01-x86_64-unknown-linux-gnu (default)

active toolchain
----------------

nightly-2018-12-01-x86_64-unknown-linux-gnu (default)
rustc 1.32.0-nightly (d09466ceb 2018-11-30)

I tried

$ rustup default stable

Now seeing


   Compiling ethcore-network v1.12.0 (/home/ia/dev/paritytech/parity-ethereum/util/network)
     Running `rustc --crate-name ethcore_network util/network/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=15dc730b2f22448e -C extra-filename=-15dc730b2f22448e --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern error_chain=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liberror_chain-c5a128792e57cbf7.rlib --extern ethcore_io=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethcore_io-546a3186e1949c08.rlib --extern ethereum_types=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethereum_types-d25a8dcefc57922d.rlib --extern ethkey=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethkey-01346994e056ffb6.rlib --extern ipnetwork=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libipnetwork-7306edaee1d7bf03.rlib --extern lazy_static=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblazy_static-7468e7fc38fb612c.rlib --extern libc=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblibc-087719ca2cd6e2e5.rlib --extern parity_crypto=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_crypto-9e21bee662de0ff2.rlib --extern parity_snappy=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_snappy-326288ff7a18319f.rlib --extern rlp=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp-7ccd15f097e4a730.rlib --extern semver=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsemver-841f10866fc9a186.rlib --extern serde=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libserde-863ed3f65e93284f.rlib --extern serde_derive=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libserde_derive-5e5972441d942129.so -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/backtrace-sys-07b43f09e2a0ed69/out -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/eth-secp256k1-e054b1bda41b3cc8/out -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/parity-snappy-sys-cf622438888d8df4/out/build`
     Running `rustc --crate-name ethcore_network util/network/src/lib.rs --color always --emit=dep-info,link -C debuginfo=2 --test -C metadata=eb23e5d532bd2085 -C extra-filename=-eb23e5d532bd2085 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern assert_matches=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libassert_matches-6b912402661a6118.rlib --extern error_chain=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liberror_chain-c5a128792e57cbf7.rlib --extern ethcore_io=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethcore_io-546a3186e1949c08.rlib --extern ethereum_types=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethereum_types-d25a8dcefc57922d.rlib --extern ethkey=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethkey-01346994e056ffb6.rlib --extern ipnetwork=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libipnetwork-7306edaee1d7bf03.rlib --extern lazy_static=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblazy_static-7468e7fc38fb612c.rlib --extern libc=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblibc-087719ca2cd6e2e5.rlib --extern parity_crypto=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_crypto-9e21bee662de0ff2.rlib --extern parity_snappy=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_snappy-326288ff7a18319f.rlib --extern rlp=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp-7ccd15f097e4a730.rlib --extern semver=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsemver-841f10866fc9a186.rlib --extern serde=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libserde-863ed3f65e93284f.rlib --extern serde_derive=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libserde_derive-5e5972441d942129.so -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/backtrace-sys-07b43f09e2a0ed69/out -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/eth-secp256k1-e054b1bda41b3cc8/out -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/parity-snappy-sys-cf622438888d8df4/out/build`
   Compiling jsonrpc-tcp-server v10.0.1
     Running `rustc --edition=2018 --crate-name jsonrpc_tcp_server /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/jsonrpc-tcp-server-10.0.1/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=94d2754322471fcc -C extra-filename=-94d2754322471fcc --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern jsonrpc_core=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libjsonrpc_core-397a4e1405e571d0.rlib --extern jsonrpc_server_utils=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libjsonrpc_server_utils-fcc3dedfdfd75a7d.rlib --extern log=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblog-519b79fdaeff418a.rlib --extern parking_lot=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot-5bc6983a9b541745.rlib --extern tokio_service=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_service-2b91bd48f0afccb0.rlib --cap-lints allow`
   Compiling jsonrpc-ws-server v10.0.1
     Running `rustc --edition=2018 --crate-name jsonrpc_ws_server /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/jsonrpc-ws-server-10.0.1/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=96a3366cb80cf430 -C extra-filename=-96a3366cb80cf430 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern error_chain=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liberror_chain-c5a128792e57cbf7.rlib --extern jsonrpc_core=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libjsonrpc_core-397a4e1405e571d0.rlib --extern jsonrpc_server_utils=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libjsonrpc_server_utils-fcc3dedfdfd75a7d.rlib --extern log=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblog-519b79fdaeff418a.rlib --extern parity_ws=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_ws-4027475fbe6a3b6d.rlib --extern parking_lot=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot-5bc6983a9b541745.rlib --extern slab=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libslab-7ddf8b4515377a85.rlib --cap-lints allow -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/backtrace-sys-07b43f09e2a0ed69/out`
   Compiling tokio-retry v0.1.1
     Running `rustc --crate-name tokio_retry /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-retry-0.1.1/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=02ef8b523e8e4619 -C extra-filename=-02ef8b523e8e4619 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern futures=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures-a2b4494735fb78c5.rlib --extern rand=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand-72f483708b1497a4.rlib --extern tokio_core=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_core-be803bac1bed49a6.rlib --extern tokio_service=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_service-2b91bd48f0afccb0.rlib --cap-lints allow`
   Compiling hyper v0.11.27
     Running `rustc --crate-name hyper /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.11.27/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7b293cb4e57c9363 -C extra-filename=-7b293cb4e57c9363 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern base64=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbase64-97d47715355dfec8.rlib --extern bytes=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbytes-15fe82c7db87cb16.rlib --extern futures=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures-a2b4494735fb78c5.rlib --extern futures_cpupool=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures_cpupool-50d58357d9e18d6a.rlib --extern httparse=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libhttparse-13785176293e6e03.rlib --extern iovec=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libiovec-71d1155103a19247.rlib --extern language_tags=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblanguage_tags-3797c5f763b4dbcd.rlib --extern log=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblog-519b79fdaeff418a.rlib --extern mime=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmime-95f822decaee54a5.rlib --extern net2=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnet2-9c19874949f75883.rlib --extern percent_encoding=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libpercent_encoding-c24061e6f21c57d2.rlib --extern relay=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librelay-3786dedb360afdcd.rlib --extern time=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtime-0a45c6fec42f2fe3.rlib --extern tokio_core=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_core-be803bac1bed49a6.rlib --extern tokio_io=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_io-ada02a26e607e0a7.rlib --extern tokio_service=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_service-2b91bd48f0afccb0.rlib --extern unicase=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libunicase-0e48e8188b076d8e.rlib --extern want=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libwant-08254b5d7acdf216.rlib --cap-lints allow`
error: failed to write dep-graph to `/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental/common_types-2fe30437mkgva/s-fcrddbjq6x-yeu57s-working/dep-graph.bin`: No space left on device (os error 28)

LLVM ERROR: IO failure on output stream: No space left on device
LLVM ERROR: IO failure on output stream: No space left on device
error: aborting due to previous error

error: Could not compile `ethash`.

Caused by:
  process didn't exit successfully: `rustc --crate-name ethash ethash/src/lib.rs --color always --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' -C metadata=8040cd49c0fd32e9 -C extra-filename=-8040cd49c0fd32e9 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern criterion=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcriterion-37b1f72ac60ce561.rlib --extern crunchy=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrunchy-0bef8f3afda181ac.rlib --extern either=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libeither-f227e26792bb9f64.rlib --extern ethereum_types=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethereum_types-d25a8dcefc57922d.rlib --extern keccak_hash=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libkeccak_hash-38c03c05cba046c7.rlib --extern log=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblog-519b79fdaeff418a.rlib --extern memmap=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmemmap-99fb3df2ed20c315.rlib --extern parking_lot=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot-5bc6983a9b541745.rlib --extern primal=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libprimal-65e11b48d6489164.rlib --extern rustc_hex=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librustc_hex-4552da6389790b3e.rlib --extern serde_json=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libserde_json-c5253144613c46a8.rlib --extern tempdir=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtempdir-c99cd2d872a5aca3.rlib -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/backtrace-sys-07b43f09e2a0ed69/out` (exit code: 101)
warning: build failed, waiting for other jobs to finish...
error: Could not compile `common-types`.

Caused by:
  process didn't exit successfully: `rustc --crate-name common_types ethcore/types/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f87aba5fafb4c2b3 -C extra-filename=-f87aba5fafb4c2b3 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern ethereum_types=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethereum_types-d25a8dcefc57922d.rlib --extern ethjson=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethjson-6ff6b7660daee44f.rlib --extern ethkey=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethkey-01346994e056ffb6.rlib --extern heapsize=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libheapsize-edeed4f507bb1b3b.rlib --extern keccak_hash=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libkeccak_hash-38c03c05cba046c7.rlib --extern parity_bytes=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_bytes-327a2aa9852a94b4.rlib --extern rlp=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp-7ccd15f097e4a730.rlib --extern rlp_derive=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp_derive-6bd8155e8577f7c3.so --extern unexpected=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libunexpected-2dcea983151873f8.rlib -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/eth-secp256k1-e054b1bda41b3cc8/out` (exit code: 101)
warning: build failed, waiting for other jobs to finish...
LLVM ERROR: IO failure on output stream: No space left on device
error: Could not compile `jsonrpc-ws-server`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name jsonrpc_ws_server /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/jsonrpc-ws-server-10.0.1/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=96a3366cb80cf430 -C extra-filename=-96a3366cb80cf430 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern error_chain=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liberror_chain-c5a128792e57cbf7.rlib --extern jsonrpc_core=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libjsonrpc_core-397a4e1405e571d0.rlib --extern jsonrpc_server_utils=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libjsonrpc_server_utils-fcc3dedfdfd75a7d.rlib --extern log=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblog-519b79fdaeff418a.rlib --extern parity_ws=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_ws-4027475fbe6a3b6d.rlib --extern parking_lot=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot-5bc6983a9b541745.rlib --extern slab=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libslab-7ddf8b4515377a85.rlib --cap-lints allow -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/backtrace-sys-07b43f09e2a0ed69/out` (exit code: 101)
warning: build failed, waiting for other jobs to finish...
error: Could not compile `common-types`.

Caused by:
  process didn't exit successfully: `rustc --crate-name common_types ethcore/types/src/lib.rs --color always --emit=dep-info,link -C debuginfo=2 --test -C metadata=69de8eaaf38c5f2f -C extra-filename=-69de8eaaf38c5f2f --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern ethereum_types=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethereum_types-d25a8dcefc57922d.rlib --extern ethjson=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethjson-6ff6b7660daee44f.rlib --extern ethkey=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethkey-01346994e056ffb6.rlib --extern heapsize=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libheapsize-edeed4f507bb1b3b.rlib --extern keccak_hash=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libkeccak_hash-38c03c05cba046c7.rlib --extern parity_bytes=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_bytes-327a2aa9852a94b4.rlib --extern rlp=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp-7ccd15f097e4a730.rlib --extern rlp_derive=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp_derive-6bd8155e8577f7c3.so --extern rustc_hex=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librustc_hex-4552da6389790b3e.rlib --extern unexpected=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libunexpected-2dcea983151873f8.rlib -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/eth-secp256k1-e054b1bda41b3cc8/out` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
LLVM ERROR: IO failure on output stream: No space left on device
error: Could not compile `tokio-retry`.

Caused by:
  process didn't exit successfully: `rustc --crate-name tokio_retry /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-retry-0.1.1/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=02ef8b523e8e4619 -C extra-filename=-02ef8b523e8e4619 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern futures=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures-a2b4494735fb78c5.rlib --extern rand=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand-72f483708b1497a4.rlib --extern tokio_core=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_core-be803bac1bed49a6.rlib --extern tokio_service=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_service-2b91bd48f0afccb0.rlib --cap-lints allow` (exit code: 101)
warning: build failed, waiting for other jobs to finish...
error: error writing dependencies to `/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/hyper-7b293cb4e57c9363.d`: No space left on device (os error 28)

error: aborting due to previous error

error: Could not compile `hyper`.

Caused by:
  process didn't exit successfully: `rustc --crate-name hyper /home/ia/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.11.27/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7b293cb4e57c9363 -C extra-filename=-7b293cb4e57c9363 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern base64=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbase64-97d47715355dfec8.rlib --extern bytes=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbytes-15fe82c7db87cb16.rlib --extern futures=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures-a2b4494735fb78c5.rlib --extern futures_cpupool=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures_cpupool-50d58357d9e18d6a.rlib --extern httparse=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libhttparse-13785176293e6e03.rlib --extern iovec=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libiovec-71d1155103a19247.rlib --extern language_tags=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblanguage_tags-3797c5f763b4dbcd.rlib --extern log=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblog-519b79fdaeff418a.rlib --extern mime=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmime-95f822decaee54a5.rlib --extern net2=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnet2-9c19874949f75883.rlib --extern percent_encoding=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libpercent_encoding-c24061e6f21c57d2.rlib --extern relay=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librelay-3786dedb360afdcd.rlib --extern time=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtime-0a45c6fec42f2fe3.rlib --extern tokio_core=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_core-be803bac1bed49a6.rlib --extern tokio_io=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_io-ada02a26e607e0a7.rlib --extern tokio_service=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_service-2b91bd48f0afccb0.rlib --extern unicase=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libunicase-0e48e8188b076d8e.rlib --extern want=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libwant-08254b5d7acdf216.rlib --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.13d85dpkrgyx2ned.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.143e367xr36gyxpe.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.14xmaudx6s5t66mv.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.18r7soegupkebxuw.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.18wi6pb8y91pzdgg.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1977fzgwgw6x3hu4.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.19icij94mvpayz5r.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.19uw4gblgb5s3us5.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.19xhtkpbdenvkkjt.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1asxpxebkxbdic5t.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1b3x7in24frk34ia.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1cdkjubq8si4qcaz.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1ctqf8ewe2wqg7rt.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1cv6sdzyk7ljjjav.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1daj4cxbzzv83ea2.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1exe2hinuwszgv1t.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1fmil1704qtmepxk.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1gqgoohnia7zcjb5.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1h3ur2hbr41i412p.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1ldszsqy9w1g6l19.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1ozp4y6lrx22ukq8.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1qj2yd32edh5zne5.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1uxvk08e5mirufqb.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1wot42ne2r89tl4c.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.1zd9031pbfmadojp.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.22k1vhtgtp6ji5ek.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.22pl438uvlupretx.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.24ggd7y8r5fz9vkc.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.24za498lkxo4lguk.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.27erhn3mcs5oga2f.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.29g6yk4i968xmm96.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2dztktiamp1qqtis.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2eivkmvan0atn55b.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2en0g4h24c1h8vcz.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2h2yfwugqbhtsdeo.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2hjg1nrsbueugqk5.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2i378t0g1ypcrnz0.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2ix20coqdsnptyfi.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2kgp6svvhsym00y.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2lwr77rzb55bs48g.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2n3ev45vb5w6a603.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2oar3fryu3x76kpt.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2qdocooppamkw7du.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2qkf0l1ibcvz6c5d.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2u77eeu68m1h7gnq.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2uaysevz31afhra9.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2wcgtyta4f8s8udc.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2xry6lttfv8uacbp.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2yyddk2lskvq67l2.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.2z3ujv514cemju76.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.30emn08n40gnjvjh.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.35aejev1v5x28snj.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.36ck7ef4zv8ls0i4.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.370g4hjgdpfa7wa9.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.37ha2srzus2fzn5z.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.39o19ryenypxyh5p.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3butresfjzx5tj4z.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3dq70v93pxzi0dne.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3dxy9jzbpbey10db.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3eqqqwk88q3lhk0v.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3fzgh8nqpxbopp1f.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3gajxfxpba0b8g3k.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3hdm5g1sanoqtkng.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3iwg1wwb3w92k37b.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3kl6quk5u5fr4goo.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3qcqk8dsb63immhy.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3u7f10cklz10zlrw.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3uyec6n37j7l3829.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3x32gwxpn1q5v0vr.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3xagvkifwn6m6dtz.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3xlix2r2mae1it06.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3zgsijxswcqtf0ve.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4001izmtqzda47g1.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.403u1rapf0rmtvmo.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.42lj8hrhg4xiwxa2.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.43yvpds4fba208rm.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.44pnraw1wwc3l6a.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.45izzwvwz96olqp9.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.46gx9hcnp79sdq13.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.477fnwf6ilvt14du.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.49rivbz553zfes7r.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4a0y5zshondzhbxg.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4bqqmk5ritt5s60g.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4csdsa4r0826is1d.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4epcktzmvo7ttdn0.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4ewasmqvxab57ao3.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4f4360w3oy4dinrb.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4jogcb65ai6xvvss.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4kbeh7nnj761rfcl.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4pubgzgkit9ngx99.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4qw9uxet1z3f6clg.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.4rcsgci2gjdwquz5.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.50syo6g7wxzvwy80.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.5167ik2oyozyzj6g.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.51b1qr3ckyif36n1.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.52kvtbp8sgnn8p6t.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.52qmbhqix3rot812.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.536u57zc94tlmk4n.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.53cxrn9tzel0bnt1.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.53qx37jn87x0jmh6.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.55ncabbjpgnfaxlj.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.581wu9amubfnl0w4.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.596fxq3k4o7msiyk.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.5bpsqunou3uynaav.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.5ekvdhvaixca1nr5.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.5fdsvelu9pbgaw6h.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.5g0pm03ayj5b079u.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.5g42360zgox8u0ca.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.85s4x65yp4ocjg2.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.aqb9poxh5wf9t2m.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.cwbcen5biiqk5ox.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.ei1qie2svoz0rsk.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.eo92od9iaqa654k.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.esraqjvfdihodpq.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.hyi78hj9trpyi9y.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.ie7tfnoh37ae0b8.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.il8sc2w8svzk98x.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.itckvtn2zscqd3x.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.kcivpe8daq620le.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.kfqukdsy8wo2j0m.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.l4gy09fac0vxo6g.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.l6m8d7fm4wsc3sz.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.n4e5vmce60r5etb.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.o1ar4x7heum16p5.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.owyb3jkot8ikqd2.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.pjheyr5p3qvj56l.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.qge38vsl305laee.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.sq2j81o7tmbv9jh.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.szy1vpsqp3zfb9n.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.tuwu9n807pzxvdw.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.v0hth3pxeg2rl2q.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.vl8px44mhulqss0.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.w376md4ywgdcmla.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.yql5nfkyzmunrre.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.yuhulpt5dfbwjk7.rcgu.o" "-o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_io-5e98c88375cef6c9.3fgduhzu1o0wxp8z.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps" "-L" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d65243ce23c10440.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-5a3c233fedc016bd.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-21c5ddfdf14ab53b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio-2ca6e88fbccd14f2.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_uds-ced5d4c20243ab4e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmio_uds-246fb185de66f119.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_udp-1c6639c00c8ea70a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_tcp-397719dc6805ee46.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_timer-20cc85f2c4aca6d0.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_reactor-8ea50c632d574a6a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot-8b265d85773fea1b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot_core-1df6bb7251781488.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_fs-c985c43d34679d6f.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_threadpool-68aeb9c736b852b5.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand-f8bb3c2ed881cfad.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_core-ca5fe8a49104fba0.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_codec-8a8b76bcf39ad50c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_io-ada02a26e607e0a7.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_current_thread-55f638a82e1d0302.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_executor-eaa21d3606a84c23.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures-a2b4494735fb78c5.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbytes-15fe82c7db87cb16.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbyteorder-6756d59f5830058a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfnv-0513ef6ff5d0e75a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtimer-f47fb945215f9554.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libchrono-3f323e699ef52249.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnum_integer-687b8723c114562e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnum_traits-fdf9a59209c6fb9c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtime-0a45c6fec42f2fe3.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnum_cpus-1c77141de4c63b3f.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot-5bc6983a9b541745.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot_core-5e50490b73dbae93.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsmallvec-584d1ef9741b26b6.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libunreachable-c5117a27605eb93e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libvoid-3f61c261139cdfb9.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand-8321460c6a085a17.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_xorshift-95ddc80a75565756.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_pcg-b3df72953653224b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_hc-add289565680cf09.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_chacha-7d6baa063d4b6622.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_isaac-a0c57598b34d5cd8.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_core-244d0fcfbc95fd1d.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblock_api-84c1a1b215e8be48.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libowning_ref-419fb7a64e225bba.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libstable_deref_trait-635c5be2a6439ab6.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrossbeam_deque-5ae21dad55748d4b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrossbeam_epoch-7e8f8fb972bd4b79.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libscopeguard-75fbf65ea21971bf.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmemoffset-87211ec81541576c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblazy_static-7468e7fc38fb612c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrossbeam_utils-11e800f15bed541b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libarrayvec-63fb62f231f545e5.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnodrop-422a300abc3a63d2.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmio-31e33f84ce63dc7e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblog-519b79fdaeff418a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libslab-7ddf8b4515377a85.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libiovec-71d1155103a19247.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnet2-9c19874949f75883.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcfg_if-b86778d67b02ea9e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblibc-087719ca2cd6e2e5.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblazycell-4073d53ba8180fa3.rlib" "-Wl,--start-group" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e0b6e478e9762da9.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-765c392663bd34b7.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1059e0ba7f05fd67.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-85b43da92537c77f.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f8a77019eff82b98.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-1d32a47a0bdcb0a2.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c47e11e0b4c869e2.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5a60e280b382f06e.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8010f7064010be9c.rlib" "-Wl,--end-group" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-566972fa63f867ee.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil"
  = note: collect2: error: ld returned 1 exit status


error: aborting due to previous error

error: Could not compile `ethcore-io`.

Caused by:
  process didn't exit successfully: `rustc --crate-name ethcore_io util/io/src/lib.rs --color always --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="mio"' -C metadata=5e98c88375cef6c9 -C extra-filename=-5e98c88375cef6c9 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern crossbeam_deque=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrossbeam_deque-5ae21dad55748d4b.rlib --extern fnv=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfnv-0513ef6ff5d0e75a.rlib --extern futures=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures-a2b4494735fb78c5.rlib --extern log=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblog-519b79fdaeff418a.rlib --extern mio=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmio-31e33f84ce63dc7e.rlib --extern num_cpus=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnum_cpus-1c77141de4c63b3f.rlib --extern parking_lot=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot-5bc6983a9b541745.rlib --extern slab=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libslab-7ddf8b4515377a85.rlib --extern time=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtime-0a45c6fec42f2fe3.rlib --extern timer=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtimer-f47fb945215f9554.rlib --extern tokio=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio-2ca6e88fbccd14f2.rlib` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.10f9diru8s3nrb8f.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.12ye8qzk5ftqhn1n.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.1326ckw6npqsbbmv.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.18qfqf9ktpi5l331.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.19ll7cdtl3psfr10.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.1iy44pckxi3v2k8.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.1oc5lmkk2kih1jqb.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.1pk1816usuefze7r.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.1u6mg9igh1pkzvpn.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.219v32bfotwij9wi.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.21uyg3w29y5ktwf3.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.22tglx553elixpro.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.25on9je85so7zo29.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.25svcfhgw3o3xmsx.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.279bp1qlowro8zhw.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.2afcxisvtmfy3yys.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.2bit2l7mxy857j6i.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.2f86vg25l249yjvj.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.2gfzspvnb3b358et.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.2o0l5cd2x71mqw0m.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.2t2f903de4kk84vi.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.2tdrqr1fmhwr4cel.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.2y1einanhhklnkbe.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.3192gs1vqgluu55c.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.39de3a88kcyqlu3c.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.39fghlqy5ujcwjax.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.3g7nwvuf11e0xzxe.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.3gnqaedsyjoteted.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.3pjf00gtzq89sifa.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.48lh4577ljgk2w1d.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.4awqcbosinyaxlak.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.4ffi9a7xz2yabou8.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.4uxdaza706ebjftj.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.4xoekozpv97pe97l.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.517piu5ge1bh085p.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.52fichb4i89nkozo.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.52i5x1a3yg7gs0rx.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.5bgdmw3i0agfha7w.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.5g0i4np965303zss.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.bma36okjv21no9f.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.bpag1b97864s2oj.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.byauwrvqwefcla7.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.e0jrx7p49rx9ja3.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.fxwwh2eowol89c.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.mhpk84ni1hrtjs9.rcgu.o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.zobqvxlvjjrmh36.rcgu.o" "-o" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/ethcore_network-eb23e5d532bd2085.3qwau4eikj0gac4s.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps" "-L" "/home/ia/dev/paritytech/parity-ethereum/target/debug/build/backtrace-sys-07b43f09e2a0ed69/out" "-L" "/home/ia/dev/paritytech/parity-ethereum/target/debug/build/eth-secp256k1-e054b1bda41b3cc8/out" "-L" "/home/ia/dev/paritytech/parity-ethereum/target/debug/build/parity-snappy-sys-cf622438888d8df4/out/build" "-L" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d65243ce23c10440.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-5a3c233fedc016bd.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-21c5ddfdf14ab53b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liberror_chain-c5a128792e57cbf7.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbacktrace-4a4d86bf3b2a8767.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbacktrace_sys-45ac9b6c9d85549c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librustc_demangle-df4c4fadea7cfdbe.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libassert_matches-6b912402661a6118.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsemver-841f10866fc9a186.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsemver_parser-9db78d9138ec5726.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_snappy-326288ff7a18319f.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_snappy_sys-465452a9aa883833.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libipnetwork-7306edaee1d7bf03.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp-7ccd15f097e4a730.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethkey-01346994e056ffb6.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsecp256k1-337567d1e939beca.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libquick_error-34cc984fd67ef8ba.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_wordlist-6402ae0c2cd471d7.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libitertools-ed176fdd9eb610e3.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libeither-f227e26792bb9f64.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmemzero-cee07a172d6792b5.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libedit_distance-c8d9eae3394e4526.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethereum_types-d25a8dcefc57922d.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethbloom-bd41e18e1bea9512.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethereum_types_serialize-abe0978c1064d0c0.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libserde-863ed3f65e93284f.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfixed_hash-05e30861d525dcfd.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand-f0d875d56093a80c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librustc_hex-4552da6389790b3e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libuint-5029aa1e9ded93f3.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librustc_hex-f1fbacbd3509816d.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libheapsize-edeed4f507bb1b3b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethcore_io-546a3186e1949c08.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio-2ca6e88fbccd14f2.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_uds-ced5d4c20243ab4e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmio_uds-246fb185de66f119.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_udp-1c6639c00c8ea70a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_tcp-397719dc6805ee46.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_timer-20cc85f2c4aca6d0.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_reactor-8ea50c632d574a6a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot-8b265d85773fea1b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot_core-1df6bb7251781488.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_fs-c985c43d34679d6f.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_threadpool-68aeb9c736b852b5.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_codec-8a8b76bcf39ad50c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_io-ada02a26e607e0a7.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_current_thread-55f638a82e1d0302.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtokio_executor-eaa21d3606a84c23.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfutures-a2b4494735fb78c5.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbytes-15fe82c7db87cb16.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfnv-0513ef6ff5d0e75a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtimer-f47fb945215f9554.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libchrono-3f323e699ef52249.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnum_integer-687b8723c114562e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnum_traits-fdf9a59209c6fb9c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtime-0a45c6fec42f2fe3.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnum_cpus-1c77141de4c63b3f.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot-5bc6983a9b541745.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparking_lot_core-5e50490b73dbae93.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsmallvec-584d1ef9741b26b6.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libunreachable-c5117a27605eb93e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libvoid-3f61c261139cdfb9.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand-8321460c6a085a17.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_xorshift-95ddc80a75565756.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_pcg-b3df72953653224b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_hc-add289565680cf09.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_chacha-7d6baa063d4b6622.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_isaac-a0c57598b34d5cd8.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblock_api-84c1a1b215e8be48.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libowning_ref-419fb7a64e225bba.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libstable_deref_trait-635c5be2a6439ab6.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrossbeam_deque-5ae21dad55748d4b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrossbeam_epoch-7e8f8fb972bd4b79.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libscopeguard-75fbf65ea21971bf.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmemoffset-87211ec81541576c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblazy_static-7468e7fc38fb612c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrossbeam_utils-11e800f15bed541b.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libarrayvec-63fb62f231f545e5.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnodrop-422a300abc3a63d2.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmio-31e33f84ce63dc7e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblog-519b79fdaeff418a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libslab-7ddf8b4515377a85.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libiovec-71d1155103a19247.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libnet2-9c19874949f75883.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcfg_if-b86778d67b02ea9e.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblazycell-4073d53ba8180fa3.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_crypto-9e21bee662de0ff2.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libmemzero-0a0c8fb04d0b5503.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsubtle-a5b1ca59ac7de617.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libblock_modes-7fad5608b6d9f6a3.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libaes_ctr-6ab5619ed02a7a67.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libctr-bee68d5930da199c.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libstream_cipher-8b4ec01a0ce17a24.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libaes-a7c4df048cdb6621.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libaes_soft-8c5b6085a7935d96.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libblock_cipher_trait-fe85b56af716eba7.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libripemd160-7bebb987b93a6acb.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libscrypt-e2f98ef28cc5d128.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libpbkdf2-0150d5a3876df4c7.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libhmac-7f4e4641ac452186.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand-f8bb3c2ed881cfad.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblibc-087719ca2cd6e2e5.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_core-ca5fe8a49104fba0.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librand_core-244d0fcfbc95fd1d.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbase64-97d47715355dfec8.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsafemem-880dd25fd8c1b5d7.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrypto_mac-e10a86655fb96ec6.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsubtle-590527b9983e20f3.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsha2-f65c9b5a116fd873.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libdigest-d18394e7f45271a1.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libopaque_debug-e351b1cf69c157bc.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libfake_simd-f3fdb129a3218362.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libblock_buffer-4d7c180f61e08b4d.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libgeneric_array-e50279fa61c6ffb4.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtypenum-6221a4014ab20339.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libblock_padding-a91db24950a4e475.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbyte_tools-b298618cd800433a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libbyteorder-6756d59f5830058a.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libtiny_keccak-c071bb07d46f6f26.rlib" "/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libcrunchy-0bef8f3afda181ac.rlib" "-Wl,--start-group" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e0b6e478e9762da9.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-765c392663bd34b7.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1059e0ba7f05fd67.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-85b43da92537c77f.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f8a77019eff82b98.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-1d32a47a0bdcb0a2.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c47e11e0b4c869e2.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5a60e280b382f06e.rlib" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8010f7064010be9c.rlib" "-Wl,--end-group" "/home/ia/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-566972fa63f867ee.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil"
  = note: collect2: error: ld returned 1 exit status


error: aborting due to previous error

error: Could not compile `ethcore-network`.

Caused by:
  process didn't exit successfully: `rustc --crate-name ethcore_network util/network/src/lib.rs --color always --emit=dep-info,link -C debuginfo=2 --test -C metadata=eb23e5d532bd2085 -C extra-filename=-eb23e5d532bd2085 --out-dir /home/ia/dev/paritytech/parity-ethereum/target/debug/deps -C incremental=/home/ia/dev/paritytech/parity-ethereum/target/debug/incremental -L dependency=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps --extern assert_matches=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libassert_matches-6b912402661a6118.rlib --extern error_chain=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liberror_chain-c5a128792e57cbf7.rlib --extern ethcore_io=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethcore_io-546a3186e1949c08.rlib --extern ethereum_types=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethereum_types-d25a8dcefc57922d.rlib --extern ethkey=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libethkey-01346994e056ffb6.rlib --extern ipnetwork=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libipnetwork-7306edaee1d7bf03.rlib --extern lazy_static=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblazy_static-7468e7fc38fb612c.rlib --extern libc=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/liblibc-087719ca2cd6e2e5.rlib --extern parity_crypto=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_crypto-9e21bee662de0ff2.rlib --extern parity_snappy=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libparity_snappy-326288ff7a18319f.rlib --extern rlp=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/librlp-7ccd15f097e4a730.rlib --extern semver=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libsemver-841f10866fc9a186.rlib --extern serde=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libserde-863ed3f65e93284f.rlib --extern serde_derive=/home/ia/dev/paritytech/parity-ethereum/target/debug/deps/libserde_derive-5e5972441d942129.so -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/backtrace-sys-07b43f09e2a0ed69/out -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/eth-secp256k1-e054b1bda41b3cc8/out -L native=/home/ia/dev/paritytech/parity-ethereum/target/debug/build/parity-snappy-sys-cf622438888d8df4/out/build` (exit code: 1)

real    4m5.417s
user    40m54.365s
sys     2m28.792s


Could you perhaps try again after running rustup clean?

Ah, probably might have been my device out of space...

Yep, that (out of space) was the cause of the second issue. First appears resolved with rustup update && rustup default stable.

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tzapu picture tzapu  ·  3Comments

bryaan picture bryaan  ·  3Comments

vmenond picture vmenond  ·  3Comments

gaoxiangxyz picture gaoxiangxyz  ·  3Comments

BillSantos picture BillSantos  ·  3Comments