Parity-ethereum: latest 2.2.0.rc8 after, windows build error.

Created on 10 Oct 2018  ·  22Comments  ·  Source: openethereum/parity-ethereum

Final Workaround now

set CL="/wd5045"
cargo build --release 

it is works!!!!
conclusion here

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

  • Parity Ethereum version: 2.2.0.rc8 after, (today current codebase)
  • Operating system: Windows10 / MSVS2017
  • Installation: source
  • Fully synchronized: no
  • Network: any
  • Restarted:

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

Windows10 , build failed.

rustup toolchain list
stable-x86_64-pc-windows-msvc (default)
nightly-x86_64-pc-windows-msvc
1.25.0-x86_64-pc-windows-msvc
1.26.0-x86_64-pc-windows-msvc

cargo clean

toolchain changed to but same error .
How can I trace what's problem and get build logs?

here's log

   Compiling ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)
   Compiling tokio-udp v0.1.2
   Compiling tokio-tcp v0.1.1
   Compiling jsonrpc-pubsub v8.0.0 (https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5f)
   Compiling ethash v1.12.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/ethash)
   Compiling memorydb v0.3.0
   Compiling triehash v0.3.0
   Compiling rlp_compress v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/rlp_compress)
   Compiling patricia-trie-ethereum v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/patricia-trie-ethereum)
   Compiling ethabi-derive v6.0.2
   Compiling common-types v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/ethcore/types)
error: failed to run custom build command for `ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)`
process didn't exit successfully: `D:\works\parity-dev\parity-v2.2.0r9\target\release\build\ring-febce2f697ab471a\build-script-build` (exit code: 101)
--- stderr
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.

warning: build failed, waiting for other jobs to finish...
M2-installer 📲 Z1-question 🙋‍♀️

All 22 comments

full logs

D:\works\parity-dev\parity-v2.2.0r9>cargo build --release
    Updating git repository `https://github.com/nikvolf/parity-tokio-ipc`
    Updating git repository `https://github.com/alexcrichton/mio-named-pipes`
 Downloading serde_json v1.0.27
 Downloading parity-bytes v0.1.0
 Downloading kvdb v0.1.0
 Downloading futures v0.1.24
 Downloading serde v1.0.78
 Downloading number_prefix v0.2.8
 Downloading toml v0.4.6
 Downloading parity-path v0.1.1
 Downloading keccak-hash v0.1.2
 Downloading kvdb-rocksdb v0.1.4
 Downloading rlp v0.3.0
 Downloading env_logger v0.5.13
 Downloading serde_derive v1.0.78
 Downloading regex v0.2.11
 Downloading kvdb-memorydb v0.1.0
 Downloading memorydb v0.3.0
 Downloading ethabi-contract v6.0.0
 Downloading hashdb v0.3.0
 Downloading trace-time v0.1.1
 Downloading parity-crypto v0.1.0
 Downloading rayon v1.0.2
 Downloading ethabi v6.0.1
 Downloading patricia-trie v0.3.0
 Downloading tempdir v0.3.7
 Downloading ethabi-derive v6.0.2
 Downloading parity-snappy v0.1.0
 Downloading fixed-hash v0.2.2
 Downloading version_check v0.1.4
 Downloading proc-macro2 v0.4.19
 Downloading syn v0.15.4
 Downloading plain_hasher v0.2.0
 Downloading edit-distance v2.0.1
 Downloading parity-wordlist v1.2.1
 Downloading cc v1.0.25
 Downloading rand v0.3.22
 Downloading rayon-core v1.4.1
 Downloading either v1.5.0
 Downloading num-bigint v0.1.44
 Downloading num-integer v0.1.39
 Downloading num-traits v0.2.5
 Downloading num-iter v0.1.37
 Downloading protobuf v1.7.4
 Downloading linked-hash-map v0.5.1
 Downloading url v1.7.1
 Downloading transaction-pool v1.13.3
 Downloading hyper v0.11.27
 Downloading backtrace v0.3.9
 Downloading rustc-demangle v0.1.9
 Downloading primal-sieve v0.2.9
 Downloading bytes v0.4.10
 Downloading idna v0.1.5
 Downloading matches v0.1.8
 Downloading percent-encoding v1.0.1
 Downloading unicode-normalization v0.1.7
 Downloading net2 v0.2.33
 Downloading httparse v1.3.2
 Downloading want v0.0.4
 Downloading base64 v0.9.2
 Downloading mime v0.3.9
 Downloading tokio-io v0.1.8
 Downloading try-lock v0.1.0
 Downloading tokio-timer v0.2.6
 Downloading tokio-reactor v0.1.5
 Downloading mio v0.6.16
 Downloading tokio-executor v0.1.4
 Downloading scoped-tls v0.1.2
 Downloading tokio v0.1.8
 Downloading slab v0.4.1
 Downloading lazycell v1.1.0
 Downloading tokio-current-thread v0.1.1
 Downloading tokio-fs v0.1.3
 Downloading tokio-threadpool v0.1.6
 Downloading tokio-udp v0.1.2
 Downloading tokio-tcp v0.1.1
 Downloading tokio-codec v0.1.0
 Downloading crossbeam-deque v0.6.1
 Downloading crossbeam-epoch v0.5.2
 Downloading home v0.3.3
 Downloading remove_dir_all v0.5.1
 Downloading chrono v0.4.6
 Downloading parity-wasm v0.31.3
 Downloading memchr v2.0.2
 Downloading regex-syntax v0.5.6
 Downloading termcolor v1.0.3
 Downloading unicode-segmentation v1.2.1
 Downloading parity-snappy-sys v0.1.1
 Downloading cmake v0.1.33
 Downloading parity-rocksdb v0.5.0
 Downloading parity-rocksdb-sys v0.5.2
 Downloading getopts v0.2.18
 Downloading triehash v0.3.0
 Downloading transient-hashmap v0.4.1
 Downloading integer-encoding v1.0.5
 Downloading base-x v0.2.3
 Downloading ipnetwork v0.12.8
 Downloading mime_guess v2.0.0-alpha.6
 Downloading phf v0.7.23
 Downloading phf_shared v0.7.23
 Downloading siphasher v0.2.3
 Downloading phf_codegen v0.7.23
 Downloading phf_generator v0.7.23
 Downloading tokio-uds v0.1.7
 Downloading miow v0.3.3
 Downloading socket2 v0.3.8
 Downloading mio-uds v0.6.7
 Downloading ordered-float v0.5.1
   Compiling version_check v0.1.4
   Compiling semver-parser v0.7.0
   Compiling nodrop v0.1.12
   Compiling winapi v0.3.5
   Compiling winapi-build v0.1.1
   Compiling cfg-if v0.1.5
   Compiling void v1.0.2
   Compiling scopeguard v0.3.3
   Compiling memoffset v0.2.1
   Compiling stable_deref_trait v1.1.1
   Compiling winapi v0.2.8
   Compiling libc v0.2.43
   Compiling rand_core v0.2.1
   Compiling rayon-core v1.4.1
   Compiling crossbeam-utils v0.5.0
   Compiling rayon v1.0.2
   Compiling byteorder v1.2.6
   Compiling either v1.5.0
   Compiling serde v1.0.78
   Compiling proc-macro2 v0.4.19
   Compiling crunchy v0.1.6
   Compiling slab v0.4.1
   Compiling lazycell v1.1.0
   Compiling heapsize v0.4.2
   Compiling futures v0.1.24
   Compiling cc v1.0.25
   Compiling unicode-xid v0.1.0
   Compiling unicode-width v0.1.5
   Compiling rustc-hex v1.0.0
   Compiling ryu v0.2.6
   Compiling rustc-hex v2.0.1
   Compiling untrusted v0.5.1
   Compiling gcc v0.3.54
   Compiling httparse v1.3.2
   Compiling num-traits v0.2.5
   Compiling itoa v0.4.3
   Compiling scoped-tls v0.1.2
   Compiling safemem v0.2.0
   Compiling slab v0.3.0
   Compiling hashdb v0.3.0
   Compiling try-lock v0.1.0
   Compiling take v0.1.0
   Compiling matches v0.1.8
   Compiling regex v0.2.11
   Compiling ucd-util v0.1.1
   Compiling num-integer v0.1.39
   Compiling parity-bytes v0.1.0
   Compiling smallvec v0.2.1
   Compiling unicode-normalization v0.1.7
   Compiling percent-encoding v1.0.1
   Compiling linked-hash-map v0.4.2
   Compiling utf8-ranges v1.0.1
   Compiling language-tags v0.2.2
   Compiling regex v1.0.5
   Compiling rustc-serialize v0.3.24
   Compiling hamming v0.1.3
   Compiling siphasher v0.2.3
   Compiling primal-estimate v0.2.1
   Compiling protobuf v1.7.4
   Compiling rustc-demangle v0.1.9
   Compiling quick-error v1.2.2
   Compiling bit-vec v0.4.4
   Compiling fnv v1.0.6
   Compiling edit-distance v2.0.1
   Compiling num-iter v0.1.37
   Compiling crunchy v0.2.1
   Compiling mem v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/mem)
   Compiling unexpected v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/unexpected)
   Compiling bitflags v1.0.4
   Compiling nan-preserving-float v0.1.0
   Compiling memory_units v0.3.0
   Compiling unicode-segmentation v1.2.1
   Compiling ansi_term v0.10.2
   Compiling siphasher v0.1.3
   Compiling interleaved-ordered v0.1.1
   Compiling bitflags v0.7.0
   Compiling linked-hash-map v0.5.1
   Compiling ipnetwork v0.12.8
   Compiling crossbeam v0.3.2
   Compiling macros v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/macros)
   Compiling using_queue v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/using_queue)
   Compiling stop-guard v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/stop-guard)
   Compiling ethabi-contract v6.0.0
   Compiling slab v0.2.0
   Compiling mio-uds v0.6.7
   Compiling parity-path v0.1.1
   Compiling target_info v0.1.0
   Compiling sha1 v0.2.0
   Compiling base-x v0.2.3
   Compiling integer-encoding v1.0.5
   Compiling transient-hashmap v0.4.1
   Compiling order-stat v0.1.3
   Compiling ethcore-devtools v1.12.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/devtools)
   Compiling rprompt v1.0.3
   Compiling strsim v0.6.0
   Compiling strsim v0.7.0
   Compiling vec_map v0.8.1
   Compiling bitflags v0.9.1
   Compiling hex v0.2.0
   Compiling arrayvec v0.4.7
   Compiling kernel32-sys v0.2.2
   Compiling ws2_32-sys v0.2.1
   Compiling ole32-sys v0.2.0
   Compiling shell32-sys v0.1.2
   Compiling crossbeam-utils v0.2.2
   Compiling log v0.4.5
   Compiling lazy_static v1.1.0
   Compiling unicase v2.1.0
   Compiling unicase v1.4.2
   Compiling semver v0.9.0
   Compiling unreachable v1.0.0
   Compiling owning_ref v0.3.3
   Compiling num_cpus v1.8.0
   Compiling memchr v2.0.2
   Compiling fdlimit v0.1.1
   Compiling itertools v0.5.10
   Compiling parity-wasm v0.31.3
   Compiling getopts v0.2.18
   Compiling textwrap v0.10.0
   Compiling textwrap v0.9.0
   Compiling tokio-executor v0.1.4
   Compiling tokio-service v0.1.0
   Compiling relay v0.1.1
   Compiling cmake v0.1.33
   Compiling eth-secp256k1 v0.5.7 (https://github.com/paritytech/rust-secp256k1#db81cfea)
   Compiling libusb-sys v0.2.4 (https://github.com/paritytech/libusb-sys#14bdb698)
   Compiling hidapi v0.3.1 (https://github.com/paritytech/hidapi-rs#d4d32376)
   Compiling base64 v0.6.0
   Compiling base64 v0.9.2
   Compiling tokio-timer v0.1.2
   Compiling unicode-bidi v0.3.4
   Compiling rust-crypto v0.2.36
   Compiling regex-syntax v0.5.6
   Compiling regex-syntax v0.6.2
   Compiling lru-cache v0.1.1
   Compiling primal-bit v0.2.4
   Compiling iovec v0.1.2
   Compiling humantime v1.1.1
   Compiling bit-set v0.4.0
   Compiling xml-rs v0.7.0
   Compiling ethcore-bloom-journal v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/bloom)
   Compiling heck v0.3.0
   Compiling multibase v0.6.0
   Compiling log v0.3.9
   Compiling want v0.0.4
   Compiling trace-time v0.1.1
   Compiling stats v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/stats)
   Compiling smallvec v0.6.5
   Compiling lock_api v0.1.3
   Compiling futures-cpupool v0.1.8
   Compiling aho-corasick v0.6.8
   Compiling rustc_version v0.2.3
   Compiling pulldown-cmark v0.0.3
   Compiling tokio-current-thread v0.1.1
   Compiling tokio-timer v0.2.6
   Compiling pwasm-utils v0.2.2
   Compiling wasmi v0.3.0
   Compiling parity-snappy-sys v0.1.1
   Compiling parity-rocksdb-sys v0.5.2
   Compiling bytes v0.4.10
   Compiling xmltree v0.7.0
   Compiling primal-sieve v0.2.9
   Compiling parking_lot_core v0.3.1
   Compiling rand v0.5.5
   Compiling net2 v0.2.33
   Compiling rand v0.4.3
   Compiling remove_dir_all v0.5.1
   Compiling time v0.1.40
   Compiling winapi-util v0.1.1
   Compiling backtrace v0.3.9
   Compiling atty v0.2.11
   Compiling home v0.3.3
   Compiling memmap v0.6.2
   Compiling fs-swap v0.2.4
   Compiling socket2 v0.3.8
   Compiling tiny-keccak v1.4.2
   Compiling plain_hasher v0.2.0
   Compiling quote v0.6.8
   Compiling ethereum-types-serialize v0.2.1
   Compiling toml v0.4.6
   Compiling idna v0.1.5
   Compiling serde_json v1.0.27
   Compiling num-traits v0.1.43
   Compiling number_prefix v0.2.8
   Compiling rpassword v1.0.2
   Compiling term_size v0.3.1
   Compiling ctrlc v1.1.1 (https://github.com/paritytech/rust-ctrlc.git#b5230171)
   Compiling tokio-io v0.1.8
   Compiling crossbeam-epoch v0.3.1
   Compiling crossbeam-epoch v0.5.2
   Compiling thread_local v0.3.6
   Compiling app_dirs v1.2.1 (https://github.com/paritytech/app-dirs-rs#0b37f948)
   Compiling phf_shared v0.7.23
   Compiling miow v0.2.1
   Compiling parity-wordlist v1.2.1
   Compiling bn v0.4.4 (https://github.com/paritytech/bn#2a71dbde)
   Compiling mime v0.3.9
   Compiling uint v0.4.1
   Compiling elastic-array v0.10.0
   Compiling memory-cache v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/memory_cache)
   Compiling rand v0.3.22
   Compiling fixed-hash v0.2.2
   Compiling tempdir v0.3.7
   Compiling wincolor v1.0.1
   Compiling error-chain v0.12.0
   Compiling error-chain v0.11.0
   Compiling panic_hook v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/panic_hook)
   Compiling clap v2.32.0
   Compiling vergen v0.1.1
   Compiling trezor-sys v1.0.0 (https://github.com/paritytech/trezor-sys#8a401705)
   Compiling miow v0.3.3
   Compiling libusb v0.3.0 (https://github.com/paritytech/libusb-rs#44270895)
   Compiling syn v0.15.4
   Compiling primal-check v0.2.3
   Compiling chrono v0.4.6
   Compiling num-bigint v0.1.44
   Compiling bincode v0.8.0
   Compiling ordered-float v0.5.1
   Compiling tokio-codec v0.1.0
   Compiling url v1.7.1
   Compiling crossbeam-deque v0.2.0
   Compiling phf_generator v0.7.23
   Compiling phf v0.7.23
   Compiling crossbeam-deque v0.6.1
   Compiling mio v0.6.16
   Compiling tempfile v2.2.0
   Compiling ethbloom v0.5.0
   Compiling patricia-trie v0.3.0
   Compiling kvdb v0.1.0
   Compiling skeptic v0.4.0
   Compiling termcolor v1.0.3
   Compiling transaction-pool v1.13.3
   Compiling parity-version v2.2.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/version)
   Compiling primal v0.2.3
   Compiling serde_derive v1.0.78
   Compiling rlp_derive v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/rlp_derive)
   Compiling timer v0.2.0
   Compiling num v0.1.42
   Compiling phf_codegen v0.7.23
   Compiling tokio-threadpool v0.1.6
   Compiling parking_lot v0.6.4
   Compiling mio-named-pipes v0.1.6 (https://github.com/alexcrichton/mio-named-pipes#2072ae0d)
   Compiling ws v0.7.5 (https://github.com/tomusdrw/ws-rs#f12d19c4)
   Compiling globset v0.2.1
   Compiling ethereum-types v0.4.0
   Compiling env_logger v0.5.13
   Compiling local-encoding v0.2.0
   Compiling parity-snappy v0.1.0
   Compiling mime_guess v2.0.0-alpha.6
   Compiling tokio-reactor v0.1.5
   Compiling blooms-db v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/blooms-db)
   Compiling kvdb-memorydb v0.1.0
   Compiling ethcore-io v1.12.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/io)
   Compiling tokio-fs v0.1.3
   Compiling jsonrpc-core v8.0.1 (https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5f)
   Compiling docopt v0.8.3
   Compiling ethcore-logger v1.12.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/logger)
   Compiling rlp v0.3.0
   Compiling keccak-hash v0.1.2
   Compiling keccak-hasher v0.1.1 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/keccak-hasher)
   Compiling ethjson v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/json)
   Compiling fastmap v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/fastmap)
   Compiling ethabi v6.0.1
   Compiling parity-machine v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/machine)
   Compiling ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)
   Compiling tokio-udp v0.1.2
   Compiling tokio-tcp v0.1.1
   Compiling jsonrpc-pubsub v8.0.0 (https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5f)
   Compiling ethash v1.12.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/ethash)
   Compiling memorydb v0.3.0
   Compiling triehash v0.3.0
   Compiling rlp_compress v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/rlp_compress)
   Compiling patricia-trie-ethereum v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/patricia-trie-ethereum)
   Compiling ethabi-derive v6.0.2
   Compiling common-types v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/ethcore/types)
error: failed to run custom build command for `ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)`
process didn't exit successfully: `D:\works\parity-dev\parity-v2.2.0r9\target\release\build\ring-febce2f697ab471a\build-script-build` (exit code: 101)
--- stderr
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.

warning: build failed, waiting for other jobs to finish...

Please update your rust version rustup update and use nightly or stable, the version you stated is not supported anymore.

@trustfarm-dev rustup default nightly too (If you want to build parity master)

master should work with rust stable though

it may be still build problem,
in case of winapi , still searching stable branch.
trying to clean .cargo .rust and rebuild again.

D:\works\parity-dev\parity-v2.2.0r9>rustup toolchain list
stable-x86_64-pc-windows-msvc
nightly-x86_64-pc-windows-msvc (default)
1.25.0-x86_64-pc-windows-msvc
1.26.0-x86_64-pc-windows-msvc

D:\works\parity-dev\parity-v2.2.0r9>cargo clean

D:\works\parity-dev\parity-v2.2.0r9>cargo build --release
   Compiling version_check v0.1.4
   Compiling semver-parser v0.7.0
   Compiling nodrop v0.1.12
   Compiling winapi-build v0.1.1
   Compiling winapi v0.3.5
   Compiling cfg-if v0.1.5
   Compiling scopeguard v0.3.3
   Compiling void v1.0.2
   Compiling memoffset v0.2.1
   Compiling rand_core v0.2.1
   Compiling stable_deref_trait v1.1.1
   Compiling libc v0.2.43
error: linking with `C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\bin\HostX86\x86\link.exe` failed: exit code: 1112
  |
  = note: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.15.26726\\bin\\HostX86\\x86\\link.exe" "/NOLOGO" "/NXCOMPAT" "/LIBPATH:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build0-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build1-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build10-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build11-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build12-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build13-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build14-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build15-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build2-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build3-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build4-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build5-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build6-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build7-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build8-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build9-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "/OUT:D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.exe" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.crate.allocator.rcgu.o" "/OPT:REF,ICF" "/DEBUG" "/NATVIS:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libcore.natvis" "/LIBPATH:D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\deps" "/LIBPATH:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libstd-5405d4704f8995f7.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libpanic_unwind-79fac0e20ebb1ed3.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libunwind-4531ae36a5e21b20.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liblibc-249d49c9b4d4eaed.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liballoc_system-521078d8407a2729.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liballoc-35c442d806c09626.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcore-2e4b9f5d4458ba9b.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcompiler_builtins-35dcb253c8a4f1fc.rlib" "advapi32.lib" "ws2_32.lib" "userenv.lib" "shell32.lib" "libcmt.lib"
  = note: Non-UTF-8 output: libcmt.lib(chkstk.obj) : fatal error LNK1112: \'x86\' \xb8\xf0\xb5\xe2 \xc4\xc4\xc7\xbb\xc5\xcd \xc1\xbe\xb7\xf9\xb0\xa1 \'x64\' \xb4\xeb\xbb\xf3 \xc4\xc4\xc7\xbb\xc5\xcd \xc1\xbe\xb7\xf9\xbf\xcd \xc3\xe6\xb5\xb9\xc7\xd5\xb4\xcf\xb4\xd9.\r\n

error: aborting due to previous error

error: Could not compile `winapi`.
warning: build failed, waiting for other jobs to finish...
error: build failed

D:\works\parity-dev\parity-v2.2.0r9>rustup toolchain list
stable-x86_64-pc-windows-msvc
nightly-x86_64-pc-windows-msvc (default)
1.25.0-x86_64-pc-windows-msvc
1.26.0-x86_64-pc-windows-msvc

D:\works\parity-dev\parity-v2.2.0r9>rustup toolchain default nightly-x86_64-pc-windows-msvc
error: Found argument 'default' which wasn't expected, or isn't valid in this context

USAGE:
    rustup toolchain <SUBCOMMAND>

For more information try --help

D:\works\parity-dev\parity-v2.2.0r9>rustup default nightly-x86_64-pc-windows-msvc
info: using existing install for 'nightly-x86_64-pc-windows-msvc'
info: default toolchain set to 'nightly-x86_64-pc-windows-msvc'

  nightly-x86_64-pc-windows-msvc unchanged - rustc 1.31.0-nightly (96cafc53c 2018-10-09)


D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>cargo clean

D:\works\parity-dev\parity-v2.2.0r9>cargo build --release
   Compiling version_check v0.1.4
   Compiling semver-parser v0.7.0
   Compiling cfg-if v0.1.5
   Compiling nodrop v0.1.12
   Compiling winapi v0.3.5
   Compiling winapi-build v0.1.1
   Compiling scopeguard v0.3.3
   Compiling memoffset v0.2.1
