INFO: Picked up override from env: GIT_REPO=/home/autobuild/autobuild/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a ~/autobuild/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a ~/autobuild/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a INFO: Using docker: Docker version 19.03.1, build 74b1e89 INFO: Creating docker image ... Sending build context to Docker daemon 3.584kB Step 1/9 : FROM ubuntu:18.04@sha256:5f4bdc3467537cbbe563e80db2c3ec95d548a9145d64453b06939c4592d67b6d ---> 113a43faa138 Step 2/9 : ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 ---> Using cache ---> 7a08983778f0 Step 3/9 : RUN dpkg --add-architecture i386 && apt-get update -q && apt-get install -qy wget=1.19.4-1ubuntu2.2 gnupg2=2.2.4-1ubuntu1.2 dirmngr=2.2.4-1ubuntu1.2 python3-software-properties=0.96.24.32.1 software-properties-common=0.96.24.32.1 ---> Using cache ---> 5bd615cb14fc Step 4/9 : RUN apt-get update -q && apt-get install -qy git=1:2.17.1-1ubuntu0.4 p7zip-full=16.02+dfsg-6 make=4.1-9.1ubuntu1 mingw-w64=5.0.3-1 autotools-dev=20180224.1 autoconf=2.69-11 libtool=2.4.6-2 gettext=0.19.8.1-6 mingw-w64-tools=5.0.3-1 win-iconv-mingw-w64-dev=0.0.8-2 ---> Using cache ---> 24ab97b2a479 Step 5/9 : RUN wget -nc https://dl.winehq.org/wine-builds/Release.key && echo "c51bcb8cc4a12abfbd7c7660eaf90f49674d15e222c262f27e6c96429111b822 Release.key" | sha256sum -c - && apt-key add Release.key && wget -nc https://dl.winehq.org/wine-builds/winehq.key && echo "78b185fabdb323971d13bd329fefc8038e08559aa51c4996de18db0639a51df6 winehq.key" | sha256sum -c - && apt-key add winehq.key && apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && apt-get update -q && apt-get install -qy wine-stable-amd64:amd64=4.0~bionic wine-stable-i386:i386=4.0~bionic wine-stable:amd64=4.0~bionic winehq-stable:amd64=4.0~bionic ---> Using cache ---> 2a4863b21d9d Step 6/9 : RUN rm -rf /var/lib/apt/lists/* && apt-get autoremove -y && apt-get clean ---> Using cache ---> 374c8d5678bb Step 7/9 : ARG USER_ID ---> Using cache ---> fbebeaff6121 Step 8/9 : ARG GROUP_ID ---> Using cache ---> c26cfb8ea3c3 Step 9/9 : RUN mkdir -p /homedir/wine64/drive_c/electroncash ; chown -R ${USER_ID}:${GROUP_ID} /homedir && ls -al /homedir ---> Using cache ---> 70970c4f9d51 Successfully built 70970c4f9d51 Successfully tagged ec-wine-builder-img_1001_1001:latest Cloning into 'Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a'... done. Note: checking out 'b94616c3474f12b7cb942c31b574c89e376c801a'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at b94616c34 Follow-up: More Linux workaround code for NetworkDialog ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Picked up override from env: GIT_REPO=/home/autobuild/autobuild/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a HEAD is now at b94616c34 Follow-up: More Linux workaround code for NetworkDialog INFO: Clearing /homedir/wine64/drive_c/electroncash/contrib/build-wine/build and /homedir/wine64/drive_c/electroncash/contrib/build-wine/dist... INFO: Refreshing submodules... Submodule 'contrib/electrum-locale' (https://github.com/Electron-Cash/electrum-locale) registered for path '../electrum-locale' Submodule 'contrib/secp256k1' (https://github.com/Electron-Cash/secp256k1) registered for path '../secp256k1' Submodule 'contrib/zbar' (https://github.com/mchehab/zbar) registered for path '../zbar' Cloning into '/homedir/wine64/drive_c/electroncash/contrib/electrum-locale'... Cloning into '/homedir/wine64/drive_c/electroncash/contrib/secp256k1'... Cloning into '/homedir/wine64/drive_c/electroncash/contrib/zbar'... Submodule path '../electrum-locale': checked out '3b0fc647930b5d19de32d7bda3e54aafd016f57d' Submodule path '../secp256k1': checked out 'a9752bb2d1c1f5abb30e5bde7a1fad582629e46d' Submodule path '../zbar': checked out '1d51925e6cc9151f4a73781989f21fcd7b57ef32' INFO: Building libsecp256k1... ~/wine64/drive_c/electroncash/contrib/secp256k1 ~/wine64/drive_c/electroncash/contrib/build-wine HEAD is now at a9752bb Synched repo to bitcoin-abc commit dc0adb7b18f854a6b076824e4edb8b02ce62e5bd libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'. libtoolize: copying file 'build-aux/m4/libtool.m4' libtoolize: copying file 'build-aux/m4/ltoptions.m4' libtoolize: copying file 'build-aux/m4/ltsugar.m4' libtoolize: copying file 'build-aux/m4/ltversion.m4' libtoolize: copying file 'build-aux/m4/lt~obsolete.m4' configure.ac:10: installing 'build-aux/compile' configure.ac:5: installing 'build-aux/config.guess' configure.ac:5: installing 'build-aux/config.sub' configure.ac:9: installing 'build-aux/install-sh' configure.ac:9: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' checking build system type... x86_64-pc-linux-gnu checking host system type... i686-w64-mingw32 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-w64-mingw32-strip... i686-w64-mingw32-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to print strings... printf checking for style of include used by make... GNU checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-w64-mingw32-gcc accepts -g... yes checking for i686-w64-mingw32-gcc option to accept ISO C89... none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... yes checking dependency style of i686-w64-mingw32-gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B checking the name lister (/usr/bin/i686-w64-mingw32-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/i686-w64-mingw32-ld option to reload object files... -r checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar checking for archiver @FILE support... @ checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for i686-w64-mingw32-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... i686-w64-mingw32-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for objdir... .libs checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-gcc static flag -static works... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether make supports nested variables... (cached) yes checking for i686-w64-mingw32-pkg-config... /usr/bin/i686-w64-mingw32-pkg-config checking pkg-config is at least version 0.9.0... yes checking for i686-w64-mingw32-ar... /usr/bin/i686-w64-mingw32-ar checking for i686-w64-mingw32-ranlib... /usr/bin/i686-w64-mingw32-ranlib checking for i686-w64-mingw32-strip... /usr/bin/i686-w64-mingw32-strip checking for gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for i686-w64-mingw32-gcc option to accept ISO C89... (cached) none needed checking dependency style of i686-w64-mingw32-gcc... gcc3 checking if i686-w64-mingw32-gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes checking if i686-w64-mingw32-gcc supports -fvisibility=hidden... yes checking for __int128... no checking for __builtin_expect... yes checking native compiler: gcc... gcc does not produce working binaries. Please set CC_FOR_BUILD checking for x86_64 assembly availability... no checking whether byte ordering is bigendian... no configure: Using static precomputation: no configure: Using assembly optimizations: no configure: Using field implementation: 32bit configure: Using bignum implementation: no configure: Using scalar implementation: 32bit configure: Using endomorphism optimizations: no configure: Building benchmarks: yes configure: Building for coverage analysis: no configure: Building ECDH module: yes configure: Building ECDSA pubkey recovery module: yes configure: Building Schnorr signature module: yes configure: Using jni: no configure: ****** configure: WARNING: experimental build configure: Experimental features do not have stable APIs or properties, and may not be safe for production use. configure: Building ECDH module: yes configure: ****** checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libsecp256k1.pc config.status: creating src/libsecp256k1-config.h config.status: executing depfiles commands config.status: executing libtool commands CC src/libsecp256k1_la-secp256k1.lo CC src/bench_verify.o CC src/bench_internal-bench_internal.o CC src/bench_sign.o CC src/exhaustive_tests-tests_exhaustive.o CC src/bench_ecdh.o CC src/bench_recover.o CCLD libsecp256k1.la CCLD exhaustive_tests.exe CCLD bench_verify.exe CCLD bench_sign.exe CCLD bench_ecdh.exe CCLD bench_recover.exe ./.libs/lt-bench_sign.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] int _putenv (const char *); ^~~~~~~ ./.libs/lt-bench_ecdh.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] int _putenv (const char *); ^~~~~~~ ./.libs/lt-bench_recover.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] int _putenv (const char *); ^~~~~~~ CCLD bench_internal.exe ./.libs/lt-bench_internal.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] int _putenv (const char *); ^~~~~~~ ./.libs/lt-bench_verify.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] int _putenv (const char *); ^~~~~~~ ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Build of libsecp256k1 finished INFO: Building libzbar... ~/wine64/drive_c/electroncash/contrib/zbar ~/wine64/drive_c/electroncash/contrib/build-wine HEAD is now at 1d51925 zbar/Makefile.am: fix a compilation bug with Fedora autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I config autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config'. libtoolize: copying file 'config/libtool.m4' libtoolize: copying file 'config/ltoptions.m4' libtoolize: copying file 'config/ltsugar.m4' libtoolize: copying file 'config/ltversion.m4' libtoolize: copying file 'config/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:13: installing 'config/compile' configure.ac:13: installing 'config/config.guess' configure.ac:13: installing 'config/config.sub' configure.ac:8: installing 'config/install-sh' configure.ac:8: installing 'config/missing' Makefile.am: installing 'config/depcomp' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-w64-mingw32-strip... i686-w64-mingw32-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... i686-w64-mingw32 checking how to print strings... printf checking for style of include used by make... GNU checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-w64-mingw32-gcc accepts -g... yes checking for i686-w64-mingw32-gcc option to accept ISO C89... none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... yes checking dependency style of i686-w64-mingw32-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B checking the name lister (/usr/bin/i686-w64-mingw32-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/i686-w64-mingw32-ld option to reload object files... -r checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar checking for archiver @FILE support... @ checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for i686-w64-mingw32-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... i686-w64-mingw32-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for i686-w64-mingw32-as... i686-w64-mingw32-as checking for i686-w64-mingw32-dlltool... (cached) i686-w64-mingw32-dlltool checking for i686-w64-mingw32-objdump... (cached) i686-w64-mingw32-objdump checking for objdir... .libs checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-gcc static flag -static works... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for i686-w64-mingw32-windres... i686-w64-mingw32-windres checking whether make supports nested variables... (cached) yes checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for error_at_line... no checking for _LARGEFILE_SOURCE value needed for large files... no checking arpa/inet.h usability... no checking arpa/inet.h presence... no checking for arpa/inet.h... no checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking mntent.h usability... no checking mntent.h presence... no checking for mntent.h... no checking netdb.h usability... no checking netdb.h presence... no checking for netdb.h... no checking netinet/in.h usability... no checking netinet/in.h presence... no checking for netinet/in.h... no checking shadow.h usability... no checking shadow.h presence... no checking for shadow.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/mount.h usability... no checking sys/mount.h presence... no checking for sys/mount.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... no checking sys/socket.h presence... no checking for sys/socket.h... no checking sys/statfs.h usability... no checking sys/statfs.h presence... no checking for sys/statfs.h... no checking sys/statvfs.h usability... no checking sys/statvfs.h presence... no checking for sys/statvfs.h... no checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking for unistd.h... (cached) yes checking values.h usability... no checking values.h presence... no checking for values.h... no checking for i686-w64-mingw32-gcc... (cached) i686-w64-mingw32-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-w64-mingw32-gcc accepts -g... (cached) yes checking for i686-w64-mingw32-gcc option to accept ISO C89... (cached) none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... (cached) yes checking dependency style of i686-w64-mingw32-gcc... (cached) none checking for i686-w64-mingw32-g++... i686-w64-mingw32-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-w64-mingw32-g++ accepts -g... yes checking dependency style of i686-w64-mingw32-g++... none checking how to run the C++ preprocessor... i686-w64-mingw32-g++ -E checking for ld used by i686-w64-mingw32-g++... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking for i686-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-g++ static flag -static works... yes checking if i686-w64-mingw32-g++ supports -c -o file.o... yes checking if i686-w64-mingw32-g++ supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking for i686-w64-mingw32-pkg-config... /usr/bin/i686-w64-mingw32-pkg-config checking pkg-config is at least version 0.9.0... yes checking for xmlto... no checking whether to build EAN symbologies... no checking whether to build DataBar symbology... no checking whether to build Code 128 symbology... no checking whether to build Code 93 symbology... no checking whether to build Code 39 symbology... no checking whether to build Codabar symbology... no checking whether to build Interleaved 2 of 5 symbology... no checking whether to build QR Code... yes checking whether to build SQ Code... no checking whether to build PDF417 symbology (incomplete)... no checking for library containing clock_gettime... -lpthread checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... guessing yes checking how to link with libiconv... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking poll.h usability... no checking poll.h presence... no checking for poll.h... no configure: WARNING: libv4l not detected. Install it to support more cameras! checking for X... disabled checking for X11/extensions/XShm.h... no checking for X11/extensions/Xvlib.h... no configure: image scanning disabled -- zbarimg will *not* be built checking for javac... no checking for jikes... no checking for ecj... no checking for gcj... no checking for javah... no checking for jar... no checking for java... no checking whether to enable assertions... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking features.h usability... no checking features.h presence... no checking for features.h... no checking for inttypes.h... (cached) yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/ioctl.h usability... no checking sys/ioctl.h presence... no checking for sys/ioctl.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... no checking sys/times.h presence... no checking for sys/times.h... no checking sys/ipc.h usability... no checking sys/ipc.h presence... no checking for sys/ipc.h... no checking sys/shm.h usability... no checking sys/shm.h presence... no checking for sys/shm.h... no checking sys/mman.h usability... no checking sys/mman.h presence... no checking for sys/mman.h... no checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... no checking sys/sysmacros.h presence... no checking for sys/sysmacros.h... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for int32_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for uintptr_t... yes checking for uid_t in sys/types.h... no checking for int32_t... (cached) yes checking for int64_t... yes checking for off_t... yes checking for size_t... (cached) yes checking for uint16_t... yes checking for uint32_t... (cached) yes checking for uint64_t... yes checking for uint8_t... (cached) yes checking for struct stat.st_rdev... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... yes checking for working mmap... no checking for alarm... yes checking for clock_gettime... yes checking for floor... yes checking for getcwd... yes checking for gettimeofday... yes checking for localeconv... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for modf... yes checking for munmap... no checking for pow... yes checking for select... no checking for setenv... no checking for sqrt... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for malloc... yes checking for realloc... yes Generating config files checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating gtk/Makefile config.status: creating java/Makefile config.status: creating zbar/Makefile config.status: creating zbar.pc config.status: creating zbar-gtk.pc config.status: creating zbar-qt.pc config.status: creating doc/doxygen.conf config.status: creating test/test_examples.sh config.status: creating test/check_dbus.sh config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing doc/version.xml commands writing new doc/version.xml config.status: executing doc/reldate.xml commands writing new doc/reldate.xml please verify that the detected configuration matches your expectations: ------------------------------------------------------------------------ VfW driver --with-directshow=no pthreads --enable-pthread=no doc --enable-doc=no v4l --enable-video=no jpeg --with-jpeg=no Python --with-python=no python GTK --with-gtk=no Gtk GObject introspection --with-gir=no Qt --with-qt=no Qt Java --with-java=no ImageMagick --with-imagemagick=no Enabled codes: qrcode Disabled codes: ean databar code128 code93 code39 codabar i25 sqcode pdf417 => zbarcam video scanner will *NOT* be built => libv4l will *NOT* be used => JPEG image conversions will *NOT* be supported => the zbarimg file scanner will *NOT* be built => GTK support will *NOT* be built => the Qt widget will *NOT* be built => the Java interface will *NOT* be built => the Java unit test will *NOT* be enabled make all-recursive make[1]: Entering directory '/homedir/wine64/drive_c/electroncash/contrib/zbar' Making all in zbar make[2]: Entering directory '/homedir/wine64/drive_c/electroncash/contrib/zbar/zbar' CC libzbar_la-config.lo CC libzbar_la-error.lo CC libzbar_la-symbol.lo CC libzbar_la-image.lo CC libzbar_la-convert.lo CC libzbar_la-processor.lo CC libzbar_la-refcnt.lo CC libzbar_la-window.lo CC libzbar_la-video.lo CC libzbar_la-img_scanner.lo CC libzbar_la-scanner.lo CC libzbar_la-decoder.lo CC libzbar_la-misc.lo CC processor/libzbar_la-win.lo /bin/bash ../libtool --tag=RC \ --mode=compile i686-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I../include \ -I../include -o libzbar-rc.lo libzbar.rc libtool: compile: i686-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I../include -I../include libzbar.rc -o .libs/libzbar-rc.o CC processor/libzbar_la-lock.lo CC decoder/libzbar_la-qr_finder.lo CC qrcode/libzbar_la-qrdec.lo CC qrcode/libzbar_la-qrdectxt.lo CC qrcode/libzbar_la-rs.lo CC qrcode/libzbar_la-isaac.lo CC qrcode/libzbar_la-bch15_5.lo CC qrcode/libzbar_la-binarize.lo CC qrcode/libzbar_la-util.lo In file included from ./image.h:26:0, from qrcode/binarize.c:10: ../include/config.h:396:0: warning: "_WIN32_WINNT" redefined #define _WIN32_WINNT 0x0500 In file included from /usr/share/mingw-w64/include/crtdefs.h:10:0, from /usr/share/mingw-w64/include/stdlib.h:9, from qrcode/binarize.c:6: /usr/share/mingw-w64/include/_mingw.h:225:0: note: this is the location of the previous definition #define _WIN32_WINNT 0x502 qrcode/qrdectxt.c: In function ‘qr_code_data_list_extract_text’: qrcode/qrdectxt.c:261:32: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types] iconv(utf8_cd,&in,&inleft,&out,&outleft)==(size_t)-1; ^ In file included from qrcode/qrdectxt.c:10:0: /usr/i686-w64-mingw32/include/iconv.h:17:8: note: expected ‘const char **’ but argument is of type ‘char **’ size_t iconv(iconv_t cd, WINICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft); ^~~~~ qrcode/qrdectxt.c:301:40: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types] err=iconv(enc_list[ei],&in,&inleft,&out,&outleft)==(size_t)-1; ^ In file included from qrcode/qrdectxt.c:10:0: /usr/i686-w64-mingw32/include/iconv.h:17:8: note: expected ‘const char **’ but argument is of type ‘char **’ size_t iconv(iconv_t cd, WINICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft); ^~~~~ qrcode/qrdectxt.c:319:29: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types] iconv(eci_cd,&in,&inleft,&out,&outleft)==(size_t)-1; ^ In file included from qrcode/qrdectxt.c:10:0: /usr/i686-w64-mingw32/include/iconv.h:17:8: note: expected ‘const char **’ but argument is of type ‘char **’ size_t iconv(iconv_t cd, WINICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft); ^~~~~ CC video/libzbar_la-null.lo CC window/libzbar_la-win.lo CC window/libzbar_la-dib.lo CCLD libzbar.la make[2]: Leaving directory '/homedir/wine64/drive_c/electroncash/contrib/zbar/zbar' Making all in . make[2]: Entering directory '/homedir/wine64/drive_c/electroncash/contrib/zbar' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/homedir/wine64/drive_c/electroncash/contrib/zbar' make[1]: Leaving directory '/homedir/wine64/drive_c/electroncash/contrib/zbar' ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Build of libzbar finished INFO: Preparing Wine... ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine Could not load wine-gecko. HTML rendering will be disabled. Could not load wine-gecko. HTML rendering will be disabled. wine: configuration in '/homedir/wine64' has been updated. INFO: Cleaning tmp INFO: done ~/tmp ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Importing Python dev keyring (may take a few minutes)... gpg: directory '/homedir/.gnupg' created gpg: keybox '/homedir/.gnupg/keyring-electroncash-build-python-dev.gpg' created gpg: armor header: Comment: https://keybase.io/stevedower gpg: armor header: Version: Keybase Go 1.0.11 (windows) gpg: pub rsa4096/FC624643487034E5 2015-04-06 Steve Dower (Python Release Signing) gpg: /homedir/.gnupg/trustdb.gpg: trustdb created gpg: using pgp trust model gpg: key FC624643487034E5: public key "Steve Dower (Python Release Signing) " imported gpg: no running gpg-agent - starting '/usr/bin/gpg-agent' gpg: waiting for the agent to come up ... (5s) gpg: waiting for the agent to come up ... (4s) gpg: connection to agent established gpg: Total number processed: 1 gpg: imported: 1 INFO: Installing Python ... INFO: Installing core... --2019-09-08 17:27:23-- https://www.python.org/ftp/python/3.6.8/win32/core.msi Resolving www.python.org (www.python.org)... 151.101.0.223, 151.101.64.223, 151.101.128.223, ... Connecting to www.python.org (www.python.org)|151.101.0.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1261568 (1.2M) [application/octet-stream] Saving to: ‘core.msi’ 0K .......... .......... .......... .......... .......... 4% 611K 2s 50K .......... .......... .......... .......... .......... 8% 1.24M 1s 100K .......... .......... .......... .......... .......... 12% 12.8M 1s 150K .......... .......... .......... .......... .......... 16% 22.2M 1s 200K .......... .......... .......... .......... .......... 20% 1.35M 1s 250K .......... .......... .......... .......... .......... 24% 6.20M 1s 300K .......... .......... .......... .......... .......... 28% 24.3M 0s 350K .......... .......... .......... .......... .......... 32% 28.1M 0s 400K .......... .......... .......... .......... .......... 36% 1.77M 0s 450K .......... .......... .......... .......... .......... 40% 20.0M 0s 500K .......... .......... .......... .......... .......... 44% 8.86M 0s 550K .......... .......... .......... .......... .......... 48% 22.3M 0s 600K .......... .......... .......... .......... .......... 52% 9.18M 0s 650K .......... .......... .......... .......... .......... 56% 39.0M 0s 700K .......... .......... .......... .......... .......... 60% 37.7M 0s 750K .......... .......... .......... .......... .......... 64% 15.6M 0s 800K .......... .......... .......... .......... .......... 68% 31.5M 0s 850K .......... .......... .......... .......... .......... 73% 2.50M 0s 900K .......... .......... .......... .......... .......... 77% 15.2M 0s 950K .......... .......... .......... .......... .......... 81% 12.6M 0s 1000K .......... .......... .......... .......... .......... 85% 1.17M 0s 1050K .......... .......... .......... .......... .......... 89% 42.9M 0s 1100K .......... .......... .......... .......... .......... 93% 42.4M 0s 1150K .......... .......... .......... .......... .......... 97% 28.5M 0s 1200K .......... .......... .......... .. 100% 31.0M=0.3s 2019-09-08 17:27:23 (4.02 MB/s) - ‘core.msi’ saved [1261568/1261568] --2019-09-08 17:27:23-- https://www.python.org/ftp/python/3.6.8/win32/core.msi.asc Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.128.223, 151.101.64.223, ... Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘core.msi.asc’ 0K 100% 78.4M=0s 2019-09-08 17:27:23 (78.4 MB/s) - ‘core.msi.asc’ saved [836/836] INFO: Verifying PGP signature for core.msi ... OK: core.msi signature verified INFO: Installing dev... --2019-09-08 17:27:24-- https://www.python.org/ftp/python/3.6.8/win32/dev.msi Resolving www.python.org (www.python.org)... 151.101.0.223, 151.101.192.223, 151.101.128.223, ... Connecting to www.python.org (www.python.org)|151.101.0.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 282624 (276K) [application/octet-stream] Saving to: ‘dev.msi’ 0K .......... .......... .......... .......... .......... 18% 582K 0s 50K .......... .......... .......... .......... .......... 36% 1.16M 0s 100K .......... .......... .......... .......... .......... 54% 16.6M 0s 150K .......... .......... .......... .......... .......... 72% 9.06M 0s 200K .......... .......... .......... .......... .......... 90% 1.32M 0s 250K .......... .......... ...... 100% 20.0M=0.2s 2019-09-08 17:27:24 (1.54 MB/s) - ‘dev.msi’ saved [282624/282624] --2019-09-08 17:27:24-- https://www.python.org/ftp/python/3.6.8/win32/dev.msi.asc Resolving www.python.org (www.python.org)... 151.101.64.223, 151.101.0.223, 151.101.192.223, ... Connecting to www.python.org (www.python.org)|151.101.64.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘dev.msi.asc’ 0K 100% 62.6M=0s 2019-09-08 17:27:24 (62.6 MB/s) - ‘dev.msi.asc’ saved [836/836] INFO: Verifying PGP signature for dev.msi ... OK: dev.msi signature verified INFO: Installing exe... --2019-09-08 17:27:25-- https://www.python.org/ftp/python/3.6.8/win32/exe.msi Resolving www.python.org (www.python.org)... 151.101.128.223, 151.101.64.223, 151.101.0.223, ... Connecting to www.python.org (www.python.org)|151.101.128.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 405504 (396K) [application/octet-stream] Saving to: ‘exe.msi’ 0K .......... .......... .......... .......... .......... 12% 624K 1s 50K .......... .......... .......... .......... .......... 25% 1.19M 0s 100K .......... .......... .......... .......... .......... 37% 20.8M 0s 150K .......... .......... .......... .......... .......... 50% 1.33M 0s 200K .......... .......... .......... .......... .......... 63% 11.5M 0s 250K .......... .......... .......... .......... .......... 75% 15.9M 0s 300K .......... .......... .......... .......... .......... 88% 107M 0s 350K .......... .......... .......... .......... ...... 100% 38.3M=0.2s 2019-09-08 17:27:25 (2.29 MB/s) - ‘exe.msi’ saved [405504/405504] --2019-09-08 17:27:25-- https://www.python.org/ftp/python/3.6.8/win32/exe.msi.asc Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.128.223, 151.101.64.223, ... Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘exe.msi.asc’ 0K 100% 10.0M=0s 2019-09-08 17:27:25 (10.0 MB/s) - ‘exe.msi.asc’ saved [836/836] INFO: Verifying PGP signature for exe.msi ... OK: exe.msi signature verified INFO: Installing lib... --2019-09-08 17:27:25-- https://www.python.org/ftp/python/3.6.8/win32/lib.msi Resolving www.python.org (www.python.org)... 151.101.0.223, 151.101.192.223, 151.101.128.223, ... Connecting to www.python.org (www.python.org)|151.101.0.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6492160 (6.2M) [application/octet-stream] Saving to: ‘lib.msi’ 0K .......... .......... .......... .......... .......... 0% 624K 10s 50K .......... .......... .......... .......... .......... 1% 1.23M 7s 100K .......... .......... .......... .......... .......... 2% 14.7M 5s 150K .......... .......... .......... .......... .......... 3% 1.32M 5s 200K .......... .......... .......... .......... .......... 3% 26.0M 4s 250K .......... .......... .......... .......... .......... 4% 17.6M 3s 300K .......... .......... .......... .......... .......... 5% 32.4M 3s 350K .......... .......... .......... .......... .......... 6% 16.2M 3s 400K .......... .......... .......... .......... .......... 7% 1.68M 3s 450K .......... .......... .......... .......... .......... 7% 13.6M 2s 500K .......... .......... .......... .......... .......... 8% 15.9M 2s 550K .......... .......... .......... .......... .......... 9% 19.2M 2s 600K .......... .......... .......... .......... .......... 10% 21.3M 2s 650K .......... .......... .......... .......... .......... 11% 21.0M 2s 700K .......... .......... .......... .......... .......... 11% 20.1M 2s 750K .......... .......... .......... .......... .......... 12% 34.4M 1s 800K .......... .......... .......... .......... .......... 13% 44.1M 1s 850K .......... .......... .......... .......... .......... 14% 2.36M 1s 900K .......... .......... .......... .......... .......... 14% 17.4M 1s 950K .......... .......... .......... .......... .......... 15% 16.5M 1s 1000K .......... .......... .......... .......... .......... 16% 15.0M 1s 1050K .......... .......... .......... .......... .......... 17% 29.5M 1s 1100K .......... .......... .......... .......... .......... 18% 18.1M 1s 1150K .......... .......... .......... .......... .......... 18% 30.6M 1s 1200K .......... .......... .......... .......... .......... 19% 18.2M 1s 1250K .......... .......... .......... .......... .......... 20% 24.4M 1s 1300K .......... .......... .......... .......... .......... 21% 27.1M 1s 1350K .......... .......... .......... .......... .......... 22% 29.6M 1s 1400K .......... .......... .......... .......... .......... 22% 18.4M 1s 1450K .......... .......... .......... .......... .......... 23% 27.2M 1s 1500K .......... .......... .......... .......... .......... 24% 25.5M 1s 1550K .......... .......... .......... .......... .......... 25% 964K 1s 1600K .......... .......... .......... .......... .......... 26% 27.2M 1s 1650K .......... .......... .......... .......... .......... 26% 44.9M 1s 1700K .......... .......... .......... .......... .......... 27% 29.6M 1s 1750K .......... .......... .......... .......... .......... 28% 30.3M 1s 1800K .......... .......... .......... .......... .......... 29% 25.5M 1s 1850K .......... .......... .......... .......... .......... 29% 39.6M 1s 1900K .......... .......... .......... .......... .......... 30% 57.3M 1s 1950K .......... .......... .......... .......... .......... 31% 36.7M 1s 2000K .......... .......... .......... .......... .......... 32% 27.4M 1s 2050K .......... .......... .......... .......... .......... 33% 24.4M 1s 2100K .......... .......... .......... .......... .......... 33% 37.3M 1s 2150K .......... .......... .......... .......... .......... 34% 28.2M 1s 2200K .......... .......... .......... .......... .......... 35% 8.96M 1s 2250K .......... .......... .......... .......... .......... 36% 38.8M 1s 2300K .......... .......... .......... .......... .......... 37% 36.1M 1s 2350K .......... .......... .......... .......... .......... 37% 34.4M 1s 2400K .......... .......... .......... .......... .......... 38% 31.1M 1s 2450K .......... .......... .......... .......... .......... 39% 34.3M 1s 2500K .......... .......... .......... .......... .......... 40% 32.1M 1s 2550K .......... .......... .......... .......... .......... 41% 39.9M 1s 2600K .......... .......... .......... .......... .......... 41% 31.8M 0s 2650K .......... .......... .......... .......... .......... 42% 32.9M 0s 2700K .......... .......... .......... .......... .......... 43% 30.2M 0s 2750K .......... .......... .......... .......... .......... 44% 33.1M 0s 2800K .......... .......... .......... .......... .......... 44% 30.4M 0s 2850K .......... .......... .......... .......... .......... 45% 42.7M 0s 2900K .......... .......... .......... .......... .......... 46% 34.9M 0s 2950K .......... .......... .......... .......... .......... 47% 34.8M 0s 3000K .......... .......... .......... .......... .......... 48% 25.6M 0s 3050K .......... .......... .......... .......... .......... 48% 36.3M 0s 3100K .......... .......... .......... .......... .......... 49% 31.4M 0s 3150K .......... .......... .......... .......... .......... 50% 39.4M 0s 3200K .......... .......... .......... .......... .......... 51% 29.6M 0s 3250K .......... .......... .......... .......... .......... 52% 32.3M 0s 3300K .......... .......... .......... .......... .......... 52% 36.9M 0s 3350K .......... .......... .......... .......... .......... 53% 32.9M 0s 3400K .......... .......... .......... .......... .......... 54% 14.1M 0s 3450K .......... .......... .......... .......... .......... 55% 17.3M 0s 3500K .......... .......... .......... .......... .......... 55% 36.1M 0s 3550K .......... .......... .......... .......... .......... 56% 10.9M 0s 3600K .......... .......... .......... .......... .......... 57% 7.35M 0s 3650K .......... .......... .......... .......... .......... 58% 12.7M 0s 3700K .......... .......... .......... .......... .......... 59% 15.5M 0s 3750K .......... .......... .......... .......... .......... 59% 31.5M 0s 3800K .......... .......... .......... .......... .......... 60% 16.8M 0s 3850K .......... .......... .......... .......... .......... 61% 13.5M 0s 3900K .......... .......... .......... .......... .......... 62% 2.82M 0s 3950K .......... .......... .......... .......... .......... 63% 27.2M 0s 4000K .......... .......... .......... .......... .......... 63% 6.56M 0s 4050K .......... .......... .......... .......... .......... 64% 29.4M 0s 4100K .......... .......... .......... .......... .......... 65% 40.4M 0s 4150K .......... .......... .......... .......... .......... 66% 38.9M 0s 4200K .......... .......... .......... .......... .......... 67% 34.0M 0s 4250K .......... .......... .......... .......... .......... 67% 49.6M 0s 4300K .......... .......... .......... .......... .......... 68% 36.9M 0s 4350K .......... .......... .......... .......... .......... 69% 60.7M 0s 4400K .......... .......... .......... .......... .......... 70% 28.3M 0s 4450K .......... .......... .......... .......... .......... 70% 19.4M 0s 4500K .......... .......... .......... .......... .......... 71% 33.4M 0s 4550K .......... .......... .......... .......... .......... 72% 2.22M 0s 4600K .......... .......... .......... .......... .......... 73% 14.0M 0s 4650K .......... .......... .......... .......... .......... 74% 21.0M 0s 4700K .......... .......... .......... .......... .......... 74% 34.7M 0s 4750K .......... .......... .......... .......... .......... 75% 923K 0s 4800K .......... .......... .......... .......... .......... 76% 28.0M 0s 4850K .......... .......... .......... .......... .......... 77% 31.5M 0s 4900K .......... .......... .......... .......... .......... 78% 13.7M 0s 4950K .......... .......... .......... .......... .......... 78% 14.7M 0s 5000K .......... .......... .......... .......... .......... 79% 12.8M 0s 5050K .......... .......... .......... .......... .......... 80% 15.9M 0s 5100K .......... .......... .......... .......... .......... 81% 25.2M 0s 5150K .......... .......... .......... .......... .......... 82% 15.4M 0s 5200K .......... .......... .......... .......... .......... 82% 19.6M 0s 5250K .......... .......... .......... .......... .......... 83% 15.4M 0s 5300K .......... .......... .......... .......... .......... 84% 25.8M 0s 5350K .......... .......... .......... .......... .......... 85% 16.1M 0s 5400K .......... .......... .......... .......... .......... 85% 5.42M 0s 5450K .......... .......... .......... .......... .......... 86% 21.6M 0s 5500K .......... .......... .......... .......... .......... 87% 31.2M 0s 5550K .......... .......... .......... .......... .......... 88% 25.9M 0s 5600K .......... .......... .......... .......... .......... 89% 17.2M 0s 5650K .......... .......... .......... .......... .......... 89% 37.7M 0s 5700K .......... .......... .......... .......... .......... 90% 31.3M 0s 5750K .......... .......... .......... .......... .......... 91% 23.6M 0s 5800K .......... .......... .......... .......... .......... 92% 12.1M 0s 5850K .......... .......... .......... .......... .......... 93% 33.2M 0s 5900K .......... .......... .......... .......... .......... 93% 43.9M 0s 5950K .......... .......... .......... .......... .......... 94% 11.9M 0s 6000K .......... .......... .......... .......... .......... 95% 11.2M 0s 6050K .......... .......... .......... .......... .......... 96% 29.6M 0s 6100K .......... .......... .......... .......... .......... 97% 30.9M 0s 6150K .......... .......... .......... .......... .......... 97% 26.3M 0s 6200K .......... .......... .......... .......... .......... 98% 18.4M 0s 6250K .......... .......... .......... .......... .......... 99% 34.2M 0s 6300K .......... .......... .......... .......... 100% 23.5M=0.6s 2019-09-08 17:27:26 (10.1 MB/s) - ‘lib.msi’ saved [6492160/6492160] --2019-09-08 17:27:26-- https://www.python.org/ftp/python/3.6.8/win32/lib.msi.asc Resolving www.python.org (www.python.org)... 151.101.64.223, 151.101.0.223, 151.101.192.223, ... Connecting to www.python.org (www.python.org)|151.101.64.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘lib.msi.asc’ 0K 100% 21.9M=0s 2019-09-08 17:27:26 (21.9 MB/s) - ‘lib.msi.asc’ saved [836/836] INFO: Verifying PGP signature for lib.msi ... OK: lib.msi signature verified INFO: Installing pip... --2019-09-08 17:27:30-- https://www.python.org/ftp/python/3.6.8/win32/pip.msi Resolving www.python.org (www.python.org)... 151.101.128.223, 151.101.64.223, 151.101.0.223, ... Connecting to www.python.org (www.python.org)|151.101.128.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 253952 (248K) [application/octet-stream] Saving to: ‘pip.msi’ 0K .......... .......... .......... .......... .......... 20% 601K 0s 50K .......... .......... .......... .......... .......... 40% 1.21M 0s 100K .......... .......... .......... .......... .......... 60% 4.96M 0s 150K .......... .......... .......... .......... .......... 80% 65.9M 0s 200K .......... .......... .......... .......... ........ 100% 1.47M=0.2s 2019-09-08 17:27:30 (1.46 MB/s) - ‘pip.msi’ saved [253952/253952] --2019-09-08 17:27:30-- https://www.python.org/ftp/python/3.6.8/win32/pip.msi.asc Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.128.223, 151.101.64.223, ... Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘pip.msi.asc’ 0K 100% 49.8M=0s 2019-09-08 17:27:31 (49.8 MB/s) - ‘pip.msi.asc’ saved [836/836] INFO: Verifying PGP signature for pip.msi ... OK: pip.msi signature verified INFO: Installing tools... --2019-09-08 17:27:45-- https://www.python.org/ftp/python/3.6.8/win32/tools.msi Resolving www.python.org (www.python.org)... 151.101.0.223, 151.101.192.223, 151.101.128.223, ... Connecting to www.python.org (www.python.org)|151.101.0.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 204800 (200K) [application/octet-stream] Saving to: ‘tools.msi’ 0K .......... .......... .......... .......... .......... 25% 625K 0s 50K .......... .......... .......... .......... .......... 50% 1.17M 0s 100K .......... .......... .......... .......... .......... 75% 16.0M 0s 150K .......... .......... .......... .......... ..........100% 40.2M 0s 200K 100% 0.00 =0.1s 2019-09-08 17:27:45 (1.55 MB/s) - ‘tools.msi’ saved [204800/204800] --2019-09-08 17:27:45-- https://www.python.org/ftp/python/3.6.8/win32/tools.msi.asc Resolving www.python.org (www.python.org)... 151.101.64.223, 151.101.0.223, 151.101.192.223, ... Connecting to www.python.org (www.python.org)|151.101.64.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘tools.msi.asc’ 0K 100% 91.1M=0s 2019-09-08 17:27:45 (91.1 MB/s) - ‘tools.msi.asc’ saved [836/836] INFO: Verifying PGP signature for tools.msi ... OK: tools.msi signature verified INFO: Upgrading pip ... Collecting pip Downloading https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (1.4MB) Installing collected packages: pip Found existing installation: pip 18.1 Uninstalling pip-18.1: Successfully uninstalled pip-18.1 Successfully installed pip-19.2.3 INFO: Installing build requirements from requirements-wine-build.txt ... Collecting altgraph==0.16.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/requirements-wine-build.txt (line 1)) Downloading https://files.pythonhosted.org/packages/0a/cc/646187eac4b797069e2e6b736f14cdef85dbe405c9bfc7803ef36e4f62ef/altgraph-0.16.1-py2.py3-none-any.whl Collecting future==0.17.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/requirements-wine-build.txt (line 4)) Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB) Collecting pefile==2019.4.18 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/requirements-wine-build.txt (line 6)) Downloading https://files.pythonhosted.org/packages/36/58/acf7f35859d541985f0a6ea3c34baaefbfaee23642cf11e85fe36453ae77/pefile-2019.4.18.tar.gz (62kB) Collecting pip==19.2.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/requirements-wine-build.txt (line 8)) Downloading https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl (1.4MB) Collecting pywin32-ctypes==0.2.0 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/requirements-wine-build.txt (line 11)) Downloading https://files.pythonhosted.org/packages/9e/4b/3ab2720f1fa4b4bc924ef1932b842edf10007e4547ea8157b0b9fc78599a/pywin32_ctypes-0.2.0-py2.py3-none-any.whl Collecting setuptools==41.0.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/requirements-wine-build.txt (line 14)) Downloading https://files.pythonhosted.org/packages/ec/51/f45cea425fd5cb0b0380f5b0f048ebc1da5b417e48d304838c02d6288a1e/setuptools-41.0.1-py2.py3-none-any.whl (575kB) Collecting wheel==0.33.4 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/requirements-wine-build.txt (line 17)) Downloading https://files.pythonhosted.org/packages/bb/10/44230dd6bf3563b8f227dbf344c908d412ad2ff48066476672f3a72e174e/wheel-0.33.4-py2.py3-none-any.whl Installing collected packages: altgraph, future, pefile, pip, pywin32-ctypes, setuptools, wheel Running setup.py install for future: started Running setup.py install for future: finished with status 'done' Running setup.py install for pefile: started Running setup.py install for pefile: finished with status 'done' Successfully installed altgraph-0.16.1 future-0.17.1 pefile-2019.4.18 pip-19.2.3 pywin32-ctypes-0.2.0 setuptools-41.0.1 wheel-0.33.4 INFO: Compiling PyInstaller bootloader with AntiVirus False-Positive Protection™ ... Initialized empty Git repository in /homedir/tmp/pyinstaller/.git/ From https://github.com/EchterAgo/pyinstaller * branch 1a8b2d47c277c451f4e358d926a47c096a5615ec -> FETCH_HEAD Switched to a new branch 'pinned' removed 'PyInstaller/bootloader/Windows-32bit/run.exe' removed 'PyInstaller/bootloader/Windows-32bit/run_d.exe' removed 'PyInstaller/bootloader/Windows-32bit/runw.exe' removed 'PyInstaller/bootloader/Windows-32bit/runw_d.exe' removed 'PyInstaller/bootloader/Windows-64bit/run.exe' removed 'PyInstaller/bootloader/Windows-64bit/run_d.exe' removed 'PyInstaller/bootloader/Windows-64bit/runw.exe' removed 'PyInstaller/bootloader/Windows-64bit/runw_d.exe' ~/tmp/pyinstaller/bootloader ~/tmp/pyinstaller ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine 'all' finished successfully (0.001s) 'distclean' finished successfully (0.000s) Setting top to : /homedir/tmp/pyinstaller/bootloader Setting out to : /homedir/tmp/pyinstaller/bootloader/build Python Version : 3.6.8 (default, Jan 14 2019, 11:02:34) [GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] Checking for 'gcc' (C compiler) : i686-w64-mingw32-gcc System : Assuming cross-compilation for Windows Checking size of pointer : 4 Platform : Windows-32bit detected based on compiler Checking for flags -m32 : yes Checking for program 'i686-w64-mingw32-windres' : /usr/bin/i686-w64-mingw32-windres Checking for program 'i686-w64-mingw32-strip' : /usr/bin/i686-w64-mingw32-strip Checking for program 'strip' : /usr/bin/i686-w64-mingw32-strip Checking for library user32 : yes Checking for library comctl32 : yes Checking for library kernel32 : yes Checking for library ws2_32 : yes Checking for function unsetenv : no Checking for function mkdtemp : no 'configure' finished successfully (0.614s) 'make_all' finished successfully (0.008s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debug' [ 1/23] Compiling zlib/unzip.c [ 2/23] Compiling zlib/inffast.c [ 3/23] Compiling zlib/adler32.c [ 4/23] Compiling zlib/ioapi.c [ 5/23] Compiling zlib/inftrees.c [ 6/23] Compiling zlib/crc32.c [ 7/23] Compiling zlib/zutil.c [ 8/23] Compiling zlib/inflate.c [ 9/23] Compiling src/pyi_python.c [10/23] Compiling src/main.c [11/23] Compiling windows/run.rc [12/23] Compiling src/pyi_main.c [13/23] Compiling src/pyi_win32_utils.c [14/23] Compiling src/pyi_global.c [15/23] Compiling src/pyi_pythonlib.c [16/23] Compiling src/pyi_utils.c [17/23] Compiling src/pyi_python27_compat.c [18/23] Linking build/debug/libstatic_zlib.a [19/23] Compiling src/pyi_launch.c [20/23] Compiling src/pyi_path.c [21/23] Compiling src/pyi_archive.c [22/23] Linking build/debug/run_d.exe [23/23] Processing build/debug/run_d.exe Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debug' 'build_debug' finished successfully (2.624s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/release' [ 1/23] Compiling zlib/unzip.c [ 2/23] Compiling zlib/inffast.c [ 3/23] Compiling zlib/adler32.c [ 4/23] Compiling zlib/ioapi.c [ 5/23] Compiling zlib/inftrees.c [ 6/23] Compiling zlib/crc32.c [ 7/23] Compiling zlib/zutil.c [ 8/23] Compiling zlib/inflate.c [ 9/23] Compiling src/pyi_python.c [10/23] Compiling src/pyi_archive.c [11/23] Compiling src/pyi_launch.c [12/23] Compiling src/pyi_main.c [13/23] Compiling src/pyi_win32_utils.c [14/23] Compiling src/pyi_global.c [15/23] Compiling src/pyi_pythonlib.c [16/23] Compiling src/pyi_utils.c [17/23] Linking build/release/libstatic_zlib.a [18/23] Compiling windows/run.rc [19/23] Compiling src/main.c [20/23] Compiling src/pyi_python27_compat.c [21/23] Compiling src/pyi_path.c [22/23] Linking build/release/run.exe [23/23] Processing build/release/run.exe Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/release' 'build_release' finished successfully (2.972s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debugw' [ 1/23] Compiling zlib/unzip.c [ 2/23] Compiling zlib/inffast.c [ 3/23] Compiling zlib/adler32.c [ 4/23] Compiling zlib/ioapi.c [ 5/23] Compiling zlib/inftrees.c [ 6/23] Compiling zlib/crc32.c [ 7/23] Compiling zlib/zutil.c [ 8/23] Compiling zlib/inflate.c [ 9/23] Compiling src/pyi_python.c [10/23] Compiling src/pyi_archive.c [11/23] Compiling src/pyi_launch.c [12/23] Compiling src/pyi_main.c [13/23] Compiling src/pyi_win32_utils.c [14/23] Compiling src/pyi_global.c [15/23] Compiling src/pyi_pythonlib.c [16/23] Compiling src/pyi_utils.c [17/23] Linking build/debugw/libstatic_zlib.a [18/23] Compiling windows/runw.rc [19/23] Compiling src/main.c [20/23] Compiling src/pyi_python27_compat.c [21/23] Compiling src/pyi_path.c [22/23] Linking build/debugw/runw_d.exe [23/23] Processing build/debugw/runw_d.exe Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debugw' 'build_debugw' finished successfully (2.688s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/releasew' [ 1/23] Compiling zlib/unzip.c [ 2/23] Compiling zlib/inffast.c [ 3/23] Compiling zlib/adler32.c [ 4/23] Compiling zlib/ioapi.c [ 5/23] Compiling zlib/inftrees.c [ 6/23] Compiling zlib/crc32.c [ 7/23] Compiling zlib/zutil.c [ 8/23] Compiling zlib/inflate.c [ 9/23] Compiling src/pyi_python.c [10/23] Compiling src/pyi_archive.c [11/23] Compiling src/pyi_launch.c [12/23] Compiling src/pyi_main.c [13/23] Compiling src/pyi_win32_utils.c [14/23] Compiling src/pyi_global.c [15/23] Compiling src/pyi_pythonlib.c [16/23] Compiling src/pyi_utils.c [17/23] Linking build/releasew/libstatic_zlib.a [18/23] Compiling windows/runw.rc [19/23] Compiling src/main.c [20/23] Compiling src/pyi_python27_compat.c [21/23] Compiling src/pyi_path.c [22/23] Linking build/releasew/runw.exe [23/23] Processing build/releasew/runw.exe Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/releasew' 'build_releasew' finished successfully (2.716s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debug' [23/24] Processing build/debug/run_d.exe + install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-32bit/run_d.exe (from build/debug/run_d.exe) Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debug' 'install_debug' finished successfully (0.035s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/release' [23/24] Processing build/release/run.exe + install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-32bit/run.exe (from build/release/run.exe) Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/release' 'install_release' finished successfully (0.034s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debugw' [24/24] Processing build/debugw/runw_d.exe + install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-32bit/runw_d.exe (from build/debugw/runw_d.exe) Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debugw' 'install_debugw' finished successfully (0.030s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/releasew' [23/24] Processing build/releasew/runw.exe + install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-32bit/runw.exe (from build/releasew/runw.exe) Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/releasew' 'install_releasew' finished successfully (0.037s) ~/tmp/pyinstaller ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Installing PyInstaller ... Processing z:\homedir\tmp\pyinstaller Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Requirement already satisfied: pefile>=2017.8.1 in c:\python3.6.8\lib\site-packages (from PyInstaller==3.5) (2019.4.18) Requirement already satisfied: altgraph in c:\python3.6.8\lib\site-packages (from PyInstaller==3.5) (0.16.1) Requirement already satisfied: pywin32-ctypes>=0.2.0 in c:\python3.6.8\lib\site-packages (from PyInstaller==3.5) (0.2.0) Requirement already satisfied: setuptools in c:\python3.6.8\lib\site-packages (from PyInstaller==3.5) (41.0.1) Requirement already satisfied: future in c:\python3.6.8\lib\site-packages (from pefile>=2017.8.1->PyInstaller==3.5) (0.17.1) Building wheels for collected packages: PyInstaller Building wheel for PyInstaller (PEP 517): started Building wheel for PyInstaller (PEP 517): finished with status 'done' Created wheel for PyInstaller: filename=PyInstaller-3.5-cp36-none-any.whl size=1943117 sha256=2002f566644370bebcf9c0703ec466cc780708452ac5e3aaea81f4a09327a52f Stored in directory: C:\users\1001\Temp\pip-ephem-wheel-cache-8stwcz9y\wheels\cf\f2\57\66de7d05956e998ce223e189480830bb3ad2888f4764ca206f Successfully built PyInstaller Installing collected packages: PyInstaller Successfully installed PyInstaller-3.5 3.5 INFO: Installing Packages from requirements-binaries ... Collecting psutil==5.6.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 1)) Downloading https://files.pythonhosted.org/packages/d5/cc/e3fe388fe3c987973e929cb17cceb33bcd2ff7f8b754cd354826fbb7dfe7/psutil-5.6.1-cp36-cp36m-win32.whl (226kB) Collecting pycryptodomex==3.6.6 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 11)) Downloading https://files.pythonhosted.org/packages/c6/55/aa31d9b8b22e303206c22e63653283338aba4a8e6aebb805fe07cb7cf232/pycryptodomex-3.6.6-cp36-cp36m-win32.whl (7.9MB) Collecting PyQt5==5.12.3 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 42)) Downloading https://files.pythonhosted.org/packages/d3/2e/e4ca0b88ee3a5a5f761f17395a48a159228827f2e1a342f6a321045ea904/PyQt5-5.12.3-5.12.4-cp35.cp36.cp37.cp38-none-win32.whl (41.6MB) Collecting PyQt5-sip==4.19.17 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 47)) Downloading https://files.pythonhosted.org/packages/ca/45/d59ba0acea8fe2612c8f6753acda5603a7446fb85769990ca51bf14de3e4/PyQt5_sip-4.19.17-cp36-none-win32.whl (44kB) Requirement already satisfied: setuptools==41.0.1 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 64)) (41.0.1) Collecting SIP==4.19.8 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 67)) Downloading https://files.pythonhosted.org/packages/7a/49/67cc7955baf2ec5b67e141da2ab2a436cbf0f8d7c9fcab54e35df21d056b/sip-4.19.8-cp36-none-win32.whl (42kB) Collecting six==1.12.0 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 80)) Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl Collecting websocket_client==0.56.0 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 83)) Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB) Requirement already satisfied: wheel==0.33.4 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 86)) (0.33.4) Installing collected packages: psutil, pycryptodomex, PyQt5-sip, PyQt5, SIP, six, websocket-client Successfully installed PyQt5-5.12.3 PyQt5-sip-4.19.17 SIP-4.19.8 psutil-5.6.1 pycryptodomex-3.6.6 six-1.12.0 websocket-client-0.56.0 INFO: Installing NSIS ... --2019-09-08 17:29:43-- https://github.com/cculianu/Electron-Cash-Build-Tools/releases/download/v1.0/nsis-3.02.1-setup.exe Resolving github.com (github.com)... 52.74.223.119 Connecting to github.com (github.com)|52.74.223.119|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/180529036/edca2b80-5b7d-11e9-93b2-ba42c37a2db5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190908%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190908T172943Z&X-Amz-Expires=300&X-Amz-Signature=25a8ede9f047fb62d5f702196d702a9bcca411528c2d0e33ab13fbff32538970&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dnsis-3.02.1-setup.exe&response-content-type=application%2Foctet-stream [following] --2019-09-08 17:29:43-- https://github-production-release-asset-2e65be.s3.amazonaws.com/180529036/edca2b80-5b7d-11e9-93b2-ba42c37a2db5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190908%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190908T172943Z&X-Amz-Expires=300&X-Amz-Signature=25a8ede9f047fb62d5f702196d702a9bcca411528c2d0e33ab13fbff32538970&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dnsis-3.02.1-setup.exe&response-content-type=application%2Foctet-stream Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.80.248 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.80.248|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1710831 (1.6M) [application/octet-stream] Saving to: ‘nsis.exe’ 0K .......... .......... .......... .......... .......... 2% 90.1K 18s 50K .......... .......... .......... .......... .......... 5% 662K 10s 100K .......... .......... .......... .......... .......... 8% 244K 8s 150K .......... .......... .......... .......... .......... 11% 20.7M 6s 200K .......... .......... .......... .......... .......... 14% 183K 6s 250K .......... .......... .......... .......... .......... 17% 14.9M 5s 300K .......... .......... .......... .......... .......... 20% 4.60M 4s 350K .......... .......... .......... .......... .......... 23% 75.0M 4s 400K .......... .......... .......... .......... .......... 26% 190K 4s 450K .......... .......... .......... .......... .......... 29% 12.9M 3s 500K .......... .......... .......... .......... .......... 32% 66.2M 3s 550K .......... .......... .......... .......... .......... 35% 22.9M 2s 600K .......... .......... .......... .......... .......... 38% 27.6M 2s 650K .......... .......... .......... .......... .......... 41% 14.2M 2s 700K .......... .......... .......... .......... .......... 44% 38.5M 2s 750K .......... .......... .......... .......... .......... 47% 13.6M 2s 800K .......... .......... .......... .......... .......... 50% 84.8M 1s 850K .......... .......... .......... .......... .......... 53% 930K 1s 900K .......... .......... .......... .......... .......... 56% 242K 1s 950K .......... .......... .......... .......... .......... 59% 18.1M 1s 1000K .......... .......... .......... .......... .......... 62% 7.99M 1s 1050K .......... .......... .......... .......... .......... 65% 12.9M 1s 1100K .......... .......... .......... .......... .......... 68% 38.9M 1s 1150K .......... .......... .......... .......... .......... 71% 20.4M 1s 1200K .......... .......... .......... .......... .......... 74% 22.3M 1s 1250K .......... .......... .......... .......... .......... 77% 33.8M 0s 1300K .......... .......... .......... .......... .......... 80% 25.5M 0s 1350K .......... .......... .......... .......... .......... 83% 175K 0s 1400K .......... .......... .......... .......... .......... 86% 35.4M 0s 1450K .......... .......... .......... .......... .......... 89% 40.1M 0s 1500K .......... .......... .......... .......... .......... 92% 51.6M 0s 1550K .......... .......... .......... .......... .......... 95% 64.5M 0s 1600K .......... .......... .......... .......... .......... 98% 68.5M 0s 1650K .......... .......... 100% 87.1M=2.0s 2019-09-08 17:29:46 (844 KB/s) - ‘nsis.exe’ saved [1710831/1710831] OK: 'nsis.exe' hash verified INFO: Compiling libusb ... Initialized empty Git repository in /homedir/tmp/libusb/.git/ From https://github.com/libusb/libusb * branch a5990ab10f68e5ec7498f627d1664b1f842fec4e -> FETCH_HEAD Switched to a new branch 'pinned' autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:37: installing './compile' configure.ac:39: installing './config.guess' configure.ac:39: installing './config.sub' configure.ac:29: installing './install-sh' configure.ac:29: installing './missing' Makefile.am: installing './INSTALL' examples/Makefile.am: installing './depcomp' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-w64-mingw32-strip... i686-w64-mingw32-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-w64-mingw32-gcc accepts -g... yes checking for i686-w64-mingw32-gcc option to accept ISO C89... none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of i686-w64-mingw32-gcc... gcc3 checking for i686-w64-mingw32-g++... i686-w64-mingw32-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-w64-mingw32-g++ accepts -g... yes checking dependency style of i686-w64-mingw32-g++... gcc3 checking build system type... x86_64-pc-linux-gnu checking host system type... i686-w64-mingw32 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B checking the name lister (/usr/bin/i686-w64-mingw32-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/i686-w64-mingw32-ld option to reload object files... -r checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar checking for archiver @FILE support... @ checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for i686-w64-mingw32-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... i686-w64-mingw32-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for objdir... .libs checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-gcc static flag -static works... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... i686-w64-mingw32-g++ -E checking for ld used by i686-w64-mingw32-g++... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking for i686-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-g++ static flag -static works... yes checking if i686-w64-mingw32-g++ supports -c -o file.o... yes checking if i686-w64-mingw32-g++ supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking for i686-w64-mingw32-windres... i686-w64-mingw32-windres checking for inline... inline checking operating system... Windows checking sys/timerfd.h usability... no checking sys/timerfd.h presence... no checking for sys/timerfd.h... no checking whether TFD_NONBLOCK is declared... no checking whether TFD_CLOEXEC is declared... no checking whether to use timerfd for timing... no (header not available) checking for pipe2... no checking for struct timespec... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sigaction... no checking whether CC supports -std=gnu99... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libusb-1.0.pc config.status: creating Makefile config.status: creating libusb/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating doc/doxygen.cfg config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory '/homedir/tmp/libusb' Making all in libusb make[2]: Entering directory '/homedir/tmp/libusb/libusb' CC libusb_1_0_la-core.lo CC libusb_1_0_la-descriptor.lo CC libusb_1_0_la-hotplug.lo CC libusb_1_0_la-io.lo In file included from io.c:38:0: io.c: In function ‘libusb_interrupt_event_handler’: io.c:1902:11: warning: zero-length ms_printf format string [-Wformat-zero-length] usbi_dbg(""); ^ libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ io.c:1902:2: note: in expansion of macro ‘usbi_dbg’ usbi_dbg(""); ^ In file included from descriptor.c:29:0: descriptor.c: In function ‘libusb_get_device_descriptor’: descriptor.c:546:11: warning: zero-length ms_printf format string [-Wformat-zero-length] usbi_dbg(""); ^ libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ descriptor.c:546:2: note: in expansion of macro ‘usbi_dbg’ usbi_dbg(""); ^ In file included from core.c:44:0: core.c: In function ‘libusb_get_device_list’: core.c:815:11: warning: zero-length ms_printf format string [-Wformat-zero-length] usbi_dbg(""); ^ libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ core.c:815:2: note: in expansion of macro ‘usbi_dbg’ usbi_dbg(""); ^ core.c: In function ‘libusb_close’: core.c:1495:11: warning: zero-length ms_printf format string [-Wformat-zero-length] usbi_dbg(""); ^ libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ core.c:1495:2: note: in expansion of macro ‘usbi_dbg’ usbi_dbg(""); ^ core.c: In function ‘libusb_get_configuration’: core.c:1578:11: warning: zero-length ms_printf format string [-Wformat-zero-length] usbi_dbg(""); ^ libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ core.c:1578:2: note: in expansion of macro ‘usbi_dbg’ usbi_dbg(""); ^ core.c: In function ‘libusb_reset_device’: core.c:1846:11: warning: zero-length ms_printf format string [-Wformat-zero-length] usbi_dbg(""); ^ libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ core.c:1846:2: note: in expansion of macro ‘usbi_dbg’ usbi_dbg(""); ^ core.c: In function ‘libusb_exit’: core.c:2370:11: warning: zero-length ms_printf format string [-Wformat-zero-length] usbi_dbg(""); ^ libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ core.c:2370:2: note: in expansion of macro ‘usbi_dbg’ usbi_dbg(""); ^ CC libusb_1_0_la-strerror.lo CC libusb_1_0_la-sync.lo GEN libusb-1.0.lo CC os/libusb_1_0_la-windows_nt_common.lo CC os/libusb_1_0_la-windows_usbdk.lo CC os/libusb_1_0_la-windows_winusb.lo CC os/libusb_1_0_la-poll_windows.lo In file included from os/windows_winusb.c:39:0: os/windows_winusb.c: In function ‘_hid_get_report’: os/windows_winusb.c:3364:12: warning: unknown conversion type character ‘z’ in format [-Wformat=] usbi_dbg("invalid size (%zu)", *size); ^ ./libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ os/windows_winusb.c:3364:3: note: in expansion of macro ‘usbi_dbg’ usbi_dbg("invalid size (%zu)", *size); ^ os/windows_winusb.c:3364:12: warning: too many arguments for format [-Wformat-extra-args] usbi_dbg("invalid size (%zu)", *size); ^ ./libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ os/windows_winusb.c:3364:3: note: in expansion of macro ‘usbi_dbg’ usbi_dbg("invalid size (%zu)", *size); ^ os/windows_winusb.c: In function ‘_hid_set_report’: os/windows_winusb.c:3443:12: warning: unknown conversion type character ‘z’ in format [-Wformat=] usbi_dbg("invalid size (%zu)", *size); ^ ./libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ os/windows_winusb.c:3443:3: note: in expansion of macro ‘usbi_dbg’ usbi_dbg("invalid size (%zu)", *size); ^ os/windows_winusb.c:3443:12: warning: too many arguments for format [-Wformat-extra-args] usbi_dbg("invalid size (%zu)", *size); ^ ./libusbi.h:236:71: note: in definition of macro ‘_usbi_log’ #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __FUNCTION__, __VA_ARGS__) ^~~~~~~~~~~ os/windows_winusb.c:3443:3: note: in expansion of macro ‘usbi_dbg’ usbi_dbg("invalid size (%zu)", *size); ^ CC os/libusb_1_0_la-threads_windows.lo os/poll_windows.c:63:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes] static void usbi_dec_fd_table() ^~~~~~~~~~~~~~~~~ os/poll_windows.c: In function ‘smart_realloc_fd_table_space’: os/poll_windows.c:75:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] struct file_descriptor **p = (struct file_descriptor *)realloc(fd_table, (fd_size + INC_FDS_EACH) * sizeof(struct file_descriptor *)); ^ CCLD libusb-1.0.la i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') GEN libusb-1.0.dll make[2]: Leaving directory '/homedir/tmp/libusb/libusb' Making all in doc make[2]: Entering directory '/homedir/tmp/libusb/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/homedir/tmp/libusb/doc' make[2]: Entering directory '/homedir/tmp/libusb' make[2]: Leaving directory '/homedir/tmp/libusb' make[1]: Leaving directory '/homedir/tmp/libusb' ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Wine is configured. INFO: Building Electron-Cash ... ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/electrum-locale ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Version to release: 4.0.10 INFO: Fudging timestamps on all files for determinism ... ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Installing frozen dependencies ... Collecting certifi==2019.3.9 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl (158kB) Collecting chardet==3.0.4 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB) Collecting dnspython==1.16.0 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 7)) Downloading https://files.pythonhosted.org/packages/ec/d3/3aa0e7213ef72b8585747aa0e271a9523e713813b9a20177ebe1e939deb0/dnspython-1.16.0-py2.py3-none-any.whl (188kB) Collecting ecdsa==0.13.2 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 10)) Downloading https://files.pythonhosted.org/packages/23/a8/8aa68e70959e1287da9154e5164bb8bd5dd7025e41ae54e8d177b8d165c9/ecdsa-0.13.2-py2.py3-none-any.whl (59kB) Collecting idna==2.8 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 13)) Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB) Collecting jsonrpclib-pelix==0.4.0 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 16)) Downloading https://files.pythonhosted.org/packages/56/06/c2ac9ebf4545a74acd5c0b00a20df5c63f1311384f2a72abd44e282c8916/jsonrpclib_pelix-0.4.0-py2.py3-none-any.whl (40kB) Collecting protobuf==3.7.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 19)) Downloading https://files.pythonhosted.org/packages/14/41/a888a7851c12baf3b72a4be0298970f97b16f08a90e0fd5ab8f44fb8dc98/protobuf-3.7.1-cp36-cp36m-win32.whl (961kB) Collecting pyaes==1.6.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 39)) Downloading https://files.pythonhosted.org/packages/44/66/2c17bae31c906613795711fc78045c285048168919ace2220daa372c7d72/pyaes-1.6.1.tar.gz Collecting PySocks==1.6.8 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 41)) Downloading https://files.pythonhosted.org/packages/53/12/6bf1d764f128636cef7408e8156b7235b150ea31650d0260969215bb8e7d/PySocks-1.6.8.tar.gz (283kB) Collecting python-dateutil==2.6.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 43)) Downloading https://files.pythonhosted.org/packages/4b/0d/7ed381ab4fe80b8ebf34411d14f253e1cf3e56e2820ffa1d8844b23859a2/python_dateutil-2.6.1-py2.py3-none-any.whl (194kB) Collecting QDarkStyle==2.6.8 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 46)) Downloading https://files.pythonhosted.org/packages/2b/ab/8996b69475feda604e8b2f60b7d3e48938c0e07f48532ee112ce097cc6de/QDarkStyle-2.6.8-py2.py3-none-any.whl (180kB) Collecting qrcode==6.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 49)) Downloading https://files.pythonhosted.org/packages/42/87/4a3a77e59ab7493d64da1f69bf1c2e899a4cf81e51b2baa855e8cc8115be/qrcode-6.1-py2.py3-none-any.whl Collecting requests==2.21.0 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 52)) Downloading https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl (57kB) Requirement already satisfied: setuptools==41.0.1 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 55)) (41.0.1) Requirement already satisfied: six==1.12.0 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 58)) (1.12.0) Collecting urllib3==1.24.3 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 61)) Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB) Requirement already satisfied: wheel==0.33.4 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 64)) (0.33.4) Collecting colorama==0.4.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 67)) Downloading https://files.pythonhosted.org/packages/4f/a6/728666f39bfff1719fc94c481890b2106837da9318031f71a8424b662e12/colorama-0.4.1-py2.py3-none-any.whl Building wheels for collected packages: pyaes, PySocks Building wheel for pyaes (setup.py): started Building wheel for pyaes (setup.py): finished with status 'done' Created wheel for pyaes: filename=pyaes-1.6.1-cp36-none-any.whl size=26351 sha256=eacfe376a06004e04e4b30130f0866d319647df5a8e6ff676fce4a413ec257c6 Stored in directory: C:\users\1001\Local Settings\Application Data\pip\Cache\wheels\bd\cf\7b\ced9e8f28c50ed666728e8ab178ffedeb9d06f6a10f85d6432 Building wheel for PySocks (setup.py): started Building wheel for PySocks (setup.py): finished with status 'done' Created wheel for PySocks: filename=PySocks-1.6.8-cp36-none-any.whl size=12409 sha256=3b1fca9795fdaa48ed10e2a6e8c290cbc1dca9cc31eaa5f1bca703ce2f00d878 Stored in directory: C:\users\1001\Local Settings\Application Data\pip\Cache\wheels\22\5c\b5\12e0dfdfa85bea67b23628b6425fae715c687e947a45ee3df9 Successfully built pyaes PySocks Installing collected packages: certifi, chardet, dnspython, ecdsa, idna, jsonrpclib-pelix, protobuf, pyaes, PySocks, python-dateutil, QDarkStyle, colorama, qrcode, urllib3, requests Successfully installed PySocks-1.6.8 QDarkStyle-2.6.8 certifi-2019.3.9 chardet-3.0.4 colorama-0.4.1 dnspython-1.16.0 ecdsa-0.13.2 idna-2.8 jsonrpclib-pelix-0.4.0 protobuf-3.7.1 pyaes-1.6.1 python-dateutil-2.6.1 qrcode-6.1 requests-2.21.0 urllib3-1.24.3 Collecting btchip-python==0.1.28 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 1)) Downloading https://files.pythonhosted.org/packages/66/26/52b88daa03da39cc8d7178f945af0dcbba46d642ced6ea56e305762568ae/btchip-python-0.1.28.tar.gz Requirement already satisfied: certifi==2019.3.9 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 3)) (2019.3.9) Requirement already satisfied: chardet==3.0.4 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 6)) (3.0.4) Collecting click==7.0 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 9)) Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB) Collecting construct==2.9.45 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 12)) Downloading https://files.pythonhosted.org/packages/19/c0/f054941fa33d14378de66d2c0477d31f7ad97aa2e298a5771a7b20bc2039/construct-2.9.45.tar.gz (56kB) Requirement already satisfied: ecdsa==0.13.2 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 14)) (0.13.2) Collecting hidapi==0.7.99.post21 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 17)) Downloading https://files.pythonhosted.org/packages/a9/c0/759d13416844c3c3d335a497daee2b8ec04eaeec73d147606ba73cc08db2/hidapi-0.7.99.post21-cp36-cp36m-win32.whl Requirement already satisfied: idna==2.8 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 29)) (2.8) Collecting keepkey==6.1.0 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 32)) Downloading https://files.pythonhosted.org/packages/3a/a2/45d8a1397965c785c31003b5e816dab30b07478ba15f6971891f78ccbbb4/keepkey-6.1.0-py3-none-any.whl (88kB) Collecting libusb1==1.7.1 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 36)) Downloading https://files.pythonhosted.org/packages/80/bb/4ee9d760dd29499d877ee384f1d2bc6bb9923defd4c69843aef5e729972d/libusb1-1.7.1.tar.gz (78kB) Collecting mnemonic==0.18 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 38)) Downloading https://files.pythonhosted.org/packages/a4/5a/663362ccceb76035ad50fbc20203b6a4674be1fe434886b7407e79519c5e/mnemonic-0.18.tar.gz Collecting pbkdf2==1.3 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 40)) Downloading https://files.pythonhosted.org/packages/02/c0/6a2376ae81beb82eda645a091684c0b0becb86b972def7849ea9066e3d5e/pbkdf2-1.3.tar.gz Requirement already satisfied: protobuf==3.7.1 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 42)) (3.7.1) Collecting pyblake2==1.1.2 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 62)) Downloading https://files.pythonhosted.org/packages/6c/41/e85581e8d40678437076ec8707ed489c1d709f7ddd0730df089065a42de5/pyblake2-1.1.2-cp36-cp36m-win32.whl Requirement already satisfied: requests==2.21.0 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 72)) (2.21.0) Requirement already satisfied: setuptools==41.0.1 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 75)) (41.0.1) Requirement already satisfied: six==1.12.0 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 78)) (1.12.0) Collecting trezor==0.11.2 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 81)) Downloading https://files.pythonhosted.org/packages/ba/f3/9b6437a067224322cfd0f1eb2fe2abedb062b810e9494cc9f176518382aa/trezor-0.11.2-py3-none-any.whl (506kB) Collecting typing-extensions==3.7.2 (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 84)) Downloading https://files.pythonhosted.org/packages/0f/62/c66e553258c37c33f9939abb2dd8d2481803d860ff68e635466f12aa7efa/typing_extensions-3.7.2-py3-none-any.whl Requirement already satisfied: urllib3==1.24.3 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 88)) (1.24.3) Requirement already satisfied: wheel==0.33.4 in c:\python3.6.8\lib\site-packages (from -r /homedir/wine64/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 91)) (0.33.4) Building wheels for collected packages: btchip-python, construct, libusb1, mnemonic, pbkdf2 Building wheel for btchip-python (setup.py): started Building wheel for btchip-python (setup.py): finished with status 'done' Created wheel for btchip-python: filename=btchip_python-0.1.28-cp36-none-any.whl size=34296 sha256=ade2e40126fea341982b7635c00eaf1ba9863f8f4fd739c3d1f546cd5eff319f Stored in directory: C:\users\1001\Local Settings\Application Data\pip\Cache\wheels\a0\f3\d3\48d6099f726a3cde73a66e5743a4822b3768e8dd5932ba215b Building wheel for construct (setup.py): started Building wheel for construct (setup.py): finished with status 'done' Created wheel for construct: filename=construct-2.9.45-cp36-none-any.whl size=58294 sha256=5c1703df37f8aeb42c04478e6088851e0b24f8f1b5992340470e156dc2189fc2 Stored in directory: C:\users\1001\Local Settings\Application Data\pip\Cache\wheels\22\73\01\9e7468947349b14ce8f07c3fc7b430b3a4ddad0837cda6ea73 Building wheel for libusb1 (setup.py): started Building wheel for libusb1 (setup.py): finished with status 'done' Created wheel for libusb1: filename=libusb1-1.7.1-cp36-none-any.whl size=60184 sha256=e8c638cf00e1e5095845599d507e8da37841458c9c7900d8b3684df12e1ab157 Stored in directory: C:\users\1001\Local Settings\Application Data\pip\Cache\wheels\05\ea\3b\2d4dcc547afa461c0625af050edc75371754bd9f07a8c3cde8 Building wheel for mnemonic (setup.py): started Building wheel for mnemonic (setup.py): finished with status 'done' Created wheel for mnemonic: filename=mnemonic-0.18-cp36-none-any.whl size=22382 sha256=291a90638b6cf7fbe98f14533f0a2398eb0c213cd32664f5564b77941772ce9b Stored in directory: C:\users\1001\Local Settings\Application Data\pip\Cache\wheels\7b\ae\4c\77865bda8459a7adca6defdce98e8a2db4f1681ac6a7bfc34f Building wheel for pbkdf2 (setup.py): started Building wheel for pbkdf2 (setup.py): finished with status 'done' Created wheel for pbkdf2: filename=pbkdf2-1.3-cp36-none-any.whl size=5110 sha256=2035ef7132d8505c07b1ba501cd7546578b4656eb0626edfd84a6c7210e38573 Stored in directory: C:\users\1001\Local Settings\Application Data\pip\Cache\wheels\8e\62\b9\0bf3a68f2111e169253ec4d2bbdc303c46777b7fc99bbbf230 Successfully built btchip-python construct libusb1 mnemonic pbkdf2 Installing collected packages: hidapi, btchip-python, click, construct, pbkdf2, mnemonic, libusb1, keepkey, pyblake2, typing-extensions, trezor Successfully installed btchip-python-0.1.28 click-7.0 construct-2.9.45 hidapi-0.7.99.post21 keepkey-6.1.0 libusb1-1.7.1 mnemonic-0.18 pbkdf2-1.3 pyblake2-1.1.2 trezor-0.11.2 typing-extensions-3.7.2 ~/wine64/drive_c/electroncash ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine running install running bdist_egg running egg_info creating Electron_Cash.egg-info writing Electron_Cash.egg-info\PKG-INFO writing dependency_links to Electron_Cash.egg-info\dependency_links.txt writing requirements to Electron_Cash.egg-info\requires.txt writing top-level names to Electron_Cash.egg-info\top_level.txt writing manifest file 'Electron_Cash.egg-info\SOURCES.txt' reading manifest file 'Electron_Cash.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.py' under directory 'packages' warning: no files found matching 'cacert.pem' under directory 'packages' writing manifest file 'Electron_Cash.egg-info\SOURCES.txt' installing library code to build\bdist.win32\egg running install_lib running build_py creating build creating build\lib creating build\lib\electroncash copying lib\address.py -> build\lib\electroncash copying lib\base_wizard.py -> build\lib\electroncash copying lib\bitcoin.py -> build\lib\electroncash copying lib\blockchain.py -> build\lib\electroncash copying lib\caches.py -> build\lib\electroncash copying lib\cashacct.py -> build\lib\electroncash copying lib\cashaddr.py -> build\lib\electroncash copying lib\coinchooser.py -> build\lib\electroncash copying lib\commands.py -> build\lib\electroncash copying lib\contacts.py -> build\lib\electroncash copying lib\daemon.py -> build\lib\electroncash copying lib\dnssec.py -> build\lib\electroncash copying lib\ecc_fast.py -> build\lib\electroncash copying lib\exchange_rate.py -> build\lib\electroncash copying lib\i18n.py -> build\lib\electroncash copying lib\interface.py -> build\lib\electroncash copying lib\jsonrpc.py -> build\lib\electroncash copying lib\keystore.py -> build\lib\electroncash copying lib\mnemonic.py -> build\lib\electroncash copying lib\msqr.py -> build\lib\electroncash copying lib\network.py -> build\lib\electroncash copying lib\networks.py -> build\lib\electroncash copying lib\old_contacts.py -> build\lib\electroncash copying lib\old_mnemonic.py -> build\lib\electroncash copying lib\paymentrequest.py -> build\lib\electroncash copying lib\paymentrequest_pb2.py -> build\lib\electroncash copying lib\pem.py -> build\lib\electroncash copying lib\plot.py -> build\lib\electroncash copying lib\plugins.py -> build\lib\electroncash copying lib\ripemd.py -> build\lib\electroncash copying lib\rsakey.py -> build\lib\electroncash copying lib\schnorr.py -> build\lib\electroncash copying lib\secp256k1.py -> build\lib\electroncash copying lib\simple_config.py -> build\lib\electroncash copying lib\storage.py -> build\lib\electroncash copying lib\synchronizer.py -> build\lib\electroncash copying lib\transaction.py -> build\lib\electroncash copying lib\util.py -> build\lib\electroncash copying lib\verifier.py -> build\lib\electroncash copying lib\version.py -> build\lib\electroncash copying lib\wallet.py -> build\lib\electroncash copying lib\web.py -> build\lib\electroncash copying lib\websockets.py -> build\lib\electroncash copying lib\winconsole.py -> build\lib\electroncash copying lib\x509.py -> build\lib\electroncash copying lib\__init__.py -> build\lib\electroncash creating build\lib\electroncash\locale copying lib\locale\__init__.py -> build\lib\electroncash\locale creating build\lib\electroncash\qrreaders copying lib\qrreaders\abstract_base.py -> build\lib\electroncash\qrreaders copying lib\qrreaders\osxqrdetect.py -> build\lib\electroncash\qrreaders copying lib\qrreaders\zbar.py -> build\lib\electroncash\qrreaders copying lib\qrreaders\__init__.py -> build\lib\electroncash\qrreaders creating build\lib\electroncash\slp copying lib\slp\exceptions.py -> build\lib\electroncash\slp copying lib\slp\slp.py -> build\lib\electroncash\slp copying lib\slp\__init__.py -> build\lib\electroncash\slp creating build\lib\electroncash\utils copying lib\utils\macos.py -> build\lib\electroncash\utils copying lib\utils\unicode_tools.py -> build\lib\electroncash\utils copying lib\utils\__init__.py -> build\lib\electroncash\utils creating build\lib\electroncash_gui copying gui\stdio.py -> build\lib\electroncash_gui copying gui\text.py -> build\lib\electroncash_gui copying gui\__init__.py -> build\lib\electroncash_gui creating build\lib\electroncash_gui\qt copying gui\qt\address_dialog.py -> build\lib\electroncash_gui\qt copying gui\qt\address_list.py -> build\lib\electroncash_gui\qt copying gui\qt\amountedit.py -> build\lib\electroncash_gui\qt copying gui\qt\bip38_importer.py -> build\lib\electroncash_gui\qt copying gui\qt\cashacctqt.py -> build\lib\electroncash_gui\qt copying gui\qt\console.py -> build\lib\electroncash_gui\qt copying gui\qt\contact_list.py -> build\lib\electroncash_gui\qt copying gui\qt\exception_window.py -> build\lib\electroncash_gui\qt copying gui\qt\external_plugins_window.py -> build\lib\electroncash_gui\qt copying gui\qt\fee_slider.py -> build\lib\electroncash_gui\qt copying gui\qt\history_list.py -> build\lib\electroncash_gui\qt copying gui\qt\icons.py -> build\lib\electroncash_gui\qt copying gui\qt\installwizard.py -> build\lib\electroncash_gui\qt copying gui\qt\invoice_list.py -> build\lib\electroncash_gui\qt copying gui\qt\main_window.py -> build\lib\electroncash_gui\qt copying gui\qt\network_dialog.py -> build\lib\electroncash_gui\qt copying gui\qt\password_dialog.py -> build\lib\electroncash_gui\qt copying gui\qt\paytoedit.py -> build\lib\electroncash_gui\qt copying gui\qt\popup_widget.py -> build\lib\electroncash_gui\qt copying gui\qt\qrcodewidget.py -> build\lib\electroncash_gui\qt copying gui\qt\qrtextedit.py -> build\lib\electroncash_gui\qt copying gui\qt\qrwindow.py -> build\lib\electroncash_gui\qt copying gui\qt\request_list.py -> build\lib\electroncash_gui\qt copying gui\qt\scan_beyond_gap.py -> build\lib\electroncash_gui\qt copying gui\qt\seed_dialog.py -> build\lib\electroncash_gui\qt copying gui\qt\style_patcher.py -> build\lib\electroncash_gui\qt copying gui\qt\transaction_dialog.py -> build\lib\electroncash_gui\qt copying gui\qt\udev_installer.py -> build\lib\electroncash_gui\qt copying gui\qt\update_checker.py -> build\lib\electroncash_gui\qt copying gui\qt\util.py -> build\lib\electroncash_gui\qt copying gui\qt\utxo_list.py -> build\lib\electroncash_gui\qt copying gui\qt\__init__.py -> build\lib\electroncash_gui\qt creating build\lib\electroncash_gui\qt\qrreader copying gui\qt\qrreader\camera_dialog.py -> build\lib\electroncash_gui\qt\qrreader copying gui\qt\qrreader\crop_blur_effect.py -> build\lib\electroncash_gui\qt\qrreader copying gui\qt\qrreader\validator.py -> build\lib\electroncash_gui\qt\qrreader copying gui\qt\qrreader\video_overlay.py -> build\lib\electroncash_gui\qt\qrreader copying gui\qt\qrreader\video_surface.py -> build\lib\electroncash_gui\qt\qrreader copying gui\qt\qrreader\video_widget.py -> build\lib\electroncash_gui\qt\qrreader copying gui\qt\qrreader\__init__.py -> build\lib\electroncash_gui\qt\qrreader creating build\lib\electroncash_gui\qt\utils copying gui\qt\utils\aspect_layout.py -> build\lib\electroncash_gui\qt\utils copying gui\qt\utils\aspect_svg_widget.py -> build\lib\electroncash_gui\qt\utils copying gui\qt\utils\color_utils.py -> build\lib\electroncash_gui\qt\utils copying gui\qt\utils\image_effect.py -> build\lib\electroncash_gui\qt\utils copying gui\qt\utils\__init__.py -> build\lib\electroncash_gui\qt\utils creating build\lib\electroncash_plugins copying plugins\__init__.py -> build\lib\electroncash_plugins creating build\lib\electroncash_plugins\audio_modem copying plugins\audio_modem\qt.py -> build\lib\electroncash_plugins\audio_modem copying plugins\audio_modem\__init__.py -> build\lib\electroncash_plugins\audio_modem creating build\lib\electroncash_plugins\cosigner_pool copying plugins\cosigner_pool\qt.py -> build\lib\electroncash_plugins\cosigner_pool copying plugins\cosigner_pool\__init__.py -> build\lib\electroncash_plugins\cosigner_pool creating build\lib\electroncash_plugins\email_requests copying plugins\email_requests\qt.py -> build\lib\electroncash_plugins\email_requests copying plugins\email_requests\__init__.py -> build\lib\electroncash_plugins\email_requests creating build\lib\electroncash_plugins\hw_wallet copying plugins\hw_wallet\cmdline.py -> build\lib\electroncash_plugins\hw_wallet copying plugins\hw_wallet\plugin.py -> build\lib\electroncash_plugins\hw_wallet copying plugins\hw_wallet\qt.py -> build\lib\electroncash_plugins\hw_wallet copying plugins\hw_wallet\__init__.py -> build\lib\electroncash_plugins\hw_wallet creating build\lib\electroncash_plugins\keepkey copying plugins\keepkey\client.py -> build\lib\electroncash_plugins\keepkey copying plugins\keepkey\clientbase.py -> build\lib\electroncash_plugins\keepkey copying plugins\keepkey\cmdline.py -> build\lib\electroncash_plugins\keepkey copying plugins\keepkey\keepkey.py -> build\lib\electroncash_plugins\keepkey copying plugins\keepkey\qt.py -> build\lib\electroncash_plugins\keepkey copying plugins\keepkey\__init__.py -> build\lib\electroncash_plugins\keepkey creating build\lib\electroncash_plugins\labels copying plugins\labels\labels.py -> build\lib\electroncash_plugins\labels copying plugins\labels\qt.py -> build\lib\electroncash_plugins\labels copying plugins\labels\__init__.py -> build\lib\electroncash_plugins\labels creating build\lib\electroncash_plugins\ledger copying plugins\ledger\auth2fa.py -> build\lib\electroncash_plugins\ledger copying plugins\ledger\cmdline.py -> build\lib\electroncash_plugins\ledger copying plugins\ledger\ledger.py -> build\lib\electroncash_plugins\ledger copying plugins\ledger\qt.py -> build\lib\electroncash_plugins\ledger copying plugins\ledger\__init__.py -> build\lib\electroncash_plugins\ledger creating build\lib\electroncash_plugins\trezor copying plugins\trezor\clientbase.py -> build\lib\electroncash_plugins\trezor copying plugins\trezor\cmdline.py -> build\lib\electroncash_plugins\trezor copying plugins\trezor\qt.py -> build\lib\electroncash_plugins\trezor copying plugins\trezor\trezor.py -> build\lib\electroncash_plugins\trezor copying plugins\trezor\__init__.py -> build\lib\electroncash_plugins\trezor creating build\lib\electroncash_plugins\digitalbitbox copying plugins\digitalbitbox\cmdline.py -> build\lib\electroncash_plugins\digitalbitbox copying plugins\digitalbitbox\digitalbitbox.py -> build\lib\electroncash_plugins\digitalbitbox copying plugins\digitalbitbox\qt.py -> build\lib\electroncash_plugins\digitalbitbox copying plugins\digitalbitbox\__init__.py -> build\lib\electroncash_plugins\digitalbitbox creating build\lib\electroncash_plugins\virtualkeyboard copying plugins\virtualkeyboard\qt.py -> build\lib\electroncash_plugins\virtualkeyboard copying plugins\virtualkeyboard\__init__.py -> build\lib\electroncash_plugins\virtualkeyboard creating build\lib\electroncash_plugins\shuffle copying plugins\shuffle\client.py -> build\lib\electroncash_plugins\shuffle copying plugins\shuffle\coin_utils.py -> build\lib\electroncash_plugins\shuffle copying plugins\shuffle\comms.py -> build\lib\electroncash_plugins\shuffle copying plugins\shuffle\conf_keys.py -> build\lib\electroncash_plugins\shuffle copying plugins\shuffle\crypto.py -> build\lib\electroncash_plugins\shuffle copying plugins\shuffle\messages.py -> build\lib\electroncash_plugins\shuffle copying plugins\shuffle\message_pb2.py -> build\lib\electroncash_plugins\shuffle copying plugins\shuffle\qt.py -> build\lib\electroncash_plugins\shuffle copying plugins\shuffle\round.py -> build\lib\electroncash_plugins\shuffle copying plugins\shuffle\__init__.py -> build\lib\electroncash_plugins\shuffle copying lib\servers.json -> build\lib\electroncash copying lib\servers_testnet.json -> build\lib\electroncash copying lib\currencies.json -> build\lib\electroncash creating build\lib\electroncash\wordlist copying lib\wordlist\chinese_simplified.txt -> build\lib\electroncash\wordlist copying lib\wordlist\english.txt -> build\lib\electroncash\wordlist copying lib\wordlist\japanese.txt -> build\lib\electroncash\wordlist copying lib\wordlist\portuguese.txt -> build\lib\electroncash\wordlist copying lib\wordlist\spanish.txt -> build\lib\electroncash\wordlist creating build\lib\electroncash\locale\ar_SA creating build\lib\electroncash\locale\ar_SA\LC_MESSAGES copying lib\locale\ar_SA\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ar_SA\LC_MESSAGES creating build\lib\electroncash\locale\bg_BG creating build\lib\electroncash\locale\bg_BG\LC_MESSAGES copying lib\locale\bg_BG\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\bg_BG\LC_MESSAGES creating build\lib\electroncash\locale\cs_CZ creating build\lib\electroncash\locale\cs_CZ\LC_MESSAGES copying lib\locale\cs_CZ\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\cs_CZ\LC_MESSAGES creating build\lib\electroncash\locale\da_DK creating build\lib\electroncash\locale\da_DK\LC_MESSAGES copying lib\locale\da_DK\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\da_DK\LC_MESSAGES creating build\lib\electroncash\locale\de_DE creating build\lib\electroncash\locale\de_DE\LC_MESSAGES copying lib\locale\de_DE\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\de_DE\LC_MESSAGES creating build\lib\electroncash\locale\el_GR creating build\lib\electroncash\locale\el_GR\LC_MESSAGES copying lib\locale\el_GR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\el_GR\LC_MESSAGES creating build\lib\electroncash\locale\eo_UY creating build\lib\electroncash\locale\eo_UY\LC_MESSAGES copying lib\locale\eo_UY\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\eo_UY\LC_MESSAGES creating build\lib\electroncash\locale\es_AR creating build\lib\electroncash\locale\es_AR\LC_MESSAGES copying lib\locale\es_AR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\es_AR\LC_MESSAGES creating build\lib\electroncash\locale\es_ES creating build\lib\electroncash\locale\es_ES\LC_MESSAGES copying lib\locale\es_ES\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\es_ES\LC_MESSAGES creating build\lib\electroncash\locale\es_MX creating build\lib\electroncash\locale\es_MX\LC_MESSAGES copying lib\locale\es_MX\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\es_MX\LC_MESSAGES creating build\lib\electroncash\locale\fa_IR creating build\lib\electroncash\locale\fa_IR\LC_MESSAGES copying lib\locale\fa_IR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\fa_IR\LC_MESSAGES creating build\lib\electroncash\locale\fr_FR creating build\lib\electroncash\locale\fr_FR\LC_MESSAGES copying lib\locale\fr_FR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\fr_FR\LC_MESSAGES creating build\lib\electroncash\locale\hu_HU creating build\lib\electroncash\locale\hu_HU\LC_MESSAGES copying lib\locale\hu_HU\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\hu_HU\LC_MESSAGES creating build\lib\electroncash\locale\hy_AM creating build\lib\electroncash\locale\hy_AM\LC_MESSAGES copying lib\locale\hy_AM\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\hy_AM\LC_MESSAGES creating build\lib\electroncash\locale\id_ID creating build\lib\electroncash\locale\id_ID\LC_MESSAGES copying lib\locale\id_ID\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\id_ID\LC_MESSAGES creating build\lib\electroncash\locale\it_IT creating build\lib\electroncash\locale\it_IT\LC_MESSAGES copying lib\locale\it_IT\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\it_IT\LC_MESSAGES creating build\lib\electroncash\locale\ja_JP creating build\lib\electroncash\locale\ja_JP\LC_MESSAGES copying lib\locale\ja_JP\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ja_JP\LC_MESSAGES creating build\lib\electroncash\locale\ko_KR creating build\lib\electroncash\locale\ko_KR\LC_MESSAGES copying lib\locale\ko_KR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ko_KR\LC_MESSAGES creating build\lib\electroncash\locale\ky_KG creating build\lib\electroncash\locale\ky_KG\LC_MESSAGES copying lib\locale\ky_KG\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ky_KG\LC_MESSAGES creating build\lib\electroncash\locale\lv_LV creating build\lib\electroncash\locale\lv_LV\LC_MESSAGES copying lib\locale\lv_LV\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\lv_LV\LC_MESSAGES creating build\lib\electroncash\locale\nb_NO creating build\lib\electroncash\locale\nb_NO\LC_MESSAGES copying lib\locale\nb_NO\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\nb_NO\LC_MESSAGES creating build\lib\electroncash\locale\nl_NL creating build\lib\electroncash\locale\nl_NL\LC_MESSAGES copying lib\locale\nl_NL\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\nl_NL\LC_MESSAGES creating build\lib\electroncash\locale\pl_PL creating build\lib\electroncash\locale\pl_PL\LC_MESSAGES copying lib\locale\pl_PL\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\pl_PL\LC_MESSAGES creating build\lib\electroncash\locale\pt_BR creating build\lib\electroncash\locale\pt_BR\LC_MESSAGES copying lib\locale\pt_BR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\pt_BR\LC_MESSAGES creating build\lib\electroncash\locale\pt_PT creating build\lib\electroncash\locale\pt_PT\LC_MESSAGES copying lib\locale\pt_PT\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\pt_PT\LC_MESSAGES creating build\lib\electroncash\locale\ro_RO creating build\lib\electroncash\locale\ro_RO\LC_MESSAGES copying lib\locale\ro_RO\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ro_RO\LC_MESSAGES creating build\lib\electroncash\locale\ru_RU creating build\lib\electroncash\locale\ru_RU\LC_MESSAGES copying lib\locale\ru_RU\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ru_RU\LC_MESSAGES creating build\lib\electroncash\locale\sk_SK creating build\lib\electroncash\locale\sk_SK\LC_MESSAGES copying lib\locale\sk_SK\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\sk_SK\LC_MESSAGES creating build\lib\electroncash\locale\sl_SI creating build\lib\electroncash\locale\sl_SI\LC_MESSAGES copying lib\locale\sl_SI\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\sl_SI\LC_MESSAGES creating build\lib\electroncash\locale\sv_SE creating build\lib\electroncash\locale\sv_SE\LC_MESSAGES copying lib\locale\sv_SE\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\sv_SE\LC_MESSAGES creating build\lib\electroncash\locale\ta_IN creating build\lib\electroncash\locale\ta_IN\LC_MESSAGES copying lib\locale\ta_IN\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ta_IN\LC_MESSAGES creating build\lib\electroncash\locale\th_TH creating build\lib\electroncash\locale\th_TH\LC_MESSAGES copying lib\locale\th_TH\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\th_TH\LC_MESSAGES creating build\lib\electroncash\locale\tr_TR creating build\lib\electroncash\locale\tr_TR\LC_MESSAGES copying lib\locale\tr_TR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\tr_TR\LC_MESSAGES creating build\lib\electroncash\locale\uk_UA creating build\lib\electroncash\locale\uk_UA\LC_MESSAGES copying lib\locale\uk_UA\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\uk_UA\LC_MESSAGES creating build\lib\electroncash\locale\vi_VN creating build\lib\electroncash\locale\vi_VN\LC_MESSAGES copying lib\locale\vi_VN\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\vi_VN\LC_MESSAGES creating build\lib\electroncash\locale\zh_CN creating build\lib\electroncash\locale\zh_CN\LC_MESSAGES copying lib\locale\zh_CN\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\zh_CN\LC_MESSAGES creating build\lib\electroncash\locale\zh_TW creating build\lib\electroncash\locale\zh_TW\LC_MESSAGES copying lib\locale\zh_TW\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\zh_TW\LC_MESSAGES creating build\lib\electroncash_gui\qt\data copying gui\qt\data\ecsupplemental_win.ttf -> build\lib\electroncash_gui\qt\data copying plugins\shuffle\servers.json -> build\lib\electroncash_plugins\shuffle creating build\lib\electroncash_plugins\shuffle\protobuf copying plugins\shuffle\protobuf\message.proto -> build\lib\electroncash_plugins\shuffle\protobuf warning: build_py: byte-compiling is disabled, skipping. creating build\bdist.win32 creating build\bdist.win32\egg creating build\bdist.win32\egg\electroncash copying build\lib\electroncash\address.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\base_wizard.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\bitcoin.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\blockchain.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\caches.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\cashacct.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\cashaddr.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\coinchooser.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\commands.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\contacts.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\currencies.json -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\daemon.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\dnssec.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\ecc_fast.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\exchange_rate.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\i18n.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\interface.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\jsonrpc.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\keystore.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\locale creating build\bdist.win32\egg\electroncash\locale\ar_SA creating build\bdist.win32\egg\electroncash\locale\ar_SA\LC_MESSAGES copying build\lib\electroncash\locale\ar_SA\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ar_SA\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\bg_BG creating build\bdist.win32\egg\electroncash\locale\bg_BG\LC_MESSAGES copying build\lib\electroncash\locale\bg_BG\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\bg_BG\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\cs_CZ creating build\bdist.win32\egg\electroncash\locale\cs_CZ\LC_MESSAGES copying build\lib\electroncash\locale\cs_CZ\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\cs_CZ\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\da_DK creating build\bdist.win32\egg\electroncash\locale\da_DK\LC_MESSAGES copying build\lib\electroncash\locale\da_DK\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\da_DK\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\de_DE creating build\bdist.win32\egg\electroncash\locale\de_DE\LC_MESSAGES copying build\lib\electroncash\locale\de_DE\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\de_DE\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\el_GR creating build\bdist.win32\egg\electroncash\locale\el_GR\LC_MESSAGES copying build\lib\electroncash\locale\el_GR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\el_GR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\eo_UY creating build\bdist.win32\egg\electroncash\locale\eo_UY\LC_MESSAGES copying build\lib\electroncash\locale\eo_UY\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\eo_UY\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\es_AR creating build\bdist.win32\egg\electroncash\locale\es_AR\LC_MESSAGES copying build\lib\electroncash\locale\es_AR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\es_AR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\es_ES creating build\bdist.win32\egg\electroncash\locale\es_ES\LC_MESSAGES copying build\lib\electroncash\locale\es_ES\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\es_ES\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\es_MX creating build\bdist.win32\egg\electroncash\locale\es_MX\LC_MESSAGES copying build\lib\electroncash\locale\es_MX\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\es_MX\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\fa_IR creating build\bdist.win32\egg\electroncash\locale\fa_IR\LC_MESSAGES copying build\lib\electroncash\locale\fa_IR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\fa_IR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\fr_FR creating build\bdist.win32\egg\electroncash\locale\fr_FR\LC_MESSAGES copying build\lib\electroncash\locale\fr_FR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\fr_FR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\hu_HU creating build\bdist.win32\egg\electroncash\locale\hu_HU\LC_MESSAGES copying build\lib\electroncash\locale\hu_HU\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\hu_HU\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\hy_AM creating build\bdist.win32\egg\electroncash\locale\hy_AM\LC_MESSAGES copying build\lib\electroncash\locale\hy_AM\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\hy_AM\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\id_ID creating build\bdist.win32\egg\electroncash\locale\id_ID\LC_MESSAGES copying build\lib\electroncash\locale\id_ID\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\id_ID\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\it_IT creating build\bdist.win32\egg\electroncash\locale\it_IT\LC_MESSAGES copying build\lib\electroncash\locale\it_IT\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\it_IT\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ja_JP creating build\bdist.win32\egg\electroncash\locale\ja_JP\LC_MESSAGES copying build\lib\electroncash\locale\ja_JP\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ja_JP\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ko_KR creating build\bdist.win32\egg\electroncash\locale\ko_KR\LC_MESSAGES copying build\lib\electroncash\locale\ko_KR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ko_KR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ky_KG creating build\bdist.win32\egg\electroncash\locale\ky_KG\LC_MESSAGES copying build\lib\electroncash\locale\ky_KG\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ky_KG\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\lv_LV creating build\bdist.win32\egg\electroncash\locale\lv_LV\LC_MESSAGES copying build\lib\electroncash\locale\lv_LV\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\lv_LV\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\nb_NO creating build\bdist.win32\egg\electroncash\locale\nb_NO\LC_MESSAGES copying build\lib\electroncash\locale\nb_NO\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\nb_NO\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\nl_NL creating build\bdist.win32\egg\electroncash\locale\nl_NL\LC_MESSAGES copying build\lib\electroncash\locale\nl_NL\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\nl_NL\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\pl_PL creating build\bdist.win32\egg\electroncash\locale\pl_PL\LC_MESSAGES copying build\lib\electroncash\locale\pl_PL\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\pl_PL\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\pt_BR creating build\bdist.win32\egg\electroncash\locale\pt_BR\LC_MESSAGES copying build\lib\electroncash\locale\pt_BR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\pt_BR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\pt_PT creating build\bdist.win32\egg\electroncash\locale\pt_PT\LC_MESSAGES copying build\lib\electroncash\locale\pt_PT\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\pt_PT\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ro_RO creating build\bdist.win32\egg\electroncash\locale\ro_RO\LC_MESSAGES copying build\lib\electroncash\locale\ro_RO\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ro_RO\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ru_RU creating build\bdist.win32\egg\electroncash\locale\ru_RU\LC_MESSAGES copying build\lib\electroncash\locale\ru_RU\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ru_RU\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\sk_SK creating build\bdist.win32\egg\electroncash\locale\sk_SK\LC_MESSAGES copying build\lib\electroncash\locale\sk_SK\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\sk_SK\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\sl_SI creating build\bdist.win32\egg\electroncash\locale\sl_SI\LC_MESSAGES copying build\lib\electroncash\locale\sl_SI\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\sl_SI\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\sv_SE creating build\bdist.win32\egg\electroncash\locale\sv_SE\LC_MESSAGES copying build\lib\electroncash\locale\sv_SE\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\sv_SE\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ta_IN creating build\bdist.win32\egg\electroncash\locale\ta_IN\LC_MESSAGES copying build\lib\electroncash\locale\ta_IN\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ta_IN\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\th_TH creating build\bdist.win32\egg\electroncash\locale\th_TH\LC_MESSAGES copying build\lib\electroncash\locale\th_TH\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\th_TH\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\tr_TR creating build\bdist.win32\egg\electroncash\locale\tr_TR\LC_MESSAGES copying build\lib\electroncash\locale\tr_TR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\tr_TR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\uk_UA creating build\bdist.win32\egg\electroncash\locale\uk_UA\LC_MESSAGES copying build\lib\electroncash\locale\uk_UA\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\uk_UA\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\vi_VN creating build\bdist.win32\egg\electroncash\locale\vi_VN\LC_MESSAGES copying build\lib\electroncash\locale\vi_VN\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\vi_VN\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\zh_CN creating build\bdist.win32\egg\electroncash\locale\zh_CN\LC_MESSAGES copying build\lib\electroncash\locale\zh_CN\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\zh_CN\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\zh_TW creating build\bdist.win32\egg\electroncash\locale\zh_TW\LC_MESSAGES copying build\lib\electroncash\locale\zh_TW\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\zh_TW\LC_MESSAGES copying build\lib\electroncash\locale\__init__.py -> build\bdist.win32\egg\electroncash\locale copying build\lib\electroncash\mnemonic.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\msqr.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\network.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\networks.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\old_contacts.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\old_mnemonic.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\paymentrequest.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\paymentrequest_pb2.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\pem.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\plot.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\plugins.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\qrreaders\abstract_base.py -> build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\qrreaders\osxqrdetect.py -> build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\qrreaders\zbar.py -> build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\qrreaders\__init__.py -> build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\ripemd.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\rsakey.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\schnorr.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\secp256k1.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\servers.json -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\servers_testnet.json -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\simple_config.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\slp copying build\lib\electroncash\slp\exceptions.py -> build\bdist.win32\egg\electroncash\slp copying build\lib\electroncash\slp\slp.py -> build\bdist.win32\egg\electroncash\slp copying build\lib\electroncash\slp\__init__.py -> build\bdist.win32\egg\electroncash\slp copying build\lib\electroncash\storage.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\synchronizer.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\transaction.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\util.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\utils copying build\lib\electroncash\utils\macos.py -> build\bdist.win32\egg\electroncash\utils copying build\lib\electroncash\utils\unicode_tools.py -> build\bdist.win32\egg\electroncash\utils copying build\lib\electroncash\utils\__init__.py -> build\bdist.win32\egg\electroncash\utils copying build\lib\electroncash\verifier.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\version.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\wallet.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\web.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\websockets.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\winconsole.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\chinese_simplified.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\english.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\japanese.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\portuguese.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\spanish.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\x509.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\__init__.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash_gui creating build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\address_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\address_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\amountedit.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\bip38_importer.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\cashacctqt.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\console.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\contact_list.py -> build\bdist.win32\egg\electroncash_gui\qt creating build\bdist.win32\egg\electroncash_gui\qt\data copying build\lib\electroncash_gui\qt\data\ecsupplemental_win.ttf -> build\bdist.win32\egg\electroncash_gui\qt\data copying build\lib\electroncash_gui\qt\exception_window.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\external_plugins_window.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\fee_slider.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\history_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\icons.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\installwizard.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\invoice_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\main_window.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\network_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\password_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\paytoedit.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\popup_widget.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\qrcodewidget.py -> build\bdist.win32\egg\electroncash_gui\qt creating build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\camera_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\crop_blur_effect.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\validator.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\video_overlay.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\video_surface.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\video_widget.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\__init__.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrtextedit.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\qrwindow.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\request_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\scan_beyond_gap.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\seed_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\style_patcher.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\transaction_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\udev_installer.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\update_checker.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\util.py -> build\bdist.win32\egg\electroncash_gui\qt creating build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\aspect_layout.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\aspect_svg_widget.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\color_utils.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\image_effect.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\__init__.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utxo_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\__init__.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\stdio.py -> build\bdist.win32\egg\electroncash_gui copying build\lib\electroncash_gui\text.py -> build\bdist.win32\egg\electroncash_gui copying build\lib\electroncash_gui\__init__.py -> build\bdist.win32\egg\electroncash_gui creating build\bdist.win32\egg\electroncash_plugins creating build\bdist.win32\egg\electroncash_plugins\audio_modem copying build\lib\electroncash_plugins\audio_modem\qt.py -> build\bdist.win32\egg\electroncash_plugins\audio_modem copying build\lib\electroncash_plugins\audio_modem\__init__.py -> build\bdist.win32\egg\electroncash_plugins\audio_modem creating build\bdist.win32\egg\electroncash_plugins\cosigner_pool copying build\lib\electroncash_plugins\cosigner_pool\qt.py -> build\bdist.win32\egg\electroncash_plugins\cosigner_pool copying build\lib\electroncash_plugins\cosigner_pool\__init__.py -> build\bdist.win32\egg\electroncash_plugins\cosigner_pool creating build\bdist.win32\egg\electroncash_plugins\digitalbitbox copying build\lib\electroncash_plugins\digitalbitbox\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\digitalbitbox copying build\lib\electroncash_plugins\digitalbitbox\digitalbitbox.py -> build\bdist.win32\egg\electroncash_plugins\digitalbitbox copying build\lib\electroncash_plugins\digitalbitbox\qt.py -> build\bdist.win32\egg\electroncash_plugins\digitalbitbox copying build\lib\electroncash_plugins\digitalbitbox\__init__.py -> build\bdist.win32\egg\electroncash_plugins\digitalbitbox creating build\bdist.win32\egg\electroncash_plugins\email_requests copying build\lib\electroncash_plugins\email_requests\qt.py -> build\bdist.win32\egg\electroncash_plugins\email_requests copying build\lib\electroncash_plugins\email_requests\__init__.py -> build\bdist.win32\egg\electroncash_plugins\email_requests creating build\bdist.win32\egg\electroncash_plugins\hw_wallet copying build\lib\electroncash_plugins\hw_wallet\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\hw_wallet copying build\lib\electroncash_plugins\hw_wallet\plugin.py -> build\bdist.win32\egg\electroncash_plugins\hw_wallet copying build\lib\electroncash_plugins\hw_wallet\qt.py -> build\bdist.win32\egg\electroncash_plugins\hw_wallet copying build\lib\electroncash_plugins\hw_wallet\__init__.py -> build\bdist.win32\egg\electroncash_plugins\hw_wallet creating build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\client.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\clientbase.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\keepkey.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\qt.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\__init__.py -> build\bdist.win32\egg\electroncash_plugins\keepkey creating build\bdist.win32\egg\electroncash_plugins\labels copying build\lib\electroncash_plugins\labels\labels.py -> build\bdist.win32\egg\electroncash_plugins\labels copying build\lib\electroncash_plugins\labels\qt.py -> build\bdist.win32\egg\electroncash_plugins\labels copying build\lib\electroncash_plugins\labels\__init__.py -> build\bdist.win32\egg\electroncash_plugins\labels creating build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\auth2fa.py -> build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\ledger.py -> build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\qt.py -> build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\__init__.py -> build\bdist.win32\egg\electroncash_plugins\ledger creating build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\client.py -> build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\coin_utils.py -> build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\comms.py -> build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\conf_keys.py -> build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\crypto.py -> build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\messages.py -> build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\message_pb2.py -> build\bdist.win32\egg\electroncash_plugins\shuffle creating build\bdist.win32\egg\electroncash_plugins\shuffle\protobuf copying build\lib\electroncash_plugins\shuffle\protobuf\message.proto -> build\bdist.win32\egg\electroncash_plugins\shuffle\protobuf copying build\lib\electroncash_plugins\shuffle\qt.py -> build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\round.py -> build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\servers.json -> build\bdist.win32\egg\electroncash_plugins\shuffle copying build\lib\electroncash_plugins\shuffle\__init__.py -> build\bdist.win32\egg\electroncash_plugins\shuffle creating build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\clientbase.py -> build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\qt.py -> build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\trezor.py -> build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\__init__.py -> build\bdist.win32\egg\electroncash_plugins\trezor creating build\bdist.win32\egg\electroncash_plugins\virtualkeyboard copying build\lib\electroncash_plugins\virtualkeyboard\qt.py -> build\bdist.win32\egg\electroncash_plugins\virtualkeyboard copying build\lib\electroncash_plugins\virtualkeyboard\__init__.py -> build\bdist.win32\egg\electroncash_plugins\virtualkeyboard copying build\lib\electroncash_plugins\__init__.py -> build\bdist.win32\egg\electroncash_plugins warning: install_lib: byte-compiling is disabled, skipping. creating build\bdist.win32\egg\EGG-INFO installing scripts to build\bdist.win32\egg\EGG-INFO\scripts running install_scripts running build_scripts creating build\scripts-3.6 copying and adjusting electron-cash -> build\scripts-3.6 creating build\bdist.win32\egg\EGG-INFO\scripts copying build\scripts-3.6\electron-cash -> build\bdist.win32\egg\EGG-INFO\scripts copying Electron_Cash.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO copying Electron_Cash.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO copying Electron_Cash.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-INFO copying Electron_Cash.egg-info\requires.txt -> build\bdist.win32\egg\EGG-INFO copying Electron_Cash.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist\Electron_Cash-4.0.10-py3.6.egg' and adding 'build\bdist.win32\egg' to it removing 'build\bdist.win32\egg' (and everything under it) Processing Electron_Cash-4.0.10-py3.6.egg Copying Electron_Cash-4.0.10-py3.6.egg to c:\python3.6.8\lib\site-packages Adding Electron-Cash 4.0.10 to easy-install.pth file Installing electron-cash script to c:\python3.6.8\Scripts Installed c:\python3.6.8\lib\site-packages\electron_cash-4.0.10-py3.6.egg Processing dependencies for Electron-Cash==4.0.10 Searching for PyQt5==5.12.3 Best match: PyQt5 5.12.3 Adding PyQt5 5.12.3 to easy-install.pth file Installing pylupdate5-script.py script to c:\python3.6.8\Scripts Installing pylupdate5.exe script to c:\python3.6.8\Scripts Installing pylupdate5.exe.manifest script to c:\python3.6.8\Scripts Installing pyrcc5-script.py script to c:\python3.6.8\Scripts Installing pyrcc5.exe script to c:\python3.6.8\Scripts Installing pyrcc5.exe.manifest script to c:\python3.6.8\Scripts Installing pyuic5-script.py script to c:\python3.6.8\Scripts Installing pyuic5.exe script to c:\python3.6.8\Scripts Installing pyuic5.exe.manifest script to c:\python3.6.8\Scripts Using c:\python3.6.8\lib\site-packages Searching for python-dateutil==2.6.1 Best match: python-dateutil 2.6.1 Adding python-dateutil 2.6.1 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for QDarkStyle==2.6.8 Best match: QDarkStyle 2.6.8 Adding QDarkStyle 2.6.8 to easy-install.pth file Installing qdarkstyle-script.py script to c:\python3.6.8\Scripts Installing qdarkstyle.exe script to c:\python3.6.8\Scripts Installing qdarkstyle.exe.manifest script to c:\python3.6.8\Scripts Using c:\python3.6.8\lib\site-packages Searching for PySocks==1.6.8 Best match: PySocks 1.6.8 Adding PySocks 1.6.8 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for jsonrpclib-pelix==0.4.0 Best match: jsonrpclib-pelix 0.4.0 Adding jsonrpclib-pelix 0.4.0 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for dnspython==1.16.0 Best match: dnspython 1.16.0 Adding dnspython 1.16.0 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for protobuf==3.7.1 Best match: protobuf 3.7.1 Adding protobuf 3.7.1 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for qrcode==6.1 Best match: qrcode 6.1 Adding qrcode 6.1 to easy-install.pth file Installing qr-script.py script to c:\python3.6.8\Scripts Installing qr.exe script to c:\python3.6.8\Scripts Installing qr.exe.manifest script to c:\python3.6.8\Scripts Using c:\python3.6.8\lib\site-packages Searching for requests==2.21.0 Best match: requests 2.21.0 Adding requests 2.21.0 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for ecdsa==0.13.2 Best match: ecdsa 0.13.2 Adding ecdsa 0.13.2 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for pyaes==1.6.1 Best match: pyaes 1.6.1 Adding pyaes 1.6.1 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for PyQt5-sip==4.19.17 Best match: PyQt5-sip 4.19.17 Adding PyQt5-sip 4.19.17 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for six==1.12.0 Best match: six 1.12.0 Adding six 1.12.0 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for setuptools==41.0.1 Best match: setuptools 41.0.1 Adding setuptools 41.0.1 to easy-install.pth file Installing easy_install-script.py script to c:\python3.6.8\Scripts Installing easy_install.exe script to c:\python3.6.8\Scripts Installing easy_install.exe.manifest script to c:\python3.6.8\Scripts Installing easy_install-3.6-script.py script to c:\python3.6.8\Scripts Installing easy_install-3.6.exe script to c:\python3.6.8\Scripts Installing easy_install-3.6.exe.manifest script to c:\python3.6.8\Scripts Using c:\python3.6.8\lib\site-packages Searching for colorama==0.4.1 Best match: colorama 0.4.1 Adding colorama 0.4.1 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for chardet==3.0.4 Best match: chardet 3.0.4 Adding chardet 3.0.4 to easy-install.pth file Installing chardetect-script.py script to c:\python3.6.8\Scripts Installing chardetect.exe script to c:\python3.6.8\Scripts Installing chardetect.exe.manifest script to c:\python3.6.8\Scripts Using c:\python3.6.8\lib\site-packages Searching for certifi==2019.3.9 Best match: certifi 2019.3.9 Adding certifi 2019.3.9 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for idna==2.8 Best match: idna 2.8 Adding idna 2.8 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Searching for urllib3==1.24.3 Best match: urllib3 1.24.3 Adding urllib3 1.24.3 to easy-install.pth file Using c:\python3.6.8\lib\site-packages Finished processing dependencies for Electron-Cash==4.0.10 ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Resetting modification time in C:\Python... ~/wine64/drive_c/python3.6.8 ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine total 4200 drwxr-xr-x 2 1001 1001 4096 Nov 11 2000 DLLs -rw-r--r-- 1 1001 1001 30342 Nov 11 2000 LICENSE.txt drwxr-xr-x 30 1001 1001 4096 Nov 11 2000 Lib -rw-r--r-- 1 1001 1001 435627 Nov 11 2000 NEWS.txt drwxr-xr-x 3 1001 1001 4096 Nov 11 2000 Scripts drwxr-xr-x 7 1001 1001 4096 Nov 11 2000 Tools drwxr-xr-x 2 1001 1001 4096 Nov 11 2000 include drwxr-xr-x 2 1001 1001 4096 Nov 11 2000 libs -rwxr-xr-x 1 1001 1001 97296 Nov 11 2000 python.exe -rw-r--r-- 1 1001 1001 58384 Nov 11 2000 python3.dll -rw-r--r-- 1 1001 1001 3453968 Nov 11 2000 python36.dll -rwxr-xr-x 1 1001 1001 95760 Nov 11 2000 pythonw.exe drwxr-xr-x 3 1001 1001 4096 Nov 11 2000 share -rw-r--r-- 1 1001 1001 83768 Nov 11 2000 vcruntime140.dll ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Running Pyinstaller to build standalone and portable .exe versions ... 509 INFO: PyInstaller: 3.5 509 INFO: Python: 3.6.8 516 INFO: Platform: Windows-XP-5.1.2600 524 INFO: UPX is not available. 2978 INFO: Extending PYTHONPATH with paths ['C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash', 'C:\\electroncash'] 2979 INFO: checking Analysis 2979 INFO: Building Analysis because Analysis-00.toc is non existent 2980 INFO: Initializing module dependency graph... 2999 INFO: Initializing module graph hooks... 3009 INFO: Analyzing base_library.zip ... 10118 INFO: Analyzing hidden import 'PyQt5.sip' 10231 INFO: Analyzing hidden import 'trezorlib.messages.StellarAddress' 11506 INFO: Analyzing hidden import 'trezorlib.exceptions' 11511 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_recoverydevice_dryrun' 12946 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 18487 INFO: Processing pre-find module path hook distutils 18750 INFO: Processing pre-find module path hook site 18752 INFO: site: retargeting to fake-dir 'c:\\python3.6.8\\lib\\site-packages\\PyInstaller\\fake-modules' 22095 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_cancel' 22100 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ping' 22105 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signmessage' 22120 INFO: Analyzing hidden import 'trezorlib.tezos' 22124 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_changepin' 22137 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_bgold' 22572 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_tezos_getaddress' 22576 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx' 22603 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getaddress_segwit_native' 22608 INFO: Analyzing hidden import 'trezorlib.qt.pinmatrix' 22734 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getpublickey' 22742 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getaddress_segwit' 22747 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_debuglink' 22751 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_tx_api' 22862 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_decred' 22879 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_signmessage' 22887 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_signmessage' 22896 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_resetdevice_skipbackup' 22906 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_getaddress' 22922 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_dash' 22931 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_bcash' 22956 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getentropy' 22964 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_mosaics_t2' 22973 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_protobuf' 22979 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getaddress_show' 22985 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_ckd_public' 22988 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_bip32_speed' 22994 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_signtx' 23008 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_komodo' 23013 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_transport' 23120 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_verifymessage' 23127 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_cosi' 23160 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_verifymessage' 23164 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_getaddress' 23168 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_getpublickey' 23172 INFO: Analyzing hidden import 'trezorlib.stellar' 23205 INFO: Analyzing hidden import 'trezorlib.firmware' 23850 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_resetdevice_nobackup' 23855 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_segwit_native' 23888 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getecdhsessionkey' 23893 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signmessage_segwit_native' 23898 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_zerosig' 23902 INFO: Analyzing hidden import 'trezorlib.ontology' 23906 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_verifymessage_segwit' 23911 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_cosi' 23919 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_clearsession' 23924 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_monero_getaddress' 23930 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_cardano_get_public_key' 23939 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_recoverydevice_t2' 23947 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_monero_getwatchkey' 23951 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_loaddevice' 23957 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_tezos_getpublickey' 23961 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_basic' 23965 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ontology_sign_ont_id_register' 23972 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_resetdevice' 23985 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_tezos_sign_tx' 23992 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_stellar_get_address' 23997 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_loaddevice_xprv' 24001 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getaddress' 24012 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_protection_levels' 24024 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_others' 24028 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signidentity' 24036 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signmessage_segwit' 24041 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_resetdevice_t2' 24055 INFO: Analyzing hidden import 'trezorlib.ckd_public' 24057 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_recoverydevice' 24068 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ontology_sign_tx' 24074 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_multisig_change' 24093 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_cardano_sign_transaction' 24103 INFO: Analyzing hidden import 'trezorlib.ripple' 24107 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_signtx_eip155' 24113 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_signtx' 24122 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_verifymessage' 24126 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_nem' 24129 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ontology_sign_withdraw_ong' 24133 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_op_return' 24141 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ripple_get_address' 24145 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_verifymessage_segwit_native' 24150 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_multisig' 24156 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_applysettings' 24165 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_zcash' 24173 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_stellar_sign_transaction' 24185 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_wipedevice' 24189 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_segwit' 24207 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_transfers' 24216 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ripple_sign_tx' 24222 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_stellar' 24243 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_protect_call' 24250 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getpublickey_curve' 24256 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_getpublickey' 24260 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_multisig' 24274 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_mosaics' 24281 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ontology_getaddress' 24285 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_cardano_get_address' 24289 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_capricoin' 24294 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_cipherkeyvalue' 24302 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signmessage_decred' 24307 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ontology_sign_ont_id_add_attributes' 24313 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_getaddress' 24317 INFO: Analyzing hidden import 'btchip.btchipHelpers' 24443 INFO: Analyzing hidden import 'btchip.btchip' 24563 INFO: Analyzing hidden import 'btchip.btchipUtils' 24583 INFO: Analyzing hidden import 'btchip.ui.personalization03config' 24698 INFO: Analyzing hidden import 'btchip.ui.personalization00start' 24704 INFO: Analyzing hidden import 'btchip.msqr' 24708 INFO: Analyzing hidden import 'btchip.ui.personalization04finalize' 24715 INFO: Analyzing hidden import 'btchip.btchipPersoWizard' 24751 INFO: Analyzing hidden import 'btchip.ui.personalization01seed' 24759 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup03' 24767 INFO: Analyzing hidden import 'btchip.btchipFirmwareWizard' 24769 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup02' 24775 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup01' 24783 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup04' 24788 INFO: Analyzing hidden import 'btchip.ui.personalization02security' 24798 INFO: Analyzing hidden import 'keepkeylib.transport_fake' 25865 INFO: Processing pre-safe import module hook six.moves 26615 INFO: Analyzing hidden import 'keepkeylib.ckd_public' 26636 INFO: Analyzing hidden import 'keepkeylib.eth.ethereum_tokens' 26758 INFO: Analyzing hidden import 'keepkeylib.exchange' 26772 INFO: Analyzing hidden import 'keepkeylib.eos' 26793 INFO: Analyzing hidden import 'keepkeylib.qt.pinmatrix' 26909 INFO: Analyzing hidden import 'keepkeylib.transport_hid' 26923 INFO: Analyzing hidden import 'keepkeylib.messages_ripple_pb2' 26933 INFO: Analyzing hidden import 'keepkeylib.transport_serial' 26947 INFO: Analyzing hidden import 'keepkeylib.transport_webusb' 26955 INFO: Analyzing hidden import 'keepkeylib.ripple' 26980 INFO: Analyzing hidden import 'keepkeylib.transport_pipe' 26986 INFO: Analyzing hidden import 'keepkeylib.debuglink' 26995 INFO: Analyzing hidden import 'keepkeylib.filecache' 27163 INFO: Analyzing hidden import 'keepkeylib.client' 27233 INFO: Analyzing hidden import 'keepkeylib.protobuf_json' 27250 INFO: Analyzing hidden import 'keepkeylib.tx_api' 27259 INFO: Analyzing hidden import 'keepkeylib.transport_udp' 27266 INFO: Analyzing hidden import 'keepkeylib.transport_socket' 27277 INFO: running Analysis Analysis-00.toc 27301 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable required by c:\python3.6.8\python.exe 27581 INFO: Caching module hooks... 27596 INFO: Analyzing C:\electroncash\electron-cash 35122 INFO: Analyzing C:\electroncash\gui\qt\main_window.py 35633 INFO: Analyzing C:\electroncash\gui\qt\qrreader\camera_dialog.py 37845 INFO: Analyzing C:\electroncash\gui\text.py 38013 INFO: Analyzing C:\electroncash\lib\util.py 38063 INFO: Analyzing C:\electroncash\lib\wallet.py 38234 INFO: Analyzing C:\electroncash\lib\simple_config.py 38256 INFO: Analyzing C:\electroncash\lib\bitcoin.py 38350 INFO: Analyzing C:\electroncash\lib\dnssec.py 38370 INFO: Analyzing C:\electroncash\lib\commands.py 38429 INFO: Analyzing C:\electroncash\plugins\cosigner_pool\qt.py 38455 INFO: Analyzing C:\electroncash\plugins\email_requests\qt.py 38703 INFO: Analyzing C:\electroncash\plugins\trezor\clientbase.py 38724 INFO: Analyzing C:\electroncash\plugins\trezor\trezor.py 38756 INFO: Analyzing C:\electroncash\plugins\trezor\qt.py 38800 INFO: Analyzing C:\electroncash\plugins\keepkey\qt.py 38837 INFO: Analyzing C:\electroncash\plugins\ledger\qt.py 38844 INFO: Loading module hooks... 38845 INFO: Loading module hook "hook-certifi.py"... 38851 INFO: Loading module hook "hook-Cryptodome.py"... 38913 INFO: Loading module hook "hook-distutils.py"... 38916 INFO: Loading module hook "hook-dns.rdata.py"... 39737 INFO: Loading module hook "hook-encodings.py"... 40188 INFO: Loading module hook "hook-pkg_resources.py"... 41727 INFO: Processing pre-safe import module hook win32com Traceback (most recent call last): File "", line 2, in ModuleNotFoundError: No module named 'win32com' 42069 INFO: Processing pre-safe import module hook win32com Traceback (most recent call last): File "", line 2, in ModuleNotFoundError: No module named 'win32com' 42695 INFO: Loading module hook "hook-pydoc.py"... 42697 INFO: Loading module hook "hook-PyQt5.py"... 43319 INFO: Loading module hook "hook-PyQt5.QtCore.py"... 43554 INFO: Loading module hook "hook-PyQt5.QtGui.py"... 43925 INFO: Loading module hook "hook-PyQt5.QtMultimedia.py"... 44582 INFO: Loading module hook "hook-PyQt5.QtNetwork.py"... 45297 INFO: Loading module hook "hook-PyQt5.QtSvg.py"... 46272 INFO: Loading module hook "hook-PyQt5.QtWidgets.py"... 47192 INFO: Loading module hook "hook-shelve.py"... 47221 INFO: Loading module hook "hook-sysconfig.py"... 47225 INFO: Loading module hook "hook-xml.dom.domreg.py"... 47228 INFO: Loading module hook "hook-xml.etree.cElementTree.py"... 47230 INFO: Loading module hook "hook-xml.py"... 47718 INFO: checking Tree 47719 INFO: Building Tree because Tree-00.toc is non existent 47719 INFO: Building Tree Tree-00.toc 47756 INFO: Looking for ctypes DLLs 47953 INFO: Analyzing run-time hooks ... 47972 INFO: Including run-time hook 'pyi_rth_pkgres.py' 47980 INFO: Including run-time hook 'pyi_rth_pyqt5.py' 47985 INFO: Including run-time hook 'pyi_rth_certifi.py' 48027 INFO: Looking for dynamic libraries 51589 INFO: Looking for eggs 51589 INFO: Using Python library c:\python3.6.8\python36.dll 51590 INFO: Found binding redirects: [] 51640 INFO: Warnings written to C:\electroncash\contrib\build-wine\build\deterministic\warn-deterministic.txt 52103 INFO: Graph cross-reference written to C:\electroncash\contrib\build-wine\build\deterministic\xref-deterministic.html 52190 INFO: Appending 'binaries' from .spec 52193 INFO: Appending 'datas' from .spec 52364 INFO: checking PYZ 52365 INFO: Building PYZ because PYZ-00.toc is non existent 52365 INFO: Building PYZ (ZlibArchive) C:\electroncash\contrib\build-wine\build\deterministic\PYZ-00.pyz 60438 INFO: Building PYZ (ZlibArchive) C:\electroncash\contrib\build-wine\build\deterministic\PYZ-00.pyz completed successfully. 60523 INFO: checking PKG 60523 INFO: Building PKG because PKG-00.toc is non existent 60523 INFO: Building PKG (CArchive) PKG-00.pkg 61729 WARNING: One binary added with two internal names. 61729 WARNING: ('libGLESv2.dll', 'C:\\python3.6.8\\lib\\site-packages\\PyQt5\\Qt\\bin\\libGLESv2.dll', 'BINARY') 61729 WARNING: was placed previously at 61730 WARNING: ('PyQt5\\Qt\\bin\\libGLESv2.dll', 'C:\\python3.6.8\\lib\\site-packages\\PyQt5\\Qt\\bin\\libGLESv2.dll', 'BINARY') 75233 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 75264 INFO: Bootloader c:\python3.6.8\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe 75264 INFO: checking EXE 75264 INFO: Building EXE because EXE-00.toc is non existent 75264 INFO: Building EXE from EXE-00.toc 75270 INFO: Copying icons from ['C:\\electroncash\\icons/electron.ico'] 75272 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes 75272 INFO: Writing RT_ICON 1 resource with 296 bytes 75273 INFO: Writing RT_ICON 2 resource with 1384 bytes 75273 INFO: Writing RT_ICON 3 resource with 12672 bytes 75273 INFO: Writing RT_ICON 4 resource with 9640 bytes 75273 INFO: Writing RT_ICON 5 resource with 4264 bytes 75273 INFO: Writing RT_ICON 6 resource with 2440 bytes 75273 INFO: Writing RT_ICON 7 resource with 1128 bytes 75278 INFO: Updating manifest in C:\users\1001\Temp\tmp5bm7ubu3 75279 INFO: Updating resource type 24 name 1 language 0 75282 INFO: Appending archive to EXE C:\electroncash\contrib\build-wine\dist\Electron-Cash.exe 75360 INFO: Building EXE from EXE-00.toc completed successfully. 75403 INFO: checking PKG 75404 INFO: Building PKG because PKG-01.toc is non existent 75404 INFO: Building PKG (CArchive) PKG-01.pkg 75856 WARNING: One binary added with two internal names. 75856 WARNING: ('libGLESv2.dll', 'C:\\python3.6.8\\lib\\site-packages\\PyQt5\\Qt\\bin\\libGLESv2.dll', 'BINARY') 75856 WARNING: was placed previously at 75856 WARNING: ('PyQt5\\Qt\\bin\\libGLESv2.dll', 'C:\\python3.6.8\\lib\\site-packages\\PyQt5\\Qt\\bin\\libGLESv2.dll', 'BINARY') 89294 INFO: Building PKG (CArchive) PKG-01.pkg completed successfully. 89322 INFO: Bootloader c:\python3.6.8\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe 89323 INFO: checking EXE 89323 INFO: Building EXE because EXE-01.toc is non existent 89323 INFO: Building EXE from EXE-01.toc 89327 INFO: Copying icons from ['C:\\electroncash\\icons/electron.ico'] 89329 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes 89329 INFO: Writing RT_ICON 1 resource with 296 bytes 89329 INFO: Writing RT_ICON 2 resource with 1384 bytes 89330 INFO: Writing RT_ICON 3 resource with 12672 bytes 89330 INFO: Writing RT_ICON 4 resource with 9640 bytes 89331 INFO: Writing RT_ICON 5 resource with 4264 bytes 89331 INFO: Writing RT_ICON 6 resource with 2440 bytes 89331 INFO: Writing RT_ICON 7 resource with 1128 bytes 89338 INFO: Updating manifest in C:\users\1001\Temp\tmpmk5f7wwm 89342 INFO: Updating resource type 24 name 1 language 0 89346 INFO: Appending archive to EXE C:\electroncash\contrib\build-wine\dist\Electron-Cash-portable.exe 89486 INFO: Building EXE from EXE-01.toc completed successfully. 89527 INFO: checking PKG 89527 INFO: Building PKG because PKG-02.toc is non existent 89528 INFO: Building PKG (CArchive) PKG-02.pkg 90115 INFO: Building PKG (CArchive) PKG-02.pkg completed successfully. 90118 INFO: Bootloader c:\python3.6.8\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe 90118 INFO: checking EXE 90119 INFO: Building EXE because EXE-02.toc is non existent 90119 INFO: Building EXE from EXE-02.toc 90121 INFO: Copying icons from ['C:\\electroncash\\icons/electron.ico'] 90122 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes 90123 INFO: Writing RT_ICON 1 resource with 296 bytes 90123 INFO: Writing RT_ICON 2 resource with 1384 bytes 90123 INFO: Writing RT_ICON 3 resource with 12672 bytes 90123 INFO: Writing RT_ICON 4 resource with 9640 bytes 90123 INFO: Writing RT_ICON 5 resource with 4264 bytes 90123 INFO: Writing RT_ICON 6 resource with 2440 bytes 90123 INFO: Writing RT_ICON 7 resource with 1128 bytes 90126 INFO: Appending archive to EXE C:\electroncash\contrib\build-wine\build\deterministic\Electron-Cash.exe 90136 INFO: Building EXE from EXE-02.toc completed successfully. 90143 INFO: checking COLLECT 90143 INFO: Building COLLECT because COLLECT-00.toc is non existent 90144 INFO: Building COLLECT COLLECT-00.toc 92070 INFO: Building COLLECT COLLECT-00.toc completed successfully. Removing Misc. datas: pyconfig.h ----> Removed d = ('Include\\pyconfig.h', 'c:\\python3.6.8\\Include\\pyconfig.h', 'DATA') Removing Qt binaries: qt5web qt53d qt5game qt5designer qt5quick qt5location qt5test qt5xml pyqt5\qt\qml\qtquick qt5qml qt5printsupport ----> Removed x = ('Qt5Quick.dll', 'c:\\python3.6.8\\lib\\site-packages\\PyQt5\\Qt\\bin\\qt5quick.dll', 'BINARY') ----> Removed x = ('Qt5WebSockets.dll', 'c:\\python3.6.8\\lib\\site-packages\\PyQt5\\Qt\\bin\\qt5websockets.dll', 'BINARY') ----> Removed x = ('Qt5Qml.dll', 'c:\\python3.6.8\\lib\\site-packages\\PyQt5\\Qt\\bin\\Qt5Qml.dll', 'BINARY') Removing Qt datas: pyqt5\qt\translations\qtwebengine_locales pyqt5\qt\plugins\printsupport pyqt5\qt\plugins\platforms\qwebgl pyqt5\qt\plugins\platforms\qminimal ~/wine64/drive_c/electroncash/contrib/build-wine/dist ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine/dist ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Running makensis to build setup .exe version ... Command line defined: "PRODUCT_VERSION=4.0.10" Processing config: C:\Program Files (x86)\NSIS\nsisconf.nsh Processing script file: "electron-cash.nsi" (ACP) Processed 1 file, writing output (x86-ansi): Output: "C:\electroncash\contrib\build-wine\dist\Electron-Cash-setup.exe" Install: 2 pages (128 bytes), 1 section (2072 bytes), 816 instructions (22848 bytes), 559 strings (14864 bytes), 1 language table (262 bytes). Uninstall: 2 pages (192 bytes), 1 section (2072 bytes), 57 instructions (1596 bytes), 101 strings (1452 bytes), 1 language table (250 bytes). Datablock optimizer saved 4007 KiB (~4.4%). Using lzma (compress whole) compression. EXE header size: 69120 / 36864 bytes Install code: (39590 bytes) Install data: (87328091 bytes) Uninstall code+data: (18878 bytes) Compressed data: 24566948 / 87386559 bytes CRC (0x331FDBD7): 4 / 4 bytes Total size: 24636072 / 87423427 bytes (28.1%) -rwxr-xr-x 1 1001 1001 37474188 Nov 11 2000 Electron-Cash-4.0.10-portable.exe -rwxr-xr-x 1 1001 1001 24636072 Sep 8 17:33 Electron-Cash-4.0.10-setup.exe -rwxr-xr-x 1 1001 1001 37473620 Nov 11 2000 Electron-Cash-4.0.10.exe 53e76eb0925eb78ef21837c184f03f9f553b39f287a0084e646133879d10ee6a Electron-Cash-4.0.10-portable.exe 722ffd4825097537f81101bc426a148860c9a569f500f79c565aa03ff3b54b85 Electron-Cash-4.0.10-setup.exe 0f11f68dfd113d40ee358da6c32ef5e9e34bb9192b58976c763f461917344caf Electron-Cash-4.0.10.exe ~/wine64/drive_c/electroncash/contrib/build-wine INFO: Done building. ~/autobuild/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a INFO: Copying .exe files out of our build directory ... '/home/autobuild/autobuild/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a/contrib/build-wine/fresh_clone/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a/contrib/build-wine/dist/Electron-Cash-4.0.10.exe' -> 'dist/Electron-Cash-4.0.10.exe' '/home/autobuild/autobuild/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a/contrib/build-wine/fresh_clone/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a/contrib/build-wine/dist/Electron-Cash-4.0.10-portable.exe' -> 'dist/Electron-Cash-4.0.10-portable.exe' '/home/autobuild/autobuild/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a/contrib/build-wine/fresh_clone/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a/contrib/build-wine/dist/Electron-Cash-4.0.10-setup.exe' -> 'dist/Electron-Cash-4.0.10-setup.exe' INFO: Removing /home/autobuild/autobuild/Electron-Cash-b94616c3474f12b7cb942c31b574c89e376c801a/contrib/build-wine/fresh_clone ... INFO: Done. Built .exe files have been placed in dist/