error: linking with `C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\bin\HostX86\x86\link.exe` failed: exit code: 1112
  |
  = note: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.15.26726\\bin\\HostX86\\x86\\link.exe" "/NOLOGO" "/NXCOMPAT" "/LIBPATH:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build0-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build1-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build10-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build11-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build12-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build13-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build14-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build15-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build2-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build3-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build4-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build5-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build6-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build7-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build8-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.build_script_build9-b4673dfb0c9f1d901f38e0b2d5321e04.rs.rcgu.o" "/OUT:D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.exe" "D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\winapi-49c12b94715ecc41\\build_script_build-49c12b94715ecc41.crate.allocator.rcgu.o" "/OPT:REF,ICF" "/DEBUG" "/NATVIS:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libcore.natvis" "/LIBPATH:D:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\deps" "/LIBPATH:C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libstd-5405d4704f8995f7.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libpanic_unwind-79fac0e20ebb1ed3.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libunwind-4531ae36a5e21b20.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liblibc-249d49c9b4d4eaed.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liballoc_system-521078d8407a2729.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liballoc-35c442d806c09626.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcore-2e4b9f5d4458ba9b.rlib" "C:\\Users\\vr2\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcompiler_builtins-35dcb253c8a4f1fc.rlib" "advapi32.lib" "ws2_32.lib" "userenv.lib" "shell32.lib" "libcmt.lib"
  = note: Non-UTF-8 output: libcmt.lib(chkstk.obj) : fatal error LNK1112: \'x86\' \xb8\xf0\xb5\xe2 \xc4\xc4\xc7\xbb\xc5\xcd \xc1\xbe\xb7\xf9\xb0\xa1 \'x64\' \xb4\xeb\xbb\xf3 \xc4\xc4\xc7\xbb\xc5\xcd \xc1\xbe\xb7\xf9\xbf\xcd \xc3\xe6\xb5\xb9\xc7\xd5\xb4\xcf\xb4\xd9.\r\n

error: aborting due to previous error

error: Could not compile `winapi`.
warning: build failed, waiting for other jobs to finish...
error: build failed

@trustfarm-dev

It looks like rust doesn't find the linker cl.exe that it needs, however it should be possible to compile parity on the stable toolchain too as long it is up-to-date :+1:

Try to re-install Microsoft Visual Studio or manually check that you have installed cl.exe

@niklasad1 thanks for advice.
I'm restarting clean install of rust , and above x86 cmd environment,
I'm doing 2017 x64 command line.
stay tuned.... so long time.

in case of I've stated nightly toolchain.
but, when cargo build,
it wants stable.

D:\works\parity-dev\parity-v2.2.0r9>rustup toolchain list
nightly-x86_64-pc-windows-msvc (default)

D:\works\parity-dev\parity-v2.2.0r9>cargo build --release
info: syncing channel updates for 'stable-x86_64-pc-windows-msvc'
info: latest update on 2018-09-25, rust version 1.29.1 (b801ae664 2018-09-20)
info: downloading component 'rustc'
info: downloading component 'rust-std

you can force the toolchain you want to use by specifying cargo +<toolchain> <subcommand> eg, cargo +nightly build --release

@joshua-mir thanks for information,
I'll try it if this scratch build will failed then!

similar failed location.
@joshua-mir @5chdn , try to force +nightly and, I will clean clone latest parity branch in same time.

D:\works\parity-dev\parity-v2.2.0r9>rustup toolchain list
nightly-x86_64-pc-windows-msvc (default)

D:\works\parity-dev\parity-v2.2.0r9>cargo build --release
info: syncing channel updates for 'stable-x86_64-pc-windows-msvc'
info: latest update on 2018-09-25, rust version 1.29.1 (b801ae664 2018-09-20)
info: downloading component 'rustc'
info: downloading component 'rust-std'
info: downloading component 'cargo'
info: downloading component 'rust-docs'
info: installing component 'rustc'
info: installing component 'rust-std'
info: installing component 'cargo'
info: installing component 'rust-docs'
    Updating git repository `https://github.com/paritytech/ring`
    Updating registry `https://github.com/rust-lang/crates.io-index`
    Updating git repository `https://github.com/paritytech/rust-secp256k1`
    Updating git repository `https://github.com/paritytech/app-dirs-rs`
    Updating git repository `https://github.com/paritytech/bn`
    Updating git repository `https://github.com/paritytech/jsonrpc.git`
    Updating git repository `https://github.com/paritytech/hidapi-rs`
    Updating git repository `https://github.com/paritytech/libusb-rs`
    Updating git repository `https://github.com/paritytech/trezor-sys`
    Updating git repository `https://github.com/paritytech/rust-ctrlc.git`
    Updating git repository `https://github.com/paritytech/daemonize`
    Updating git repository `https://github.com/tomusdrw/ws-rs`
    Updating git repository `https://github.com/nikvolf/parity-tokio-ipc`
    Updating git repository `https://github.com/alexcrichton/mio-named-pipes`
    Updating git repository `https://github.com/nikvolf/tokio-named-pipes`
    Updating git repository `https://github.com/paritytech/libusb-sys`
 Downloading semver v0.9.0
 Downloading serde v1.0.78
 Downloading parity-bytes v0.1.0
 Downloading env_logger v0.5.13
 Downloading kvdb v0.1.0
 Downloading rlp v0.3.0
 Downloading docopt v0.8.3
 Downloading fdlimit v0.1.1
 Downloading parity-path v0.1.1
 Downloading rustc-hex v1.0.0
 Downloading log v0.4.5
 Downloading winapi v0.3.5
 Downloading futures-cpupool v0.1.8
 Downloading clap v2.32.0
 Downloading toml v0.4.6
 Downloading num_cpus v1.8.0
 Downloading futures v0.1.24
 Downloading serde_derive v1.0.78
 Downloading term_size v0.3.1
 Downloading number_prefix v0.2.8
 Downloading parking_lot v0.6.4
 Downloading textwrap v0.9.0
 Downloading ethereum-types v0.4.0
 Downloading regex v0.2.11
 Downloading ansi_term v0.10.2
 Downloading keccak-hash v0.1.2
 Downloading kvdb-rocksdb v0.1.4
 Downloading atty v0.2.11
 Downloading serde_json v1.0.27
 Downloading rpassword v1.0.2
 Downloading heapsize v0.4.2
 Downloading quick-error v1.2.2
 Downloading rand v0.4.3
 Downloading edit-distance v2.0.1
 Downloading parity-crypto v0.1.0
 Downloading tiny-keccak v1.4.2
 Downloading byteorder v1.2.6
 Downloading parity-wordlist v1.2.1
 Downloading lazy_static v1.1.0
 Downloading proc-macro2 v0.4.19
 Downloading syn v0.15.4
 Downloading quote v0.6.8
 Downloading unicode-xid v0.1.0
 Downloading fixed-hash v0.2.2
 Downloading crunchy v0.1.6
 Downloading ethbloom v0.5.0
 Downloading ethereum-types-serialize v0.2.1
 Downloading uint v0.4.1
 Downloading libc v0.2.43
 Downloading rustc-hex v2.0.1
 Downloading rust-crypto v0.2.36
 Downloading untrusted v0.5.1
 Downloading rayon v1.0.2
 Downloading cc v1.0.25
 Downloading tempfile v2.2.0
 Downloading crossbeam-deque v0.2.0
 Downloading either v1.5.0
 Downloading rayon-core v1.4.1
 Downloading crossbeam-epoch v0.3.1
 Downloading crossbeam-utils v0.2.2
 Downloading memoffset v0.2.1
 Downloading cfg-if v0.1.5
 Downloading nodrop v0.1.12
 Downloading scopeguard v0.3.3
 Downloading arrayvec v0.4.7
 Downloading version_check v0.1.4
 Downloading rand v0.3.22
 Downloading kernel32-sys v0.2.2
 Downloading winapi v0.2.8
 Downloading winapi-build v0.1.1
 Downloading time v0.1.40
 Downloading rustc-serialize v0.3.24
 Downloading gcc v0.3.54
 Downloading rand v0.5.5
 Downloading itertools v0.5.10
 Downloading rand_core v0.2.1
 Downloading bit-set v0.4.0
 Downloading patricia-trie v0.3.0
 Downloading ryu v0.2.6
 Downloading itoa v0.4.3
 Downloading hashdb v0.3.0
 Downloading elastic-array v0.10.0
 Downloading log v0.3.9
 Downloading plain_hasher v0.2.0
 Downloading lru-cache v0.1.1
 Downloading linked-hash-map v0.4.2
 Downloading bit-vec v0.4.4
 Downloading lock_api v0.1.3
 Downloading parking_lot_core v0.3.1
 Downloading owning_ref v0.3.3
 Downloading stable_deref_trait v1.1.1
 Downloading smallvec v0.6.5
 Downloading unreachable v1.0.0
 Downloading void v1.0.2
 Downloading rustc_version v0.2.3
 Downloading semver-parser v0.7.0
 Downloading ethabi v6.0.1
 Downloading ethabi-contract v6.0.0
 Downloading ethabi-derive v6.0.2
 Downloading error-chain v0.12.0
 Downloading backtrace v0.3.9
 Downloading rustc-demangle v0.1.9
 Downloading igd v0.7.0
 Downloading mio v0.6.16
 Downloading ipnetwork v0.12.8
 Downloading bytes v0.4.10
 Downloading slab v0.2.0
 Downloading parity-snappy v0.1.0
 Downloading hyper v0.11.27
 Downloading tokio-core v0.1.17
 Downloading xml-rs v0.7.0
 Downloading tokio-retry v0.1.1
 Downloading tokio-timer v0.1.2
 Downloading xmltree v0.7.0
 Downloading unicase v2.1.0
 Downloading iovec v0.1.2
 Downloading percent-encoding v1.0.1
 Downloading tokio-io v0.1.8
 Downloading base64 v0.9.2
 Downloading language-tags v0.2.2
 Downloading tokio-service v0.1.0
 Downloading mime v0.3.9
 Downloading relay v0.1.1
 Downloading httparse v1.3.2
 Downloading want v0.0.4
 Downloading tokio-proto v0.1.1
 Downloading net2 v0.2.33
 Downloading tokio-timer v0.2.6
 Downloading tokio-reactor v0.1.5
 Downloading scoped-tls v0.1.2
 Downloading tokio v0.1.8
 Downloading tokio-executor v0.1.4
 Downloading crossbeam-utils v0.5.0
 Downloading slab v0.4.1
 Downloading lazycell v1.1.0
 Downloading miow v0.2.1
 Downloading ws2_32-sys v0.2.1
 Downloading tokio-fs v0.1.3
 Downloading tokio-codec v0.1.0
 Downloading tokio-threadpool v0.1.6
 Downloading tokio-current-thread v0.1.1
 Downloading tokio-udp v0.1.2
 Downloading tokio-tcp v0.1.1
 Downloading crossbeam-deque v0.6.1
 Downloading crossbeam-epoch v0.5.2
 Downloading safemem v0.2.0
 Downloading try-lock v0.1.0
 Downloading slab v0.3.0
 Downloading take v0.1.0
 Downloading smallvec v0.2.1
 Downloading regex-syntax v0.5.6
 Downloading aho-corasick v0.6.8
 Downloading memchr v2.0.2
 Downloading thread_local v0.3.6
 Downloading utf8-ranges v1.0.1
 Downloading ucd-util v0.1.1
 Downloading bitflags v1.0.4
 Downloading termcolor v1.0.3
 Downloading humantime v1.1.1
 Downloading regex v1.0.5
 Downloading wincolor v1.0.1
 Downloading winapi-util v0.1.1
 Downloading regex-syntax v0.6.2
 Downloading parity-snappy-sys v0.1.1
 Downloading cmake v0.1.33
 Downloading timer v0.2.0
 Downloading fnv v1.0.6
 Downloading chrono v0.4.6
 Downloading num-traits v0.2.5
 Downloading num-integer v0.1.39
 Downloading crossbeam v0.3.2
 Downloading memorydb v0.3.0
 Downloading tempdir v0.3.7
 Downloading num v0.1.42
 Downloading kvdb-memorydb v0.1.0
 Downloading trace-time v0.1.1
 Downloading heck v0.3.0
 Downloading unicode-segmentation v1.2.1
 Downloading remove_dir_all v0.5.1
 Downloading num-iter v0.1.37
 Downloading num-bigint v0.1.44
 Downloading triehash v0.3.0
 Downloading globset v0.2.1
 Downloading memmap v0.6.2
 Downloading primal v0.2.3
 Downloading primal-sieve v0.2.9
 Downloading primal-check v0.2.3
 Downloading primal-estimate v0.2.1
 Downloading hamming v0.1.3
 Downloading primal-bit v0.2.4
 Downloading wasmi v0.3.0
 Downloading parity-wasm v0.31.3
 Downloading pwasm-utils v0.2.2
 Downloading memory_units v0.3.0
 Downloading nan-preserving-float v0.1.0
 Downloading home v0.3.3
 Downloading ole32-sys v0.2.0
 Downloading shell32-sys v0.1.2
 Downloading protobuf v1.7.4
 Downloading linked-hash-map v0.5.1
 Downloading transaction-pool v1.13.3
 Downloading url v1.7.1
 Downloading hyper-rustls v0.11.0
 Downloading ct-logs v0.2.0
 Downloading rustls v0.11.0
 Downloading tokio-rustls v0.4.0
 Downloading webpki-roots v0.13.0
 Downloading sct v0.2.0
 Downloading base64 v0.6.0
 Downloading webpki v0.17.0
 Downloading matches v0.1.8
 Downloading idna v0.1.5
 Downloading unicode-bidi v0.3.4
 Downloading unicode-normalization v0.1.7
 Downloading interleaved-ordered v0.1.1
 Downloading fs-swap v0.2.4
 Downloading parity-rocksdb v0.5.0
 Downloading parity-rocksdb-sys v0.5.2
 Downloading local-encoding v0.2.0
 Downloading skeptic v0.4.0
 Downloading pulldown-cmark v0.0.3
 Downloading getopts v0.2.18
 Downloading unicode-width v0.1.5
 Downloading crunchy v0.2.1
 Downloading siphasher v0.1.3
 Downloading target_info v0.1.0
 Downloading mime_guess v2.0.0-alpha.6
 Downloading phf v0.7.23
 Downloading unicase v1.4.2
 Downloading phf_shared v0.7.23
 Downloading siphasher v0.2.3
 Downloading phf_codegen v0.7.23
 Downloading phf_generator v0.7.23
 Downloading vergen v0.1.1
 Downloading bitflags v0.7.0
 Downloading bincode v0.8.0
 Downloading num-traits v0.1.43
 Downloading cid v0.2.3
 Downloading order-stat v0.1.3
 Downloading transient-hashmap v0.4.1
 Downloading multihash v0.7.0
 Downloading tokio-uds v0.1.7
 Downloading miow v0.3.3
 Downloading socket2 v0.3.8
 Downloading mio-uds v0.6.7
 Downloading multibase v0.6.0
 Downloading integer-encoding v1.0.5
 Downloading base-x v0.2.3
 Downloading error-chain v0.11.0
 Downloading sha1 v0.2.0
 Downloading strsim v0.6.0
 Downloading vec_map v0.8.1
 Downloading strsim v0.7.0
 Downloading textwrap v0.10.0
 Downloading bitflags v0.9.1
 Downloading hex v0.2.0
 Downloading ordered-float v0.5.1
 Downloading rprompt v1.0.3
   Compiling version_check v0.1.4
   Compiling semver-parser v0.7.0
   Compiling nodrop v0.1.12
   Compiling cfg-if v0.1.5
   Compiling winapi v0.3.5
   Compiling winapi-build v0.1.1
   Compiling void v1.0.2
   Compiling scopeguard v0.3.3
   Compiling memoffset v0.2.1
   Compiling libc v0.2.43
   Compiling rayon-core v1.4.1
   Compiling winapi v0.2.8
   Compiling stable_deref_trait v1.1.1
   Compiling rand_core v0.2.1
   Compiling crossbeam-utils v0.5.0
   Compiling rayon v1.0.2
   Compiling byteorder v1.2.6
   Compiling futures v0.1.24
   Compiling heapsize v0.4.2
   Compiling crunchy v0.1.6
   Compiling serde v1.0.78
   Compiling either v1.5.0
   Compiling proc-macro2 v0.4.19
   Compiling slab v0.4.1
   Compiling lazycell v1.1.0
   Compiling unicode-xid v0.1.0
   Compiling cc v1.0.25
   Compiling unicode-width v0.1.5
   Compiling rustc-hex v1.0.0
   Compiling ryu v0.2.6
   Compiling rustc-hex v2.0.1
   Compiling untrusted v0.5.1
   Compiling gcc v0.3.54
   Compiling num-traits v0.2.5
   Compiling safemem v0.2.0
   Compiling httparse v1.3.2
   Compiling scoped-tls v0.1.2
   Compiling itoa v0.4.3
   Compiling regex v0.2.11
   Compiling matches v0.1.8
   Compiling num-integer v0.1.39
   Compiling try-lock v0.1.0
   Compiling parity-bytes v0.1.0
   Compiling take v0.1.0
   Compiling slab v0.3.0
   Compiling ucd-util v0.1.1
   Compiling smallvec v0.2.1
   Compiling hashdb v0.3.0
   Compiling rustc-serialize v0.3.24
   Compiling regex v1.0.5
   Compiling utf8-ranges v1.0.1
   Compiling language-tags v0.2.2
   Compiling linked-hash-map v0.4.2
   Compiling percent-encoding v1.0.1
   Compiling unicode-normalization v0.1.7
   Compiling hamming v0.1.3
   Compiling bit-vec v0.4.4
   Compiling protobuf v1.7.4
   Compiling primal-estimate v0.2.1
   Compiling fnv v1.0.6
   Compiling siphasher v0.2.3
   Compiling rustc-demangle v0.1.9
   Compiling quick-error v1.2.2
   Compiling crunchy v0.2.1
   Compiling edit-distance v2.0.1
   Compiling mem v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/mem)
   Compiling num-iter v0.1.37
   Compiling unexpected v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/unexpected)
   Compiling bitflags v1.0.4
   Compiling unicode-segmentation v1.2.1
   Compiling memory_units v0.3.0
   Compiling ansi_term v0.10.2
   Compiling nan-preserving-float v0.1.0
   Compiling linked-hash-map v0.5.1
   Compiling siphasher v0.1.3
   Compiling bitflags v0.7.0
   Compiling interleaved-ordered v0.1.1
   Compiling stop-guard v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/stop-guard)
   Compiling macros v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/macros)
   Compiling ethabi-contract v6.0.0
   Compiling using_queue v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/using_queue)
   Compiling crossbeam v0.3.2
   Compiling ipnetwork v0.12.8
   Compiling mio-uds v0.6.7
   Compiling parity-path v0.1.1
   Compiling slab v0.2.0
   Compiling target_info v0.1.0
   Compiling sha1 v0.2.0
   Compiling base-x v0.2.3
   Compiling integer-encoding v1.0.5
   Compiling ethcore-devtools v1.12.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/devtools)
   Compiling transient-hashmap v0.4.1
   Compiling order-stat v0.1.3
   Compiling rprompt v1.0.3
   Compiling bitflags v0.9.1
   Compiling strsim v0.6.0
   Compiling hex v0.2.0
   Compiling vec_map v0.8.1
   Compiling strsim v0.7.0
   Compiling arrayvec v0.4.7
   Compiling crossbeam-utils v0.2.2
   Compiling log v0.4.5
   Compiling lazy_static v1.1.0
   Compiling unicase v2.1.0
   Compiling unicase v1.4.2
   Compiling semver v0.9.0
   Compiling unreachable v1.0.0
   Compiling kernel32-sys v0.2.2
   Compiling ws2_32-sys v0.2.1
   Compiling shell32-sys v0.1.2
   Compiling ole32-sys v0.2.0
   Compiling num_cpus v1.8.0
   Compiling memchr v2.0.2
   Compiling fdlimit v0.1.1
   Compiling owning_ref v0.3.3
   Compiling parity-wasm v0.31.3
   Compiling itertools v0.5.10
   Compiling tokio-executor v0.1.4
   Compiling tokio-service v0.1.0
   Compiling relay v0.1.1
   Compiling getopts v0.2.18
   Compiling textwrap v0.10.0
   Compiling textwrap v0.9.0
   Compiling cmake v0.1.33
   Compiling eth-secp256k1 v0.5.7 (https://github.com/paritytech/rust-secp256k1#db81cfea)
   Compiling libusb-sys v0.2.4 (https://github.com/paritytech/libusb-sys#14bdb698)
   Compiling hidapi v0.3.1 (https://github.com/paritytech/hidapi-rs#d4d32376)
   Compiling base64 v0.6.0
   Compiling base64 v0.9.2
   Compiling rust-crypto v0.2.36
   Compiling unicode-bidi v0.3.4
   Compiling iovec v0.1.2
   Compiling tokio-timer v0.1.2
   Compiling regex-syntax v0.5.6
   Compiling regex-syntax v0.6.2
   Compiling lru-cache v0.1.1
   Compiling primal-bit v0.2.4
   Compiling bit-set v0.4.0
   Compiling humantime v1.1.1
   Compiling xml-rs v0.7.0
   Compiling heck v0.3.0
   Compiling ethcore-bloom-journal v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/bloom)
   Compiling multibase v0.6.0
   Compiling log v0.3.9
   Compiling want v0.0.4
   Compiling trace-time v0.1.1
   Compiling stats v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/stats)
   Compiling smallvec v0.6.5
   Compiling rustc_version v0.2.3
   Compiling futures-cpupool v0.1.8
   Compiling aho-corasick v0.6.8
   Compiling lock_api v0.1.3
   Compiling tokio-current-thread v0.1.1
   Compiling tokio-timer v0.2.6
   Compiling wasmi v0.3.0
   Compiling pwasm-utils v0.2.2
   Compiling pulldown-cmark v0.0.3
   Compiling parity-snappy-sys v0.1.1
   Compiling parity-rocksdb-sys v0.5.2
   Compiling bytes v0.4.10
   Compiling xmltree v0.7.0
   Compiling primal-sieve v0.2.9
   Compiling idna v0.1.5
   Compiling parking_lot_core v0.3.1
   Compiling tiny-keccak v1.4.2
   Compiling plain_hasher v0.2.0
   Compiling rand v0.4.3
   Compiling net2 v0.2.33
   Compiling rand v0.5.5
   Compiling remove_dir_all v0.5.1
   Compiling time v0.1.40
   Compiling winapi-util v0.1.1
   Compiling atty v0.2.11
   Compiling backtrace v0.3.9
   Compiling memmap v0.6.2
   Compiling home v0.3.3
   Compiling socket2 v0.3.8
   Compiling fs-swap v0.2.4
   Compiling ethereum-types-serialize v0.2.1
   Compiling toml v0.4.6
   Compiling serde_json v1.0.27
   Compiling quote v0.6.8
   Compiling num-traits v0.1.43
   Compiling number_prefix v0.2.8
   Compiling tokio-io v0.1.8
   Compiling crossbeam-epoch v0.3.1
   Compiling crossbeam-epoch v0.5.2
   Compiling thread_local v0.3.6
   Compiling rpassword v1.0.2
   Compiling term_size v0.3.1
   Compiling ctrlc v1.1.1 (https://github.com/paritytech/rust-ctrlc.git#b5230171)
   Compiling phf_shared v0.7.23
   Compiling mime v0.3.9
   Compiling app_dirs v1.2.1 (https://github.com/paritytech/app-dirs-rs#0b37f948)
   Compiling url v1.7.1
   Compiling trezor-sys v1.0.0 (https://github.com/paritytech/trezor-sys#8a401705)
   Compiling uint v0.4.1
   Compiling elastic-array v0.10.0
   Compiling memory-cache v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/memory_cache)
   Compiling miow v0.2.1
   Compiling rand v0.3.22
   Compiling fixed-hash v0.2.2
   Compiling tempdir v0.3.7
   Compiling parity-wordlist v1.2.1
   Compiling bn v0.4.4 (https://github.com/paritytech/bn#2a71dbde)
   Compiling wincolor v1.0.1
   Compiling vergen v0.1.1
   Compiling clap v2.32.0
   Compiling error-chain v0.12.0
   Compiling error-chain v0.11.0
   Compiling panic_hook v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/panic_hook)
   Compiling miow v0.3.3
   Compiling syn v0.15.4
   Compiling libusb v0.3.0 (https://github.com/paritytech/libusb-rs#44270895)
   Compiling bincode v0.8.0
   Compiling ordered-float v0.5.1
   Compiling primal-check v0.2.3
   Compiling chrono v0.4.6
   Compiling num-bigint v0.1.44
   Compiling tokio-codec v0.1.0
   Compiling crossbeam-deque v0.2.0
   Compiling crossbeam-deque v0.6.1
   Compiling phf_generator v0.7.23
   Compiling phf v0.7.23
   Compiling patricia-trie v0.3.0
   Compiling kvdb v0.1.0
   Compiling mio v0.6.16
   Compiling tempfile v2.2.0
   Compiling ethbloom v0.5.0
   Compiling skeptic v0.4.0
   Compiling termcolor v1.0.3
   Compiling parity-version v2.2.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/version)
   Compiling transaction-pool v1.13.3
   Compiling serde_derive v1.0.78
   Compiling rlp_derive v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/rlp_derive)
   Compiling primal v0.2.3
   Compiling timer v0.2.0
   Compiling tokio-threadpool v0.1.6
   Compiling num v0.1.42
   Compiling phf_codegen v0.7.23
   Compiling parking_lot v0.6.4
   Compiling globset v0.2.1
   Compiling mio-named-pipes v0.1.6 (https://github.com/alexcrichton/mio-named-pipes#2072ae0d)
   Compiling ws v0.7.5 (https://github.com/tomusdrw/ws-rs#f12d19c4)
   Compiling ethereum-types v0.4.0
   Compiling local-encoding v0.2.0
   Compiling env_logger v0.5.13
   Compiling tokio-fs v0.1.3
   Compiling mime_guess v2.0.0-alpha.6
   Compiling jsonrpc-core v8.0.1 (https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5f)
   Compiling docopt v0.8.3
   Compiling tokio-reactor v0.1.5
   Compiling blooms-db v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/blooms-db)
   Compiling kvdb-memorydb v0.1.0
   Compiling ethcore-io v1.12.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/io)
   Compiling ethcore-logger v1.12.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/logger)
   Compiling ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)
   Compiling rlp v0.3.0
   Compiling keccak-hasher v0.1.1 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/keccak-hasher)
   Compiling ethjson v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/json)
   Compiling keccak-hash v0.1.2
   Compiling fastmap v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/fastmap)
   Compiling ethabi v6.0.1
   Compiling parity-machine v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/machine)
   Compiling jsonrpc-pubsub v8.0.0 (https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5f)
   Compiling tokio-tcp v0.1.1
   Compiling tokio-udp v0.1.2
   Compiling memorydb v0.3.0
   Compiling triehash v0.3.0
   Compiling rlp_compress v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/rlp_compress)
   Compiling patricia-trie-ethereum v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/patricia-trie-ethereum)
   Compiling ethash v1.12.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/ethash)
   Compiling jsonrpc-macros v8.0.0 (https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5f)
   Compiling ethabi-derive v6.0.2
   Compiling tokio v0.1.8
error: failed to run custom build command for `ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)`
process didn't exit successfully: `D:\works\parity-dev\parity-v2.2.0r9\target\release\build\ring-febce2f697ab471a\build-script-build` (exit code: 101)
--- stderr
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.

warning: build failed, waiting for other jobs to finish...
error: build failed

D:\works\parity-dev\parity-v2.2.0r9>
D:\works\parity-dev\parity-v2.2.0r9>

and parity target directory list

D:\works\parity-dev\parity-v2.2.0r9>cd target

D:\works\parity-dev\parity-v2.2.0r9\target>ls
release

D:\works\parity-dev\parity-v2.2.0r9\target>cd release

D:\works\parity-dev\parity-v2.2.0r9\target\release>ls
build  deps  examples  incremental  native

D:\works\parity-dev\parity-v2.2.0r9\target\release>ls -lR
.:
total 524
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:37 build
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:43 deps
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:37 examples
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:37 incremental
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:37 native

./build:
total 236
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 crunchy-2738ce8c7c329ca5
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 crunchy-27cd0d3ed4de150b
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 crunchy-525e002a724910dd
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 crunchy-e0e513de5bc7175d
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 eth-secp256k1-4a8f30b5a7bffe23
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 eth-secp256k1-f37368617314dacc
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 heapsize-108714d9579e6547
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 heapsize-2bc5b42261850508
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 hidapi-e4bf0a7549dab26d
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 hidapi-ee0e3e9165d4cb8c
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 httparse-3773be509189c12d
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 httparse-43d3a9d8be8c4261
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 kernel32-sys-404a4aaa80727d63
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 kernel32-sys-e239835159ccf852
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 lazy_static-1e5ec4e8a552b91f
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 lazy_static-ad0bb4b317397fd6
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 libusb-sys-b679d714a9830971
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 libusb-sys-d47984b09d14a5ae
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:43 local-encoding-8550a91756bdfc21
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:42 local-encoding-afc7ea0fed24f115
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:43 mime_guess-6758230ec5e89834
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:43 mime_guess-bcf1b7937027a43a
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 num-integer-5b384a5aabf5c661
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 num-integer-c17a8f5550a66962
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 num-iter-61b4da6fa1196df9
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 num-iter-992e950ac4224ef5
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 num-traits-ab3a24e1e13fc5ae
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 num-traits-d8aaa1a19e27119c
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 ole32-sys-76faa13e7199e8a3
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 ole32-sys-9c32cd88e248f052
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:37 parity-rocksdb-sys-71aa06ae731f8106
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 parity-rocksdb-sys-b303a29f172128ae
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 parity-snappy-sys-6e8a496bdb12c7c0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:44 parity-snappy-sys-b1d2643fb3755d3c
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:43 parity-version-5dc94206eb382555
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:42 parity-version-8e7f42678f5f8655
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 parking_lot_core-3ef9d6e24fd9cd8b
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 parking_lot_core-5fa989135e810cc9
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 proc-macro2-13774b9a6f63e951
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 proc-macro2-1cfb51d92a811d88
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 protobuf-13826f6852b9d6b5
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 protobuf-b99145b5a452d77c
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 rayon-85e091edb96ee3f8
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 rayon-b01c097a835946df
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 rayon-core-1691faa36cbc9fdc
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 rayon-core-f148588a26e27996
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 regex-0bc2f6fb481fd213
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 regex-1ca8733b94133a02
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 regex-7741827b2419fac5
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 regex-beb978756fefab12
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:37 ring-69fea9d4c1a95b28
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:43 ring-febce2f697ab471a
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 rust-crypto-125a5c6dadfd753a
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 rust-crypto-52d02f3198afafdb
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 ryu-2059e0f2d33bb39a
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 ryu-852123a2b8426c04
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 serde-7b329bd995d9f491
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 serde-e59d473d368770e9
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 shell32-sys-97ddc77e650cccec
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 shell32-sys-98294c7fa1c84b02
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 unicase-210f938616982e54
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 unicase-7476fa539225afb4
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 unicase-790dcd6dc7666150
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 unicase-b8713bc79d8ef83b
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 winapi-49c12b94715ecc41
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 winapi-76e54d44a326e078
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 ws2_32-sys-04be955026c4486c
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:38 ws2_32-sys-f35fb9ed9b1ad915

./build/crunchy-2738ce8c7c329ca5:
total 1
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:39 out
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/crunchy-2738ce8c7c329ca5/out:
total 24
-rw-r--r-- 1 vr2 197121 24275 Oct 10 21:39 lib.rs

./build/crunchy-27cd0d3ed4de150b:
total 5853
-rwxr-xr-x 2 vr2 197121  247808 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     499 Oct 10 21:38 build_script_build-27cd0d3ed4de150b.d
-rwxr-xr-x 2 vr2 197121  247808 Oct 10 21:38 build_script_build-27cd0d3ed4de150b.exe
-rw-r--r-- 1 vr2 197121 5492736 Oct 10 21:38 build_script_build-27cd0d3ed4de150b.pdb

./build/crunchy-525e002a724910dd:
total 1
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:38 out
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:38 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:38 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:38 stderr

./build/crunchy-525e002a724910dd/out:
total 40
-rw-r--r-- 1 vr2 197121 38610 Oct 10 21:38 lib.rs

./build/crunchy-e0e513de5bc7175d:
total 5861
-rwxr-xr-x 2 vr2 197121  250368 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     499 Oct 10 21:38 build_script_build-e0e513de5bc7175d.d
-rwxr-xr-x 2 vr2 197121  250368 Oct 10 21:38 build_script_build-e0e513de5bc7175d.exe
-rw-r--r-- 1 vr2 197121 5492736 Oct 10 21:38 build_script_build-e0e513de5bc7175d.pdb

./build/eth-secp256k1-4a8f30b5a7bffe23:
total 6893
-rwxr-xr-x 2 vr2 197121  632832 Oct 10 21:39 build-script-build.exe
-rw-r--r-- 1 vr2 197121     508 Oct 10 21:39 build_script_build-4a8f30b5a7bffe23.d
-rwxr-xr-x 2 vr2 197121  632832 Oct 10 21:39 build_script_build-4a8f30b5a7bffe23.exe
-rw-r--r-- 1 vr2 197121 5787648 Oct 10 21:39 build_script_build-4a8f30b5a7bffe23.pdb

./build/eth-secp256k1-f37368617314dacc:
total 41
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 out
-rw-r--r-- 1 vr2 197121 40751 Oct 10 21:40 output
-rw-r--r-- 1 vr2 197121    50 Oct 10 21:40 root-output
-rw-r--r-- 1 vr2 197121     0 Oct 10 21:40 stderr

./build/eth-secp256k1-f37368617314dacc/out:
total 416
drwxr-xr-x 1 vr2 197121      0 Oct 10 21:39 depend
-rw-r--r-- 2 vr2 197121 212824 Oct 10 21:40 libsecp256k1.a
-rw-r--r-- 2 vr2 197121 212824 Oct 10 21:40 secp256k1.lib

./build/eth-secp256k1-f37368617314dacc/out/depend:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 secp256k1

./build/eth-secp256k1-f37368617314dacc/out/depend/secp256k1:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 contrib
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:39 src

./build/eth-secp256k1-f37368617314dacc/out/depend/secp256k1/contrib:
total 4
-rw-r--r-- 1 vr2 197121 1986 Oct 10 21:39 lax_der_parsing.o

./build/eth-secp256k1-f37368617314dacc/out/depend/secp256k1/src:
total 200
-rw-r--r-- 1 vr2 197121 203452 Oct 10 21:40 ext.o

./build/heapsize-108714d9579e6547:
total 6085
-rwxr-xr-x 2 vr2 197121  302592 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     504 Oct 10 21:38 build_script_build-108714d9579e6547.d
-rwxr-xr-x 2 vr2 197121  302592 Oct 10 21:38 build_script_build-108714d9579e6547.exe
-rw-r--r-- 1 vr2 197121 5623808 Oct 10 21:38 build_script_build-108714d9579e6547.pdb

./build/heapsize-2bc5b42261850508:
total 1
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:38 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:38 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:38 stderr

./build/heapsize-2bc5b42261850508/out:
total 0

./build/hidapi-e4bf0a7549dab26d:
total 6861
-rwxr-xr-x 2 vr2 197121  621056 Oct 10 21:39 build-script-build.exe
-rw-r--r-- 1 vr2 197121     479 Oct 10 21:39 build_script_build-e4bf0a7549dab26d.d
-rwxr-xr-x 2 vr2 197121  621056 Oct 10 21:39 build_script_build-e4bf0a7549dab26d.exe
-rw-r--r-- 1 vr2 197121 5779456 Oct 10 21:39 build_script_build-e4bf0a7549dab26d.pdb

./build/hidapi-ee0e3e9165d4cb8c:
total 5
drwxr-xr-x 1 vr2 197121    0 Oct 10 21:40 out
-rw-r--r-- 1 vr2 197121 3105 Oct 10 21:40 output
-rw-r--r-- 1 vr2 197121   50 Oct 10 21:40 root-output
-rw-r--r-- 1 vr2 197121    0 Oct 10 21:40 stderr

./build/hidapi-ee0e3e9165d4cb8c/out:
total 56
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 etc
-rw-r--r-- 2 vr2 197121 27452 Oct 10 21:40 hidapi.lib
-rw-r--r-- 2 vr2 197121 27452 Oct 10 21:40 libhidapi.a

./build/hidapi-ee0e3e9165d4cb8c/out/etc:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 hidapi

./build/hidapi-ee0e3e9165d4cb8c/out/etc/hidapi:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 windows

./build/hidapi-ee0e3e9165d4cb8c/out/etc/hidapi/windows:
total 28
-rw-r--r-- 1 vr2 197121 24724 Oct 10 21:40 hid.o

./build/httparse-3773be509189c12d:
total 6109
-rwxr-xr-x 2 vr2 197121  313856 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     504 Oct 10 21:38 build_script_build-3773be509189c12d.d
-rwxr-xr-x 2 vr2 197121  313856 Oct 10 21:38 build_script_build-3773be509189c12d.exe
-rw-r--r-- 1 vr2 197121 5623808 Oct 10 21:38 build_script_build-3773be509189c12d.pdb

./build/httparse-43d3a9d8be8c4261:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 30 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/httparse-43d3a9d8be8c4261/out:
total 0

./build/kernel32-sys-404a4aaa80727d63:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 36 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/kernel32-sys-404a4aaa80727d63/out:
total 0

./build/kernel32-sys-e239835159ccf852:
total 5845
-rwxr-xr-x 2 vr2 197121  249344 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     524 Oct 10 21:38 build_script_build-e239835159ccf852.d
-rwxr-xr-x 2 vr2 197121  249344 Oct 10 21:38 build_script_build-e239835159ccf852.exe
-rw-r--r-- 1 vr2 197121 5484544 Oct 10 21:38 build_script_build-e239835159ccf852.pdb

./build/lazy_static-1e5ec4e8a552b91f:
total 6101
-rwxr-xr-x 2 vr2 197121  307712 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     519 Oct 10 21:38 build_script_build-1e5ec4e8a552b91f.d
-rwxr-xr-x 2 vr2 197121  307712 Oct 10 21:38 build_script_build-1e5ec4e8a552b91f.exe
-rw-r--r-- 1 vr2 197121 5623808 Oct 10 21:38 build_script_build-1e5ec4e8a552b91f.pdb

./build/lazy_static-ad0bb4b317397fd6:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 40 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/lazy_static-ad0bb4b317397fd6/out:
total 0

./build/libusb-sys-b679d714a9830971:
total 6869
-rwxr-xr-x 2 vr2 197121  625152 Oct 10 21:39 build-script-build.exe
-rw-r--r-- 1 vr2 197121     490 Oct 10 21:39 build_script_build-b679d714a9830971.d
-rwxr-xr-x 2 vr2 197121  625152 Oct 10 21:39 build_script_build-b679d714a9830971.exe
-rw-r--r-- 1 vr2 197121 5779456 Oct 10 21:39 build_script_build-b679d714a9830971.pdb

./build/libusb-sys-d47984b09d14a5ae:
total 25
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 out
-rw-r--r-- 1 vr2 197121 20941 Oct 10 21:40 output
-rw-r--r-- 1 vr2 197121    50 Oct 10 21:40 root-output
-rw-r--r-- 1 vr2 197121     0 Oct 10 21:40 stderr

./build/libusb-sys-d47984b09d14a5ae/out:
total 792
drwxr-xr-x 1 vr2 197121      0 Oct 10 21:39 libusb
-rw-r--r-- 2 vr2 197121 404318 Oct 10 21:40 libusb.a
-rw-r--r-- 2 vr2 197121 404318 Oct 10 21:40 usb.lib

./build/libusb-sys-d47984b09d14a5ae/out/libusb:
total 4
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 libusb

./build/libusb-sys-d47984b09d14a5ae/out/libusb/libusb:
total 152
-rw-r--r-- 1 vr2 197121 52498 Oct 10 21:40 core.o
-rw-r--r-- 1 vr2 197121 39904 Oct 10 21:40 descriptor.o
-rw-r--r-- 1 vr2 197121  7890 Oct 10 21:40 hotplug.o
-rw-r--r-- 1 vr2 197121 29503 Oct 10 21:40 io.o
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 os
-rw-r--r-- 1 vr2 197121 11275 Oct 10 21:40 strerror.o
-rw-r--r-- 1 vr2 197121  7300 Oct 10 21:40 sync.o

./build/libusb-sys-d47984b09d14a5ae/out/libusb/libusb/os:
total 224
-rw-r--r-- 1 vr2 197121  24705 Oct 10 21:39 poll_windows.o
-rw-r--r-- 1 vr2 197121  13999 Oct 10 21:39 threads_windows.o
-rw-r--r-- 1 vr2 197121 183182 Oct 10 21:40 windows_usb.o

./build/local-encoding-8550a91756bdfc21:
total 1
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:43 out
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:43 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:43 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:43 stderr

./build/local-encoding-8550a91756bdfc21/out:
total 1
-rw-r--r-- 1 vr2 197121 476 Oct 10 21:43 skeptic-tests.rs

./build/local-encoding-afc7ea0fed24f115:
total 6477
-rwxr-xr-x 2 vr2 197121  492544 Oct 10 21:42 build-script-build.exe
-rw-r--r-- 1 vr2 197121     546 Oct 10 21:42 build_script_build-afc7ea0fed24f115.d
-rwxr-xr-x 2 vr2 197121  492544 Oct 10 21:42 build_script_build-afc7ea0fed24f115.exe
-rw-r--r-- 1 vr2 197121 5640192 Oct 10 21:42 build_script_build-afc7ea0fed24f115.pdb

./build/mime_guess-6758230ec5e89834:
total 6224
-rwxr-xr-x 2 vr2 197121  378368 Oct 10 21:43 build-script-build.exe
-rw-r--r-- 1 vr2 197121     851 Oct 10 21:43 build_script_build-6758230ec5e89834.d
-rwxr-xr-x 2 vr2 197121  378368 Oct 10 21:43 build_script_build-6758230ec5e89834.exe
-rw-r--r-- 1 vr2 197121 5607424 Oct 10 21:43 build_script_build-6758230ec5e89834.pdb

./build/mime_guess-bcf1b7937027a43a:
total 1
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:43 out
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:43 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:43 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:43 stderr

./build/mime_guess-bcf1b7937027a43a/out:
total 136
-rw-r--r-- 1 vr2 197121 138468 Oct 10 21:43 mime_types_generated.rs

./build/num-integer-5b384a5aabf5c661:
total 6045
-rwxr-xr-x 2 vr2 197121  294912 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     522 Oct 10 21:38 build_script_build-5b384a5aabf5c661.d
-rwxr-xr-x 2 vr2 197121  294912 Oct 10 21:38 build_script_build-5b384a5aabf5c661.exe
-rw-r--r-- 1 vr2 197121 5599232 Oct 10 21:38 build_script_build-5b384a5aabf5c661.pdb

./build/num-integer-c17a8f5550a66962:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:39 out
-rw-r--r-- 1 vr2 197121 25 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/num-integer-c17a8f5550a66962/out:
total 4
-rw-r--r-- 1 vr2 197121 3994 Oct 10 21:39 rust_out.o

./build/num-iter-61b4da6fa1196df9:
total 6045
-rwxr-xr-x 2 vr2 197121  294912 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     507 Oct 10 21:38 build_script_build-61b4da6fa1196df9.d
-rwxr-xr-x 2 vr2 197121  294912 Oct 10 21:38 build_script_build-61b4da6fa1196df9.exe
-rw-r--r-- 1 vr2 197121 5599232 Oct 10 21:38 build_script_build-61b4da6fa1196df9.pdb

./build/num-iter-992e950ac4224ef5:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:39 out
-rw-r--r-- 1 vr2 197121 25 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/num-iter-992e950ac4224ef5/out:
total 4
-rw-r--r-- 1 vr2 197121 3994 Oct 10 21:39 rust_out.o

./build/num-traits-ab3a24e1e13fc5ae:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:39 out
-rw-r--r-- 1 vr2 197121 25 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/num-traits-ab3a24e1e13fc5ae/out:
total 4
-rw-r--r-- 1 vr2 197121 3994 Oct 10 21:39 rust_out.o

./build/num-traits-d8aaa1a19e27119c:
total 6045
-rwxr-xr-x 2 vr2 197121  294912 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     514 Oct 10 21:38 build_script_build-d8aaa1a19e27119c.d
-rwxr-xr-x 2 vr2 197121  294912 Oct 10 21:38 build_script_build-d8aaa1a19e27119c.exe
-rw-r--r-- 1 vr2 197121 5599232 Oct 10 21:38 build_script_build-d8aaa1a19e27119c.pdb

./build/ole32-sys-76faa13e7199e8a3:
total 5845
-rwxr-xr-x 2 vr2 197121  249344 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     509 Oct 10 21:38 build_script_build-76faa13e7199e8a3.d
-rwxr-xr-x 2 vr2 197121  249344 Oct 10 21:38 build_script_build-76faa13e7199e8a3.exe
-rw-r--r-- 1 vr2 197121 5484544 Oct 10 21:38 build_script_build-76faa13e7199e8a3.pdb

./build/ole32-sys-9c32cd88e248f052:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 33 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/ole32-sys-9c32cd88e248f052/out:
total 0

./build/parity-rocksdb-sys-71aa06ae731f8106:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:37 out

./build/parity-rocksdb-sys-71aa06ae731f8106/out:
total 0

./build/parity-rocksdb-sys-b303a29f172128ae:
total 6989
-rwxr-xr-x 2 vr2 197121  669184 Oct 10 21:40 build-script-build.exe
-rw-r--r-- 1 vr2 197121     554 Oct 10 21:40 build_script_build-b303a29f172128ae.d
-rwxr-xr-x 2 vr2 197121  669184 Oct 10 21:40 build_script_build-b303a29f172128ae.exe
-rw-r--r-- 1 vr2 197121 5812224 Oct 10 21:40 build_script_build-b303a29f172128ae.pdb

./build/parity-snappy-sys-6e8a496bdb12c7c0:
total 6981
-rwxr-xr-x 2 vr2 197121  667648 Oct 10 21:40 build-script-build.exe
-rw-r--r-- 1 vr2 197121     549 Oct 10 21:40 build_script_build-6e8a496bdb12c7c0.d
-rwxr-xr-x 2 vr2 197121  667648 Oct 10 21:40 build_script_build-6e8a496bdb12c7c0.exe
-rw-r--r-- 1 vr2 197121 5812224 Oct 10 21:40 build_script_build-6e8a496bdb12c7c0.pdb

./build/parity-snappy-sys-b1d2643fb3755d3c:
total 14
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 out
-rw-r--r-- 1 vr2 197121 11636 Oct 10 21:44 output
-rw-r--r-- 1 vr2 197121    50 Oct 10 21:44 root-output
-rw-r--r-- 1 vr2 197121   100 Oct 10 21:44 stderr

./build/parity-snappy-sys-b1d2643fb3755d3c/out:
total 4
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:44 build

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build:
total 376
-rw-r--r-- 1 vr2 197121 69593 Oct 10 21:44 ALL_BUILD.vcxproj
-rw-r--r-- 1 vr2 197121   346 Oct 10 21:44 ALL_BUILD.vcxproj.filters
-rw-r--r-- 1 vr2 197121 19248 Oct 10 21:44 CMakeCache.txt
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:44 CMakeFiles
-rw-r--r-- 1 vr2 197121  2083 Oct 10 21:44 CTestTestfile.cmake
-rw-r--r-- 1 vr2 197121 11942 Oct 10 21:44 INSTALL.vcxproj
-rw-r--r-- 1 vr2 197121   592 Oct 10 21:44 INSTALL.vcxproj.filters
-rw-r--r-- 1 vr2 197121 11660 Oct 10 21:44 RUN_TESTS.vcxproj
-rw-r--r-- 1 vr2 197121   594 Oct 10 21:44 RUN_TESTS.vcxproj.filters
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:44 Release
-rw-r--r-- 1 vr2 197121  5865 Oct 10 21:44 Snappy.sln
-rw-r--r-- 1 vr2 197121  1653 Oct 10 21:44 SnappyConfigVersion.cmake
-rw-r--r-- 1 vr2 197121 49479 Oct 10 21:44 ZERO_CHECK.vcxproj
-rw-r--r-- 1 vr2 197121   593 Oct 10 21:44 ZERO_CHECK.vcxproj.filters
-rw-r--r-- 1 vr2 197121  6684 Oct 10 21:44 cmake_install.cmake
-rw-r--r-- 1 vr2 197121  2015 Oct 10 21:44 config.h
-rw-r--r-- 1 vr2 197121  3346 Oct 10 21:44 snappy-stubs-public.h
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:44 snappy.dir
-rw-r--r-- 1 vr2 197121 79224 Oct 10 21:44 snappy.vcxproj
-rw-r--r-- 1 vr2 197121  2793 Oct 10 21:44 snappy.vcxproj.filters
-rw-r--r-- 1 vr2 197121 83041 Oct 10 21:44 snappy_unittest.vcxproj
-rw-r--r-- 1 vr2 197121   894 Oct 10 21:44 snappy_unittest.vcxproj.filters
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:44 x64

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles:
total 235
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:41 3.11.1
-rw-r--r-- 1 vr2 197121 42497 Oct 10 21:44 CMakeError.log
-rw-r--r-- 1 vr2 197121 48054 Oct 10 21:43 CMakeOutput.log
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:44 CMakeTmp
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:42 CheckTypeSize
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:44 Export
-rw-r--r-- 1 vr2 197121   770 Oct 10 21:44 TargetDirectories.txt
-rwxr-xr-x 1 vr2 197121 49664 Oct 10 21:42 TestEndianess.bin
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:44 a8d87bf7c5652fa172328161f4773639
-rw-r--r-- 1 vr2 197121    86 Oct 10 21:44 cmake.check_cache
-rwxr-xr-x 1 vr2 197121 52224 Oct 10 21:41 feature_tests.bin
-rw-r--r-- 1 vr2 197121  5194 Oct 10 21:41 feature_tests.cxx
-rw-r--r-- 1 vr2 197121    55 Oct 10 21:44 generate.stamp
-rw-r--r-- 1 vr2 197121 14398 Oct 10 21:44 generate.stamp.depend
-rw-r--r-- 1 vr2 197121   129 Oct 10 21:44 generate.stamp.list

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1:
total 123
-rw-r--r-- 1 vr2 197121  2177 Oct 10 21:41 CMakeCCompiler.cmake
-rw-r--r-- 1 vr2 197121  4944 Oct 10 21:41 CMakeCXXCompiler.cmake
-rwxr-xr-x 1 vr2 197121 49664 Oct 10 21:41 CMakeDetermineCompilerABI_C.bin
-rwxr-xr-x 1 vr2 197121 49664 Oct 10 21:41 CMakeDetermineCompilerABI_CXX.bin
-rw-r--r-- 1 vr2 197121   276 Oct 10 21:41 CMakeRCCompiler.cmake
-rw-r--r-- 1 vr2 197121   395 Oct 10 21:40 CMakeSystem.cmake
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 CompilerIdC
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:41 CompilerIdCXX
-rw-r--r-- 1 vr2 197121    88 Oct 10 21:40 VCTargetsPath.txt
-rw-r--r-- 1 vr2 197121  1156 Oct 10 21:40 VCTargetsPath.vcxproj
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 x64

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/CompilerIdC:
total 40
-rw-r--r-- 1 vr2 197121 19611 Oct 10 21:40 CMakeCCompilerId.c
-rwxr-xr-x 1 vr2 197121 14848 Oct 10 21:40 CompilerIdC.exe
-rw-r--r-- 1 vr2 197121  2668 Oct 10 21:40 CompilerIdC.vcxproj
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 Debug
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 tmp

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/CompilerIdC/Debug:
total 8
-rw-r--r-- 1 vr2 197121 2207 Oct 10 21:40 CMakeCCompilerId.obj
drwxr-xr-x 1 vr2 197121    0 Oct 10 21:40 CompilerIdC.tlog

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/CompilerIdC/Debug/CompilerIdC.tlog:
total 25
-rw-r--r-- 1 vr2 197121  960 Oct 10 21:40 CL.command.1.tlog
-rw-r--r-- 1 vr2 197121  708 Oct 10 21:40 CL.read.1.tlog
-rw-r--r-- 1 vr2 197121  628 Oct 10 21:40 CL.write.1.tlog
-rw-r--r-- 1 vr2 197121  305 Oct 10 21:40 CompilerIdC.lastbuildstate
-rw-r--r-- 1 vr2 197121 1146 Oct 10 21:40 link.command.1.tlog
-rw-r--r-- 1 vr2 197121 3806 Oct 10 21:40 link.read.1.tlog
-rw-r--r-- 1 vr2 197121  622 Oct 10 21:40 link.write.1.tlog

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/CompilerIdC/tmp:
total 0

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/CompilerIdCXX:
total 40
-rw-r--r-- 1 vr2 197121 19092 Oct 10 21:40 CMakeCXXCompilerId.cpp
-rwxr-xr-x 1 vr2 197121 14848 Oct 10 21:41 CompilerIdCXX.exe
-rw-r--r-- 1 vr2 197121  2676 Oct 10 21:40 CompilerIdCXX.vcxproj
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:41 Debug
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:40 tmp

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/CompilerIdCXX/Debug:
total 8
-rw-r--r-- 1 vr2 197121 2228 Oct 10 21:41 CMakeCXXCompilerId.obj
drwxr-xr-x 1 vr2 197121    0 Oct 10 21:41 CompilerIdCXX.tlog

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/CompilerIdCXX/Debug/CompilerIdCXX.tlog:
total 25
-rw-r--r-- 1 vr2 197121  984 Oct 10 21:41 CL.command.1.tlog
-rw-r--r-- 1 vr2 197121  720 Oct 10 21:41 CL.read.1.tlog
-rw-r--r-- 1 vr2 197121  648 Oct 10 21:41 CL.write.1.tlog
-rw-r--r-- 1 vr2 197121  307 Oct 10 21:41 CompilerIdCXX.lastbuildstate
-rw-r--r-- 1 vr2 197121 1170 Oct 10 21:41 link.command.1.tlog
-rw-r--r-- 1 vr2 197121 3822 Oct 10 21:41 link.read.1.tlog
-rw-r--r-- 1 vr2 197121  638 Oct 10 21:41 link.write.1.tlog

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/CompilerIdCXX/tmp:
total 0

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/x64:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 Debug

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/x64/Debug:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:40 VCTargetsPath.tlog

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/3.11.1/x64/Debug/VCTargetsPath.tlog:
total 1
-rw-r--r-- 1 vr2 197121 293 Oct 10 21:40 VCTargetsPath.lastbuildstate

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/CMakeTmp:
total 0

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/CheckTypeSize:
total 56
-rwxr-xr-x 1 vr2 197121 49664 Oct 10 21:42 CMAKE_SIZEOF_UNSIGNED_SHORT.bin
-rw-r--r-- 1 vr2 197121  1201 Oct 10 21:42 CMAKE_SIZEOF_UNSIGNED_SHORT.c

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/Export:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:44 lib

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/Export/lib:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:44 cmake

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/Export/lib/cmake:
total 4
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:44 Snappy

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/Export/lib/cmake/Snappy:
total 20
-rw-r--r-- 1 vr2 197121  838 Oct 10 21:44 SnappyTargets-debug.cmake
-rw-r--r-- 1 vr2 197121  863 Oct 10 21:44 SnappyTargets-minsizerel.cmake
-rw-r--r-- 1 vr2 197121  848 Oct 10 21:44 SnappyTargets-release.cmake
-rw-r--r-- 1 vr2 197121  883 Oct 10 21:44 SnappyTargets-relwithdebinfo.cmake
-rw-r--r-- 1 vr2 197121 3345 Oct 10 21:44 SnappyTargets.cmake

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/CMakeFiles/a8d87bf7c5652fa172328161f4773639:
total 3
-rw-r--r-- 1 vr2 197121 24 Jan  1  2001 INSTALL_force.rule
-rw-r--r-- 1 vr2 197121 24 Jan  1  2001 RUN_TESTS_force.rule
-rw-r--r-- 1 vr2 197121 24 Jan  1  2001 generate.stamp.rule

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/Release:
total 144
-rw-r--r-- 1 vr2 197121   3346 Oct 10 21:44 snappy-stubs-public.h
-rw-r--r-- 1 vr2 197121   9709 Aug  6 23:23 snappy.h
-rw-r--r-- 1 vr2 197121 130660 Oct 10 21:44 snappy.lib

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/snappy.dir:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:44 Release

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/snappy.dir/Release:
total 116
-rw-r--r-- 1 vr2 197121  3405 Oct 10 21:44 snappy-c.obj
-rw-r--r-- 1 vr2 197121  7894 Oct 10 21:44 snappy-sinksource.obj
-rw-r--r-- 1 vr2 197121  7629 Oct 10 21:44 snappy-stubs-internal.obj
-rw-r--r-- 1 vr2 197121 92347 Oct 10 21:44 snappy.obj
drwxr-xr-x 1 vr2 197121     0 Oct 10 21:44 snappy.tlog

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/snappy.dir/Release/snappy.tlog:
total 118
-rw-r--r-- 1 vr2 197121  5266 Oct 10 21:44 CL.command.1.tlog
-rw-r--r-- 1 vr2 197121 68122 Oct 10 21:44 CL.read.1.tlog
-rw-r--r-- 1 vr2 197121  1998 Oct 10 21:44 CL.write.1.tlog
-rw-r--r-- 1 vr2 197121  2400 Oct 10 21:44 Lib-link.read.1.tlog
-rw-r--r-- 1 vr2 197121  1362 Oct 10 21:44 Lib-link.write.1.tlog
-rw-r--r-- 1 vr2 197121  1748 Oct 10 21:44 Lib.command.1.tlog
-rw-r--r-- 1 vr2 197121  1324 Oct 10 21:44 custombuild.command.1.tlog
-rw-r--r-- 1 vr2 197121 19142 Oct 10 21:44 custombuild.read.1.tlog
-rw-r--r-- 1 vr2 197121   478 Oct 10 21:44 custombuild.write.1.tlog
-rw-r--r-- 1 vr2 197121   277 Oct 10 21:44 snappy.lastbuildstate

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/x64:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:44 Release

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/x64/Release:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:44 ZERO_CHECK

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/x64/Release/ZERO_CHECK:
total 0
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:44 ZERO_CHECK.tlog

./build/parity-snappy-sys-b1d2643fb3755d3c/out/build/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog:
total 26
-rw-r--r-- 1 vr2 197121   277 Oct 10 21:44 ZERO_CHECK.lastbuildstate
-rw-r--r-- 1 vr2 197121  1512 Oct 10 21:44 custombuild.command.1.tlog
-rw-r--r-- 1 vr2 197121 19476 Oct 10 21:44 custombuild.read.1.tlog
-rw-r--r-- 1 vr2 197121   596 Oct 10 21:44 custombuild.write.1.tlog

./build/parity-version-5dc94206eb382555:
total 1
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:43 out
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:43 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:43 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:43 stderr

./build/parity-version-5dc94206eb382555/out:
total 2
-rw-r--r-- 1 vr2 197121 185 Oct 10 21:43 meta.rs
-rw-r--r-- 1 vr2 197121 706 Oct 10 21:43 version.rs

./build/parity-version-8e7f42678f5f8655:
total 6669
-rwxr-xr-x 2 vr2 197121  532480 Oct 10 21:42 build-script-build.exe
-rw-r--r-- 1 vr2 197121     406 Oct 10 21:42 build_script_build-8e7f42678f5f8655.d
-rwxr-xr-x 2 vr2 197121  532480 Oct 10 21:42 build_script_build-8e7f42678f5f8655.exe
-rw-r--r-- 1 vr2 197121 5763072 Oct 10 21:42 build_script_build-8e7f42678f5f8655.pdb

./build/parking_lot_core-3ef9d6e24fd9cd8b:
total 6133
-rwxr-xr-x 2 vr2 197121  321536 Oct 10 21:40 build-script-build.exe
-rw-r--r-- 1 vr2 197121     544 Oct 10 21:40 build_script_build-3ef9d6e24fd9cd8b.d
-rwxr-xr-x 2 vr2 197121  321536 Oct 10 21:40 build_script_build-3ef9d6e24fd9cd8b.exe
-rw-r--r-- 1 vr2 197121 5632000 Oct 10 21:40 build_script_build-3ef9d6e24fd9cd8b.pdb

./build/parking_lot_core-5fa989135e810cc9:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 38 Oct 10 21:40 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:40 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:40 stderr

./build/parking_lot_core-5fa989135e810cc9/out:
total 0

./build/proc-macro2-13774b9a6f63e951:
total 6077
-rwxr-xr-x 2 vr2 197121  301568 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     522 Oct 10 21:38 build_script_build-13774b9a6f63e951.d
-rwxr-xr-x 2 vr2 197121  301568 Oct 10 21:38 build_script_build-13774b9a6f63e951.exe
-rw-r--r-- 1 vr2 197121 5615616 Oct 10 21:38 build_script_build-13774b9a6f63e951.pdb

./build/proc-macro2-1cfb51d92a811d88:
total 2
drwxr-xr-x 1 vr2 197121   0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 123 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121  50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121   0 Oct 10 21:39 stderr

./build/proc-macro2-1cfb51d92a811d88/out:
total 0

./build/protobuf-13826f6852b9d6b5:
total 6053
-rwxr-xr-x 2 vr2 197121  297472 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     504 Oct 10 21:38 build_script_build-13826f6852b9d6b5.d
-rwxr-xr-x 2 vr2 197121  297472 Oct 10 21:38 build_script_build-13826f6852b9d6b5.exe
-rw-r--r-- 1 vr2 197121 5599232 Oct 10 21:38 build_script_build-13826f6852b9d6b5.pdb

./build/protobuf-b99145b5a452d77c:
total 1
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/protobuf-b99145b5a452d77c/out:
total 0

./build/rayon-85e091edb96ee3f8:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:39 out
-rw-r--r-- 1 vr2 197121 25 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/rayon-85e091edb96ee3f8/out:
total 4
-rw-r--r-- 1 vr2 197121 3994 Oct 10 21:39 rust_out.o

./build/rayon-b01c097a835946df:
total 6045
-rwxr-xr-x 2 vr2 197121  294400 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     489 Oct 10 21:38 build_script_build-b01c097a835946df.d
-rwxr-xr-x 2 vr2 197121  294400 Oct 10 21:38 build_script_build-b01c097a835946df.exe
-rw-r--r-- 1 vr2 197121 5599232 Oct 10 21:38 build_script_build-b01c097a835946df.pdb

./build/rayon-core-1691faa36cbc9fdc:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 32 Oct 10 21:38 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:38 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:38 stderr

./build/rayon-core-1691faa36cbc9fdc/out:
total 0

./build/rayon-core-f148588a26e27996:
total 5829
-rwxr-xr-x 2 vr2 197121  244736 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     514 Oct 10 21:38 build_script_build-f148588a26e27996.d
-rwxr-xr-x 2 vr2 197121  244736 Oct 10 21:38 build_script_build-f148588a26e27996.exe
-rw-r--r-- 1 vr2 197121 5476352 Oct 10 21:38 build_script_build-f148588a26e27996.pdb

./build/regex-0bc2f6fb481fd213:
total 1
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/regex-0bc2f6fb481fd213/out:
total 0

./build/regex-1ca8733b94133a02:
total 6077
-rwxr-xr-x 2 vr2 197121  301568 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     492 Oct 10 21:38 build_script_build-1ca8733b94133a02.d
-rwxr-xr-x 2 vr2 197121  301568 Oct 10 21:38 build_script_build-1ca8733b94133a02.exe
-rw-r--r-- 1 vr2 197121 5615616 Oct 10 21:38 build_script_build-1ca8733b94133a02.pdb

./build/regex-7741827b2419fac5:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 83 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/regex-7741827b2419fac5/out:
total 0

./build/regex-beb978756fefab12:
total 6141
-rwxr-xr-x 2 vr2 197121  317440 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     489 Oct 10 21:38 build_script_build-beb978756fefab12.d
-rwxr-xr-x 2 vr2 197121  317440 Oct 10 21:38 build_script_build-beb978756fefab12.exe
-rw-r--r-- 1 vr2 197121 5648384 Oct 10 21:38 build_script_build-beb978756fefab12.pdb

./build/ring-69fea9d4c1a95b28:
total 8
drwxr-xr-x 1 vr2 197121 0 Oct 10 21:43 out

./build/ring-69fea9d4c1a95b28/out:
total 1258
-rw-r--r-- 1 vr2 197121  26829 Oct 10 21:43 aes-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  17700 Oct 10 21:43 aes-x86_64-nasm.obj
-rw-r--r-- 1 vr2 197121    889 Oct 10 21:43 aes.obj
-rw-r--r-- 1 vr2 197121  23230 Oct 10 21:43 aesni-gcm-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  14151 Oct 10 21:43 aesni-gcm-x86_64-nasm.obj
-rw-r--r-- 1 vr2 197121  27497 Oct 10 21:43 aesni-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  21048 Oct 10 21:43 aesni-x86_64-nasm.obj
-rw-r--r-- 1 vr2 197121   3511 Oct 10 21:43 bn.obj
-rw-r--r-- 1 vr2 197121  18188 Oct 10 21:43 bsaes-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  14988 Oct 10 21:43 bsaes-x86_64-nasm.obj
-rw-r--r-- 1 vr2 197121  42031 Oct 10 21:43 chacha-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  28651 Oct 10 21:43 chacha-x86_64-nasm.obj
-rw-r--r-- 1 vr2 197121   5945 Oct 10 21:43 constant_time_test.obj
-rw-r--r-- 1 vr2 197121   1374 Oct 10 21:43 cpu-intel.obj
-rw-r--r-- 1 vr2 197121   1863 Oct 10 21:43 crypto.obj
-rw-r--r-- 1 vr2 197121  78978 Oct 10 21:43 curve25519.obj
-rw-r--r-- 1 vr2 197121   6542 Oct 10 21:43 e_aes.obj
-rw-r--r-- 1 vr2 197121   1192 Oct 10 21:43 ecp_nistz.obj
-rw-r--r-- 1 vr2 197121   7763 Oct 10 21:43 ecp_nistz256-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121   7094 Oct 10 21:43 ecp_nistz256-x86_64-nasm.obj
-rw-r--r-- 1 vr2 197121 160315 Oct 10 21:43 ecp_nistz256.obj
-rw-r--r-- 1 vr2 197121   3539 Oct 10 21:43 exponentiation.obj
-rw-r--r-- 1 vr2 197121   9738 Oct 10 21:43 gcm.obj
-rw-r--r-- 1 vr2 197121   2887 Oct 10 21:43 generic.obj
-rw-r--r-- 1 vr2 197121    730 Oct 10 21:43 gfp_p256.obj
-rw-r--r-- 1 vr2 197121  13726 Oct 10 21:43 gfp_p384.obj
-rw-r--r-- 1 vr2 197121  41710 Oct 10 21:43 ghash-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  28494 Oct 10 21:43 ghash-x86_64-nasm.obj
-rw-r--r-- 2 vr2 197121   7772 Oct 10 21:43 libring-test.a
-rw-r--r-- 1 vr2 197121   5477 Oct 10 21:43 limbs.obj
-rw-r--r-- 1 vr2 197121    860 Oct 10 21:43 mem.obj
-rw-r--r-- 1 vr2 197121   1155 Oct 10 21:43 montgomery_inv.obj
-rw-r--r-- 1 vr2 197121   3068 Oct 10 21:43 mul.obj
-rw-r--r-- 1 vr2 197121  32706 Oct 10 21:43 p256-x86_64-asm-nasm.asm
-rw-r--r-- 1 vr2 197121  24345 Oct 10 21:43 p256-x86_64-asm-nasm.obj
-rw-r--r-- 1 vr2 197121  41621 Oct 10 21:43 poly1305-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  29505 Oct 10 21:43 poly1305-x86_64-nasm.obj
-rw-r--r-- 2 vr2 197121   7772 Oct 10 21:43 ring-test.lib
-rw-r--r-- 1 vr2 197121  95954 Oct 10 21:43 sha256-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  67008 Oct 10 21:43 sha256-x86_64-nasm.obj
-rw-r--r-- 1 vr2 197121  75331 Oct 10 21:43 sha512-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  53477 Oct 10 21:43 sha512-x86_64-nasm.obj
-rw-r--r-- 1 vr2 197121    711 Oct 10 21:43 shift.obj
-rw-r--r-- 1 vr2 197121  11578 Oct 10 21:43 vpaes-x86_64-nasm.asm
-rw-r--r-- 1 vr2 197121  10605 Oct 10 21:43 vpaes-x86_64-nasm.obj
-rw-r--r-- 1 vr2 197121    543 Oct 10 21:43 x25519-x86_64.obj
-rw-r--r-- 1 vr2 197121  17490 Oct 10 21:43 x86_64-mont-nasm.asm
-rw-r--r-- 1 vr2 197121  14766 Oct 10 21:43 x86_64-mont-nasm.obj
-rw-r--r-- 1 vr2 197121  42997 Oct 10 21:43 x86_64-mont5-nasm.asm
-rw-r--r-- 1 vr2 197121  32968 Oct 10 21:43 x86_64-mont5-nasm.obj

./build/ring-febce2f697ab471a:
total 7477
-rwxr-xr-x 2 vr2 197121  873472 Oct 10 21:43 build-script-build.exe
-rw-r--r-- 1 vr2 197121     460 Oct 10 21:43 build_script_build-febce2f697ab471a.d
-rwxr-xr-x 2 vr2 197121  873472 Oct 10 21:43 build_script_build-febce2f697ab471a.exe
-rw-r--r-- 1 vr2 197121 5902336 Oct 10 21:43 build_script_build-febce2f697ab471a.pdb

./build/rust-crypto-125a5c6dadfd753a:
total 5
drwxr-xr-x 1 vr2 197121    0 Oct 10 21:40 out
-rw-r--r-- 1 vr2 197121 2213 Oct 10 21:40 output
-rw-r--r-- 1 vr2 197121   50 Oct 10 21:40 root-output
-rw-r--r-- 1 vr2 197121    0 Oct 10 21:40 stderr

./build/rust-crypto-125a5c6dadfd753a/out:
total 8
-rw-r--r-- 2 vr2 197121 2704 Oct 10 21:40 _rust_crypto_helpers.lib
-rw-r--r-- 2 vr2 197121 2704 Oct 10 21:40 lib_rust_crypto_helpers.a
drwxr-xr-x 1 vr2 197121    0 Oct 10 21:40 src

./build/rust-crypto-125a5c6dadfd753a/out/src:
total 5
-rw-r--r-- 1 vr2 197121 799 Oct 10 21:40 aesni_helpers.o
-rw-r--r-- 1 vr2 197121 686 Oct 10 21:40 util_helpers.o

./build/rust-crypto-52d02f3198afafdb:
total 6741
-rwxr-xr-x 2 vr2 197121  566272 Oct 10 21:39 build-script-build.exe
-rw-r--r-- 1 vr2 197121     522 Oct 10 21:39 build_script_build-52d02f3198afafdb.d
-rwxr-xr-x 2 vr2 197121  566272 Oct 10 21:39 build_script_build-52d02f3198afafdb.exe
-rw-r--r-- 1 vr2 197121 5763072 Oct 10 21:39 build_script_build-52d02f3198afafdb.pdb

./build/ryu-2059e0f2d33bb39a:
total 6077
-rwxr-xr-x 2 vr2 197121  300032 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     479 Oct 10 21:38 build_script_build-2059e0f2d33bb39a.d
-rwxr-xr-x 2 vr2 197121  300032 Oct 10 21:38 build_script_build-2059e0f2d33bb39a.exe
-rw-r--r-- 1 vr2 197121 5615616 Oct 10 21:38 build_script_build-2059e0f2d33bb39a.pdb

./build/ryu-852123a2b8426c04:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 59 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/ryu-852123a2b8426c04/out:
total 0

./build/serde-7b329bd995d9f491:
total 2
drwxr-xr-x 1 vr2 197121   0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 174 Oct 10 21:38 output
-rw-r--r-- 1 vr2 197121  50 Oct 10 21:38 root-output
-rw-r--r-- 1 vr2 197121   0 Oct 10 21:38 stderr

./build/serde-7b329bd995d9f491/out:
total 0

./build/serde-e59d473d368770e9:
total 6077
-rwxr-xr-x 2 vr2 197121  302592 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     492 Oct 10 21:38 build_script_build-e59d473d368770e9.d
-rwxr-xr-x 2 vr2 197121  302592 Oct 10 21:38 build_script_build-e59d473d368770e9.exe
-rw-r--r-- 1 vr2 197121 5615616 Oct 10 21:38 build_script_build-e59d473d368770e9.pdb

./build/shell32-sys-97ddc77e650cccec:
total 5845
-rwxr-xr-x 2 vr2 197121  249344 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     519 Oct 10 21:38 build_script_build-97ddc77e650cccec.d
-rwxr-xr-x 2 vr2 197121  249344 Oct 10 21:38 build_script_build-97ddc77e650cccec.exe
-rw-r--r-- 1 vr2 197121 5484544 Oct 10 21:38 build_script_build-97ddc77e650cccec.pdb

./build/shell32-sys-98294c7fa1c84b02:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 35 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/shell32-sys-98294c7fa1c84b02/out:
total 0

./build/unicase-210f938616982e54:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 78 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/unicase-210f938616982e54/out:
total 0

./build/unicase-7476fa539225afb4:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 79 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/unicase-7476fa539225afb4/out:
total 0

./build/unicase-790dcd6dc7666150:
total 6085
-rwxr-xr-x 2 vr2 197121  306176 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     499 Oct 10 21:38 build_script_build-790dcd6dc7666150.d
-rwxr-xr-x 2 vr2 197121  306176 Oct 10 21:38 build_script_build-790dcd6dc7666150.exe
-rw-r--r-- 1 vr2 197121 5615616 Oct 10 21:38 build_script_build-790dcd6dc7666150.pdb

./build/unicase-b8713bc79d8ef83b:
total 6085
-rwxr-xr-x 2 vr2 197121  306176 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     499 Oct 10 21:38 build_script_build-b8713bc79d8ef83b.d
-rwxr-xr-x 2 vr2 197121  306176 Oct 10 21:38 build_script_build-b8713bc79d8ef83b.exe
-rw-r--r-- 1 vr2 197121 5615616 Oct 10 21:38 build_script_build-b8713bc79d8ef83b.pdb

./build/winapi-49c12b94715ecc41:
total 6037
-rwxr-xr-x 2 vr2 197121  330240 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     494 Oct 10 21:37 build_script_build-49c12b94715ecc41.d
-rwxr-xr-x 2 vr2 197121  330240 Oct 10 21:38 build_script_build-49c12b94715ecc41.exe
-rw-r--r-- 1 vr2 197121 5517312 Oct 10 21:38 build_script_build-49c12b94715ecc41.pdb

./build/winapi-76e54d44a326e078:
total 5
drwxr-xr-x 1 vr2 197121    0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 1511 Oct 10 21:38 output
-rw-r--r-- 1 vr2 197121   50 Oct 10 21:38 root-output
-rw-r--r-- 1 vr2 197121    0 Oct 10 21:38 stderr

./build/winapi-76e54d44a326e078/out:
total 0

./build/ws2_32-sys-04be955026c4486c:
total 2
drwxr-xr-x 1 vr2 197121  0 Oct 10 21:37 out
-rw-r--r-- 1 vr2 197121 34 Oct 10 21:39 output
-rw-r--r-- 1 vr2 197121 50 Oct 10 21:39 root-output
-rw-r--r-- 1 vr2 197121  0 Oct 10 21:39 stderr

./build/ws2_32-sys-04be955026c4486c/out:
total 0

./build/ws2_32-sys-f35fb9ed9b1ad915:
total 5845
-rwxr-xr-x 2 vr2 197121  249344 Oct 10 21:38 build-script-build.exe
-rw-r--r-- 1 vr2 197121     514 Oct 10 21:38 build_script_build-f35fb9ed9b1ad915.d
-rwxr-xr-x 2 vr2 197121  249344 Oct 10 21:38 build_script_build-f35fb9ed9b1ad915.exe
-rw-r--r-- 1 vr2 197121 5484544 Oct 10 21:38 build_script_build-f35fb9ed9b1ad915.pdb

./deps:
total 260249
-rw-r--r-- 1 vr2 197121     1023 Oct 10 21:39 aho_corasick-0f64f511e895b475.d
-rw-r--r-- 1 vr2 197121     2390 Oct 10 21:38 ansi_term-99cfb2a70eb2c53b.d
-rw-r--r-- 1 vr2 197121     2662 Oct 10 21:40 app_dirs-9d3a8fe1f4c9c574.d
-rw-r--r-- 1 vr2 197121     1801 Oct 10 21:38 arrayvec-94a9c6b5ed5ca3c8.d
-rw-r--r-- 1 vr2 197121      423 Oct 10 21:40 atty-747f73ec1cfde9d1.d
-rw-r--r-- 1 vr2 197121     4427 Oct 10 21:40 backtrace-47070d452863c557.d
-rw-r--r-- 1 vr2 197121      969 Oct 10 21:39 base64-796bf78f593b71b9.d
-rw-r--r-- 1 vr2 197121     2059 Oct 10 21:39 base64-e147bb3c3ea200f9.d
-rw-r--r-- 1 vr2 197121     1502 Oct 10 21:38 base_x-8393cb73d2d76e2e.d
-rw-r--r-- 1 vr2 197121     1519 Oct 10 21:41 bincode-92ad394d8ef1c7f9.d
-rw-r--r-- 1 vr2 197121      435 Oct 10 21:39 bit_set-5c3fec1430abb9f3.d
-rw-r--r-- 1 vr2 197121      435 Oct 10 21:38 bit_vec-46553923cae2ff4a.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:38 bitflags-4ca4ddbf4f165701.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:38 bitflags-5bdb70ac6c3462fe.d
-rw-r--r-- 1 vr2 197121      744 Oct 10 21:38 bitflags-6edfd0fa6dc9bd33.d
-rw-r--r-- 1 vr2 197121      417 Oct 10 21:43 blooms_db-069e49da1f2d9a8b.d
-rw-r--r-- 1 vr2 197121     2058 Oct 10 21:41 bn-8a437aa9f7ed4e7d.d
-rw-r--r-- 1 vr2 197121      446 Oct 10 21:37 build-fc81fcd2aa4f020e.d
-rw-r--r-- 1 vr2 197121      707 Oct 10 21:38 byteorder-602126311385fe68.d
-rw-r--r-- 1 vr2 197121     3704 Oct 10 21:40 bytes-985e49637b2aae48.d
-rw-r--r-- 1 vr2 197121     1738 Oct 10 21:38 cc-d46b845e01164dc8.d
-rw-r--r-- 1 vr2 197121      430 Oct 10 21:37 cfg_if-ad8f01a133f18a14.d
-rw-r--r-- 1 vr2 197121     5437 Oct 10 21:41 chrono-13d5556fd9bfa096.d
-rw-r--r-- 1 vr2 197121    11824 Oct 10 21:41 clap-db680431450b9365.d
-rw-r--r-- 1 vr2 197121      428 Oct 10 21:39 cmake-7a2250f3fdd11d14.d
-rw-r--r-- 1 vr2 197121     5454 Oct 10 21:38 crossbeam-0e41b6ec6837534f.d
-rw-r--r-- 1 vr2 197121      475 Oct 10 21:41 crossbeam_deque-3354184ba42bba28.d
-rw-r--r-- 1 vr2 197121      475 Oct 10 21:41 crossbeam_deque-ebdd6fd13a0603be.d
-rw-r--r-- 1 vr2 197121     3440 Oct 10 21:40 crossbeam_epoch-8195ade344698f01.d
-rw-r--r-- 1 vr2 197121     3735 Oct 10 21:40 crossbeam_epoch-f4ed66b6d524cbf9.d
-rw-r--r-- 1 vr2 197121     1390 Oct 10 21:38 crossbeam_utils-03e92b6d8304341c.d
-rw-r--r-- 1 vr2 197121     1372 Oct 10 21:38 crossbeam_utils-142efdc54707fe76.d
-rw-r--r-- 1 vr2 197121      715 Oct 10 21:39 crunchy-38925431f03f46bc.d
-rw-r--r-- 1 vr2 197121      715 Oct 10 21:40 crunchy-efe7cb8b7c78e915.d
-rw-r--r-- 1 vr2 197121    11855 Oct 10 21:42 crypto-5d26312d2db8ac6d.d
-rw-r--r-- 1 vr2 197121      416 Oct 10 21:40 ctrlc-8f9b40d9d68c2ed3.d
-rw-r--r-- 1 vr2 197121     1219 Oct 10 21:43 docopt-502a8ffd96e4ef2a.d
-rw-r--r-- 1 vr2 197121      465 Oct 10 21:38 edit_distance-5a5b2d4545c8f83d.d
-rw-r--r-- 1 vr2 197121      430 Oct 10 21:38 either-96b0c3dd9b0db22c.d
-rw-r--r-- 1 vr2 197121      468 Oct 10 21:41 elastic_array-d64d17a40536e0b9.d
-rw-r--r-- 1 vr2 197121     1314 Oct 10 21:42 env_logger-4b434bdc2d9c06f1.d
-rw-r--r-- 1 vr2 197121     1695 Oct 10 21:41 error_chain-30ad3c240636d050.d
-rw-r--r-- 1 vr2 197121     1987 Oct 10 21:41 error_chain-99931b2a2414078e.d
-rw-r--r-- 1 vr2 197121     6816 Oct 10 21:43 ethabi-09fd7797918734b2.d
-rw-r--r-- 1 vr2 197121      475 Oct 10 21:38 ethabi_contract-86a1a6a59bba3dc3.d
-rw-r--r-- 1 vr2 197121     1629 Oct 10 21:43 ethabi_derive-8058267a948fb016.d
-rwxr-xr-x 1 vr2 197121  1804800 Oct 10 21:43 ethabi_derive-8058267a948fb016.dll
-rw-r--r-- 1 vr2 197121     1079 Oct 10 21:43 ethabi_derive-8058267a948fb016.dll.exp
-rw-r--r-- 1 vr2 197121     2330 Oct 10 21:43 ethabi_derive-8058267a948fb016.dll.lib
-rw-r--r-- 1 vr2 197121  4739072 Oct 10 21:43 ethabi_derive-8058267a948fb016.pdb
-rw-r--r-- 1 vr2 197121      567 Oct 10 21:43 ethash-6c676e21af880191.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:42 ethbloom-c93ffb444fbd2dfc.d
-rw-r--r-- 1 vr2 197121      271 Oct 10 21:39 ethcore_bloom_journal-3909fc21bf36a6c4.d
-rw-r--r-- 1 vr2 197121      340 Oct 10 21:38 ethcore_devtools-77c3639f11e5b53e.d
-rw-r--r-- 1 vr2 197121      389 Oct 10 21:43 ethcore_io-b1c9636afb42fead.d
-rw-r--r-- 1 vr2 197121      315 Oct 10 21:43 ethcore_logger-07890ea6f5ad4111.d
-rw-r--r-- 1 vr2 197121     1036 Oct 10 21:42 ethereum_types-0729e78de10d54f7.d
-rw-r--r-- 1 vr2 197121      520 Oct 10 21:40 ethereum_types_serialize-b8036d9ebf077bd1.d
-rw-r--r-- 1 vr2 197121     4152 Oct 10 21:43 ethjson-e9651e1b81c62987.d
-rw-r--r-- 1 vr2 197121      249 Oct 10 21:43 fastmap-671d4f0542e206d4.d
-rw-r--r-- 1 vr2 197121      435 Oct 10 21:38 fdlimit-89afaec98ffa202b.d
-rw-r--r-- 1 vr2 197121      721 Oct 10 21:41 fixed_hash-9220435916ec0761.d
-rw-r--r-- 1 vr2 197121      403 Oct 10 21:38 fnv-6e74ce162f1595b0.d
-rw-r--r-- 1 vr2 197121     1019 Oct 10 21:40 fs_swap-6a34111d6debd2ff.d
-rw-r--r-- 1 vr2 197121    30935 Oct 10 21:38 futures-ac6193e0a5de4514.d
-rw-r--r-- 1 vr2 197121      475 Oct 10 21:39 futures_cpupool-f4163dfc25e76cb9.d
-rw-r--r-- 1 vr2 197121     1758 Oct 10 21:38 gcc-164e569c3febbf37.d
-rw-r--r-- 1 vr2 197121      438 Oct 10 21:39 getopts-24d96f683b6f3e91.d
-rw-r--r-- 1 vr2 197121      971 Oct 10 21:42 globset-c963a7bbd52120de.d
-rw-r--r-- 1 vr2 197121      983 Oct 10 21:38 hamming-de101df94a124fee.d
-rw-r--r-- 1 vr2 197121      430 Oct 10 21:38 hashdb-fba17ff5aa06babc.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:40 heapsize-e3f46fd6a73b7377.d
-rw-r--r-- 1 vr2 197121     1977 Oct 10 21:39 heck-258f0bba76dc5609.d
-rw-r--r-- 1 vr2 197121      415 Oct 10 21:38 hex-fd695076cf275638.d
-rw-r--r-- 1 vr2 197121      656 Oct 10 21:40 hidapi-6387eb1024d67b6d.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:40 home-f709af885a7ed623.d
-rw-r--r-- 1 vr2 197121     1816 Oct 10 21:40 httparse-9290eb861f8ccef5.d
-rw-r--r-- 1 vr2 197121     1270 Oct 10 21:39 humantime-cebe9bb00ff3ac28.d
-rw-r--r-- 1 vr2 197121     1239 Oct 10 21:40 idna-acdbc4834b773b08.d
-rw-r--r-- 1 vr2 197121     2280 Oct 10 21:38 integer_encoding-57ecb9d80bc1b768.d
-rw-r--r-- 1 vr2 197121      495 Oct 10 21:38 interleaved_ordered-4e19425e1a508a93.d
-rw-r--r-- 1 vr2 197121      967 Oct 10 21:39 iovec-9342a2e57da083ca.d
-rw-r--r-- 1 vr2 197121     1267 Oct 10 21:38 ipnetwork-6074e3a2c20c82df.d
-rw-r--r-- 1 vr2 197121     7083 Oct 10 21:38 itertools-41df3db66e640b49.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:38 itoa-5ea0e0d4591cff6a.d
-rw-r--r-- 1 vr2 197121     3137 Oct 10 21:43 jsonrpc_core-c38f83254bcfa84a.d
-rw-r--r-- 1 vr2 197121     1518 Oct 10 21:43 jsonrpc_macros-ede2b15fb65590e0.d
-rw-r--r-- 1 vr2 197121     1259 Oct 10 21:43 jsonrpc_pubsub-2d987f551f74e78a.d
-rw-r--r-- 1 vr2 197121      455 Oct 10 21:43 keccak_hash-53467fe78fe08738.d
-rw-r--r-- 1 vr2 197121      279 Oct 10 21:43 keccak_hasher-f11bf5b8d3064a3f.d
-rw-r--r-- 1 vr2 197121      452 Oct 10 21:40 kernel32-bae2da7a1b43bc2a.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:42 kvdb-79549c8186cc2897.d
-rw-r--r-- 1 vr2 197121      465 Oct 10 21:43 kvdb_memorydb-46f5040423bb4a8b.d
-rw-r--r-- 1 vr2 197121      465 Oct 10 21:38 language_tags-aa896a8064e883d7.d
-rw-r--r-- 1 vr2 197121      750 Oct 10 21:40 lazy_static-592b26aa719e01ad.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:38 lazycell-510dc8175adb49e1.d
-rw-r--r-- 1 vr2 197121   279126 Oct 10 21:39 libaho_corasick-0f64f511e895b475.rlib
-rw-r--r-- 1 vr2 197121   278994 Oct 10 21:38 libansi_term-99cfb2a70eb2c53b.rlib
-rw-r--r-- 1 vr2 197121   150480 Oct 10 21:40 libapp_dirs-9d3a8fe1f4c9c574.rlib
-rw-r--r-- 1 vr2 197121   266480 Oct 10 21:38 libarrayvec-94a9c6b5ed5ca3c8.rlib
-rw-r--r-- 1 vr2 197121    90124 Oct 10 21:40 libatty-747f73ec1cfde9d1.rlib
-rw-r--r-- 1 vr2 197121   285152 Oct 10 21:40 libbacktrace-47070d452863c557.rlib
-rw-r--r-- 1 vr2 197121   199338 Oct 10 21:39 libbase64-796bf78f593b71b9.rlib
-rw-r--r-- 1 vr2 197121   342638 Oct 10 21:39 libbase64-e147bb3c3ea200f9.rlib
-rw-r--r-- 1 vr2 197121    56474 Oct 10 21:38 libbase_x-8393cb73d2d76e2e.rlib
-rw-r--r-- 1 vr2 197121   296890 Oct 10 21:41 libbincode-92ad394d8ef1c7f9.rlib
-rw-r--r-- 1 vr2 197121    86156 Oct 10 21:39 libbit_set-5c3fec1430abb9f3.rlib
-rw-r--r-- 1 vr2 197121   171704 Oct 10 21:38 libbit_vec-46553923cae2ff4a.rlib
-rw-r--r-- 1 vr2 197121    21674 Oct 10 21:38 libbitflags-4ca4ddbf4f165701.rlib
-rw-r--r-- 1 vr2 197121    33250 Oct 10 21:38 libbitflags-5bdb70ac6c3462fe.rlib
-rw-r--r-- 1 vr2 197121    68590 Oct 10 21:38 libbitflags-6edfd0fa6dc9bd33.rlib
-rw-r--r-- 1 vr2 197121   217568 Oct 10 21:43 libblooms_db-069e49da1f2d9a8b.rlib
-rw-r--r-- 1 vr2 197121   816784 Oct 10 21:41 libbn-8a437aa9f7ed4e7d.rlib
-rw-r--r-- 1 vr2 197121    69628 Oct 10 21:38 libbuild-fc81fcd2aa4f020e.rlib
-rw-r--r-- 1 vr2 197121   463584 Oct 10 21:38 libbyteorder-602126311385fe68.rlib
-rw-r--r-- 1 vr2 197121   607068 Oct 10 21:40 libbytes-985e49637b2aae48.rlib
-rw-r--r-- 1 vr2 197121     2570 Oct 10 21:38 libc-ef094df2d49b5b93.d
-rw-r--r-- 1 vr2 197121  1987080 Oct 10 21:38 libcc-d46b845e01164dc8.rlib
-rw-r--r-- 1 vr2 197121     5946 Oct 10 21:37 libcfg_if-ad8f01a133f18a14.rlib
-rw-r--r-- 1 vr2 197121  1602188 Oct 10 21:41 libchrono-13d5556fd9bfa096.rlib
-rw-r--r-- 1 vr2 197121  5878032 Oct 10 21:41 libclap-db680431450b9365.rlib
-rw-r--r-- 1 vr2 197121   619772 Oct 10 21:39 libcmake-7a2250f3fdd11d14.rlib
-rw-r--r-- 1 vr2 197121   486290 Oct 10 21:38 libcrossbeam-0e41b6ec6837534f.rlib
-rw-r--r-- 1 vr2 197121    90524 Oct 10 21:41 libcrossbeam_deque-3354184ba42bba28.rlib
-rw-r--r-- 1 vr2 197121   118068 Oct 10 21:41 libcrossbeam_deque-ebdd6fd13a0603be.rlib
-rw-r--r-- 1 vr2 197121   470308 Oct 10 21:40 libcrossbeam_epoch-8195ade344698f01.rlib
-rw-r--r-- 1 vr2 197121   491714 Oct 10 21:40 libcrossbeam_epoch-f4ed66b6d524cbf9.rlib
-rw-r--r-- 1 vr2 197121   112616 Oct 10 21:38 libcrossbeam_utils-03e92b6d8304341c.rlib
-rw-r--r-- 1 vr2 197121    65990 Oct 10 21:38 libcrossbeam_utils-142efdc54707fe76.rlib
-rw-r--r-- 1 vr2 197121    47960 Oct 10 21:39 libcrunchy-38925431f03f46bc.rlib
-rw-r--r-- 1 vr2 197121    30288 Oct 10 21:40 libcrunchy-efe7cb8b7c78e915.rlib
-rw-r--r-- 1 vr2 197121  2360574 Oct 10 21:42 libcrypto-5d26312d2db8ac6d.rlib
-rw-r--r-- 1 vr2 197121    12492 Oct 10 21:40 libctrlc-8f9b40d9d68c2ed3.rlib
-rw-r--r-- 1 vr2 197121  2277312 Oct 10 21:43 libdocopt-502a8ffd96e4ef2a.rlib
-rw-r--r-- 1 vr2 197121    82310 Oct 10 21:38 libedit_distance-5a5b2d4545c8f83d.rlib
-rw-r--r-- 1 vr2 197121    92086 Oct 10 21:38 libeither-96b0c3dd9b0db22c.rlib
-rw-r--r-- 1 vr2 197121   335054 Oct 10 21:41 libelastic_array-d64d17a40536e0b9.rlib
-rw-r--r-- 1 vr2 197121   806904 Oct 10 21:43 libenv_logger-4b434bdc2d9c06f1.rlib
-rw-r--r-- 1 vr2 197121   349474 Oct 10 21:41 liberror_chain-30ad3c240636d050.rlib
-rw-r--r-- 1 vr2 197121   372218 Oct 10 21:41 liberror_chain-99931b2a2414078e.rlib
-rw-r--r-- 1 vr2 197121  1854340 Oct 10 21:43 libethabi-09fd7797918734b2.rlib
-rw-r--r-- 1 vr2 197121     3626 Oct 10 21:38 libethabi_contract-86a1a6a59bba3dc3.rlib
-rw-r--r-- 1 vr2 197121   342636 Oct 10 21:43 libethash-6c676e21af880191.rlib
-rw-r--r-- 1 vr2 197121   176134 Oct 10 21:42 libethbloom-c93ffb444fbd2dfc.rlib
-rw-r--r-- 1 vr2 197121   198048 Oct 10 21:39 libethcore_bloom_journal-3909fc21bf36a6c4.rlib
-rw-r--r-- 1 vr2 197121   188974 Oct 10 21:38 libethcore_devtools-77c3639f11e5b53e.rlib
-rw-r--r-- 1 vr2 197121   190382 Oct 10 21:43 libethcore_io-b1c9636afb42fead.rlib
-rw-r--r-- 1 vr2 197121   475246 Oct 10 21:43 libethcore_logger-07890ea6f5ad4111.rlib
-rw-r--r-- 1 vr2 197121  2750100 Oct 10 21:43 libethereum_types-0729e78de10d54f7.rlib
-rw-r--r-- 1 vr2 197121    75308 Oct 10 21:40 libethereum_types_serialize-b8036d9ebf077bd1.rlib
-rw-r--r-- 1 vr2 197121  8838814 Oct 10 21:43 libethjson-e9651e1b81c62987.rlib
-rw-r--r-- 1 vr2 197121     4402 Oct 10 21:43 libfastmap-671d4f0542e206d4.rlib
-rw-r--r-- 1 vr2 197121     4142 Oct 10 21:38 libfdlimit-89afaec98ffa202b.rlib
-rw-r--r-- 1 vr2 197121    27980 Oct 10 21:41 libfixed_hash-9220435916ec0761.rlib
-rw-r--r-- 1 vr2 197121    11792 Oct 10 21:38 libfnv-6e74ce162f1595b0.rlib
-rw-r--r-- 1 vr2 197121   108334 Oct 10 21:40 libfs_swap-6a34111d6debd2ff.rlib
-rw-r--r-- 1 vr2 197121  2199084 Oct 10 21:38 libfutures-ac6193e0a5de4514.rlib
-rw-r--r-- 1 vr2 197121   532886 Oct 10 21:39 libfutures_cpupool-f4163dfc25e76cb9.rlib
-rw-r--r-- 1 vr2 197121  1586854 Oct 10 21:38 libgcc-164e569c3febbf37.rlib
-rw-r--r-- 1 vr2 197121   467314 Oct 10 21:39 libgetopts-24d96f683b6f3e91.rlib
-rw-r--r-- 1 vr2 197121  1378942 Oct 10 21:42 libglobset-c963a7bbd52120de.rlib
-rw-r--r-- 1 vr2 197121    93616 Oct 10 21:38 libhamming-de101df94a124fee.rlib
-rw-r--r-- 1 vr2 197121     8964 Oct 10 21:38 libhashdb-fba17ff5aa06babc.rlib
-rw-r--r-- 1 vr2 197121    48480 Oct 10 21:40 libheapsize-e3f46fd6a73b7377.rlib
-rw-r--r-- 1 vr2 197121   162274 Oct 10 21:39 libheck-258f0bba76dc5609.rlib
-rw-r--r-- 1 vr2 197121    30742 Oct 10 21:38 libhex-fd695076cf275638.rlib
-rw-r--r-- 1 vr2 197121   195404 Oct 10 21:40 libhidapi-6387eb1024d67b6d.rlib
-rw-r--r-- 1 vr2 197121   127136 Oct 10 21:40 libhome-f709af885a7ed623.rlib
-rw-r--r-- 1 vr2 197121   237158 Oct 10 21:40 libhttparse-9290eb861f8ccef5.rlib
-rw-r--r-- 1 vr2 197121   190756 Oct 10 21:39 libhumantime-cebe9bb00ff3ac28.rlib
-rw-r--r-- 1 vr2 197121  2753664 Oct 10 21:40 libidna-acdbc4834b773b08.rlib
-rw-r--r-- 1 vr2 197121   105322 Oct 10 21:38 libinteger_encoding-57ecb9d80bc1b768.rlib
-rw-r--r-- 1 vr2 197121    12170 Oct 10 21:38 libinterleaved_ordered-4e19425e1a508a93.rlib
-rw-r--r-- 1 vr2 197121    41650 Oct 10 21:39 libiovec-9342a2e57da083ca.rlib
-rw-r--r-- 1 vr2 197121   251608 Oct 10 21:38 libipnetwork-6074e3a2c20c82df.rlib
-rw-r--r-- 1 vr2 197121   787500 Oct 10 21:38 libitertools-41df3db66e640b49.rlib
-rw-r--r-- 1 vr2 197121    92582 Oct 10 21:38 libitoa-5ea0e0d4591cff6a.rlib
-rw-r--r-- 1 vr2 197121  1615194 Oct 10 21:43 libjsonrpc_core-c38f83254bcfa84a.rlib
-rw-r--r-- 1 vr2 197121   505042 Oct 10 21:43 libjsonrpc_macros-ede2b15fb65590e0.rlib
-rw-r--r-- 1 vr2 197121   587542 Oct 10 21:43 libjsonrpc_pubsub-2d987f551f74e78a.rlib
-rw-r--r-- 1 vr2 197121    51386 Oct 10 21:43 libkeccak_hash-53467fe78fe08738.rlib
-rw-r--r-- 1 vr2 197121    12740 Oct 10 21:43 libkeccak_hasher-f11bf5b8d3064a3f.rlib
-rw-r--r-- 1 vr2 197121  1481958 Oct 10 21:40 libkernel32-bae2da7a1b43bc2a.rlib
-rw-r--r-- 1 vr2 197121    85528 Oct 10 21:42 libkvdb-79549c8186cc2897.rlib
-rw-r--r-- 1 vr2 197121   463112 Oct 10 21:43 libkvdb_memorydb-46f5040423bb4a8b.rlib
-rw-r--r-- 1 vr2 197121   565874 Oct 10 21:38 liblanguage_tags-aa896a8064e883d7.rlib
-rw-r--r-- 1 vr2 197121    16208 Oct 10 21:40 liblazy_static-592b26aa719e01ad.rlib
-rw-r--r-- 1 vr2 197121    32886 Oct 10 21:38 liblazycell-510dc8175adb49e1.rlib
-rw-r--r-- 1 vr2 197121    56340 Oct 10 21:38 liblibc-ef094df2d49b5b93.rlib
-rw-r--r-- 1 vr2 197121   519114 Oct 10 21:41 liblibusb-461fc607b9d7d941.rlib
-rw-r--r-- 1 vr2 197121   433576 Oct 10 21:40 liblibusb_sys-fe44a7e0341e6a5c.rlib
-rw-r--r-- 1 vr2 197121   129364 Oct 10 21:38 liblinked_hash_map-897bebf4ee09141c.rlib
-rw-r--r-- 1 vr2 197121   129182 Oct 10 21:38 liblinked_hash_map-ea514d8b4298d1be.rlib
-rw-r--r-- 1 vr2 197121   124776 Oct 10 21:43 liblocal_encoding-d8fe2b662e77ae21.rlib
-rw-r--r-- 1 vr2 197121   219276 Oct 10 21:39 liblock_api-1d1acd683c8b7c36.rlib
-rw-r--r-- 1 vr2 197121   134926 Oct 10 21:39 liblog-455d313c5a1b12e0.rlib
-rw-r--r-- 1 vr2 197121   203890 Oct 10 21:38 liblog-dddbb94bed04dc50.rlib
-rw-r--r-- 1 vr2 197121    40022 Oct 10 21:39 liblru_cache-8640629c491630dd.rlib
-rw-r--r-- 1 vr2 197121    74250 Oct 10 21:38 libmacros-53b6128dba462e8e.rlib
-rw-r--r-- 1 vr2 197121     7746 Oct 10 21:38 libmatches-fbedaeaa30b4661a.rlib
-rw-r--r-- 1 vr2 197121    15026 Oct 10 21:38 libmem-f093ba366b2e25ee.rlib
-rw-r--r-- 1 vr2 197121    51656 Oct 10 21:38 libmemchr-53040c9e15431c5c.rlib
-rw-r--r-- 1 vr2 197121   147456 Oct 10 21:40 libmemmap-af308b4ec8fd9d51.rlib
-rw-r--r-- 1 vr2 197121    15384 Oct 10 21:38 libmemoffset-ddb97852597849b0.rlib
-rw-r--r-- 1 vr2 197121    10266 Oct 10 21:41 libmemory_cache-a97a79100fbdad84.rlib
-rw-r--r-- 1 vr2 197121    87466 Oct 10 21:38 libmemory_units-68c9dcea55b0ccbd.rlib
-rw-r--r-- 1 vr2 197121    35600 Oct 10 21:43 libmemorydb-d02492b271de22a2.rlib
-rw-r--r-- 1 vr2 197121   246566 Oct 10 21:40 libmime-713b01733d0ad6d0.rlib
-rw-r--r-- 1 vr2 197121  1720478 Oct 10 21:43 libmime_guess-b119ce12df5554a9.rlib
-rw-r--r-- 1 vr2 197121  5847008 Oct 10 21:42 libmio-4a5dfcb59f3a807c.rlib
-rw-r--r-- 1 vr2 197121   514848 Oct 10 21:42 libmio_named_pipes-d2036ffab0d1af2f.rlib
-rw-r--r-- 1 vr2 197121     4356 Oct 10 21:38 libmio_uds-d58772fb1c2b6121.rlib
-rw-r--r-- 1 vr2 197121  8418834 Oct 10 21:41 libmiow-87ea204cedc43f34.rlib
-rw-r--r-- 1 vr2 197121  1013878 Oct 10 21:41 libmiow-dd9eb5790cbd75b6.rlib
-rw-r--r-- 1 vr2 197121   111264 Oct 10 21:39 libmultibase-b11d218ecd3bff42.rlib
-rw-r--r-- 1 vr2 197121    36996 Oct 10 21:38 libnan_preserving_float-ea586851933ed343.rlib
-rw-r--r-- 1 vr2 197121   622186 Oct 10 21:40 libnet2-0bc47ba83b46b3ff.rlib
-rw-r--r-- 1 vr2 197121    10254 Oct 10 21:37 libnodrop-8926aad379012869.rlib
-rw-r--r-- 1 vr2 197121    10232 Oct 10 21:42 libnum-def96f3ff906929d.rlib
-rw-r--r-- 1 vr2 197121  1294426 Oct 10 21:41 libnum_bigint-8f76542b4b89d093.rlib
-rw-r--r-- 1 vr2 197121    35146 Oct 10 21:38 libnum_cpus-0f711536151fec20.rlib
-rw-r--r-- 1 vr2 197121   249350 Oct 10 21:40 libnum_integer-28a0810150ba87a8.rlib
-rw-r--r-- 1 vr2 197121    30240 Oct 10 21:41 libnum_iter-2809d0ea246c7991.rlib
-rw-r--r-- 1 vr2 197121     7858 Oct 10 21:40 libnum_traits-06d7230720721fef.rlib
-rw-r--r-- 1 vr2 197121  1211160 Oct 10 21:40 libnum_traits-3fbc79c469234ca2.rlib
-rw-r--r-- 1 vr2 197121    56828 Oct 10 21:40 libnumber_prefix-d2bb5a7820eeff89.rlib
-rw-r--r-- 1 vr2 197121  1311002 Oct 10 21:40 libole32-3743a64f5a16c0f8.rlib
-rw-r--r-- 1 vr2 197121    57914 Oct 10 21:38 liborder_stat-aea678321ff367cd.rlib
-rw-r--r-- 1 vr2 197121   106834 Oct 10 21:41 libordered_float-8027f42fbc59093a.rlib
-rw-r--r-- 1 vr2 197121    95354 Oct 10 21:38 libowning_ref-3a1a51092f7412e9.rlib
-rw-r--r-- 1 vr2 197121    66740 Oct 10 21:41 libpanic_hook-f598b7659fa0adc3.rlib
-rw-r--r-- 1 vr2 197121    63492 Oct 10 21:38 libparity_bytes-c3454d0850c96f71.rlib
-rw-r--r-- 1 vr2 197121    12044 Oct 10 21:43 libparity_machine-f180928d47e86c97.rlib
-rw-r--r-- 1 vr2 197121    35550 Oct 10 21:38 libparity_path-62ece6c9b78c5e64.rlib
-rw-r--r-- 1 vr2 197121    99226 Oct 10 21:43 libparity_version-0cf9f2d8b98e6653.rlib
-rw-r--r-- 1 vr2 197121  2465820 Oct 10 21:39 libparity_wasm-b12dd8d3d0f7c19e.rlib
-rw-r--r-- 1 vr2 197121  3393812 Oct 10 21:41 libparity_wordlist-78fc39e20f6f5abf.rlib
-rw-r--r-- 1 vr2 197121   295184 Oct 10 21:42 libparking_lot-2ee38f43f1e44ec8.rlib
-rw-r--r-- 1 vr2 197121   319246 Oct 10 21:41 libparking_lot_core-9300ee6caeba84a9.rlib
-rw-r--r-- 1 vr2 197121   754174 Oct 10 21:42 libpatricia_trie-90c25f1e7c6359c7.rlib
-rw-r--r-- 1 vr2 197121    79622 Oct 10 21:43 libpatricia_trie_ethereum-18a5859becd31f9f.rlib
-rw-r--r-- 1 vr2 197121   143622 Oct 10 21:38 libpercent_encoding-5053c18ab58c5e13.rlib
-rw-r--r-- 1 vr2 197121    73210 Oct 10 21:41 libphf-212f7aaa212003b0.rlib
-rw-r--r-- 1 vr2 197121    81562 Oct 10 21:42 libphf_codegen-4cf9c5f6db721ad6.rlib
-rw-r--r-- 1 vr2 197121    20772 Oct 10 21:41 libphf_generator-b65b70ce8ca9a8bd.rlib
-rw-r--r-- 1 vr2 197121    41144 Oct 10 21:40 libphf_shared-ac3097516b6e943d.rlib
-rw-r--r-- 1 vr2 197121    15210 Oct 10 21:40 libplain_hasher-2b43d883a7170823.rlib
-rw-r--r-- 1 vr2 197121    20940 Oct 10 21:42 libprimal-12da4db630efdb60.rlib
-rw-r--r-- 1 vr2 197121    95522 Oct 10 21:39 libprimal_bit-e888d74c57c5e033.rlib
-rw-r--r-- 1 vr2 197121    67890 Oct 10 21:41 libprimal_check-56839082f24dc41b.rlib
-rw-r--r-- 1 vr2 197121    49534 Oct 10 21:38 libprimal_estimate-b52c8b668f144b85.rlib
-rw-r--r-- 1 vr2 197121   595714 Oct 10 21:40 libprimal_sieve-2c5ebca8bca90568.rlib
-rw-r--r-- 1 vr2 197121  1530560 Oct 10 21:39 libproc_macro2-5fee5c8c0af4a167.rlib
-rw-r--r-- 1 vr2 197121 15181582 Oct 10 21:40 libprotobuf-14fe866727c6d3d9.rlib
-rw-r--r-- 1 vr2 197121  1622332 Oct 10 21:40 libpulldown_cmark-932958d0a004112e.rlib
-rw-r--r-- 1 vr2 197121  1494828 Oct 10 21:39 libpwasm_utils-7de53df791bf95d4.rlib
-rw-r--r-- 1 vr2 197121    50860 Oct 10 21:38 libquick_error-85dbc153e8937993.rlib
-rw-r--r-- 1 vr2 197121   951228 Oct 10 21:40 libquote-8b106d512c6f364a.rlib
-rw-r--r-- 1 vr2 197121  1570332 Oct 10 21:40 librand-22569a2de40c522f.rlib
-rw-r--r-- 1 vr2 197121     7504 Oct 10 21:41 librand-3ca2c62e6c78df81.rlib
-rw-r--r-- 1 vr2 197121  1002486 Oct 10 21:40 librand-a343b557c894015a.rlib
-rw-r--r-- 1 vr2 197121   186940 Oct 10 21:38 librand_core-8d9cb6998896a2ef.rlib
-rw-r--r-- 1 vr2 197121  1722854 Oct 10 21:43 librayon-040858722e283a31.rlib
-rw-r--r-- 1 vr2 197121   795426 Oct 10 21:42 librayon_core-6e4371c1568b1cc9.rlib
-rw-r--r-- 1 vr2 197121  3631128 Oct 10 21:42 libregex-5cd7e49068694182.rlib
-rw-r--r-- 1 vr2 197121  4031816 Oct 10 21:42 libregex-a131f6b20dc1574c.rlib
-rw-r--r-- 1 vr2 197121  7962638 Oct 10 21:39 libregex_syntax-8a790d175aa7b1d2.rlib
-rw-r--r-- 1 vr2 197121  8184066 Oct 10 21:39 libregex_syntax-b79eda20c5f3c639.rlib
-rw-r--r-- 1 vr2 197121    27328 Oct 10 21:38 librelay-9e6d2956457dca1c.rlib
-rw-r--r-- 1 vr2 197121   576044 Oct 10 21:40 libremove_dir_all-f7454db6aa52f38c.rlib
-rw-r--r-- 1 vr2 197121   478960 Oct 10 21:43 librlp-91c5e88f18e729b2.rlib
-rw-r--r-- 1 vr2 197121   266478 Oct 10 21:43 librlp_compress-5e3cc3c8f18566d9.rlib
-rw-r--r-- 1 vr2 197121   112742 Oct 10 21:40 librpassword-b9af90ea9595960d.rlib
-rw-r--r-- 1 vr2 197121   100988 Oct 10 21:38 librprompt-181e3da44965563e.rlib
-rw-r--r-- 1 vr2 197121   110634 Oct 10 21:38 librustc_demangle-925335e806e6e557.rlib
-rw-r--r-- 1 vr2 197121    67728 Oct 10 21:38 librustc_hex-47168d9f0965fcdd.rlib
-rw-r--r-- 1 vr2 197121    39288 Oct 10 21:38 librustc_hex-de7e858bf62a71d3.rlib
-rw-r--r-- 1 vr2 197121  4007976 Oct 10 21:38 librustc_serialize-fe33915e04e00d0c.rlib
-rw-r--r-- 1 vr2 197121   283908 Oct 10 21:39 librustc_version-f2d7e3e6c71f89ea.rlib
-rw-r--r-- 1 vr2 197121   164750 Oct 10 21:39 libryu-ca5fc836c78bbedf.rlib
-rw-r--r-- 1 vr2 197121    22458 Oct 10 21:38 libsafemem-87b9f18bfbb3b782.rlib
-rw-r--r-- 1 vr2 197121    34760 Oct 10 21:38 libscoped_tls-293fb3191caf473e.rlib
-rw-r--r-- 1 vr2 197121    25046 Oct 10 21:38 libscopeguard-3bcb81a5d303c632.rlib
-rw-r--r-- 1 vr2 197121   507482 Oct 10 21:41 libsecp256k1-a7bfcf208249edfc.rlib
-rw-r--r-- 1 vr2 197121   415078 Oct 10 21:38 libsemver-8656e84e295f326e.rlib
-rw-r--r-- 1 vr2 197121   317712 Oct 10 21:37 libsemver_parser-52002e54d9371fd9.rlib
-rw-r--r-- 1 vr2 197121  4634800 Oct 10 21:39 libserde-ba9ec9fc3fa254af.rlib
-rw-r--r-- 1 vr2 197121  1914746 Oct 10 21:40 libserde_json-a9c900f3ef50ce86.rlib
-rw-r--r-- 1 vr2 197121    49628 Oct 10 21:38 libsha1-68901b3c4504938a.rlib
-rw-r--r-- 1 vr2 197121  1312850 Oct 10 21:40 libshell32-18f0ee43955b7ff1.rlib
-rw-r--r-- 1 vr2 197121   177572 Oct 10 21:38 libsiphasher-a545b3c60b5bbed5.rlib
-rw-r--r-- 1 vr2 197121   189658 Oct 10 21:38 libsiphasher-fe2d68d6079f9d3c.rlib
-rw-r--r-- 1 vr2 197121   445950 Oct 10 21:42 libskeptic-a050b099d24a00b0.rlib
-rw-r--r-- 1 vr2 197121    76326 Oct 10 21:38 libslab-028a903897ab3e8a.rlib
-rw-r--r-- 1 vr2 197121    60312 Oct 10 21:38 libslab-0d9a52b03f43a7ea.rlib
-rw-r--r-- 1 vr2 197121    49658 Oct 10 21:38 libslab-1a426123125a2a15.rlib
-rw-r--r-- 1 vr2 197121   119860 Oct 10 21:38 libsmallvec-00052c493114a79a.rlib
-rw-r--r-- 1 vr2 197121   182668 Oct 10 21:39 libsmallvec-ce90fb91c7184ff1.rlib
-rw-r--r-- 1 vr2 197121   381974 Oct 10 21:40 libsocket2-ed7791787ed7cded.rlib
-rw-r--r-- 1 vr2 197121    13552 Oct 10 21:38 libstable_deref_trait-518c0f3a5ecf916b.rlib
-rw-r--r-- 1 vr2 197121    28626 Oct 10 21:39 libstats-2bd0b05db313f4e5.rlib
-rw-r--r-- 1 vr2 197121     9626 Oct 10 21:38 libstop_guard-5681d11bb65f7ebc.rlib
-rw-r--r-- 1 vr2 197121   235822 Oct 10 21:38 libstrsim-03490ce063726ad1.rlib
-rw-r--r-- 1 vr2 197121   271046 Oct 10 21:38 libstrsim-13d9f73bb67deb36.rlib
-rw-r--r-- 1 vr2 197121  6158216 Oct 10 21:41 libsyn-32ef67ca42515381.rlib
-rw-r--r-- 1 vr2 197121     6600 Oct 10 21:38 libtake-00300cc156e9ec2c.rlib
-rw-r--r-- 1 vr2 197121     7356 Oct 10 21:38 libtarget_info-aa6f1ebd267c899a.rlib
-rw-r--r-- 1 vr2 197121   169564 Oct 10 21:41 libtempdir-6f9eab57f34ff5b4.rlib
-rw-r--r-- 1 vr2 197121   236966 Oct 10 21:42 libtempfile-3d02f05f45a0cb07.rlib
-rw-r--r-- 1 vr2 197121    21306 Oct 10 21:40 libterm_size-eadb84db9272acfc.rlib
-rw-r--r-- 1 vr2 197121   518972 Oct 10 21:42 libtermcolor-a6e2074a0c02abbf.rlib
-rw-r--r-- 1 vr2 197121   252742 Oct 10 21:39 libtextwrap-a8c9c54ef20f45b5.rlib
-rw-r--r-- 1 vr2 197121   253288 Oct 10 21:39 libtextwrap-ac1ea87f04150bac.rlib
-rw-r--r-- 1 vr2 197121   170148 Oct 10 21:40 libthread_local-a1c05c74c43699e7.rlib
-rw-r--r-- 1 vr2 197121   667682 Oct 10 21:40 libtime-572359818ebe2d2e.rlib
-rw-r--r-- 1 vr2 197121   586550 Oct 10 21:42 libtimer-947ccadb4749db44.rlib
-rw-r--r-- 1 vr2 197121   106622 Oct 10 21:40 libtiny_keccak-0d2156cbcde03136.rlib
-rw-r--r-- 1 vr2 197121  1331842 Oct 10 21:43 libtokio-9e2153214773b8c8.rlib
-rw-r--r-- 1 vr2 197121   117132 Oct 10 21:41 libtokio_codec-dc6fe3a7a80cd680.rlib
-rw-r--r-- 1 vr2 197121   453372 Oct 10 21:39 libtokio_current_thread-6e1666d2a27608ce.rlib
-rw-r--r-- 1 vr2 197121   275676 Oct 10 21:38 libtokio_executor-8b118f44b203d7b2.rlib
-rw-r--r-- 1 vr2 197121   442366 Oct 10 21:43 libtokio_fs-d2f567113d116128.rlib
-rw-r--r-- 1 vr2 197121   632284 Oct 10 21:40 libtokio_io-2cc064d02a80d7d3.rlib
-rw-r--r-- 1 vr2 197121   891908 Oct 10 21:43 libtokio_reactor-7a3619620bc23dcd.rlib
-rw-r--r-- 1 vr2 197121    19194 Oct 10 21:38 libtokio_service-d9fd967c5310e3f4.rlib
-rw-r--r-- 1 vr2 197121   445558 Oct 10 21:43 libtokio_tcp-0a179aebf471cec7.rlib
-rw-r--r-- 1 vr2 197121  1273172 Oct 10 21:42 libtokio_threadpool-5b66f4499b2b5999.rlib
-rw-r--r-- 1 vr2 197121   642792 Oct 10 21:39 libtokio_timer-3d88765bf0d56995.rlib
-rw-r--r-- 1 vr2 197121   559636 Oct 10 21:39 libtokio_timer-83fa3c5de074788f.rlib
-rw-r--r-- 1 vr2 197121   342468 Oct 10 21:43 libtokio_udp-9b0325e29a7fc717.rlib
-rw-r--r-- 1 vr2 197121  1872992 Oct 10 21:40 libtoml-dc325711be1c7385.rlib
-rw-r--r-- 1 vr2 197121    13766 Oct 10 21:39 libtrace_time-5a76a606dd2a9592.rlib
-rw-r--r-- 1 vr2 197121   398050 Oct 10 21:42 libtransaction_pool-f3a74956c3bb5399.rlib
-rw-r--r-- 1 vr2 197121    22422 Oct 10 21:38 libtransient_hashmap-8f316f6ddcf3e71a.rlib
-rw-r--r-- 1 vr2 197121 12385560 Oct 10 21:41 libtrezor_sys-dc447a2474097859.rlib
-rw-r--r-- 1 vr2 197121    40910 Oct 10 21:43 libtriehash-431621fb26acc6ca.rlib
-rw-r--r-- 1 vr2 197121    15858 Oct 10 21:38 libtry_lock-ce430a0445e937f2.rlib
-rw-r--r-- 1 vr2 197121   118336 Oct 10 21:38 libucd_util-c17fd65546654e9c.rlib
-rw-r--r-- 1 vr2 197121  1685338 Oct 10 21:41 libuint-2f19d94b2e25080a.rlib
-rw-r--r-- 1 vr2 197121    29272 Oct 10 21:38 libunexpected-1a35a8039c439907.rlib
-rw-r--r-- 1 vr2 197121    32506 Oct 10 21:40 libunicase-b56fff1e10cf19e0.rlib
-rw-r--r-- 1 vr2 197121   181528 Oct 10 21:40 libunicase-ff4a5bd12d5a81e0.rlib
-rw-r--r-- 1 vr2 197121   701720 Oct 10 21:39 libunicode_bidi-87e4e5dafee2260b.rlib
-rw-r--r-- 1 vr2 197121  2201754 Oct 10 21:39 libunicode_normalization-7015f9eba11d7cd6.rlib
-rw-r--r-- 1 vr2 197121   743638 Oct 10 21:38 libunicode_segmentation-b60f4aec754e3a56.rlib
-rw-r--r-- 1 vr2 197121   117272 Oct 10 21:38 libunicode_width-673e1916f991dfbb.rlib
-rw-r--r-- 1 vr2 197121   165344 Oct 10 21:38 libunicode_xid-793579955a1efdb0.rlib
-rw-r--r-- 1 vr2 197121     7730 Oct 10 21:38 libunreachable-d69f837428053f01.rlib
-rw-r--r-- 1 vr2 197121    75042 Oct 10 21:38 libuntrusted-eec51a3cfd8a3282.rlib
-rw-r--r-- 1 vr2 197121  1174090 Oct 10 21:41 liburl-0e3d2d0fe5907b5f.rlib
-rw-r--r-- 1 vr2 197121     3607 Oct 10 21:41 libusb-461fc607b9d7d941.d
-rw-r--r-- 1 vr2 197121      426 Oct 10 21:40 libusb_sys-fe44a7e0341e6a5c.d
-rw-r--r-- 1 vr2 197121    16436 Oct 10 21:38 libusing_queue-0f381f8d52f3577f.rlib
-rw-r--r-- 1 vr2 197121   111294 Oct 10 21:38 libutf8_ranges-65a87b3c5ee73516.rlib
-rw-r--r-- 1 vr2 197121   106370 Oct 10 21:38 libvec_map-f3dfdcfa9c95b4e3.rlib
-rw-r--r-- 1 vr2 197121   270458 Oct 10 21:41 libvergen-496eb5a83e44046e.rlib
-rw-r--r-- 1 vr2 197121   193866 Oct 10 21:37 libversion_check-5c6cb9d7d3df363b.rlib
-rw-r--r-- 1 vr2 197121    10332 Oct 10 21:37 libvoid-2c93aeb1cbab725a.rlib
-rw-r--r-- 1 vr2 197121    83742 Oct 10 21:39 libwant-fe8f9c84c5c59c2b.rlib
-rw-r--r-- 1 vr2 197121  2586196 Oct 10 21:39 libwasmi-d33efa71ae6c29fb.rlib
-rw-r--r-- 1 vr2 197121  6222440 Oct 10 21:39 libwinapi-00b6c84274b813f8.rlib
-rw-r--r-- 1 vr2 197121 34567022 Oct 10 21:38 libwinapi-10fc1e4ae7837f02.rlib
-rw-r--r-- 1 vr2 197121   158136 Oct 10 21:40 libwinapi_util-d7c5589147b729a4.rlib
-rw-r--r-- 1 vr2 197121    84374 Oct 10 21:41 libwincolor-1ad5419f5d0df8e4.rlib
-rw-r--r-- 1 vr2 197121  1674502 Oct 10 21:42 libws-03a75fb1f81391ad.rlib
-rw-r--r-- 1 vr2 197121  1330680 Oct 10 21:40 libws2_32-f2a4ceb2f2cffb28.rlib
-rw-r--r-- 1 vr2 197121  1531200 Oct 10 21:39 libxml-f3dbfc7e23daa6ce.rlib
-rw-r--r-- 1 vr2 197121   193112 Oct 10 21:40 libxmltree-696cac452c4656a9.rlib
-rw-r--r-- 1 vr2 197121      475 Oct 10 21:38 linked_hash_map-897bebf4ee09141c.d
-rw-r--r-- 1 vr2 197121      475 Oct 10 21:38 linked_hash_map-ea514d8b4298d1be.d
-rw-r--r-- 1 vr2 197121     1048 Oct 10 21:43 local_encoding-d8fe2b662e77ae21.d
-rw-r--r-- 1 vr2 197121     1253 Oct 10 21:39 lock_api-1d1acd683c8b7c36.d
-rw-r--r-- 1 vr2 197121      671 Oct 10 21:39 log-455d313c5a1b12e0.d
-rw-r--r-- 1 vr2 197121      924 Oct 10 21:38 log-dddbb94bed04dc50.d
-rw-r--r-- 1 vr2 197121      445 Oct 10 21:39 lru_cache-8640629c491630dd.d
-rw-r--r-- 1 vr2 197121      244 Oct 10 21:38 macros-53b6128dba462e8e.d
-rw-r--r-- 1 vr2 197121      423 Oct 10 21:38 matches-fbedaeaa30b4661a.d
-rw-r--r-- 1 vr2 197121      229 Oct 10 21:38 mem-f093ba366b2e25ee.d
-rw-r--r-- 1 vr2 197121      430 Oct 10 21:38 memchr-53040c9e15431c5c.d
-rw-r--r-- 1 vr2 197121      698 Oct 10 21:40 memmap-af308b4ec8fd9d51.d
-rw-r--r-- 1 vr2 197121     1005 Oct 10 21:38 memoffset-ddb97852597849b0.d
-rw-r--r-- 1 vr2 197121      274 Oct 10 21:41 memory_cache-a97a79100fbdad84.d
-rw-r--r-- 1 vr2 197121      460 Oct 10 21:38 memory_units-68c9dcea55b0ccbd.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:43 memorydb-d02492b271de22a2.d
-rw-r--r-- 1 vr2 197121      676 Oct 10 21:40 mime-713b01733d0ad6d0.d
-rw-r--r-- 1 vr2 197121      814 Oct 10 21:43 mime_guess-b119ce12df5554a9.d
-rw-r--r-- 1 vr2 197121     6795 Oct 10 21:42 mio-4a5dfcb59f3a807c.d
-rw-r--r-- 1 vr2 197121      737 Oct 10 21:42 mio_named_pipes-d2036ffab0d1af2f.d
-rw-r--r-- 1 vr2 197121     1519 Oct 10 21:38 mio_uds-d58772fb1c2b6121.d
-rw-r--r-- 1 vr2 197121     1706 Oct 10 21:41 miow-87ea204cedc43f34.d
-rw-r--r-- 1 vr2 197121     1706 Oct 10 21:41 miow-dd9eb5790cbd75b6.d
-rw-r--r-- 1 vr2 197121     1550 Oct 10 21:39 multibase-b11d218ecd3bff42.d
-rw-r--r-- 1 vr2 197121      500 Oct 10 21:38 nan_preserving_float-ea586851933ed343.d
-rw-r--r-- 1 vr2 197121     2287 Oct 10 21:40 net2-0bc47ba83b46b3ff.d
-rw-r--r-- 1 vr2 197121      433 Oct 10 21:37 nodrop-8926aad379012869.d
-rw-r--r-- 1 vr2 197121      418 Oct 10 21:42 num-def96f3ff906929d.d
-rw-r--r-- 1 vr2 197121     1865 Oct 10 21:41 num_bigint-8f76542b4b89d093.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:38 num_cpus-0f711536151fec20.d
-rw-r--r-- 1 vr2 197121      738 Oct 10 21:40 num_integer-28a0810150ba87a8.d
-rw-r--r-- 1 vr2 197121      443 Oct 10 21:41 num_iter-2809d0ea246c7991.d
-rw-r--r-- 1 vr2 197121      453 Oct 10 21:40 num_traits-06d7230720721fef.d
-rw-r--r-- 1 vr2 197121     4656 Oct 10 21:40 num_traits-3fbc79c469234ca2.d
-rw-r--r-- 1 vr2 197121      465 Oct 10 21:40 number_prefix-d2bb5a7820eeff89.d
-rw-r--r-- 1 vr2 197121      437 Oct 10 21:40 ole32-3743a64f5a16c0f8.d
-rw-r--r-- 1 vr2 197121     1305 Oct 10 21:38 order_stat-aea678321ff367cd.d
-rw-r--r-- 1 vr2 197121      465 Oct 10 21:41 ordered_float-8027f42fbc59093a.d
-rw-r--r-- 1 vr2 197121      450 Oct 10 21:38 owning_ref-3a1a51092f7412e9.d
-rw-r--r-- 1 vr2 197121      264 Oct 10 21:41 panic_hook-f598b7659fa0adc3.d
-rw-r--r-- 1 vr2 197121      460 Oct 10 21:38 parity_bytes-c3454d0850c96f71.d
-rw-r--r-- 1 vr2 197121      248 Oct 10 21:43 parity_machine-f180928d47e86c97.d
-rw-r--r-- 1 vr2 197121      455 Oct 10 21:38 parity_path-62ece6c9b78c5e64.d
-rw-r--r-- 1 vr2 197121      880 Oct 10 21:43 parity_version-0cf9f2d8b98e6653.d
-rw-r--r-- 1 vr2 197121     8509 Oct 10 21:38 parity_wasm-b12dd8d3d0f7c19e.d
-rw-r--r-- 1 vr2 197121      800 Oct 10 21:41 parity_wordlist-78fc39e20f6f5abf.d
-rw-r--r-- 1 vr2 197121     3276 Oct 10 21:42 parking_lot-2ee38f43f1e44ec8.d
-rw-r--r-- 1 vr2 197121     2788 Oct 10 21:41 parking_lot_core-9300ee6caeba84a9.d
-rw-r--r-- 1 vr2 197121     3972 Oct 10 21:41 patricia_trie-90c25f1e7c6359c7.d
-rw-r--r-- 1 vr2 197121      475 Oct 10 21:43 patricia_trie_ethereum-18a5859becd31f9f.d
-rw-r--r-- 1 vr2 197121      468 Oct 10 21:38 percent_encoding-5053c18ab58c5e13.d
-rw-r--r-- 1 vr2 197121     1466 Oct 10 21:41 phf-212f7aaa212003b0.d
-rw-r--r-- 1 vr2 197121      458 Oct 10 21:42 phf_codegen-4cf9c5f6db721ad6.d
-rw-r--r-- 1 vr2 197121      468 Oct 10 21:41 phf_generator-b65b70ce8ca9a8bd.d
-rw-r--r-- 1 vr2 197121      453 Oct 10 21:40 phf_shared-ac3097516b6e943d.d
-rw-r--r-- 1 vr2 197121      460 Oct 10 21:40 plain_hasher-2b43d883a7170823.d
-rw-r--r-- 1 vr2 197121      430 Oct 10 21:42 primal-12da4db630efdb60.d
-rw-r--r-- 1 vr2 197121      450 Oct 10 21:39 primal_bit-e888d74c57c5e033.d
-rw-r--r-- 1 vr2 197121     1053 Oct 10 21:41 primal_check-56839082f24dc41b.d
-rw-r--r-- 1 vr2 197121      767 Oct 10 21:38 primal_estimate-b52c8b668f144b85.d
-rw-r--r-- 1 vr2 197121     2579 Oct 10 21:40 primal_sieve-2c5ebca8bca90568.d
-rw-r--r-- 1 vr2 197121     1313 Oct 10 21:39 proc_macro2-5fee5c8c0af4a167.d
-rw-r--r-- 1 vr2 197121    15606 Oct 10 21:40 protobuf-14fe866727c6d3d9.d
-rw-r--r-- 1 vr2 197121     2794 Oct 10 21:39 pulldown_cmark-932958d0a004112e.d
-rw-r--r-- 1 vr2 197121     3375 Oct 10 21:39 pwasm_utils-7de53df791bf95d4.d
-rw-r--r-- 1 vr2 197121      455 Oct 10 21:38 quick_error-85dbc153e8937993.d
-rw-r--r-- 1 vr2 197121      949 Oct 10 21:40 quote-8b106d512c6f364a.d
-rw-r--r-- 1 vr2 197121    10475 Oct 10 21:40 rand-22569a2de40c522f.d
-rw-r--r-- 1 vr2 197121      992 Oct 10 21:41 rand-3ca2c62e6c78df81.d
-rw-r--r-- 1 vr2 197121     5168 Oct 10 21:40 rand-a343b557c894015a.d
-rw-r--r-- 1 vr2 197121     1520 Oct 10 21:38 rand_core-8d9cb6998896a2ef.d
-rw-r--r-- 1 vr2 197121    22161 Oct 10 21:43 rayon-040858722e283a31.d
-rw-r--r-- 1 vr2 197121     7057 Oct 10 21:42 rayon_core-6e4371c1568b1cc9.d
-rw-r--r-- 1 vr2 197121     6513 Oct 10 21:41 regex-5cd7e49068694182.d
-rw-r--r-- 1 vr2 197121     7245 Oct 10 21:41 regex-a131f6b20dc1574c.d
-rw-r--r-- 1 vr2 197121     7993 Oct 10 21:39 regex_syntax-8a790d175aa7b1d2.d
-rw-r--r-- 1 vr2 197121     7993 Oct 10 21:39 regex_syntax-b79eda20c5f3c639.d
-rw-r--r-- 1 vr2 197121      425 Oct 10 21:38 relay-9e6d2956457dca1c.d
-rw-r--r-- 1 vr2 197121      747 Oct 10 21:40 remove_dir_all-f7454db6aa52f38c.d
-rw-r--r-- 1 vr2 197121     1686 Oct 10 21:43 rlp-91c5e88f18e729b2.d
-rw-r--r-- 1 vr2 197121      371 Oct 10 21:43 rlp_compress-5e3cc3c8f18566d9.d
-rw-r--r-- 1 vr2 197121      418 Oct 10 21:42 rlp_derive-24ca0b4d8aa6387f.d
-rwxr-xr-x 1 vr2 197121  1296896 Oct 10 21:42 rlp_derive-24ca0b4d8aa6387f.dll
-rw-r--r-- 1 vr2 197121     1027 Oct 10 21:42 rlp_derive-24ca0b4d8aa6387f.dll.exp
-rw-r--r-- 1 vr2 197121     2288 Oct 10 21:42 rlp_derive-24ca0b4d8aa6387f.dll.lib
-rw-r--r-- 1 vr2 197121  4558848 Oct 10 21:42 rlp_derive-24ca0b4d8aa6387f.pdb
-rw-r--r-- 1 vr2 197121      445 Oct 10 21:40 rpassword-b9af90ea9595960d.d
-rw-r--r-- 1 vr2 197121      435 Oct 10 21:38 rprompt-181e3da44965563e.d
-rw-r--r-- 1 vr2 197121      470 Oct 10 21:38 rustc_demangle-925335e806e6e557.d
-rw-r--r-- 1 vr2 197121      445 Oct 10 21:38 rustc_hex-47168d9f0965fcdd.d
-rw-r--r-- 1 vr2 197121      445 Oct 10 21:38 rustc_hex-de7e858bf62a71d3.d
-rw-r--r-- 1 vr2 197121     1977 Oct 10 21:38 rustc_serialize-fe33915e04e00d0c.d
-rw-r--r-- 1 vr2 197121      751 Oct 10 21:39 rustc_version-f2d7e3e6c71f89ea.d
-rw-r--r-- 1 vr2 197121     3098 Oct 10 21:39 ryu-ca5fc836c78bbedf.d
-rw-r--r-- 1 vr2 197121      435 Oct 10 21:38 safemem-87b9f18bfbb3b782.d
-rw-r--r-- 1 vr2 197121      450 Oct 10 21:38 scoped_tls-293fb3191caf473e.d
-rw-r--r-- 1 vr2 197121      450 Oct 10 21:38 scopeguard-3bcb81a5d303c632.d
-rw-r--r-- 1 vr2 197121     2014 Oct 10 21:41 secp256k1-a7bfcf208249edfc.d
-rw-r--r-- 1 vr2 197121      978 Oct 10 21:38 semver-8656e84e295f326e.d
-rw-r--r-- 1 vr2 197121     1618 Oct 10 21:37 semver_parser-52002e54d9371fd9.d
-rw-r--r-- 1 vr2 197121     4854 Oct 10 21:39 serde-ba9ec9fc3fa254af.d
-rw-r--r-- 1 vr2 197121     4008 Oct 10 21:42 serde_derive-1ea5b4eed12e4a91.d
-rwxr-xr-x 1 vr2 197121  2777600 Oct 10 21:42 serde_derive-1ea5b4eed12e4a91.dll
-rw-r--r-- 1 vr2 197121     1077 Oct 10 21:42 serde_derive-1ea5b4eed12e4a91.dll.exp
-rw-r--r-- 1 vr2 197121     2314 Oct 10 21:42 serde_derive-1ea5b4eed12e4a91.dll.lib
-rw-r--r-- 1 vr2 197121  4681728 Oct 10 21:42 serde_derive-1ea5b4eed12e4a91.pdb
-rw-r--r-- 1 vr2 197121     4409 Oct 10 21:40 serde_json-a9c900f3ef50ce86.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:38 sha1-68901b3c4504938a.d
-rw-r--r-- 1 vr2 197121      447 Oct 10 21:40 shell32-18f0ee43955b7ff1.d
-rw-r--r-- 1 vr2 197121      984 Oct 10 21:38 siphasher-a545b3c60b5bbed5.d
-rw-r--r-- 1 vr2 197121      984 Oct 10 21:38 siphasher-fe2d68d6079f9d3c.d
-rw-r--r-- 1 vr2 197121      423 Oct 10 21:42 skeptic-a050b099d24a00b0.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:38 slab-028a903897ab3e8a.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:38 slab-0d9a52b03f43a7ea.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:38 slab-1a426123125a2a15.d
-rw-r--r-- 1 vr2 197121      428 Oct 10 21:38 smallvec-00052c493114a79a.d
-rw-r--r-- 1 vr2 197121      428 Oct 10 21:39 smallvec-ce90fb91c7184ff1.d
-rw-r--r-- 1 vr2 197121     1525 Oct 10 21:40 socket2-ed7791787ed7cded.d
-rw-r--r-- 1 vr2 197121      490 Oct 10 21:38 stable_deref_trait-518c0f3a5ecf916b.d
-rw-r--r-- 1 vr2 197121      239 Oct 10 21:39 stats-2bd0b05db313f4e5.d
-rw-r--r-- 1 vr2 197121      264 Oct 10 21:38 stop_guard-5681d11bb65f7ebc.d
-rw-r--r-- 1 vr2 197121      430 Oct 10 21:38 strsim-03490ce063726ad1.d
-rw-r--r-- 1 vr2 197121      430 Oct 10 21:38 strsim-13d9f73bb67deb36.d
-rw-r--r-- 1 vr2 197121     7926 Oct 10 21:41 syn-32ef67ca42515381.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:38 take-00300cc156e9ec2c.d
-rw-r--r-- 1 vr2 197121      455 Oct 10 21:38 target_info-aa6f1ebd267c899a.d
-rw-r--r-- 1 vr2 197121      435 Oct 10 21:41 tempdir-6f9eab57f34ff5b4.d
-rw-r--r-- 1 vr2 197121     1807 Oct 10 21:42 tempfile-3d02f05f45a0cb07.d
-rw-r--r-- 1 vr2 197121      445 Oct 10 21:40 term_size-eadb84db9272acfc.d
-rw-r--r-- 1 vr2 197121      445 Oct 10 21:42 termcolor-a6e2074a0c02abbf.d
-rw-r--r-- 1 vr2 197121      443 Oct 10 21:39 textwrap-a8c9c54ef20f45b5.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:39 textwrap-ac1ea87f04150bac.d
-rw-r--r-- 1 vr2 197121     1050 Oct 10 21:40 thread_local-a1c05c74c43699e7.d
-rw-r--r-- 1 vr2 197121     1468 Oct 10 21:40 time-572359818ebe2d2e.d
-rw-r--r-- 1 vr2 197121      425 Oct 10 21:42 timer-947ccadb4749db44.d
-rw-r--r-- 1 vr2 197121      455 Oct 10 21:40 tiny_keccak-0d2156cbcde03136.d
-rw-r--r-- 1 vr2 197121     5332 Oct 10 21:43 tokio-9e2153214773b8c8.d
-rw-r--r-- 1 vr2 197121     1045 Oct 10 21:41 tokio_codec-dc6fe3a7a80cd680.d
-rw-r--r-- 1 vr2 197121      816 Oct 10 21:39 tokio_current_thread-6e1666d2a27608ce.d
-rw-r--r-- 1 vr2 197121     1328 Oct 10 21:38 tokio_executor-8b118f44b203d7b2.d
-rw-r--r-- 1 vr2 197121     7307 Oct 10 21:43 tokio_fs-d2f567113d116128.d
-rw-r--r-- 1 vr2 197121     9155 Oct 10 21:40 tokio_io-2cc064d02a80d7d3.d
-rw-r--r-- 1 vr2 197121     1982 Oct 10 21:43 tokio_reactor-7a3619620bc23dcd.d
-rw-r--r-- 1 vr2 197121      465 Oct 10 21:38 tokio_service-d9fd967c5310e3f4.d
-rw-r--r-- 1 vr2 197121     1279 Oct 10 21:43 tokio_tcp-0a179aebf471cec7.d
-rw-r--r-- 1 vr2 197121     8191 Oct 10 21:42 tokio_threadpool-5b66f4499b2b5999.d
-rw-r--r-- 1 vr2 197121     6289 Oct 10 21:39 tokio_timer-3d88765bf0d56995.d
-rw-r--r-- 1 vr2 197121     1849 Oct 10 21:39 tokio_timer-83fa3c5de074788f.d
-rw-r--r-- 1 vr2 197121     1562 Oct 10 21:43 tokio_udp-9b0325e29a7fc717.d
-rw-r--r-- 1 vr2 197121     1956 Oct 10 21:40 toml-dc325711be1c7385.d
-rw-r--r-- 1 vr2 197121      450 Oct 10 21:39 trace_time-5a76a606dd2a9592.d
-rw-r--r-- 1 vr2 197121     3189 Oct 10 21:42 transaction_pool-f3a74956c3bb5399.d
-rw-r--r-- 1 vr2 197121      485 Oct 10 21:38 transient_hashmap-8f316f6ddcf3e71a.d
-rw-r--r-- 1 vr2 197121      935 Oct 10 21:40 trezor_sys-dc447a2474097859.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:43 triehash-431621fb26acc6ca.d
-rw-r--r-- 1 vr2 197121      440 Oct 10 21:38 try_lock-ce430a0445e937f2.d
-rw-r--r-- 1 vr2 197121     2183 Oct 10 21:38 ucd_util-c17fd65546654e9c.d
-rw-r--r-- 1 vr2 197121      673 Oct 10 21:40 uint-2f19d94b2e25080a.d
-rw-r--r-- 1 vr2 197121      264 Oct 10 21:38 unexpected-1a35a8039c439907.d
-rw-r--r-- 1 vr2 197121      435 Oct 10 21:40 unicase-b56fff1e10cf19e0.d
-rw-r--r-- 1 vr2 197121     1266 Oct 10 21:40 unicase-ff4a5bd12d5a81e0.d
-rw-r--r-- 1 vr2 197121     2817 Oct 10 21:39 unicode_bidi-87e4e5dafee2260b.d
-rw-r--r-- 1 vr2 197121     2422 Oct 10 21:38 unicode_normalization-7015f9eba11d7cd6.d
-rw-r--r-- 1 vr2 197121     1421 Oct 10 21:38 unicode_segmentation-b60f4aec754e3a56.d
-rw-r--r-- 1 vr2 197121      751 Oct 10 21:38 unicode_width-673e1916f991dfbb.d
-rw-r--r-- 1 vr2 197121      735 Oct 10 21:38 unicode_xid-793579955a1efdb0.d
-rw-r--r-- 1 vr2 197121      455 Oct 10 21:38 unreachable-d69f837428053f01.d
-rw-r--r-- 1 vr2 197121      463 Oct 10 21:38 untrusted-eec51a3cfd8a3282.d
-rw-r--r-- 1 vr2 197121     2514 Oct 10 21:40 url-0e3d2d0fe5907b5f.d
-rw-r--r-- 1 vr2 197121      269 Oct 10 21:38 using_queue-0f381f8d52f3577f.d
-rw-r--r-- 1 vr2 197121      744 Oct 10 21:38 utf8_ranges-65a87b3c5ee73516.d
-rw-r--r-- 1 vr2 197121      435 Oct 10 21:38 vec_map-f3dfdcfa9c95b4e3.d
-rw-r--r-- 1 vr2 197121      430 Oct 10 21:41 vergen-496eb5a83e44046e.d
-rw-r--r-- 1 vr2 197121      465 Oct 10 21:37 version_check-5c6cb9d7d3df363b.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:37 void-2c93aeb1cbab725a.d
-rw-r--r-- 1 vr2 197121      420 Oct 10 21:39 want-fe8f9c84c5c59c2b.d
-rw-r--r-- 1 vr2 197121     4996 Oct 10 21:39 wasmi-d33efa71ae6c29fb.d
-rw-r--r-- 1 vr2 197121    17898 Oct 10 21:39 winapi-00b6c84274b813f8.d
-rw-r--r-- 1 vr2 197121    44092 Oct 10 21:38 winapi-10fc1e4ae7837f02.d
-rw-r--r-- 1 vr2 197121     1283 Oct 10 21:40 winapi_util-d7c5589147b729a4.d
-rw-r--r-- 1 vr2 197121      702 Oct 10 21:41 wincolor-1ad5419f5d0df8e4.d
-rw-r--r-- 1 vr2 197121     3287 Oct 10 21:42 ws-03a75fb1f81391ad.d
-rw-r--r-- 1 vr2 197121      442 Oct 10 21:40 ws2_32-f2a4ceb2f2cffb28.d
-rw-r--r-- 1 vr2 197121     8202 Oct 10 21:39 xml-f3dbfc7e23daa6ce.d
-rw-r--r-- 1 vr2 197121      435 Oct 10 21:40 xmltree-696cac452c4656a9.d

./examples:
total 0

./incremental:
total 0

./native:
total 0

D:\works\parity-dev\parity-v2.2.0r9\target\release>

@joshua-mir +nightly also failed on

   Compiling ethabi-derive v6.0.2
   Compiling tokio v0.1.8
error: failed to run custom build command for `ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)`
process didn't exit successfully: `D:\works\parity-dev\parity-v2.2.0r9\target\release\build\ring-410f01214d3945c9\build-script-build` (exit code: 101)
--- stderr
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.

warning: build failed, waiting for other jobs to finish...
    Building [============================================>          ] 337/405: parity-snappy-sys(build)

now , new git branch , not polluted git branch and +nightly build doing.
I wondering what's problem, and How can I trace command line Verbose information,
what builds going on?

@joshua-mir it is same situation. how can I get a build logs?

   Compiling rlp_compress v0.1.0 (D:\works\parity-dev\parity-v2.2-r91\util\rlp_compress)
   Compiling ethabi-derive v6.0.2
   Compiling common-types v0.1.0 (D:\works\parity-dev\parity-v2.2-r91\ethcore\types)
   Compiling jsonrpc-macros v8.0.0 (https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5f)
   Compiling tokio v0.1.8
   Compiling journaldb v0.2.0 (D:\works\parity-dev\parity-v2.2-r91\util\journaldb)
error: failed to run custom build command for `ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)`
process didn't exit successfully: `D:\works\parity-dev\parity-v2.2-r91\target\release\build\ring-410f01214d3945c9\build-script-build` (exit code: 101)
--- stderr
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.

warning: build failed, waiting for other jobs to finish...
    Building [=============================================>         ] 339/405: parity-snappy-sys(build)

So much log output. :dizzy: Thanks, I guess.

I'm not very familiar with setting environment values on windows, the output seems to say that setting RUST_BACKTRACE=1 will give you a backtrace, which might help

That said all of these errors seem to be caused by missing MSVC installations or mismatching rust to MSVC

Why are you trying to build master @trustfarm-dev, if I may ask? you can git checkout beta and build for the latest beta, (or checkout stable ...) Master will not currently build

@joshua-mir RUST_BACKTRACE=1 no help.

Because, I've my own dev tree , based on v1.2 . but it fails on windows, success on ubuntu.
So, I've trying latest version.
is there clean built version on windows? inform me a tag or branch , I'll do it.

@trustfarm-dev looks like you can't build ring, make sure you have properly installed yasm and perl (see #9659) and then try cargo +stable check --verbose.

@ordian thanks for information, I've installed Activeperl and yasm old time,
also need to check if perl is correct priority paths.
because there's several toolchain is in.

yasm

D:\works\parity-dev\parity-v2.2.0r9>yasm --version
yasm 1.3.0
Compiled on Aug 17 2014.
Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
Run yasm --license for licensing overview and summary.
D:\works\parity-dev\parity-v2.2-r91>perl -V
Summary of my perl5 (revision 5 version 26 subversion 1) configuration:

  Platform:
    osname=MSWin32
    osvers=6.1
    archname=MSWin32-x64-multi-thread
    uname=''
    config_args='undef'
    hint=recommended
    useposix=true
    d_sigaction=undef
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='c:\tools\mingw64\bin\gcc.exe'
    ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields'
    optimize='-s -O2'
    cppflags='-DWIN32'
    ccversion=''
    gccversion='4.6.3'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='long long'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='c:\tools\mingw64\bin\g++.exe'
    ldflags ='-s -static-libgcc -static-libstdc++ -L"C:\Perl64\lib\CORE" -L"C:\MinGW\x86_64-w64-mingw32\lib"'
    libpth=C:\MinGW\x86_64-w64-mingw32\lib
    libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    libc=
    so=dll
    useshrplib=true
    libperl=libperl526.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs
    dlext=dll
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags='-mdll -s -static-libgcc -static-libstdc++ -L"C:\Perl64\lib\CORE" -L"C:\MinGW\x86_64-w64-mingw32\lib"'


Characteristics of this binary (from libperl):
  Compile-time options:
    HAS_TIMES
    HAVE_INTERP_INTERN
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_IMPLICIT_CONTEXT
    PERL_IMPLICIT_SYS
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_SITECUSTOMIZE
  Locally applied patches:
    ActivePerl Build 2601 [404865]
  Built under MSWin32
  Compiled at Dec 11 2017 12:23:25
  @INC:
    C:/Perl64/site/lib
    C:/Perl64/lib

@joshua-mir @ordian when checking there's no useful clue.
``cargo +nightly check Compiling snappy-sys v0.1.0 (https://github.com/paritytech/rust-snappy#798408ff) Checking tokio v0.1.5 Checking keccak-hasher v0.1.0 (file:///D:/works/parity-dev/parity-v2.2-r91/util/keccak-hasher) Checking ethash v1.12.0 (file:///D:/works/parity-dev/parity-v2.2-r91/ethash) Checking memorydb v0.2.1 (https://github.com/paritytech/parity-common#0045887f) Checking triehash v0.2.0 (https://github.com/paritytech/parity-common#0045887f) Checking rlp_compress v0.1.0 (file:///D:/works/parity-dev/parity-v2.2-r91/util/rlp_compress) Checking common-types v0.1.0 (file:///D:/works/parity-dev/parity-v2.2-r91/ethcore/types) Checking jsonrpc-macros v8.0.0 (https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5f) Checking tokio-core v0.1.17 error: failed to run custom build command forring v0.12.1 (https://github.com/paritytech/ring#bae475e9) process didn't exit successfully:D:\works\parity-dev\parity-v2.2-r91\target\debug\buildring-65b3a54fa0fddd7c\build-script-build(exit code: 101) --- stderr thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9 note: Run withRUST_BACKTRACE=1` for a backtrace.
thread '' panicked at 'execution failed', C:\Users\vr2.cargo\git\checkoutsring-5235c7ce74c7ef81\bae475e\build.rs:642:9
thread '' panicked at 'execution failed', C:\Users\vr2.cargo\git\checkoutsring-5235c7ce74c7ef81\bae475e\build.rs:642:9
thread '' panicked at 'execution failed', C:\Users\vr2.cargo\git\checkoutsring-5235c7ce74c7ef81\bae475e\build.rs:642:9
thread '' panicked at 'execution failed', C:\Users\vr2.cargo\git\checkoutsring-5235c7ce74c7ef81\bae475e\build.rs:642:9
thread '' panicked at 'execution failed', C:\Users\vr2.cargo\git\checkoutsring-5235c7ce74c7ef81\bae475e\build.rs:642:9

warning: build failed, waiting for other jobs to finish...


```cargo +stable check
   Checking tokio-core v0.1.17
    Checking vm v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/ethcore/vm)
    Checking registrar v0.0.1 (file:///D:/works/parity-dev/parity-v2.2.0r9/registrar)
    Checking dir v0.1.2 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/dir)
    Checking tokio-proto v0.1.1
    Checking jsonrpc-server-utils v8.0.0 (https://github.com/paritytech/jsonrpc.git?branch=parity-1.11#6b972b5f)
    Checking parity-reactor v0.1.0 (file:///D:/works/parity-dev/parity-v2.2.0r9/util/reactor)
    Checking tokio-retry v0.1.1
    Checking tokio-uds v0.1.7
error: failed to run custom build command for `ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)`
process didn't exit successfully: `D:\works\parity-dev\parity-v2.2.0r9\target\debug\build\ring-ae399f32ca6781aa\build-script-build` (exit code: 101)
--- stderr
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9

warning: build failed, waiting for other jobs to finish...

there's similar issues on ring https://github.com/briansmith/ring/issues/648

And, I've verbose build logs, there's MSVS Warning C5045 makes error : C2220 ,
It makes build error, it happen on MSVS v141 sdk version. <-- so latest version issues.
I think ignore C5045 option will solve the windows build issues.

 Toolkit\CUDA\v10.0\libnvvp;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\libnvvp;D:\Python27\;D:\Python27\Scripts;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;D:\Python36\Scripts\;D:\Python36\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\PuTTY\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Bitvise SSH Client;C:\ProgramData\chocolatey\bin;D:\Go\bin;D:\Git\cmd;D:\Git\mingw64\bin;D:\Git\usr\bin;c:\tools\mingw64\bin;D:\godev\bin;d:\utils\bin;C:\Program Files\MongoDB\Server\3.6\bin;C:\Users\vr2\.cargo\bin;D:\shell\;C:\Program Files\CMake\bin;C:\Program Files\dotnet\;C:\Program Files\Liquid Technologies\Liquid Studio 2018\XmlDataBinder16\Redist16\cpp\win32\bin;C:\Program Files\Liquid Technologies\Liquid Studio 2018\XmlDataBinder16\Redist16\cpp\win64\bin;C:\Program Files\EmEditor;C:\Users\vr2\AppData\Roaming\nvm;D:\nodejs;d:\VSCODE\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\IncrediBuild;C:\Program Files\TortoiseHg\;C:\Program Files (x86)\AMD APP SDK\3.0\bin\x86_64;C:\Program Files (x86)\AMD APP SDK\3.0\bin\x86;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;d:\LLVM\bin;C:\Users\vr2\.cargo\bin;C:\Users\vr2\AppData\Local\Microsoft\WindowsApps;d:\VSCODE\bin;C:\Users\vr2\AppData\Local\atom\bin;C:\Users\vr2\AppData\Roaming\npm;C:\tools\mingw64\bin;C:\Users\vr2\AppData\Local\Microsoft\WindowsApps;C:\Users\vr2\AppData\Roaming\nvm;D:\nodejs;C:\Users\vr2\AppData\Local\Programs\Microsoft VS Code\bin
OPT_LEVEL = Some("3")
cargo:rustc-link-lib=static=ring-test
TARGET = Some("x86_64-pc-windows-msvc")
HOST = Some("x86_64-pc-windows-msvc")
CC_x86_64-pc-windows-msvc = None
CC_x86_64_pc_windows_msvc = None
HOST_CC = None
CC = None
CFLAGS_x86_64-pc-windows-msvc = None
CFLAGS_x86_64_pc_windows_msvc = None
HOST_CFLAGS = None
CFLAGS = None
DEBUG = Some("false")
running "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.15.26726\\bin\\HostX64\\x64\\cl.exe" "/nologo" "/MT" "/O2" "/I" "include" "/W4" "/GS" "/Gy" "/EHsc" "/GR-" "/Zc:wchar_t" "/Zc:forScope" "/Zc:inline" "/Zc:rvalueCast" "/sdl" "/Wall" "/WX" "/wd4127" "/wd4464" "/wd4514" "/wd4710" "/wd4711" "/wd4820" "/Ox" "/DNDEBUG" "-c" "/FoD:\\works\\parity-dev\\parity-v2.2.0r9\\target\\release\\build\\ring-819a2fcbea7b5d08\\out\\montgomery.obj" "crypto/bn/montgomery.c"
montgomery.c
c:\users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\crypto\bn\montgomery.c(161) : error C2220: ����� ������ ó���Ǿ� ������ 'object' ������ �����ϴ�.
c:\users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\crypto\bn\montgomery.c(161) : warning C5045: �����Ϸ��� /Qspectre ����ġ�� ������ ��� �޸� �ε带 ���� ������ ��ȭ�� �����մϴ�.
c:\users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\crypto\bn\montgomery.c(159) : ����: �� �ٿ��� �񱳿� ���� �˻�� �ε��� 'nl' ����
c:\users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\crypto\bn\montgomery.c(203) : ����: �� �ٿ��� �޸� �ε� �ǵ�
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: failed to run custom build command for `ring v0.12.1 (https://github.com/paritytech/ring#bae475e9)`
process didn't exit successfully: `D:\works\parity-dev\parity-v2.2.0r9\target\release\build\ring-410f01214d3945c9\build-script-build` (exit code: 101)
--- stderr
thread '<unnamed>' panicked at 'execution failed', C:\Users\vr2\.cargo\git\checkouts\ring-5235c7ce74c7ef81\bae475e\build.rs:642:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.

@5chdn @joshua-mir @niklasad1 @ordian
needs to reopen this issues,
MSVS compiler option setting is needs , on ring builder,

refer ring builder's solutions

@trustfarm-dev we're already working on it https://github.com/paritytech/parity-ethereum/issues/9533

set CL="/wd5045" is also mentioned here as a workaround. #9657 should fix the issue on master.

@ordian Thanks a lot !!!

set CL="/wd5045"
cargo build --release -vv 

it is works!!!! 2days spended for build parity-windows version.
it is current workaround, now.

@5chdn @joshua-mir @niklasad1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

retotrinkler picture retotrinkler  ·  3Comments

famfamfam picture famfamfam  ·  3Comments

jordipainan picture jordipainan  ·  3Comments

jacogr picture jacogr  ·  4Comments

danfinlay picture danfinlay  ·  3Comments