Guest User

Untitled

a guest
Oct 31st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 147.38 KB | None | 0 0
  1. root@build:/home/electrum# sudo docker run \
  2. > --name electrum-wine-builder-cont \
  3. > -v $PWD:/opt/wine64/drive_c/electrum \
  4. > --rm \
  5. > --workdir /opt/wine64/drive_c/electrum/contrib/build-wine \
  6. > electrum-wine-builder-img \
  7. > ./build.sh^C
  8. root@build:/home/electrum# docker tag dockeroon/elka:latest
  9. dockeroon/elka dockeroon/elka:latest ubuntu
  10. root@build:/home/electrum# docker tag dockeroon/elka:latest electrum-wine-builder-img
  11. root@build:/home/electrum# sudo docker run \
  12. > --name electrum-wine-builder-cont \
  13. > -v $PWD:/opt/wine64/drive_c/electrum \
  14. > --rm \
  15. > --workdir /opt/wine64/drive_c/electrum/contrib/build-wine \
  16. > electrum-wine-builder-img \
  17. > ./build.sh
  18. Clearing ./build and ./dist...
  19. Cloning into 'secp256k1'...
  20. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  21. libtoolize: copying file 'build-aux/ltmain.sh'
  22. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
  23. libtoolize: copying file 'build-aux/m4/libtool.m4'
  24. libtoolize: copying file 'build-aux/m4/ltoptions.m4'
  25. libtoolize: copying file 'build-aux/m4/ltsugar.m4'
  26. libtoolize: copying file 'build-aux/m4/ltversion.m4'
  27. libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
  28. configure.ac:10: installing 'build-aux/compile'
  29. configure.ac:5: installing 'build-aux/config.guess'
  30. configure.ac:5: installing 'build-aux/config.sub'
  31. configure.ac:9: installing 'build-aux/install-sh'
  32. configure.ac:9: installing 'build-aux/missing'
  33. Makefile.am: installing 'build-aux/depcomp'
  34. parallel-tests: installing 'build-aux/test-driver'
  35. checking build system type... x86_64-pc-linux-gnu
  36. checking host system type... i686-w64-mingw32
  37. checking for a BSD-compatible install... /usr/bin/install -c
  38. checking whether build environment is sane... yes
  39. checking for i686-w64-mingw32-strip... i686-w64-mingw32-strip
  40. checking for a thread-safe mkdir -p... /bin/mkdir -p
  41. checking for gawk... no
  42. checking for mawk... mawk
  43. checking whether make sets $(MAKE)... yes
  44. checking whether make supports nested variables... yes
  45. checking how to print strings... printf
  46. checking for style of include used by make... GNU
  47. checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc
  48. checking whether the C compiler works... yes
  49. checking for C compiler default output file name... a.exe
  50. checking for suffix of executables... .exe
  51. checking whether we are cross compiling... yes
  52. checking for suffix of object files... o
  53. checking whether we are using the GNU C compiler... yes
  54. checking whether i686-w64-mingw32-gcc accepts -g... yes
  55. checking for i686-w64-mingw32-gcc option to accept ISO C89... none needed
  56. checking whether i686-w64-mingw32-gcc understands -c and -o together... yes
  57. checking dependency style of i686-w64-mingw32-gcc... gcc3
  58. checking for a sed that does not truncate output... /bin/sed
  59. checking for grep that handles long lines and -e... /bin/grep
  60. checking for egrep... /bin/grep -E
  61. checking for fgrep... /bin/grep -F
  62. checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld
  63. checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes
  64. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B
  65. checking the name lister (/usr/bin/i686-w64-mingw32-nm -B) interface... BSD nm
  66. checking whether ln -s works... yes
  67. checking the maximum length of command line arguments... 1572864
  68. checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32
  69. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  70. checking for /usr/bin/i686-w64-mingw32-ld option to reload object files... -r
  71. checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump
  72. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  73. checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool
  74. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  75. checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar
  76. checking for archiver @FILE support... @
  77. checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip
  78. checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib
  79. checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object... ok
  80. checking for sysroot... no
  81. checking for a working dd... /bin/dd
  82. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  83. checking for i686-w64-mingw32-mt... no
  84. checking for mt... no
  85. checking if : is a manifest tool... no
  86. checking how to run the C preprocessor... i686-w64-mingw32-gcc -E
  87. checking for ANSI C header files... yes
  88. checking for sys/types.h... yes
  89. checking for sys/stat.h... yes
  90. checking for stdlib.h... yes
  91. checking for string.h... yes
  92. checking for memory.h... yes
  93. checking for strings.h... yes
  94. checking for inttypes.h... yes
  95. checking for stdint.h... yes
  96. checking for unistd.h... yes
  97. checking for dlfcn.h... no
  98. checking for objdir... .libs
  99. checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
  100. checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
  101. checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  102. checking if i686-w64-mingw32-gcc static flag -static works... yes
  103. checking if i686-w64-mingw32-gcc supports -c -o file.o... yes
  104. checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes
  105. checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes
  106. checking whether -lc should be explicitly linked in... yes
  107. checking dynamic linker characteristics... Win32 ld.exe
  108. checking how to hardcode library paths into programs... immediate
  109. checking whether stripping libraries is possible... yes
  110. checking if libtool supports shared libraries... yes
  111. checking whether to build shared libraries... yes
  112. checking whether to build static libraries... yes
  113. checking whether make supports nested variables... (cached) yes
  114. ./configure: line 12134: PKG_PROG_PKG_CONFIG: command not found
  115. checking for i686-w64-mingw32-ar... /usr/bin/i686-w64-mingw32-ar
  116. checking for i686-w64-mingw32-ranlib... /usr/bin/i686-w64-mingw32-ranlib
  117. checking for i686-w64-mingw32-strip... /usr/bin/i686-w64-mingw32-strip
  118. checking for gcc... gcc
  119. checking whether we are using the GNU C compiler... (cached) yes
  120. checking whether gcc accepts -g... yes
  121. checking for gcc option to accept ISO C89... (cached) none needed
  122. checking whether gcc understands -c and -o together... (cached) yes
  123. checking dependency style of gcc... (cached) gcc3
  124. checking how to run the C preprocessor... gcc -E
  125. checking for i686-w64-mingw32-gcc option to accept ISO C89... (cached) none needed
  126. checking dependency style of i686-w64-mingw32-gcc... gcc3
  127. 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
  128. checking if i686-w64-mingw32-gcc supports -fvisibility=hidden... yes
  129. checking for __int128... no
  130. checking for __builtin_expect... yes
  131. checking native compiler: gcc... gcc does not produce working binaries. Please set CC_FOR_BUILD
  132. checking for x86_64 assembly availability... no
  133. checking gmp.h usability... no
  134. checking gmp.h presence... no
  135. checking for gmp.h... no
  136. checking openssl/crypto.h usability... no
  137. checking openssl/crypto.h presence... no
  138. checking for openssl/crypto.h... no
  139. checking whether byte ordering is bigendian... no
  140. configure: Using static precomputation: no
  141. configure: Using assembly optimizations: no
  142. configure: Using field implementation: 32bit
  143. configure: Using bignum implementation: no
  144. configure: Using scalar implementation: 32bit
  145. configure: Using endomorphism optimizations: no
  146. configure: Building benchmarks: yes
  147. configure: Building for coverage analysis: no
  148. configure: Building ECDH module: yes
  149. configure: Building ECDSA pubkey recovery module: yes
  150. configure: Using jni: no
  151. configure: ******
  152. configure: WARNING: experimental build
  153. configure: Experimental features do not have stable APIs or properties, and may not be safe for production use.
  154. configure: Building ECDH module: yes
  155. configure: ******
  156. checking that generated files are newer than configure... done
  157. configure: creating ./config.status
  158. config.status: creating Makefile
  159. config.status: creating libsecp256k1.pc
  160. config.status: creating src/libsecp256k1-config.h
  161. config.status: executing depfiles commands
  162. config.status: executing libtool commands
  163. cd . && /bin/bash /tmp/electrum-build/secp256k1/build-aux/missing automake-1.15 --foreign Makefile
  164. cd . && /bin/bash ./config.status Makefile depfiles
  165. config.status: creating Makefile
  166. config.status: executing depfiles commands
  167. CC src/libsecp256k1_la-secp256k1.lo
  168. CCLD libsecp256k1.la
  169. /usr/bin/i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  170. CC src/bench_verify.o
  171. CCLD bench_verify.exe
  172. ./.libs/lt-bench_verify.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  173. int _putenv (const char *);
  174. ^~~~~~~
  175. CC src/bench_sign.o
  176. CCLD bench_sign.exe
  177. ./.libs/lt-bench_sign.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  178. int _putenv (const char *);
  179. ^~~~~~~
  180. CC src/bench_internal-bench_internal.o
  181. CCLD bench_internal.exe
  182. ./.libs/lt-bench_internal.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  183. int _putenv (const char *);
  184. ^~~~~~~
  185. CC src/bench_ecmult-bench_ecmult.o
  186. CCLD bench_ecmult.exe
  187. ./.libs/lt-bench_ecmult.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  188. int _putenv (const char *);
  189. ^~~~~~~
  190. CC src/tests-tests.o
  191. CCLD tests.exe
  192. CC src/exhaustive_tests-tests_exhaustive.o
  193. CCLD exhaustive_tests.exe
  194. CC src/bench_ecdh.o
  195. CCLD bench_ecdh.exe
  196. ./.libs/lt-bench_ecdh.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  197. int _putenv (const char *);
  198. ^~~~~~~
  199. CC src/bench_recover.o
  200. CCLD bench_recover.exe
  201. ./.libs/lt-bench_recover.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  202. int _putenv (const char *);
  203. ^~~~~~~
  204. building libsecp256k1 finished
  205. 0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
  206. 0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
  207. 0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  208. 0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
  209. 0012:err:ole:get_local_server_stream Failed: 80004002
  210. 0010:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  211. 0010:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  212. 0014:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  213. 0014:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  214. 0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
  215. 0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
  216. 0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
  217. 0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007
  218. 0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x800736b7
  219. 0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 800736b7
  220. 0014:err:ole:get_local_server_stream Failed: 800736b7
  221. 000b:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  222. 000b:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  223. 0016:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  224. 0016:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  225. 0018:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  226. 0018:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  227. Could not load wine-gecko. HTML rendering will be disabled.
  228. 0027:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  229. 0027:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  230. 0029:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
  231. 0029:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
  232. Could not load wine-gecko. HTML rendering will be disabled.
  233. wine: configuration in '/opt/wine64' has been updated.
  234. gpg: directory '/root/.gnupg' created
  235. gpg: keybox '/root/.gnupg/keyring-electrum-build-python-dev.gpg' created
  236. gpg: key FC624643487034E5: 6 signatures not checked due to missing keys
  237. gpg: /root/.gnupg/trustdb.gpg: trustdb created
  238. gpg: key FC624643487034E5: public key "Steve Dower (Python Release Signing) <steve.dower@microsoft.com>" imported
  239. gpg: key 3A5CA953F73C700D: 2 signatures not checked due to missing keys
  240. gpg: key 3A5CA953F73C700D: public key "Larry Hastings <larry@hastings.org>" imported
  241. gpg: key FB9921286F5E1540: 2 signatures not checked due to missing keys
  242. gpg: key FB9921286F5E1540: public key "Ned Deily <nad@acm.org>" imported
  243. gpg: key 2D347EA6AA65421D: 17 signatures not checked due to missing keys
  244. gpg: key 2D347EA6AA65421D: public key "Ned Deily (Python release signing key) <nad@python.org>" imported
  245. gpg: key C9BE28DEE6DF025C: 1 signature not checked due to a missing key
  246. gpg: key C9BE28DEE6DF025C: public key "Ronald Oussoren <ronaldoussoren@mac.com>" imported
  247. gpg: key D9866941EA5BBD71: 2 duplicate signatures removed
  248. gpg: key D9866941EA5BBD71: 267 signatures not checked due to missing keys
  249. gpg: key D9866941EA5BBD71: public key "Barry A. Warsaw <barry@warsaw.us>" imported
  250. gpg: key 126EB563A74B06BF: 38 duplicate signatures removed
  251. gpg: key 126EB563A74B06BF: 536 signatures not checked due to missing keys
  252. gpg: key 126EB563A74B06BF: public key "Barry Warsaw <barry@warsaw.us>" imported
  253. gpg: key 99CDEA9DA4135B38: 7 signatures not checked due to missing keys
  254. gpg: key 99CDEA9DA4135B38: public key "Benjamin Peterson <benjamin@python.org>" imported
  255. gpg: key 04C367C218ADD4FF: 21 signatures not checked due to missing keys
  256. gpg: key 04C367C218ADD4FF: public key "Benjamin Peterson <bp@benjamin.pe>" imported
  257. gpg: key 6AF053F07D9DC8D2: 2 duplicate signatures removed
  258. gpg: key 6AF053F07D9DC8D2: 12 signatures not checked due to missing keys
  259. gpg: key 6AF053F07D9DC8D2: public key "Martin v. Löwis <martin@v.loewis.de>" imported
  260. gpg: key 0A5B101836580288: 5 signatures not checked due to missing keys
  261. gpg: key 0A5B101836580288: public key "Georg Brandl (Python release signing key) <georg@python.org>" imported
  262. gpg: key 0EDDC5F26A45C816: 5 duplicate signatures removed
  263. gpg: key 0EDDC5F26A45C816: 281 signatures not checked due to missing keys
  264. gpg: key 0EDDC5F26A45C816: public key "Anthony Baxter <anthony@interlink.com.au>" imported
  265. gpg: no ultimately trusted keys found
  266. gpg: Total number processed: 12
  267. gpg: imported: 12
  268. Installing core...
  269. --2018-10-31 05:55:24-- https://www.python.org/ftp/python/3.6.6/win32/core.msi
  270. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  271. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  272. HTTP request sent, awaiting response... 200 OK
  273. Length: 1224704 (1.2M) [application/octet-stream]
  274. Saving to: ‘core.msi’
  275.  
  276. 0K .......... .......... .......... .......... .......... 4% 2.91M 0s
  277. 50K .......... .......... .......... .......... .......... 8% 6.21M 0s
  278. 100K .......... .......... .......... .......... .......... 12% 97.9M 0s
  279. 150K .......... .......... .......... .......... .......... 16% 6.63M 0s
  280. 200K .......... .......... .......... .......... .......... 20% 130M 0s
  281. 250K .......... .......... .......... .......... .......... 25% 156M 0s
  282. 300K .......... .......... .......... .......... .......... 29% 6.86M 0s
  283. 350K .......... .......... .......... .......... .......... 33% 161M 0s
  284. 400K .......... .......... .......... .......... .......... 37% 135M 0s
  285. 450K .......... .......... .......... .......... .......... 41% 124M 0s
  286. 500K .......... .......... .......... .......... .......... 45% 92.5M 0s
  287. 550K .......... .......... .......... .......... .......... 50% 105M 0s
  288. 600K .......... .......... .......... .......... .......... 54% 8.21M 0s
  289. 650K .......... .......... .......... .......... .......... 58% 60.2M 0s
  290. 700K .......... .......... .......... .......... .......... 62% 42.2M 0s
  291. 750K .......... .......... .......... .......... .......... 66% 60.8M 0s
  292. 800K .......... .......... .......... .......... .......... 71% 68.0M 0s
  293. 850K .......... .......... .......... .......... .......... 75% 54.1M 0s
  294. 900K .......... .......... .......... .......... .......... 79% 53.9M 0s
  295. 950K .......... .......... .......... .......... .......... 83% 93.8M 0s
  296. 1000K .......... .......... .......... .......... .......... 87% 127M 0s
  297. 1050K .......... .......... .......... .......... .......... 91% 101M 0s
  298. 1100K .......... .......... .......... .......... .......... 96% 79.8M 0s
  299. 1150K .......... .......... .......... .......... ...... 100% 199M=0.06s
  300.  
  301. 2018-10-31 05:55:24 (20.9 MB/s) - ‘core.msi’ saved [1224704/1224704]
  302.  
  303. --2018-10-31 05:55:24-- https://www.python.org/ftp/python/3.6.6/win32/core.msi.asc
  304. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  305. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  306. HTTP request sent, awaiting response... 200 OK
  307. Length: 836 [application/octet-stream]
  308. Saving to: ‘core.msi.asc’
  309.  
  310. 0K 100% 184M=0s
  311.  
  312. 2018-10-31 05:55:24 (184 MB/s) - ‘core.msi.asc’ saved [836/836]
  313.  
  314. 0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
  315. 0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
  316. 0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
  317. 0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
  318. 0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
  319. 0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  320. 0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  321. Installing dev...
  322. --2018-10-31 05:55:25-- https://www.python.org/ftp/python/3.6.6/win32/dev.msi
  323. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  324. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  325. HTTP request sent, awaiting response... 200 OK
  326. Length: 282624 (276K) [application/octet-stream]
  327. Saving to: ‘dev.msi’
  328.  
  329. 0K .......... .......... .......... .......... .......... 18% 2.75M 0s
  330. 50K .......... .......... .......... .......... .......... 36% 5.50M 0s
  331. 100K .......... .......... .......... .......... .......... 54% 230M 0s
  332. 150K .......... .......... .......... .......... .......... 72% 5.59M 0s
  333. 200K .......... .......... .......... .......... .......... 90% 269M 0s
  334. 250K .......... .......... ...... 100% 221M=0.04s
  335.  
  336. 2018-10-31 05:55:25 (7.52 MB/s) - ‘dev.msi’ saved [282624/282624]
  337.  
  338. --2018-10-31 05:55:25-- https://www.python.org/ftp/python/3.6.6/win32/dev.msi.asc
  339. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  340. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  341. HTTP request sent, awaiting response... 200 OK
  342. Length: 836 [application/octet-stream]
  343. Saving to: ‘dev.msi.asc’
  344.  
  345. 0K 100% 33.2M=0s
  346.  
  347. 2018-10-31 05:55:25 (33.2 MB/s) - ‘dev.msi.asc’ saved [836/836]
  348.  
  349. 002c:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
  350. 002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
  351. 002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
  352. 002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
  353. 002c:err:mscoree:LoadLibraryShim error reading registry key for installroot
  354. 002c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  355. 002c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  356. Installing exe...
  357. --2018-10-31 05:55:25-- https://www.python.org/ftp/python/3.6.6/win32/exe.msi
  358. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  359. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  360. HTTP request sent, awaiting response... 200 OK
  361. Length: 393216 (384K) [application/octet-stream]
  362. Saving to: ‘exe.msi’
  363.  
  364. 0K .......... .......... .......... .......... .......... 13% 2.98M 0s
  365. 50K .......... .......... .......... .......... .......... 26% 7.73M 0s
  366. 100K .......... .......... .......... .......... .......... 39% 27.6M 0s
  367. 150K .......... .......... .......... .......... .......... 52% 7.74M 0s
  368. 200K .......... .......... .......... .......... .......... 65% 278M 0s
  369. 250K .......... .......... .......... .......... .......... 78% 26.3M 0s
  370. 300K .......... .......... .......... .......... .......... 91% 9.33M 0s
  371. 350K .......... .......... .......... .... 100% 29.7M=0.04s
  372.  
  373. 2018-10-31 05:55:25 (9.58 MB/s) - ‘exe.msi’ saved [393216/393216]
  374.  
  375. --2018-10-31 05:55:25-- https://www.python.org/ftp/python/3.6.6/win32/exe.msi.asc
  376. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  377. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  378. HTTP request sent, awaiting response... 200 OK
  379. Length: 836 [application/octet-stream]
  380. Saving to: ‘exe.msi.asc’
  381.  
  382. 0K 100% 131M=0s
  383.  
  384. 2018-10-31 05:55:25 (131 MB/s) - ‘exe.msi.asc’ saved [836/836]
  385.  
  386. 002e:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
  387. 002e:err:mscoree:LoadLibraryShim error reading registry key for installroot
  388. 002e:err:mscoree:LoadLibraryShim error reading registry key for installroot
  389. 002e:err:mscoree:LoadLibraryShim error reading registry key for installroot
  390. 002e:err:mscoree:LoadLibraryShim error reading registry key for installroot
  391. 002e:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  392. 002e:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  393. Installing lib...
  394. --2018-10-31 05:55:25-- https://www.python.org/ftp/python/3.6.6/win32/lib.msi
  395. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  396. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  397. HTTP request sent, awaiting response... 200 OK
  398. Length: 6397952 (6.1M) [application/octet-stream]
  399. Saving to: ‘lib.msi’
  400.  
  401. 0K .......... .......... .......... .......... .......... 0% 2.54M 2s
  402. 50K .......... .......... .......... .......... .......... 1% 5.55M 2s
  403. 100K .......... .......... .......... .......... .......... 2% 63.5M 1s
  404. 150K .......... .......... .......... .......... .......... 3% 5.91M 1s
  405. 200K .......... .......... .......... .......... .......... 4% 170M 1s
  406. 250K .......... .......... .......... .......... .......... 4% 150M 1s
  407. 300K .......... .......... .......... .......... .......... 5% 214M 1s
  408. 350K .......... .......... .......... .......... .......... 6% 5.92M 1s
  409. 400K .......... .......... .......... .......... .......... 7% 157M 1s
  410. 450K .......... .......... .......... .......... .......... 8% 119M 1s
  411. 500K .......... .......... .......... .......... .......... 8% 179M 0s
  412. 550K .......... .......... .......... .......... .......... 9% 188M 0s
  413. 600K .......... .......... .......... .......... .......... 10% 224M 0s
  414. 650K .......... .......... .......... .......... .......... 11% 238M 0s
  415. 700K .......... .......... .......... .......... .......... 12% 7.00M 0s
  416. 750K .......... .......... .......... .......... .......... 12% 78.5M 0s
  417. 800K .......... .......... .......... .......... .......... 13% 170M 0s
  418. 850K .......... .......... .......... .......... .......... 14% 195M 0s
  419. 900K .......... .......... .......... .......... .......... 15% 92.3M 0s
  420. 950K .......... .......... .......... .......... .......... 16% 171M 0s
  421. 1000K .......... .......... .......... .......... .......... 16% 164M 0s
  422. 1050K .......... .......... .......... .......... .......... 17% 204M 0s
  423. 1100K .......... .......... .......... .......... .......... 18% 257M 0s
  424. 1150K .......... .......... .......... .......... .......... 19% 216M 0s
  425. 1200K .......... .......... .......... .......... .......... 20% 221M 0s
  426. 1250K .......... .......... .......... .......... .......... 20% 211M 0s
  427. 1300K .......... .......... .......... .......... .......... 21% 196M 0s
  428. 1350K .......... .......... .......... .......... .......... 22% 3.17M 0s
  429. 1400K .......... .......... .......... .......... .......... 23% 209M 0s
  430. 1450K .......... .......... .......... .......... .......... 24% 239M 0s
  431. 1500K .......... .......... .......... .......... .......... 24% 271M 0s
  432. 1550K .......... .......... .......... .......... .......... 25% 254M 0s
  433. 1600K .......... .......... .......... .......... .......... 26% 293M 0s
  434. 1650K .......... .......... .......... .......... .......... 27% 284M 0s
  435. 1700K .......... .......... .......... .......... .......... 28% 264M 0s
  436. 1750K .......... .......... .......... .......... .......... 28% 236M 0s
  437. 1800K .......... .......... .......... .......... .......... 29% 245M 0s
  438. 1850K .......... .......... .......... .......... .......... 30% 225M 0s
  439. 1900K .......... .......... .......... .......... .......... 31% 256M 0s
  440. 1950K .......... .......... .......... .......... .......... 32% 165M 0s
  441. 2000K .......... .......... .......... .......... .......... 32% 156M 0s
  442. 2050K .......... .......... .......... .......... .......... 33% 235M 0s
  443. 2100K .......... .......... .......... .......... .......... 34% 186M 0s
  444. 2150K .......... .......... .......... .......... .......... 35% 155M 0s
  445. 2200K .......... .......... .......... .......... .......... 36% 149M 0s
  446. 2250K .......... .......... .......... .......... .......... 36% 148M 0s
  447. 2300K .......... .......... .......... .......... .......... 37% 177M 0s
  448. 2350K .......... .......... .......... .......... .......... 38% 286M 0s
  449. 2400K .......... .......... .......... .......... .......... 39% 281M 0s
  450. 2450K .......... .......... .......... .......... .......... 40% 257M 0s
  451. 2500K .......... .......... .......... .......... .......... 40% 284M 0s
  452. 2550K .......... .......... .......... .......... .......... 41% 253M 0s
  453. 2600K .......... .......... .......... .......... .......... 42% 233M 0s
  454. 2650K .......... .......... .......... .......... .......... 43% 293M 0s
  455. 2700K .......... .......... .......... .......... .......... 44% 296M 0s
  456. 2750K .......... .......... .......... .......... .......... 44% 246M 0s
  457. 2800K .......... .......... .......... .......... .......... 45% 7.04M 0s
  458. 2850K .......... .......... .......... .......... .......... 46% 46.1M 0s
  459. 2900K .......... .......... .......... .......... .......... 47% 64.3M 0s
  460. 2950K .......... .......... .......... .......... .......... 48% 70.4M 0s
  461. 3000K .......... .......... .......... .......... .......... 48% 32.6M 0s
  462. 3050K .......... .......... .......... .......... .......... 49% 55.3M 0s
  463. 3100K .......... .......... .......... .......... .......... 50% 274M 0s
  464. 3150K .......... .......... .......... .......... .......... 51% 46.3M 0s
  465. 3200K .......... .......... .......... .......... .......... 52% 56.7M 0s
  466. 3250K .......... .......... .......... .......... .......... 52% 55.7M 0s
  467. 3300K .......... .......... .......... .......... .......... 53% 38.4M 0s
  468. 3350K .......... .......... .......... .......... .......... 54% 46.7M 0s
  469. 3400K .......... .......... .......... .......... .......... 55% 53.5M 0s
  470. 3450K .......... .......... .......... .......... .......... 56% 59.9M 0s
  471. 3500K .......... .......... .......... .......... .......... 56% 56.3M 0s
  472. 3550K .......... .......... .......... .......... .......... 57% 56.4M 0s
  473. 3600K .......... .......... .......... .......... .......... 58% 242M 0s
  474. 3650K .......... .......... .......... .......... .......... 59% 185M 0s
  475. 3700K .......... .......... .......... .......... .......... 60% 131M 0s
  476. 3750K .......... .......... .......... .......... .......... 60% 146M 0s
  477. 3800K .......... .......... .......... .......... .......... 61% 161M 0s
  478. 3850K .......... .......... .......... .......... .......... 62% 173M 0s
  479. 3900K .......... .......... .......... .......... .......... 63% 193M 0s
  480. 3950K .......... .......... .......... .......... .......... 64% 139M 0s
  481. 4000K .......... .......... .......... .......... .......... 64% 172M 0s
  482. 4050K .......... .......... .......... .......... .......... 65% 191M 0s
  483. 4100K .......... .......... .......... .......... .......... 66% 224M 0s
  484. 4150K .......... .......... .......... .......... .......... 67% 187M 0s
  485. 4200K .......... .......... .......... .......... .......... 68% 164M 0s
  486. 4250K .......... .......... .......... .......... .......... 68% 201M 0s
  487. 4300K .......... .......... .......... .......... .......... 69% 256M 0s
  488. 4350K .......... .......... .......... .......... .......... 70% 141M 0s
  489. 4400K .......... .......... .......... .......... .......... 71% 250M 0s
  490. 4450K .......... .......... .......... .......... .......... 72% 271M 0s
  491. 4500K .......... .......... .......... .......... .......... 72% 94.2M 0s
  492. 4550K .......... .......... .......... .......... .......... 73% 21.6M 0s
  493. 4600K .......... .......... .......... .......... .......... 74% 19.3M 0s
  494. 4650K .......... .......... .......... .......... .......... 75% 17.2M 0s
  495. 4700K .......... .......... .......... .......... .......... 76% 25.4M 0s
  496. 4750K .......... .......... .......... .......... .......... 76% 35.9M 0s
  497. 4800K .......... .......... .......... .......... .......... 77% 43.3M 0s
  498. 4850K .......... .......... .......... .......... .......... 78% 244M 0s
  499. 4900K .......... .......... .......... .......... .......... 79% 250M 0s
  500. 4950K .......... .......... .......... .......... .......... 80% 231M 0s
  501. 5000K .......... .......... .......... .......... .......... 80% 243M 0s
  502. 5050K .......... .......... .......... .......... .......... 81% 178M 0s
  503. 5100K .......... .......... .......... .......... .......... 82% 258M 0s
  504. 5150K .......... .......... .......... .......... .......... 83% 209M 0s
  505. 5200K .......... .......... .......... .......... .......... 84% 234M 0s
  506. 5250K .......... .......... .......... .......... .......... 84% 225M 0s
  507. 5300K .......... .......... .......... .......... .......... 85% 201M 0s
  508. 5350K .......... .......... .......... .......... .......... 86% 209M 0s
  509. 5400K .......... .......... .......... .......... .......... 87% 175M 0s
  510. 5450K .......... .......... .......... .......... .......... 88% 160M 0s
  511. 5500K .......... .......... .......... .......... .......... 88% 144M 0s
  512. 5550K .......... .......... .......... .......... .......... 89% 160M 0s
  513. 5600K .......... .......... .......... .......... .......... 90% 197M 0s
  514. 5650K .......... .......... .......... .......... .......... 91% 247M 0s
  515. 5700K .......... .......... .......... .......... .......... 92% 169M 0s
  516. 5750K .......... .......... .......... .......... .......... 92% 196M 0s
  517. 5800K .......... .......... .......... .......... .......... 93% 168M 0s
  518. 5850K .......... .......... .......... .......... .......... 94% 225M 0s
  519. 5900K .......... .......... .......... .......... .......... 95% 228M 0s
  520. 5950K .......... .......... .......... .......... .......... 96% 207M 0s
  521. 6000K .......... .......... .......... .......... .......... 96% 285M 0s
  522. 6050K .......... .......... .......... .......... .......... 97% 295M 0s
  523. 6100K .......... .......... .......... .......... .......... 98% 234M 0s
  524. 6150K .......... .......... .......... .......... .......... 99% 274M 0s
  525. 6200K .......... .......... .......... .......... ........ 100% 170M=0.1s
  526.  
  527. 2018-10-31 05:55:25 (49.0 MB/s) - ‘lib.msi’ saved [6397952/6397952]
  528.  
  529. --2018-10-31 05:55:25-- https://www.python.org/ftp/python/3.6.6/win32/lib.msi.asc
  530. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  531. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  532. HTTP request sent, awaiting response... 200 OK
  533. Length: 836 [application/octet-stream]
  534. Saving to: ‘lib.msi.asc’
  535.  
  536. 0K 100% 123M=0s
  537.  
  538. 2018-10-31 05:55:25 (123 MB/s) - ‘lib.msi.asc’ saved [836/836]
  539.  
  540. 0032:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
  541. 0032:err:mscoree:LoadLibraryShim error reading registry key for installroot
  542. 0032:err:mscoree:LoadLibraryShim error reading registry key for installroot
  543. 0032:err:mscoree:LoadLibraryShim error reading registry key for installroot
  544. 0032:err:mscoree:LoadLibraryShim error reading registry key for installroot
  545. 0032:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  546. 0032:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  547. Installing pip...
  548. --2018-10-31 05:55:27-- https://www.python.org/ftp/python/3.6.6/win32/pip.msi
  549. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  550. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  551. HTTP request sent, awaiting response... 200 OK
  552. Length: 253952 (248K) [application/octet-stream]
  553. Saving to: ‘pip.msi’
  554.  
  555. 0K .......... .......... .......... .......... .......... 20% 2.72M 0s
  556. 50K .......... .......... .......... .......... .......... 40% 5.48M 0s
  557. 100K .......... .......... .......... .......... .......... 60% 171M 0s
  558. 150K .......... .......... .......... .......... .......... 80% 5.71M 0s
  559. 200K .......... .......... .......... .......... ........ 100% 137M=0.04s
  560.  
  561. 2018-10-31 05:55:27 (6.73 MB/s) - ‘pip.msi’ saved [253952/253952]
  562.  
  563. --2018-10-31 05:55:27-- https://www.python.org/ftp/python/3.6.6/win32/pip.msi.asc
  564. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  565. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  566. HTTP request sent, awaiting response... 200 OK
  567. Length: 836 [application/octet-stream]
  568. Saving to: ‘pip.msi.asc’
  569.  
  570. 0K 100% 52.1M=0s
  571.  
  572. 2018-10-31 05:55:27 (52.1 MB/s) - ‘pip.msi.asc’ saved [836/836]
  573.  
  574. 0034:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
  575. 0034:fixme:msi:open_userdata_comp_key only looking at the current user
  576. 0034:fixme:msi:open_userdata_comp_key only looking at the current user
  577. 0034:err:mscoree:LoadLibraryShim error reading registry key for installroot
  578. 0034:err:mscoree:LoadLibraryShim error reading registry key for installroot
  579. 0034:err:mscoree:LoadLibraryShim error reading registry key for installroot
  580. 0034:err:mscoree:LoadLibraryShim error reading registry key for installroot
  581. 0037:fixme:msvcrt:_configure_wide_argv (1) stub
  582. 0037:fixme:msvcrt:_initialize_wide_environment stub
  583. 0034:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  584. 0034:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  585. Installing tools...
  586. --2018-10-31 05:55:34-- https://www.python.org/ftp/python/3.6.6/win32/tools.msi
  587. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  588. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  589. HTTP request sent, awaiting response... 200 OK
  590. Length: 204800 (200K) [application/octet-stream]
  591. Saving to: ‘tools.msi’
  592.  
  593. 0K .......... .......... .......... .......... .......... 25% 1.81M 0s
  594. 50K .......... .......... .......... .......... .......... 50% 5.42M 0s
  595. 100K .......... .......... .......... .......... .......... 75% 65.0M 0s
  596. 150K .......... .......... .......... .......... ..........100% 5.93M 0s
  597. 200K 100% 0.00 =0.04s
  598.  
  599. 2018-10-31 05:55:34 (4.34 MB/s) - ‘tools.msi’ saved [204800/204800]
  600.  
  601. --2018-10-31 05:55:34-- https://www.python.org/ftp/python/3.6.6/win32/tools.msi.asc
  602. Resolving www.python.org (www.python.org)... 151.101.156.223, 2a04:4e42:25::223
  603. Connecting to www.python.org (www.python.org)|151.101.156.223|:443... connected.
  604. HTTP request sent, awaiting response... 200 OK
  605. Length: 836 [application/octet-stream]
  606. Saving to: ‘tools.msi.asc’
  607.  
  608. 0K 100% 44.3M=0s
  609.  
  610. 2018-10-31 05:55:34 (44.3 MB/s) - ‘tools.msi.asc’ saved [836/836]
  611.  
  612. 0039:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
  613. 0039:err:mscoree:LoadLibraryShim error reading registry key for installroot
  614. 0039:err:mscoree:LoadLibraryShim error reading registry key for installroot
  615. 0039:err:mscoree:LoadLibraryShim error reading registry key for installroot
  616. 0039:err:mscoree:LoadLibraryShim error reading registry key for installroot
  617. 0039:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  618. 0039:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 3)
  619. 003b:fixme:msvcrt:_configure_wide_argv (1) stub
  620. 003b:fixme:msvcrt:_initialize_wide_environment stub
  621. Collecting pip
  622. Downloading https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (1.3MB)
  623. Installing collected packages: pip
  624. Found existing installation: pip 10.0.1
  625. Uninstalling pip-10.0.1:
  626. Successfully uninstalled pip-10.0.1
  627. Successfully installed pip-18.1
  628. 003d:fixme:msvcrt:_configure_wide_argv (1) stub
  629. 003d:fixme:msvcrt:_initialize_wide_environment stub
  630. Collecting win_inet_pton==1.0.1
  631. Downloading https://files.pythonhosted.org/packages/a3/fb/bb181176a58f3d091aae10a360aa5aa945b9c4ec960dc713a32353665d26/win_inet_pton-1.0.1.tar.gz
  632. 003f:fixme:msvcrt:_configure_wide_argv (1) stub
  633. 003f:fixme:msvcrt:_initialize_wide_environment stub
  634. Installing collected packages: win-inet-pton
  635. Running setup.py install for win-inet-pton: started
  636. 0041:fixme:msvcrt:_configure_wide_argv (1) stub
  637. 0041:fixme:msvcrt:_initialize_wide_environment stub
  638. Running setup.py install for win-inet-pton: finished with status 'done'
  639. Successfully installed win-inet-pton-1.0.1
  640. 0043:fixme:msvcrt:_configure_wide_argv (1) stub
  641. 0043:fixme:msvcrt:_initialize_wide_environment stub
  642. Collecting pip==18.0 (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 1))
  643. Downloading https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl (1.3MB)
  644. Collecting pycryptodomex==3.6.6 (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 4))
  645. Downloading https://files.pythonhosted.org/packages/c6/55/aa31d9b8b22e303206c22e63653283338aba4a8e6aebb805fe07cb7cf232/pycryptodomex-3.6.6-cp36-cp36m-win32.whl (7.9MB)
  646. Collecting PyQt5==5.10.1 (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 35))
  647. Downloading https://files.pythonhosted.org/packages/6c/63/89f888968ee0c7e7ffb2ea7604fae3ef85f7bc86f57dd07019805aa78798/PyQt5-5.10.1-5.10.1-cp35.cp36.cp37.cp38-none-win32.whl (68.6MB)
  648. Collecting setuptools==40.2.0 (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 40))
  649. Downloading https://files.pythonhosted.org/packages/66/e8/570bb5ca88a8bcd2a1db9c6246bb66615750663ffaaeada95b04ffe74e12/setuptools-40.2.0-py2.py3-none-any.whl (568kB)
  650. Collecting SIP==4.19.8 (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 43))
  651. Downloading https://files.pythonhosted.org/packages/7a/49/67cc7955baf2ec5b67e141da2ab2a436cbf0f8d7c9fcab54e35df21d056b/sip-4.19.8-cp36-none-win32.whl (42kB)
  652. Collecting wheel==0.31.1 (from -r /opt/wine64/drive_c/electrum/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 56))
  653. Downloading https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl (41kB)
  654. Installing collected packages: pip, pycryptodomex, SIP, PyQt5, setuptools, wheel
  655. Found existing installation: pip 18.1
  656. Uninstalling pip-18.1:
  657. Successfully uninstalled pip-18.1
  658. The scripts pylupdate5.exe, pyrcc5.exe and pyuic5.exe are installed in 'c:\python3.6.6\Scripts' which is not on PATH.
  659. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  660. Found existing installation: setuptools 39.0.1
  661. Uninstalling setuptools-39.0.1:
  662. Successfully uninstalled setuptools-39.0.1
  663. The script wheel.exe is installed in 'c:\python3.6.6\Scripts' which is not on PATH.
  664. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  665. Successfully installed PyQt5-5.10.1 SIP-4.19.8 pip-18.0 pycryptodomex-3.6.6 setuptools-40.2.0 wheel-0.31.1
  666. 0045:fixme:msvcrt:_configure_wide_argv (1) stub
  667. 0045:fixme:msvcrt:_initialize_wide_environment stub
  668. Collecting pyinstaller==3.4
  669. Downloading https://files.pythonhosted.org/packages/03/32/0e0de593f129bf1d1e77eed562496d154ef4460fd5cecfd78612ef39a0cc/PyInstaller-3.4.tar.gz (3.5MB)
  670. Installing build dependencies: started
  671. 0047:fixme:msvcrt:_configure_wide_argv (1) stub
  672. 0047:fixme:msvcrt:_initialize_wide_environment stub
  673. Installing build dependencies: finished with status 'done'
  674. 0049:fixme:msvcrt:_configure_wide_argv (1) stub
  675. 0049:fixme:msvcrt:_initialize_wide_environment stub
  676. Requirement already satisfied: setuptools in c:\python3.6.6\lib\site-packages (from pyinstaller==3.4) (40.2.0)
  677. Collecting pefile>=2017.8.1 (from pyinstaller==3.4)
  678. Downloading https://files.pythonhosted.org/packages/ed/cc/157f20038a80b6a9988abc06c11a4959be8305a0d33b6d21a134127092d4/pefile-2018.8.8.tar.gz (62kB)
  679. 004b:fixme:msvcrt:_configure_wide_argv (1) stub
  680. 004b:fixme:msvcrt:_initialize_wide_environment stub
  681. Collecting macholib>=1.8 (from pyinstaller==3.4)
  682. Downloading https://files.pythonhosted.org/packages/41/f1/6d23e1c79d68e41eb592338d90a33af813f98f2b04458aaf0b86908da2d8/macholib-1.11-py2.py3-none-any.whl
  683. Collecting altgraph (from pyinstaller==3.4)
  684. Downloading https://files.pythonhosted.org/packages/0a/cc/646187eac4b797069e2e6b736f14cdef85dbe405c9bfc7803ef36e4f62ef/altgraph-0.16.1-py2.py3-none-any.whl
  685. Collecting pywin32-ctypes (from pyinstaller==3.4)
  686. Downloading https://files.pythonhosted.org/packages/9e/4b/3ab2720f1fa4b4bc924ef1932b842edf10007e4547ea8157b0b9fc78599a/pywin32_ctypes-0.2.0-py2.py3-none-any.whl
  687. Collecting future (from pefile>=2017.8.1->pyinstaller==3.4)
  688. Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
  689. 004d:fixme:msvcrt:_configure_wide_argv (1) stub
  690. 004d:fixme:msvcrt:_initialize_wide_environment stub
  691. Building wheels for collected packages: pyinstaller, pefile, future
  692. Running setup.py bdist_wheel for pyinstaller: started
  693. 004f:fixme:msvcrt:_configure_wide_argv (1) stub
  694. 004f:fixme:msvcrt:_initialize_wide_environment stub
  695. Running setup.py bdist_wheel for pyinstaller: finished with status 'done'
  696. Stored in directory: /tmp/electrum-build/pip-cache\wheels\09\ee\0a\94ef5d39074625f49e2e9cf97ac30cb7a87e1a7458ed195b8d
  697. Running setup.py bdist_wheel for pefile: started
  698. 0051:fixme:msvcrt:_configure_wide_argv (1) stub
  699. 0051:fixme:msvcrt:_initialize_wide_environment stub
  700. Running setup.py bdist_wheel for pefile: finished with status 'done'
  701. Stored in directory: /tmp/electrum-build/pip-cache\wheels\d9\c6\56\a372ee1059440413d55d13f78adfd16c8719553a5b4efdd0c1
  702. Running setup.py bdist_wheel for future: started
  703. 0053:fixme:msvcrt:_configure_wide_argv (1) stub
  704. 0053:fixme:msvcrt:_initialize_wide_environment stub
  705. Running setup.py bdist_wheel for future: finished with status 'done'
  706. Stored in directory: /tmp/electrum-build/pip-cache\wheels\0c\61\d2\d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e
  707. Successfully built pyinstaller pefile future
  708. Installing collected packages: future, pefile, altgraph, macholib, pywin32-ctypes, pyinstaller
  709. The scripts futurize.exe and pasteurize.exe are installed in 'c:\python3.6.6\Scripts' which is not on PATH.
  710. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  711. The scripts macho_dump.exe, macho_find.exe and macho_standalone.exe are installed in 'c:\python3.6.6\Scripts' which is not on PATH.
  712. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  713. The scripts pyi-archive_viewer.exe, pyi-bindepend.exe, pyi-grab_version.exe, pyi-makespec.exe, pyi-set_version.exe and pyinstaller.exe are installed in 'c:\python3.6.6\Scripts' which is not on PATH.
  714. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  715. Successfully installed altgraph-0.16.1 future-0.17.1 macholib-1.11 pefile-2018.8.8 pyinstaller-3.4 pywin32-ctypes-0.2.0
  716. You are using pip version 18.0, however version 18.1 is available.
  717. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
  718. --2018-10-31 05:56:35-- https://sourceforge.net/projects/zbarw/files/zbarw-20121031-setup.exe/download
  719. Resolving sourceforge.net (sourceforge.net)... 216.105.38.13
  720. Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443... connected.
  721. HTTP request sent, awaiting response... 302 Found
  722. Location: https://downloads.sourceforge.net/project/zbarw/zbarw-20121031-setup.exe?r=&ts=1540965395&use_mirror=excellmedia [following]
  723. --2018-10-31 05:56:36-- https://downloads.sourceforge.net/project/zbarw/zbarw-20121031-setup.exe?r=&ts=1540965395&use_mirror=excellmedia
  724. Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.105.38.13
  725. Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.105.38.13|:443... connected.
  726. HTTP request sent, awaiting response... 302 Found
  727. Location: https://excellmedia.dl.sourceforge.net/project/zbarw/zbarw-20121031-setup.exe [following]
  728. --2018-10-31 05:56:37-- https://excellmedia.dl.sourceforge.net/project/zbarw/zbarw-20121031-setup.exe
  729. Resolving excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)... 202.153.32.19
  730. Connecting to excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)|202.153.32.19|:443... connected.
  731. HTTP request sent, awaiting response... 200 OK
  732. Length: 1350129 (1.3M) [application/octet-stream]
  733. Saving to: ‘/tmp/electrum-build/zbarw-20121031-setup.exe’
  734.  
  735. 0K .......... .......... .......... .......... .......... 3% 716K 2s
  736. 50K .......... .......... .......... .......... .......... 7% 718K 2s
  737. 100K .......... .......... .......... .......... .......... 11% 1.05M 1s
  738. 150K .......... .......... .......... .......... .......... 15% 2.09M 1s
  739. 200K .......... .......... .......... .......... .......... 18% 2.09M 1s
  740. 250K .......... .......... .......... .......... .......... 22% 16.1K 11s
  741. 300K .......... .......... .......... .......... .......... 26% 1.05M 9s
  742. 350K .......... .......... .......... .......... .......... 30% 1.05M 8s
  743. 400K .......... .......... .......... .......... .......... 34% 2.09M 7s
  744. 450K .......... .......... .......... .......... .......... 37% 2.10M 6s
  745. 500K .......... .......... .......... .......... .......... 41% 17.5K 9s
  746. 550K .......... .......... .......... .......... .......... 45% 717K 8s
  747. 600K .......... .......... .......... .......... .......... 49% 2.08M 7s
  748. 650K .......... .......... .......... .......... .......... 53% 1.05M 6s
  749. 700K .......... .......... .......... .......... .......... 56% 2.10M 5s
  750. 750K .......... .......... .......... .......... .......... 60% 15.0K 6s
  751. 800K .......... .......... .......... .......... .......... 64% 718K 5s
  752. 850K .......... .......... .......... .......... .......... 68% 1.05M 5s
  753. 900K .......... .......... .......... .......... .......... 72% 2.10M 4s
  754. 950K .......... .......... .......... .......... .......... 75% 2.09M 3s
  755. 1000K .......... .......... .......... .......... .......... 79% 16.9K 3s
  756. 1050K .......... .......... .......... .......... .......... 83% 1.05M 3s
  757. 1100K .......... .......... .......... .......... .......... 87% 1.05M 2s
  758. 1150K .......... .......... .......... .......... .......... 91% 2.09M 1s
  759. 1200K .......... .......... .......... .......... .......... 94% 1.05M 1s
  760. 1250K .......... .......... .......... .......... .......... 98% 18.6K 0s
  761. 1300K .......... ........ 100% 139M=16s
  762.  
  763. 2018-10-31 05:57:02 (83.5 KB/s) - ‘/tmp/electrum-build/zbarw-20121031-setup.exe’ saved [1350129/1350129]
  764.  
  765. 0035:fixme:msvcrt:_configure_wide_argv (1) stub
  766. 0035:fixme:msvcrt:_initialize_wide_environment stub
  767. Collecting setuptools
  768. Using cached https://files.pythonhosted.org/packages/82/a1/ba6fb41367b375f5cb653d1317d8ca263c636cff6566e2da1b0da716069d/setuptools-40.5.0-py2.py3-none-any.whl
  769. Installing collected packages: setuptools
  770. Found existing installation: setuptools 40.2.0
  771. Uninstalling setuptools-40.2.0:
  772. Successfully uninstalled setuptools-40.2.0
  773. Successfully installed setuptools-40.5.0
  774. You are using pip version 18.0, however version 18.1 is available.
  775. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
  776. --2018-10-31 05:57:07-- https://prdownloads.sourceforge.net/nsis/nsis-3.03-setup.exe?download
  777. Resolving prdownloads.sourceforge.net (prdownloads.sourceforge.net)... 216.105.38.13
  778. Connecting to prdownloads.sourceforge.net (prdownloads.sourceforge.net)|216.105.38.13|:443... connected.
  779. HTTP request sent, awaiting response... 301 Moved Permanently
  780. Location: https://downloads.sourceforge.net/project/nsis/NSIS%203/3.03/nsis-3.03-setup.exe?download= [following]
  781. --2018-10-31 05:57:08-- https://downloads.sourceforge.net/project/nsis/NSIS%203/3.03/nsis-3.03-setup.exe?download=
  782. Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.105.38.13
  783. Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.105.38.13|:443... connected.
  784. HTTP request sent, awaiting response... 302 Found
  785. Location: https://excellmedia.dl.sourceforge.net/project/nsis/NSIS%203/3.03/nsis-3.03-setup.exe [following]
  786. --2018-10-31 05:57:09-- https://excellmedia.dl.sourceforge.net/project/nsis/NSIS%203/3.03/nsis-3.03-setup.exe
  787. Resolving excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)... 202.153.32.19
  788. Connecting to excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)|202.153.32.19|:443... connected.
  789. HTTP request sent, awaiting response... 200 OK
  790. Length: 1723516 (1.6M) [application/octet-stream]
  791. Saving to: ‘/tmp/electrum-build/nsis-3.03-setup.exe’
  792.  
  793. 0K .......... .......... .......... .......... .......... 2% 584K 3s
  794. 50K .......... .......... .......... .......... .......... 5% 877K 2s
  795. 100K .......... .......... .......... .......... .......... 8% 881K 2s
  796. 150K .......... .......... .......... .......... .......... 11% 1.72M 2s
  797. 200K .......... .......... .......... .......... .......... 14% 1.71M 1s
  798. 250K .......... .......... .......... .......... .......... 17% 13.7K 18s
  799. 300K .......... .......... .......... .......... .......... 20% 587K 15s
  800. 350K .......... .......... .......... .......... .......... 23% 876K 13s
  801. 400K .......... .......... .......... .......... .......... 26% 878K 11s
  802. 450K .......... .......... .......... .......... .......... 29% 1.70M 10s
  803. 500K .......... .......... .......... .......... .......... 32% 14.0K 16s
  804. 550K .......... .......... .......... .......... .......... 35% 878K 14s
  805. 600K .......... .......... .......... .......... .......... 38% 877K 12s
  806. 650K .......... .......... .......... .......... .......... 41% 1.71M 11s
  807. 700K .......... .......... .......... .......... .......... 44% 1.69M 10s
  808. 750K .......... .......... .......... .......... .......... 47% 13.3K 13s
  809. 800K .......... .......... .......... .......... .......... 50% 878K 11s
  810. 850K .......... .......... .......... .......... .......... 53% 877K 10s
  811. 900K .......... .......... .......... .......... .......... 56% 882K 9s
  812. 950K .......... .......... .......... .......... .......... 59% 1.70M 8s
  813. 1000K .......... .......... .......... .......... .......... 62% 15.4K 9s
  814. 1050K .......... .......... .......... .......... .......... 65% 879K 8s
  815. 1100K .......... .......... .......... .......... .......... 68% 878K 7s
  816. 1150K .......... .......... .......... .......... .......... 71% 1.70M 6s
  817. 1200K .......... .......... .......... .......... .......... 74% 881K 5s
  818. 1250K .......... .......... .......... .......... .......... 77% 13.4K 6s
  819. 1300K .......... .......... .......... .......... .......... 80% 878K 5s
  820. 1350K .......... .......... .......... .......... .......... 83% 878K 4s
  821. 1400K .......... .......... .......... .......... .......... 86% 1.71M 3s
  822. 1450K .......... .......... .......... .......... .......... 89% 1.71M 2s
  823. 1500K .......... .......... .......... .......... .......... 92% 12.5K 2s
  824. 1550K .......... .......... .......... .......... .......... 95% 585K 1s
  825. 1600K .......... .......... .......... .......... .......... 98% 585K 0s
  826. 1650K .......... .......... .......... ... 100% 1.13M=23s
  827.  
  828. 2018-10-31 05:57:35 (72.0 KB/s) - ‘/tmp/electrum-build/nsis-3.03-setup.exe’ saved [1723516/1723516]
  829.  
  830. --2018-10-31 05:57:36-- https://prdownloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.22/libusb-1.0.22.7z?download
  831. Resolving prdownloads.sourceforge.net (prdownloads.sourceforge.net)... 216.105.38.13
  832. Connecting to prdownloads.sourceforge.net (prdownloads.sourceforge.net)|216.105.38.13|:443... connected.
  833. HTTP request sent, awaiting response... 302 Found
  834. Location: https://excellmedia.dl.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.22/libusb-1.0.22.7z [following]
  835. --2018-10-31 05:57:37-- https://excellmedia.dl.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.22/libusb-1.0.22.7z
  836. Resolving excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)... 202.153.32.19
  837. Connecting to excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)|202.153.32.19|:443... connected.
  838. HTTP request sent, awaiting response... 200 OK
  839. Length: 980895 (958K) [application/x-7z-compressed]
  840. Saving to: ‘/tmp/electrum-build/libusb-1.0.22.7z’
  841.  
  842. 0K .......... .......... .......... .......... .......... 5% 655K 1s
  843. 50K .......... .......... .......... .......... .......... 10% 1.58M 1s
  844. 100K .......... .......... .......... .......... .......... 15% 1.59M 1s
  845. 150K .......... .......... .......... .......... .......... 20% 1.59M 1s
  846. 200K .......... .......... .......... .......... .......... 26% 3.17M 1s
  847. 250K .......... .......... .......... .......... .......... 31% 14.3K 8s
  848. 300K .......... .......... .......... .......... .......... 36% 1.06M 6s
  849. 350K .......... .......... .......... .......... .......... 41% 3.16M 5s
  850. 400K .......... .......... .......... .......... .......... 46% 1.59M 4s
  851. 450K .......... .......... .......... .......... .......... 52% 3.15M 3s
  852. 500K .......... .......... .......... .......... .......... 57% 15.8K 5s
  853. 550K .......... .......... .......... .......... .......... 62% 1.58M 4s
  854. 600K .......... .......... .......... .......... .......... 67% 1.58M 3s
  855. 650K .......... .......... .......... .......... .......... 73% 3.18M 3s
  856. 700K .......... .......... .......... .......... .......... 78% 1.59M 2s
  857. 750K .......... .......... .......... .......... .......... 83% 14.8K 2s
  858. 800K .......... .......... .......... .......... .......... 88% 1.06M 1s
  859. 850K .......... .......... .......... .......... .......... 93% 3.14M 1s
  860. 900K .......... .......... .......... .......... .......... 99% 3.17M 0s
  861. 950K ....... 100% 228M=11s
  862.  
  863. 2018-10-31 05:57:55 (91.0 KB/s) - ‘/tmp/electrum-build/libusb-1.0.22.7z’ saved [980895/980895]
  864.  
  865.  
  866. 7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
  867. p7zip Version 16.02 (locale=C.UTF-8,Utf16=on,HugeFiles=on,64 bits,3 CPUs Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (406F1),ASM,AES-NI)
  868.  
  869. Scanning the drive for archives:
  870. 1 file, 980895 bytes (958 KiB)
  871.  
  872. Extracting archive: libusb-1.0.22.7z
  873. --
  874. Path = libusb-1.0.22.7z
  875. Type = 7z
  876. Physical Size = 980895
  877. Headers Size = 682
  878. Method = LZMA2:23 BCJ
  879. Solid = +
  880. Blocks = 2
  881.  
  882. Everything is Ok
  883.  
  884. Folders: 18
  885. Files: 32
  886. Size: 6294517
  887. Compressed: 980895
  888. Wine is configured.
  889. Resetting modification time in C:\Python...
  890. /opt/wine64/drive_c/python3.6.6 /opt/wine64/drive_c/electrum/contrib/build-wine
  891. /opt/wine64/drive_c/electrum/contrib/build-wine
  892. total 4120
  893. drwxr-xr-x 2 root root 4096 Nov 11 2000 DLLs
  894. -rw-r--r-- 1 root root 30342 Nov 11 2000 LICENSE.txt
  895. drwxr-xr-x 30 root root 4096 Nov 11 2000 Lib
  896. -rw-r--r-- 1 root root 404049 Nov 11 2000 NEWS.txt
  897. drwxr-xr-x 2 root root 4096 Nov 11 2000 Scripts
  898. drwxr-xr-x 7 root root 4096 Nov 11 2000 Tools
  899. drwxr-xr-x 2 root root 4096 Nov 11 2000 include
  900. drwxr-xr-x 2 root root 4096 Nov 11 2000 libs
  901. -rw-r--r-- 1 root root 102912 Nov 11 2000 libusb-1.0.dll
  902. -rwxr-xr-x 1 root root 97944 Nov 11 2000 python.exe
  903. -rw-r--r-- 1 root root 58520 Nov 11 2000 python3.dll
  904. -rw-r--r-- 1 root root 3302040 Nov 11 2000 python36.dll
  905. -rwxr-xr-x 1 root root 96408 Nov 11 2000 pythonw.exe
  906. -rw-r--r-- 1 root root 83784 Nov 11 2000 vcruntime140.dll
  907. /opt/wine64/drive_c/electrum /opt/wine64/drive_c/electrum/contrib/build-wine/tmp
  908. Submodule 'contrib/deterministic-build/electrum-icons' (https://github.com/spesmilo/electrum-icons) registered for path 'contrib/deterministic-build/electrum-icons'
  909. Submodule 'contrib/deterministic-build/electrum-locale' (https://github.com/spesmilo/electrum-locale) registered for path 'contrib/deterministic-build/electrum-locale'
  910. Cloning into '/opt/wine64/drive_c/electrum/contrib/deterministic-build/electrum-icons'...
  911. Cloning into '/opt/wine64/drive_c/electrum/contrib/deterministic-build/electrum-locale'...
  912. Submodule path 'contrib/deterministic-build/electrum-icons': checked out '0b8cbcca428ceb791527bcbb2ef2b36b4ab29c73'
  913. Submodule path 'contrib/deterministic-build/electrum-locale': checked out '27e36687f4b0fbd126628bdde80758b63ade7347'
  914. Last commit: 3.2.3-138-gd1f11f5f
  915. /opt/wine64/drive_c/electrum/contrib/deterministic-build/electrum-locale /opt/wine64/drive_c/electrum /opt/wine64/drive_c/electrum/contrib/build-wine/tmp
  916. /opt/wine64/drive_c/electrum /opt/wine64/drive_c/electrum/contrib/build-wine/tmp
  917. /opt/wine64/drive_c/electrum/contrib/build-wine/tmp
  918. 0009:fixme:msvcrt:_configure_wide_argv (1) stub
  919. 0009:fixme:msvcrt:_initialize_wide_environment stub
  920. Collecting aiohttp==3.4.4 (from -r ../../deterministic-build/requirements.txt (line 1))
  921. Downloading https://files.pythonhosted.org/packages/a4/fd/e87f63ea0075dcf1f8189eb9c8768dd8e398d37520cec9dcaaf8a3fe0271/aiohttp-3.4.4-cp36-cp36m-win32.whl (551kB)
  922. Collecting aiohttp_socks==0.1.6 (from -r ../../deterministic-build/requirements.txt (line 24))
  923. Downloading https://files.pythonhosted.org/packages/83/64/a53f6fa32dfeb68dbc406b1a492a4825d117a457035fe7a6f070a664d979/aiohttp_socks-0.1.6-py3-none-any.whl
  924. Collecting aiorpcX==0.7.3 (from -r ../../deterministic-build/requirements.txt (line 26))
  925. Downloading https://files.pythonhosted.org/packages/4e/84/001cc80f81fffdc75a64459191f25404e0855b15c7ca16c96e8230f079bd/aiorpcX-0.7.3-py3-none-any.whl
  926. Collecting async_timeout==3.0.0 (from -r ../../deterministic-build/requirements.txt (line 29))
  927. Downloading https://files.pythonhosted.org/packages/96/0f/e6357458c87fb4ed8f3df215773f3caad40968f10e05552cbd8bd28415e4/async_timeout-3.0.0-py3-none-any.whl
  928. Collecting attrs==18.2.0 (from -r ../../deterministic-build/requirements.txt (line 32))
  929. Downloading https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
  930. Collecting certifi==2018.8.24 (from -r ../../deterministic-build/requirements.txt (line 35))
  931. Downloading https://files.pythonhosted.org/packages/df/f7/04fee6ac349e915b82171f8e23cee63644d83663b34c539f7a09aed18f9e/certifi-2018.8.24-py2.py3-none-any.whl (147kB)
  932. Collecting chardet==3.0.4 (from -r ../../deterministic-build/requirements.txt (line 38))
  933. Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
  934. Collecting dnspython==1.15.0 (from -r ../../deterministic-build/requirements.txt (line 41))
  935. Downloading https://files.pythonhosted.org/packages/a6/72/209e18bdfedfd78c6994e9ec96981624a5ad7738524dd474237268422cb8/dnspython-1.15.0-py2.py3-none-any.whl (177kB)
  936. Collecting ecdsa==0.13 (from -r ../../deterministic-build/requirements.txt (line 44))
  937. Downloading https://files.pythonhosted.org/packages/63/f4/73669d51825516ce8c43b816c0a6b64cd6eb71d08b99820c00792cb42222/ecdsa-0.13-py2.py3-none-any.whl (86kB)
  938. Collecting idna==2.7 (from -r ../../deterministic-build/requirements.txt (line 47))
  939. Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
  940. Collecting idna_ssl==1.1.0 (from -r ../../deterministic-build/requirements.txt (line 50))
  941. Downloading https://files.pythonhosted.org/packages/46/03/07c4894aae38b0de52b52586b24bf189bb83e4ddabfe2e2c8f2419eec6f4/idna-ssl-1.1.0.tar.gz
  942. 002e:fixme:msvcrt:_configure_wide_argv (1) stub
  943. 002e:fixme:msvcrt:_initialize_wide_environment stub
  944. Collecting jsonrpclib-pelix==0.3.1 (from -r ../../deterministic-build/requirements.txt (line 52))
  945. Downloading https://files.pythonhosted.org/packages/d1/60/78ab51b5dc9d0dc5e545af8c19d0e985420d9495b43532558e3986c323ae/jsonrpclib_pelix-0.3.1-py2.py3-none-any.whl (40kB)
  946. Collecting multidict==4.4.0 (from -r ../../deterministic-build/requirements.txt (line 55))
  947. Downloading https://files.pythonhosted.org/packages/eb/6b/db2c528a3215d6186dda7e384759a8577870e5552af4e365a5651ffed63d/multidict-4.4.0-cp36-cp36m-win32.whl (152kB)
  948. Requirement already satisfied: pip==18.0 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements.txt (line 85)) (18.0)
  949. Collecting protobuf==3.6.1 (from -r ../../deterministic-build/requirements.txt (line 88))
  950. Downloading https://files.pythonhosted.org/packages/23/64/07fe09ea35a7c48b31f9afaa11eb9bab3fe2389a5db70df5601c41e63df3/protobuf-3.6.1-cp36-cp36m-win32.whl (934kB)
  951. Collecting pyaes==1.6.1 (from -r ../../deterministic-build/requirements.txt (line 104))
  952. Downloading https://files.pythonhosted.org/packages/44/66/2c17bae31c906613795711fc78045c285048168919ace2220daa372c7d72/pyaes-1.6.1.tar.gz
  953. 0030:fixme:msvcrt:_configure_wide_argv (1) stub
  954. 0030:fixme:msvcrt:_initialize_wide_environment stub
  955. Collecting PySocks==1.6.8 (from -r ../../deterministic-build/requirements.txt (line 106))
  956. Downloading https://files.pythonhosted.org/packages/53/12/6bf1d764f128636cef7408e8156b7235b150ea31650d0260969215bb8e7d/PySocks-1.6.8.tar.gz (283kB)
  957. 0032:fixme:msvcrt:_configure_wide_argv (1) stub
  958. 0032:fixme:msvcrt:_initialize_wide_environment stub
  959. Collecting QDarkStyle==2.5.4 (from -r ../../deterministic-build/requirements.txt (line 108))
  960. Downloading https://files.pythonhosted.org/packages/97/26/4ec7b5c654d69bce00004deb78dff72879d9dc5031b7b4f9f0736070083a/QDarkStyle-2.5.4-py2.py3-none-any.whl (118kB)
  961. Collecting qrcode==6.0 (from -r ../../deterministic-build/requirements.txt (line 111))
  962. Downloading https://files.pythonhosted.org/packages/79/be/11999004f7e6e5db0fa410c2feacd67c07f472f4500fde0026101f31d0df/qrcode-6.0-py2.py3-none-any.whl
  963. Collecting requests==2.19.1 (from -r ../../deterministic-build/requirements.txt (line 114))
  964. Downloading https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl (91kB)
  965. Collecting setuptools==40.2.0 (from -r ../../deterministic-build/requirements.txt (line 117))
  966. Using cached https://files.pythonhosted.org/packages/66/e8/570bb5ca88a8bcd2a1db9c6246bb66615750663ffaaeada95b04ffe74e12/setuptools-40.2.0-py2.py3-none-any.whl
  967. Collecting six==1.11.0 (from -r ../../deterministic-build/requirements.txt (line 120))
  968. Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
  969. Collecting typing==3.6.6 (from -r ../../deterministic-build/requirements.txt (line 123))
  970. Downloading https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl
  971. Collecting urllib3==1.23 (from -r ../../deterministic-build/requirements.txt (line 127))
  972. Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB)
  973. Requirement already satisfied: wheel==0.31.1 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements.txt (line 130)) (0.31.1)
  974. Collecting yarl==1.2.6 (from -r ../../deterministic-build/requirements.txt (line 133))
  975. Downloading https://files.pythonhosted.org/packages/f1/ca/00777429f1edac94ea372751e87f99484ad0c4b02987cd0c6d5d15e875cc/yarl-1.2.6-cp36-cp36m-win32.whl (114kB)
  976. Collecting colorama==0.3.9 (from -r ../../deterministic-build/requirements.txt (line 143))
  977. Downloading https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl
  978. Building wheels for collected packages: idna-ssl, pyaes, PySocks
  979. Running setup.py bdist_wheel for idna-ssl: started
  980. 0034:fixme:msvcrt:_configure_wide_argv (1) stub
  981. 0034:fixme:msvcrt:_initialize_wide_environment stub
  982. Running setup.py bdist_wheel for idna-ssl: finished with status 'done'
  983. Stored in directory: /tmp/electrum-build/pip-cache\wheels\d3\00\b3\32d613e19e08a739751dd6bf998cfed277728f8b2127ad4eb7
  984. Running setup.py bdist_wheel for pyaes: started
  985. 0036:fixme:msvcrt:_configure_wide_argv (1) stub
  986. 0036:fixme:msvcrt:_initialize_wide_environment stub
  987. Running setup.py bdist_wheel for pyaes: finished with status 'done'
  988. Stored in directory: /tmp/electrum-build/pip-cache\wheels\bd\cf\7b\ced9e8f28c50ed666728e8ab178ffedeb9d06f6a10f85d6432
  989. Running setup.py bdist_wheel for PySocks: started
  990. 0038:fixme:msvcrt:_configure_wide_argv (1) stub
  991. 0038:fixme:msvcrt:_initialize_wide_environment stub
  992. Running setup.py bdist_wheel for PySocks: finished with status 'done'
  993. Stored in directory: /tmp/electrum-build/pip-cache\wheels\22\5c\b5\12e0dfdfa85bea67b23628b6425fae715c687e947a45ee3df9
  994. Successfully built idna-ssl pyaes PySocks
  995. Installing collected packages: idna, multidict, yarl, attrs, chardet, async-timeout, idna-ssl, aiohttp, aiohttp-socks, aiorpcX, certifi, dnspython, ecdsa, jsonrpclib-pelix, six, setuptools, protobuf, pyaes, PySocks, QDarkStyle, colorama, qrcode, urllib3, requests, typing
  996. The script chardetect.exe is installed in 'c:\python3.6.6\Scripts' which is not on PATH.
  997. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  998. Found existing installation: setuptools 40.5.0
  999. Uninstalling setuptools-40.5.0:
  1000. Successfully uninstalled setuptools-40.5.0
  1001. The script qr.exe is installed in 'c:\python3.6.6\Scripts' which is not on PATH.
  1002. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  1003. Successfully installed PySocks-1.6.8 QDarkStyle-2.5.4 aiohttp-3.4.4 aiohttp-socks-0.1.6 aiorpcX-0.7.3 async-timeout-3.0.0 attrs-18.2.0 certifi-2018.8.24 chardet-3.0.4 colorama-0.3.9 dnspython-1.15.0 ecdsa-0.13 idna-2.7 idna-ssl-1.1.0 jsonrpclib-pelix-0.3.1 multidict-4.4.0 protobuf-3.6.1 pyaes-1.6.1 qrcode-6.0 requests-2.19.1 setuptools-40.2.0 six-1.11.0 typing-3.6.6 urllib3-1.23 yarl-1.2.6
  1004. You are using pip version 18.0, however version 18.1 is available.
  1005. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
  1006. 003a:fixme:msvcrt:_configure_wide_argv (1) stub
  1007. 003a:fixme:msvcrt:_initialize_wide_environment stub
  1008. Collecting btchip-python==0.1.28 (from -r ../../deterministic-build/requirements-hw.txt (line 1))
  1009. Downloading https://files.pythonhosted.org/packages/66/26/52b88daa03da39cc8d7178f945af0dcbba46d642ced6ea56e305762568ae/btchip-python-0.1.28.tar.gz
  1010. 003c:fixme:msvcrt:_configure_wide_argv (1) stub
  1011. 003c:fixme:msvcrt:_initialize_wide_environment stub
  1012. Requirement already satisfied: certifi==2018.8.24 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 3)) (2018.8.24)
  1013. Requirement already satisfied: chardet==3.0.4 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 6)) (3.0.4)
  1014. Collecting ckcc-protocol==0.7.2 (from -r ../../deterministic-build/requirements-hw.txt (line 9))
  1015. Downloading https://files.pythonhosted.org/packages/a3/f1/de0333b5198729e69a79b69f46e42aafc025543860934cf40296716ceecc/ckcc_protocol-0.7.2-py3-none-any.whl
  1016. Collecting click==6.7 (from -r ../../deterministic-build/requirements-hw.txt (line 12))
  1017. Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
  1018. Collecting Cython==0.28.5 (from -r ../../deterministic-build/requirements-hw.txt (line 15))
  1019. Downloading https://files.pythonhosted.org/packages/ff/8b/c0740e7281f49096ab54b439e6e527643d9f7c0412c7d7527f2efb6e1796/Cython-0.28.5-cp36-cp36m-win32.whl (2.2MB)
  1020. Requirement already satisfied: ecdsa==0.13 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 44)) (0.13)
  1021. Collecting hidapi==0.7.99.post21 (from -r ../../deterministic-build/requirements-hw.txt (line 47))
  1022. Downloading https://files.pythonhosted.org/packages/a9/c0/759d13416844c3c3d335a497daee2b8ec04eaeec73d147606ba73cc08db2/hidapi-0.7.99.post21-cp36-cp36m-win32.whl
  1023. Requirement already satisfied: idna==2.7 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 57)) (2.7)
  1024. Collecting keepkey==4.0.2 (from -r ../../deterministic-build/requirements-hw.txt (line 60))
  1025. Downloading https://files.pythonhosted.org/packages/bd/7c/8edc3d017b4b02f11533083d9987d11707fcf82ab6606c9b9aedd2e95b4c/keepkey-4.0.2.tar.gz (105kB)
  1026. 003e:fixme:msvcrt:_configure_wide_argv (1) stub
  1027. 003e:fixme:msvcrt:_initialize_wide_environment stub
  1028. Collecting libusb1==1.6.6 (from -r ../../deterministic-build/requirements-hw.txt (line 62))
  1029. Downloading https://files.pythonhosted.org/packages/39/c6/a9c8c38e3a8a587cd5c32146a5156375e107e483eb2ccb80284a147921dd/libusb1-1.6.6.tar.gz (56kB)
  1030. 0040:fixme:msvcrt:_configure_wide_argv (1) stub
  1031. 0040:fixme:msvcrt:_initialize_wide_environment stub
  1032. Collecting mnemonic==0.18 (from -r ../../deterministic-build/requirements-hw.txt (line 64))
  1033. Downloading https://files.pythonhosted.org/packages/a4/5a/663362ccceb76035ad50fbc20203b6a4674be1fe434886b7407e79519c5e/mnemonic-0.18.tar.gz
  1034. 0042:fixme:msvcrt:_configure_wide_argv (1) stub
  1035. 0042:fixme:msvcrt:_initialize_wide_environment stub
  1036. Collecting pbkdf2==1.3 (from -r ../../deterministic-build/requirements-hw.txt (line 66))
  1037. Downloading https://files.pythonhosted.org/packages/02/c0/6a2376ae81beb82eda645a091684c0b0becb86b972def7849ea9066e3d5e/pbkdf2-1.3.tar.gz
  1038. 0044:fixme:msvcrt:_configure_wide_argv (1) stub
  1039. 0044:fixme:msvcrt:_initialize_wide_environment stub
  1040. Requirement already satisfied: pip==18.0 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 68)) (18.0)
  1041. Requirement already satisfied: protobuf==3.6.1 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 71)) (3.6.1)
  1042. Requirement already satisfied: pyaes==1.6.1 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 87)) (1.6.1)
  1043. Collecting pyblake2==1.1.2 (from -r ../../deterministic-build/requirements-hw.txt (line 89))
  1044. Downloading https://files.pythonhosted.org/packages/6c/41/e85581e8d40678437076ec8707ed489c1d709f7ddd0730df089065a42de5/pyblake2-1.1.2-cp36-cp36m-win32.whl
  1045. Requirement already satisfied: requests==2.19.1 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 99)) (2.19.1)
  1046. Collecting safet==0.1.4 (from -r ../../deterministic-build/requirements-hw.txt (line 102))
  1047. Downloading https://files.pythonhosted.org/packages/43/0b/274f191fd7d45fc9d93ecf023fcecf0843cd1ae798f2b0fa68a85955f14a/safet-0.1.4-py3-none-any.whl (246kB)
  1048. Requirement already satisfied: setuptools==40.2.0 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 105)) (40.2.0)
  1049. Requirement already satisfied: six==1.11.0 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 108)) (1.11.0)
  1050. Collecting trezor==0.10.2 (from -r ../../deterministic-build/requirements-hw.txt (line 111))
  1051. Downloading https://files.pythonhosted.org/packages/13/08/81b7a03bcb52033242e5ba3ed625c89877ba0756633c7582aa8d4cff4d45/trezor-0.10.2-py3-none-any.whl (335kB)
  1052. Requirement already satisfied: urllib3==1.23 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 114)) (1.23)
  1053. Collecting websocket-client==0.52.0 (from -r ../../deterministic-build/requirements-hw.txt (line 117))
  1054. Downloading https://files.pythonhosted.org/packages/09/12/d21872b618befc489cabde794c7af281d12fa2e194e279132ef1f04a3b07/websocket_client-0.52.0-py2.py3-none-any.whl (198kB)
  1055. Requirement already satisfied: wheel==0.31.1 in c:\python3.6.6\lib\site-packages (from -r ../../deterministic-build/requirements-hw.txt (line 120)) (0.31.1)
  1056. Building wheels for collected packages: btchip-python, keepkey, libusb1, mnemonic, pbkdf2
  1057. Running setup.py bdist_wheel for btchip-python: started
  1058. 0046:fixme:msvcrt:_configure_wide_argv (1) stub
  1059. 0046:fixme:msvcrt:_initialize_wide_environment stub
  1060. Running setup.py bdist_wheel for btchip-python: finished with status 'done'
  1061. Stored in directory: /tmp/electrum-build/pip-cache\wheels\a0\f3\d3\48d6099f726a3cde73a66e5743a4822b3768e8dd5932ba215b
  1062. Running setup.py bdist_wheel for keepkey: started
  1063. 0048:fixme:msvcrt:_configure_wide_argv (1) stub
  1064. 0048:fixme:msvcrt:_initialize_wide_environment stub
  1065. Running setup.py bdist_wheel for keepkey: finished with status 'done'
  1066. Stored in directory: /tmp/electrum-build/pip-cache\wheels\e2\b2\8e\8d7e05f8f562257cb63ef39128e60d001244196112e0bbcce9
  1067. Running setup.py bdist_wheel for libusb1: started
  1068. 004a:fixme:msvcrt:_configure_wide_argv (1) stub
  1069. 004a:fixme:msvcrt:_initialize_wide_environment stub
  1070. Running setup.py bdist_wheel for libusb1: finished with status 'done'
  1071. Stored in directory: /tmp/electrum-build/pip-cache\wheels\a5\b2\67\35a33bcfd6fc3d04e180f52079f4ec48f12250d67da7a98ab0
  1072. Running setup.py bdist_wheel for mnemonic: started
  1073. 004c:fixme:msvcrt:_configure_wide_argv (1) stub
  1074. 004c:fixme:msvcrt:_initialize_wide_environment stub
  1075. Running setup.py bdist_wheel for mnemonic: finished with status 'done'
  1076. Stored in directory: /tmp/electrum-build/pip-cache\wheels\7b\ae\4c\77865bda8459a7adca6defdce98e8a2db4f1681ac6a7bfc34f
  1077. Running setup.py bdist_wheel for pbkdf2: started
  1078. 004e:fixme:msvcrt:_configure_wide_argv (1) stub
  1079. 004e:fixme:msvcrt:_initialize_wide_environment stub
  1080. Running setup.py bdist_wheel for pbkdf2: finished with status 'done'
  1081. Stored in directory: /tmp/electrum-build/pip-cache\wheels\8e\62\b9\0bf3a68f2111e169253ec4d2bbdc303c46777b7fc99bbbf230
  1082. Successfully built btchip-python keepkey libusb1 mnemonic pbkdf2
  1083. Installing collected packages: hidapi, btchip-python, ckcc-protocol, click, Cython, pbkdf2, mnemonic, keepkey, libusb1, pyblake2, safet, trezor, websocket-client
  1084. The script ckcc.exe is installed in 'c:\python3.6.6\Scripts' which is not on PATH.
  1085. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  1086. The scripts cygdb.exe, cython.exe and cythonize.exe are installed in 'c:\python3.6.6\Scripts' which is not on PATH.
  1087. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  1088. Successfully installed Cython-0.28.5 btchip-python-0.1.28 ckcc-protocol-0.7.2 click-6.7 hidapi-0.7.99.post21 keepkey-4.0.2 libusb1-1.6.6 mnemonic-0.18 pbkdf2-1.3 pyblake2-1.1.2 safet-0.1.4 trezor-0.10.2 websocket-client-0.52.0
  1089. You are using pip version 18.0, however version 18.1 is available.
  1090. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
  1091. /opt/wine64/drive_c/electrum /opt/wine64/drive_c/electrum/contrib/build-wine/tmp
  1092. 0050:fixme:msvcrt:_configure_wide_argv (1) stub
  1093. 0050:fixme:msvcrt:_initialize_wide_environment stub
  1094. running install
  1095. running build
  1096. running build_py
  1097. creating build
  1098. creating build\lib
  1099. creating build\lib\electrum
  1100. copying electrum\address_synchronizer.py -> build\lib\electrum
  1101. copying electrum\base_crash_reporter.py -> build\lib\electrum
  1102. copying electrum\base_wizard.py -> build\lib\electrum
  1103. copying electrum\bitcoin.py -> build\lib\electrum
  1104. copying electrum\blockchain.py -> build\lib\electrum
  1105. copying electrum\coinchooser.py -> build\lib\electrum
  1106. copying electrum\commands.py -> build\lib\electrum
  1107. copying electrum\constants.py -> build\lib\electrum
  1108. copying electrum\contacts.py -> build\lib\electrum
  1109. copying electrum\crypto.py -> build\lib\electrum
  1110. copying electrum\daemon.py -> build\lib\electrum
  1111. copying electrum\dnssec.py -> build\lib\electrum
  1112. copying electrum\ecc.py -> build\lib\electrum
  1113. copying electrum\ecc_fast.py -> build\lib\electrum
  1114. copying electrum\exchange_rate.py -> build\lib\electrum
  1115. copying electrum\i18n.py -> build\lib\electrum
  1116. copying electrum\interface.py -> build\lib\electrum
  1117. copying electrum\jsonrpc.py -> build\lib\electrum
  1118. copying electrum\keystore.py -> build\lib\electrum
  1119. copying electrum\mnemonic.py -> build\lib\electrum
  1120. copying electrum\msqr.py -> build\lib\electrum
  1121. copying electrum\network.py -> build\lib\electrum
  1122. copying electrum\old_mnemonic.py -> build\lib\electrum
  1123. copying electrum\paymentrequest.py -> build\lib\electrum
  1124. copying electrum\paymentrequest_pb2.py -> build\lib\electrum
  1125. copying electrum\pem.py -> build\lib\electrum
  1126. copying electrum\plot.py -> build\lib\electrum
  1127. copying electrum\plugin.py -> build\lib\electrum
  1128. copying electrum\qrscanner.py -> build\lib\electrum
  1129. copying electrum\ripemd.py -> build\lib\electrum
  1130. copying electrum\rsakey.py -> build\lib\electrum
  1131. copying electrum\segwit_addr.py -> build\lib\electrum
  1132. copying electrum\simple_config.py -> build\lib\electrum
  1133. copying electrum\storage.py -> build\lib\electrum
  1134. copying electrum\synchronizer.py -> build\lib\electrum
  1135. copying electrum\transaction.py -> build\lib\electrum
  1136. copying electrum\util.py -> build\lib\electrum
  1137. copying electrum\verifier.py -> build\lib\electrum
  1138. copying electrum\version.py -> build\lib\electrum
  1139. copying electrum\wallet.py -> build\lib\electrum
  1140. copying electrum\websockets.py -> build\lib\electrum
  1141. copying electrum\x509.py -> build\lib\electrum
  1142. copying electrum\__init__.py -> build\lib\electrum
  1143. creating build\lib\electrum\gui
  1144. copying electrum\gui\stdio.py -> build\lib\electrum\gui
  1145. copying electrum\gui\text.py -> build\lib\electrum\gui
  1146. copying electrum\gui\__init__.py -> build\lib\electrum\gui
  1147. creating build\lib\electrum\gui\qt
  1148. copying electrum\gui\qt\address_dialog.py -> build\lib\electrum\gui\qt
  1149. copying electrum\gui\qt\address_list.py -> build\lib\electrum\gui\qt
  1150. copying electrum\gui\qt\amountedit.py -> build\lib\electrum\gui\qt
  1151. copying electrum\gui\qt\completion_text_edit.py -> build\lib\electrum\gui\qt
  1152. copying electrum\gui\qt\console.py -> build\lib\electrum\gui\qt
  1153. copying electrum\gui\qt\contact_list.py -> build\lib\electrum\gui\qt
  1154. copying electrum\gui\qt\exception_window.py -> build\lib\electrum\gui\qt
  1155. copying electrum\gui\qt\fee_slider.py -> build\lib\electrum\gui\qt
  1156. copying electrum\gui\qt\history_list.py -> build\lib\electrum\gui\qt
  1157. copying electrum\gui\qt\icons_rc.py -> build\lib\electrum\gui\qt
  1158. copying electrum\gui\qt\installwizard.py -> build\lib\electrum\gui\qt
  1159. copying electrum\gui\qt\invoice_list.py -> build\lib\electrum\gui\qt
  1160. copying electrum\gui\qt\main_window.py -> build\lib\electrum\gui\qt
  1161. copying electrum\gui\qt\network_dialog.py -> build\lib\electrum\gui\qt
  1162. copying electrum\gui\qt\password_dialog.py -> build\lib\electrum\gui\qt
  1163. copying electrum\gui\qt\paytoedit.py -> build\lib\electrum\gui\qt
  1164. copying electrum\gui\qt\qrcodewidget.py -> build\lib\electrum\gui\qt
  1165. copying electrum\gui\qt\qrtextedit.py -> build\lib\electrum\gui\qt
  1166. copying electrum\gui\qt\qrwindow.py -> build\lib\electrum\gui\qt
  1167. copying electrum\gui\qt\request_list.py -> build\lib\electrum\gui\qt
  1168. copying electrum\gui\qt\seed_dialog.py -> build\lib\electrum\gui\qt
  1169. copying electrum\gui\qt\transaction_dialog.py -> build\lib\electrum\gui\qt
  1170. copying electrum\gui\qt\util.py -> build\lib\electrum\gui\qt
  1171. copying electrum\gui\qt\utxo_list.py -> build\lib\electrum\gui\qt
  1172. copying electrum\gui\qt\__init__.py -> build\lib\electrum\gui\qt
  1173. creating build\lib\electrum\plugins
  1174. copying electrum\plugins\__init__.py -> build\lib\electrum\plugins
  1175. creating build\lib\electrum\plugins\audio_modem
  1176. copying electrum\plugins\audio_modem\qt.py -> build\lib\electrum\plugins\audio_modem
  1177. copying electrum\plugins\audio_modem\__init__.py -> build\lib\electrum\plugins\audio_modem
  1178. creating build\lib\electrum\plugins\coldcard
  1179. copying electrum\plugins\coldcard\cmdline.py -> build\lib\electrum\plugins\coldcard
  1180. copying electrum\plugins\coldcard\coldcard.py -> build\lib\electrum\plugins\coldcard
  1181. copying electrum\plugins\coldcard\qt.py -> build\lib\electrum\plugins\coldcard
  1182. copying electrum\plugins\coldcard\__init__.py -> build\lib\electrum\plugins\coldcard
  1183. creating build\lib\electrum\plugins\cosigner_pool
  1184. copying electrum\plugins\cosigner_pool\qt.py -> build\lib\electrum\plugins\cosigner_pool
  1185. copying electrum\plugins\cosigner_pool\__init__.py -> build\lib\electrum\plugins\cosigner_pool
  1186. creating build\lib\electrum\plugins\digitalbitbox
  1187. copying electrum\plugins\digitalbitbox\cmdline.py -> build\lib\electrum\plugins\digitalbitbox
  1188. copying electrum\plugins\digitalbitbox\digitalbitbox.py -> build\lib\electrum\plugins\digitalbitbox
  1189. copying electrum\plugins\digitalbitbox\qt.py -> build\lib\electrum\plugins\digitalbitbox
  1190. copying electrum\plugins\digitalbitbox\__init__.py -> build\lib\electrum\plugins\digitalbitbox
  1191. creating build\lib\electrum\plugins\email_requests
  1192. copying electrum\plugins\email_requests\qt.py -> build\lib\electrum\plugins\email_requests
  1193. copying electrum\plugins\email_requests\__init__.py -> build\lib\electrum\plugins\email_requests
  1194. creating build\lib\electrum\plugins\greenaddress_instant
  1195. copying electrum\plugins\greenaddress_instant\qt.py -> build\lib\electrum\plugins\greenaddress_instant
  1196. copying electrum\plugins\greenaddress_instant\__init__.py -> build\lib\electrum\plugins\greenaddress_instant
  1197. creating build\lib\electrum\plugins\hw_wallet
  1198. copying electrum\plugins\hw_wallet\cmdline.py -> build\lib\electrum\plugins\hw_wallet
  1199. copying electrum\plugins\hw_wallet\plugin.py -> build\lib\electrum\plugins\hw_wallet
  1200. copying electrum\plugins\hw_wallet\qt.py -> build\lib\electrum\plugins\hw_wallet
  1201. copying electrum\plugins\hw_wallet\__init__.py -> build\lib\electrum\plugins\hw_wallet
  1202. creating build\lib\electrum\plugins\keepkey
  1203. copying electrum\plugins\keepkey\client.py -> build\lib\electrum\plugins\keepkey
  1204. copying electrum\plugins\keepkey\clientbase.py -> build\lib\electrum\plugins\keepkey
  1205. copying electrum\plugins\keepkey\cmdline.py -> build\lib\electrum\plugins\keepkey
  1206. copying electrum\plugins\keepkey\keepkey.py -> build\lib\electrum\plugins\keepkey
  1207. copying electrum\plugins\keepkey\qt.py -> build\lib\electrum\plugins\keepkey
  1208. copying electrum\plugins\keepkey\__init__.py -> build\lib\electrum\plugins\keepkey
  1209. creating build\lib\electrum\plugins\labels
  1210. copying electrum\plugins\labels\cmdline.py -> build\lib\electrum\plugins\labels
  1211. copying electrum\plugins\labels\kivy.py -> build\lib\electrum\plugins\labels
  1212. copying electrum\plugins\labels\labels.py -> build\lib\electrum\plugins\labels
  1213. copying electrum\plugins\labels\qt.py -> build\lib\electrum\plugins\labels
  1214. copying electrum\plugins\labels\__init__.py -> build\lib\electrum\plugins\labels
  1215. creating build\lib\electrum\plugins\ledger
  1216. copying electrum\plugins\ledger\auth2fa.py -> build\lib\electrum\plugins\ledger
  1217. copying electrum\plugins\ledger\cmdline.py -> build\lib\electrum\plugins\ledger
  1218. copying electrum\plugins\ledger\ledger.py -> build\lib\electrum\plugins\ledger
  1219. copying electrum\plugins\ledger\qt.py -> build\lib\electrum\plugins\ledger
  1220. copying electrum\plugins\ledger\__init__.py -> build\lib\electrum\plugins\ledger
  1221. creating build\lib\electrum\plugins\revealer
  1222. copying electrum\plugins\revealer\hmac_drbg.py -> build\lib\electrum\plugins\revealer
  1223. copying electrum\plugins\revealer\qt.py -> build\lib\electrum\plugins\revealer
  1224. copying electrum\plugins\revealer\__init__.py -> build\lib\electrum\plugins\revealer
  1225. creating build\lib\electrum\plugins\safe_t
  1226. copying electrum\plugins\safe_t\client.py -> build\lib\electrum\plugins\safe_t
  1227. copying electrum\plugins\safe_t\clientbase.py -> build\lib\electrum\plugins\safe_t
  1228. copying electrum\plugins\safe_t\cmdline.py -> build\lib\electrum\plugins\safe_t
  1229. copying electrum\plugins\safe_t\qt.py -> build\lib\electrum\plugins\safe_t
  1230. copying electrum\plugins\safe_t\safe_t.py -> build\lib\electrum\plugins\safe_t
  1231. copying electrum\plugins\safe_t\transport.py -> build\lib\electrum\plugins\safe_t
  1232. copying electrum\plugins\safe_t\__init__.py -> build\lib\electrum\plugins\safe_t
  1233. creating build\lib\electrum\plugins\trezor
  1234. copying electrum\plugins\trezor\client.py -> build\lib\electrum\plugins\trezor
  1235. copying electrum\plugins\trezor\clientbase.py -> build\lib\electrum\plugins\trezor
  1236. copying electrum\plugins\trezor\cmdline.py -> build\lib\electrum\plugins\trezor
  1237. copying electrum\plugins\trezor\qt.py -> build\lib\electrum\plugins\trezor
  1238. copying electrum\plugins\trezor\transport.py -> build\lib\electrum\plugins\trezor
  1239. copying electrum\plugins\trezor\trezor.py -> build\lib\electrum\plugins\trezor
  1240. copying electrum\plugins\trezor\__init__.py -> build\lib\electrum\plugins\trezor
  1241. creating build\lib\electrum\plugins\trustedcoin
  1242. copying electrum\plugins\trustedcoin\cmdline.py -> build\lib\electrum\plugins\trustedcoin
  1243. copying electrum\plugins\trustedcoin\kivy.py -> build\lib\electrum\plugins\trustedcoin
  1244. copying electrum\plugins\trustedcoin\qt.py -> build\lib\electrum\plugins\trustedcoin
  1245. copying electrum\plugins\trustedcoin\trustedcoin.py -> build\lib\electrum\plugins\trustedcoin
  1246. copying electrum\plugins\trustedcoin\__init__.py -> build\lib\electrum\plugins\trustedcoin
  1247. creating build\lib\electrum\plugins\virtualkeyboard
  1248. copying electrum\plugins\virtualkeyboard\qt.py -> build\lib\electrum\plugins\virtualkeyboard
  1249. copying electrum\plugins\virtualkeyboard\__init__.py -> build\lib\electrum\plugins\virtualkeyboard
  1250. copying electrum\checkpoints.json -> build\lib\electrum
  1251. copying electrum\checkpoints_testnet.json -> build\lib\electrum
  1252. copying electrum\currencies.json -> build\lib\electrum
  1253. copying electrum\servers.json -> build\lib\electrum
  1254. copying electrum\servers_regtest.json -> build\lib\electrum
  1255. copying electrum\servers_testnet.json -> build\lib\electrum
  1256. creating build\lib\electrum\wordlist
  1257. copying electrum\wordlist\chinese_simplified.txt -> build\lib\electrum\wordlist
  1258. copying electrum\wordlist\english.txt -> build\lib\electrum\wordlist
  1259. copying electrum\wordlist\japanese.txt -> build\lib\electrum\wordlist
  1260. copying electrum\wordlist\portuguese.txt -> build\lib\electrum\wordlist
  1261. copying electrum\wordlist\spanish.txt -> build\lib\electrum\wordlist
  1262. creating build\lib\electrum\locale
  1263. creating build\lib\electrum\locale\ar_SA
  1264. creating build\lib\electrum\locale\ar_SA\LC_MESSAGES
  1265. copying electrum\locale\ar_SA\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\ar_SA\LC_MESSAGES
  1266. creating build\lib\electrum\locale\be_BY
  1267. creating build\lib\electrum\locale\be_BY\LC_MESSAGES
  1268. copying electrum\locale\be_BY\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\be_BY\LC_MESSAGES
  1269. creating build\lib\electrum\locale\bg_BG
  1270. creating build\lib\electrum\locale\bg_BG\LC_MESSAGES
  1271. copying electrum\locale\bg_BG\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\bg_BG\LC_MESSAGES
  1272. creating build\lib\electrum\locale\cs_CZ
  1273. creating build\lib\electrum\locale\cs_CZ\LC_MESSAGES
  1274. copying electrum\locale\cs_CZ\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\cs_CZ\LC_MESSAGES
  1275. creating build\lib\electrum\locale\da_DK
  1276. creating build\lib\electrum\locale\da_DK\LC_MESSAGES
  1277. copying electrum\locale\da_DK\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\da_DK\LC_MESSAGES
  1278. creating build\lib\electrum\locale\de_DE
  1279. creating build\lib\electrum\locale\de_DE\LC_MESSAGES
  1280. copying electrum\locale\de_DE\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\de_DE\LC_MESSAGES
  1281. creating build\lib\electrum\locale\el_GR
  1282. creating build\lib\electrum\locale\el_GR\LC_MESSAGES
  1283. copying electrum\locale\el_GR\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\el_GR\LC_MESSAGES
  1284. creating build\lib\electrum\locale\eo_UY
  1285. creating build\lib\electrum\locale\eo_UY\LC_MESSAGES
  1286. copying electrum\locale\eo_UY\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\eo_UY\LC_MESSAGES
  1287. creating build\lib\electrum\locale\es_ES
  1288. creating build\lib\electrum\locale\es_ES\LC_MESSAGES
  1289. copying electrum\locale\es_ES\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\es_ES\LC_MESSAGES
  1290. creating build\lib\electrum\locale\fa_IR
  1291. creating build\lib\electrum\locale\fa_IR\LC_MESSAGES
  1292. copying electrum\locale\fa_IR\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\fa_IR\LC_MESSAGES
  1293. creating build\lib\electrum\locale\fr_FR
  1294. creating build\lib\electrum\locale\fr_FR\LC_MESSAGES
  1295. copying electrum\locale\fr_FR\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\fr_FR\LC_MESSAGES
  1296. creating build\lib\electrum\locale\hu_HU
  1297. creating build\lib\electrum\locale\hu_HU\LC_MESSAGES
  1298. copying electrum\locale\hu_HU\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\hu_HU\LC_MESSAGES
  1299. creating build\lib\electrum\locale\hy_AM
  1300. creating build\lib\electrum\locale\hy_AM\LC_MESSAGES
  1301. copying electrum\locale\hy_AM\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\hy_AM\LC_MESSAGES
  1302. creating build\lib\electrum\locale\id_ID
  1303. creating build\lib\electrum\locale\id_ID\LC_MESSAGES
  1304. copying electrum\locale\id_ID\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\id_ID\LC_MESSAGES
  1305. creating build\lib\electrum\locale\it_IT
  1306. creating build\lib\electrum\locale\it_IT\LC_MESSAGES
  1307. copying electrum\locale\it_IT\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\it_IT\LC_MESSAGES
  1308. creating build\lib\electrum\locale\ja_JP
  1309. creating build\lib\electrum\locale\ja_JP\LC_MESSAGES
  1310. copying electrum\locale\ja_JP\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\ja_JP\LC_MESSAGES
  1311. creating build\lib\electrum\locale\ko_KR
  1312. creating build\lib\electrum\locale\ko_KR\LC_MESSAGES
  1313. copying electrum\locale\ko_KR\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\ko_KR\LC_MESSAGES
  1314. creating build\lib\electrum\locale\ky_KG
  1315. creating build\lib\electrum\locale\ky_KG\LC_MESSAGES
  1316. copying electrum\locale\ky_KG\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\ky_KG\LC_MESSAGES
  1317. creating build\lib\electrum\locale\lv_LV
  1318. creating build\lib\electrum\locale\lv_LV\LC_MESSAGES
  1319. copying electrum\locale\lv_LV\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\lv_LV\LC_MESSAGES
  1320. creating build\lib\electrum\locale\nb_NO
  1321. creating build\lib\electrum\locale\nb_NO\LC_MESSAGES
  1322. copying electrum\locale\nb_NO\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\nb_NO\LC_MESSAGES
  1323. creating build\lib\electrum\locale\nl_NL
  1324. creating build\lib\electrum\locale\nl_NL\LC_MESSAGES
  1325. copying electrum\locale\nl_NL\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\nl_NL\LC_MESSAGES
  1326. creating build\lib\electrum\locale\pl_PL
  1327. creating build\lib\electrum\locale\pl_PL\LC_MESSAGES
  1328. copying electrum\locale\pl_PL\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\pl_PL\LC_MESSAGES
  1329. creating build\lib\electrum\locale\pt_BR
  1330. creating build\lib\electrum\locale\pt_BR\LC_MESSAGES
  1331. copying electrum\locale\pt_BR\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\pt_BR\LC_MESSAGES
  1332. creating build\lib\electrum\locale\pt_PT
  1333. creating build\lib\electrum\locale\pt_PT\LC_MESSAGES
  1334. copying electrum\locale\pt_PT\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\pt_PT\LC_MESSAGES
  1335. creating build\lib\electrum\locale\ro_RO
  1336. creating build\lib\electrum\locale\ro_RO\LC_MESSAGES
  1337. copying electrum\locale\ro_RO\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\ro_RO\LC_MESSAGES
  1338. creating build\lib\electrum\locale\ru_RU
  1339. creating build\lib\electrum\locale\ru_RU\LC_MESSAGES
  1340. copying electrum\locale\ru_RU\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\ru_RU\LC_MESSAGES
  1341. creating build\lib\electrum\locale\sk_SK
  1342. creating build\lib\electrum\locale\sk_SK\LC_MESSAGES
  1343. copying electrum\locale\sk_SK\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\sk_SK\LC_MESSAGES
  1344. creating build\lib\electrum\locale\sl_SI
  1345. creating build\lib\electrum\locale\sl_SI\LC_MESSAGES
  1346. copying electrum\locale\sl_SI\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\sl_SI\LC_MESSAGES
  1347. creating build\lib\electrum\locale\sv_SE
  1348. creating build\lib\electrum\locale\sv_SE\LC_MESSAGES
  1349. copying electrum\locale\sv_SE\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\sv_SE\LC_MESSAGES
  1350. creating build\lib\electrum\locale\ta_IN
  1351. creating build\lib\electrum\locale\ta_IN\LC_MESSAGES
  1352. copying electrum\locale\ta_IN\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\ta_IN\LC_MESSAGES
  1353. creating build\lib\electrum\locale\th_TH
  1354. creating build\lib\electrum\locale\th_TH\LC_MESSAGES
  1355. copying electrum\locale\th_TH\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\th_TH\LC_MESSAGES
  1356. creating build\lib\electrum\locale\tr_TR
  1357. creating build\lib\electrum\locale\tr_TR\LC_MESSAGES
  1358. copying electrum\locale\tr_TR\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\tr_TR\LC_MESSAGES
  1359. creating build\lib\electrum\locale\uk_UA
  1360. creating build\lib\electrum\locale\uk_UA\LC_MESSAGES
  1361. copying electrum\locale\uk_UA\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\uk_UA\LC_MESSAGES
  1362. creating build\lib\electrum\locale\vi_VN
  1363. creating build\lib\electrum\locale\vi_VN\LC_MESSAGES
  1364. copying electrum\locale\vi_VN\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\vi_VN\LC_MESSAGES
  1365. creating build\lib\electrum\locale\zh_CN
  1366. creating build\lib\electrum\locale\zh_CN\LC_MESSAGES
  1367. copying electrum\locale\zh_CN\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\zh_CN\LC_MESSAGES
  1368. creating build\lib\electrum\locale\zh_TW
  1369. creating build\lib\electrum\locale\zh_TW\LC_MESSAGES
  1370. copying electrum\locale\zh_TW\LC_MESSAGES\electrum.mo -> build\lib\electrum\locale\zh_TW\LC_MESSAGES
  1371. copying electrum\plugins\revealer\LICENSE_DEJAVU.txt -> build\lib\electrum\plugins\revealer
  1372. copying electrum\plugins\revealer\SIL Open Font License.txt -> build\lib\electrum\plugins\revealer
  1373. copying electrum\plugins\revealer\DejaVuSansMono-Bold.ttf -> build\lib\electrum\plugins\revealer
  1374. copying electrum\plugins\revealer\SourceSansPro-Bold.otf -> build\lib\electrum\plugins\revealer
  1375. running build_scripts
  1376. warning: build_py: byte-compiling is disabled, skipping.
  1377.  
  1378. creating build\scripts-3.6
  1379. copying and adjusting electrum\electrum -> build\scripts-3.6
  1380. running install_lib
  1381. creating c:\python3.6.6\Lib\site-packages\electrum
  1382. copying build\lib\electrum\address_synchronizer.py -> c:\python3.6.6\Lib\site-packages\electrum
  1383. copying build\lib\electrum\base_crash_reporter.py -> c:\python3.6.6\Lib\site-packages\electrum
  1384. copying build\lib\electrum\base_wizard.py -> c:\python3.6.6\Lib\site-packages\electrum
  1385. copying build\lib\electrum\bitcoin.py -> c:\python3.6.6\Lib\site-packages\electrum
  1386. copying build\lib\electrum\blockchain.py -> c:\python3.6.6\Lib\site-packages\electrum
  1387. copying build\lib\electrum\checkpoints.json -> c:\python3.6.6\Lib\site-packages\electrum
  1388. copying build\lib\electrum\checkpoints_testnet.json -> c:\python3.6.6\Lib\site-packages\electrum
  1389. copying build\lib\electrum\coinchooser.py -> c:\python3.6.6\Lib\site-packages\electrum
  1390. copying build\lib\electrum\commands.py -> c:\python3.6.6\Lib\site-packages\electrum
  1391. copying build\lib\electrum\constants.py -> c:\python3.6.6\Lib\site-packages\electrum
  1392. copying build\lib\electrum\contacts.py -> c:\python3.6.6\Lib\site-packages\electrum
  1393. copying build\lib\electrum\crypto.py -> c:\python3.6.6\Lib\site-packages\electrum
  1394. copying build\lib\electrum\currencies.json -> c:\python3.6.6\Lib\site-packages\electrum
  1395. copying build\lib\electrum\daemon.py -> c:\python3.6.6\Lib\site-packages\electrum
  1396. copying build\lib\electrum\dnssec.py -> c:\python3.6.6\Lib\site-packages\electrum
  1397. copying build\lib\electrum\ecc.py -> c:\python3.6.6\Lib\site-packages\electrum
  1398. copying build\lib\electrum\ecc_fast.py -> c:\python3.6.6\Lib\site-packages\electrum
  1399. copying build\lib\electrum\exchange_rate.py -> c:\python3.6.6\Lib\site-packages\electrum
  1400. creating c:\python3.6.6\Lib\site-packages\electrum\gui
  1401. creating c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1402. copying build\lib\electrum\gui\qt\address_dialog.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1403. copying build\lib\electrum\gui\qt\address_list.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1404. copying build\lib\electrum\gui\qt\amountedit.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1405. copying build\lib\electrum\gui\qt\completion_text_edit.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1406. copying build\lib\electrum\gui\qt\console.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1407. copying build\lib\electrum\gui\qt\contact_list.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1408. copying build\lib\electrum\gui\qt\exception_window.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1409. copying build\lib\electrum\gui\qt\fee_slider.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1410. copying build\lib\electrum\gui\qt\history_list.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1411. copying build\lib\electrum\gui\qt\icons_rc.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1412. copying build\lib\electrum\gui\qt\installwizard.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1413. copying build\lib\electrum\gui\qt\invoice_list.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1414. copying build\lib\electrum\gui\qt\main_window.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1415. copying build\lib\electrum\gui\qt\network_dialog.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1416. copying build\lib\electrum\gui\qt\password_dialog.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1417. copying build\lib\electrum\gui\qt\paytoedit.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1418. copying build\lib\electrum\gui\qt\qrcodewidget.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1419. copying build\lib\electrum\gui\qt\qrtextedit.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1420. copying build\lib\electrum\gui\qt\qrwindow.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1421. copying build\lib\electrum\gui\qt\request_list.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1422. copying build\lib\electrum\gui\qt\seed_dialog.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1423. copying build\lib\electrum\gui\qt\transaction_dialog.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1424. copying build\lib\electrum\gui\qt\util.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1425. copying build\lib\electrum\gui\qt\utxo_list.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1426. copying build\lib\electrum\gui\qt\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\gui\qt
  1427. copying build\lib\electrum\gui\stdio.py -> c:\python3.6.6\Lib\site-packages\electrum\gui
  1428. copying build\lib\electrum\gui\text.py -> c:\python3.6.6\Lib\site-packages\electrum\gui
  1429. copying build\lib\electrum\gui\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\gui
  1430. copying build\lib\electrum\i18n.py -> c:\python3.6.6\Lib\site-packages\electrum
  1431. copying build\lib\electrum\interface.py -> c:\python3.6.6\Lib\site-packages\electrum
  1432. copying build\lib\electrum\jsonrpc.py -> c:\python3.6.6\Lib\site-packages\electrum
  1433. copying build\lib\electrum\keystore.py -> c:\python3.6.6\Lib\site-packages\electrum
  1434. creating c:\python3.6.6\Lib\site-packages\electrum\locale
  1435. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ar_SA
  1436. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ar_SA\LC_MESSAGES
  1437. copying build\lib\electrum\locale\ar_SA\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\ar_SA\LC_MESSAGES
  1438. creating c:\python3.6.6\Lib\site-packages\electrum\locale\be_BY
  1439. creating c:\python3.6.6\Lib\site-packages\electrum\locale\be_BY\LC_MESSAGES
  1440. copying build\lib\electrum\locale\be_BY\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\be_BY\LC_MESSAGES
  1441. creating c:\python3.6.6\Lib\site-packages\electrum\locale\bg_BG
  1442. creating c:\python3.6.6\Lib\site-packages\electrum\locale\bg_BG\LC_MESSAGES
  1443. copying build\lib\electrum\locale\bg_BG\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\bg_BG\LC_MESSAGES
  1444. creating c:\python3.6.6\Lib\site-packages\electrum\locale\cs_CZ
  1445. creating c:\python3.6.6\Lib\site-packages\electrum\locale\cs_CZ\LC_MESSAGES
  1446. copying build\lib\electrum\locale\cs_CZ\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\cs_CZ\LC_MESSAGES
  1447. creating c:\python3.6.6\Lib\site-packages\electrum\locale\da_DK
  1448. creating c:\python3.6.6\Lib\site-packages\electrum\locale\da_DK\LC_MESSAGES
  1449. copying build\lib\electrum\locale\da_DK\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\da_DK\LC_MESSAGES
  1450. creating c:\python3.6.6\Lib\site-packages\electrum\locale\de_DE
  1451. creating c:\python3.6.6\Lib\site-packages\electrum\locale\de_DE\LC_MESSAGES
  1452. copying build\lib\electrum\locale\de_DE\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\de_DE\LC_MESSAGES
  1453. creating c:\python3.6.6\Lib\site-packages\electrum\locale\el_GR
  1454. creating c:\python3.6.6\Lib\site-packages\electrum\locale\el_GR\LC_MESSAGES
  1455. copying build\lib\electrum\locale\el_GR\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\el_GR\LC_MESSAGES
  1456. creating c:\python3.6.6\Lib\site-packages\electrum\locale\eo_UY
  1457. creating c:\python3.6.6\Lib\site-packages\electrum\locale\eo_UY\LC_MESSAGES
  1458. copying build\lib\electrum\locale\eo_UY\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\eo_UY\LC_MESSAGES
  1459. creating c:\python3.6.6\Lib\site-packages\electrum\locale\es_ES
  1460. creating c:\python3.6.6\Lib\site-packages\electrum\locale\es_ES\LC_MESSAGES
  1461. copying build\lib\electrum\locale\es_ES\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\es_ES\LC_MESSAGES
  1462. creating c:\python3.6.6\Lib\site-packages\electrum\locale\fa_IR
  1463. creating c:\python3.6.6\Lib\site-packages\electrum\locale\fa_IR\LC_MESSAGES
  1464. copying build\lib\electrum\locale\fa_IR\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\fa_IR\LC_MESSAGES
  1465. creating c:\python3.6.6\Lib\site-packages\electrum\locale\fr_FR
  1466. creating c:\python3.6.6\Lib\site-packages\electrum\locale\fr_FR\LC_MESSAGES
  1467. copying build\lib\electrum\locale\fr_FR\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\fr_FR\LC_MESSAGES
  1468. creating c:\python3.6.6\Lib\site-packages\electrum\locale\hu_HU
  1469. creating c:\python3.6.6\Lib\site-packages\electrum\locale\hu_HU\LC_MESSAGES
  1470. copying build\lib\electrum\locale\hu_HU\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\hu_HU\LC_MESSAGES
  1471. creating c:\python3.6.6\Lib\site-packages\electrum\locale\hy_AM
  1472. creating c:\python3.6.6\Lib\site-packages\electrum\locale\hy_AM\LC_MESSAGES
  1473. copying build\lib\electrum\locale\hy_AM\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\hy_AM\LC_MESSAGES
  1474. creating c:\python3.6.6\Lib\site-packages\electrum\locale\id_ID
  1475. creating c:\python3.6.6\Lib\site-packages\electrum\locale\id_ID\LC_MESSAGES
  1476. copying build\lib\electrum\locale\id_ID\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\id_ID\LC_MESSAGES
  1477. creating c:\python3.6.6\Lib\site-packages\electrum\locale\it_IT
  1478. creating c:\python3.6.6\Lib\site-packages\electrum\locale\it_IT\LC_MESSAGES
  1479. copying build\lib\electrum\locale\it_IT\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\it_IT\LC_MESSAGES
  1480. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ja_JP
  1481. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ja_JP\LC_MESSAGES
  1482. copying build\lib\electrum\locale\ja_JP\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\ja_JP\LC_MESSAGES
  1483. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ko_KR
  1484. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ko_KR\LC_MESSAGES
  1485. copying build\lib\electrum\locale\ko_KR\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\ko_KR\LC_MESSAGES
  1486. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ky_KG
  1487. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ky_KG\LC_MESSAGES
  1488. copying build\lib\electrum\locale\ky_KG\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\ky_KG\LC_MESSAGES
  1489. creating c:\python3.6.6\Lib\site-packages\electrum\locale\lv_LV
  1490. creating c:\python3.6.6\Lib\site-packages\electrum\locale\lv_LV\LC_MESSAGES
  1491. copying build\lib\electrum\locale\lv_LV\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\lv_LV\LC_MESSAGES
  1492. creating c:\python3.6.6\Lib\site-packages\electrum\locale\nb_NO
  1493. creating c:\python3.6.6\Lib\site-packages\electrum\locale\nb_NO\LC_MESSAGES
  1494. copying build\lib\electrum\locale\nb_NO\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\nb_NO\LC_MESSAGES
  1495. creating c:\python3.6.6\Lib\site-packages\electrum\locale\nl_NL
  1496. creating c:\python3.6.6\Lib\site-packages\electrum\locale\nl_NL\LC_MESSAGES
  1497. copying build\lib\electrum\locale\nl_NL\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\nl_NL\LC_MESSAGES
  1498. creating c:\python3.6.6\Lib\site-packages\electrum\locale\pl_PL
  1499. creating c:\python3.6.6\Lib\site-packages\electrum\locale\pl_PL\LC_MESSAGES
  1500. copying build\lib\electrum\locale\pl_PL\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\pl_PL\LC_MESSAGES
  1501. creating c:\python3.6.6\Lib\site-packages\electrum\locale\pt_BR
  1502. creating c:\python3.6.6\Lib\site-packages\electrum\locale\pt_BR\LC_MESSAGES
  1503. copying build\lib\electrum\locale\pt_BR\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\pt_BR\LC_MESSAGES
  1504. creating c:\python3.6.6\Lib\site-packages\electrum\locale\pt_PT
  1505. creating c:\python3.6.6\Lib\site-packages\electrum\locale\pt_PT\LC_MESSAGES
  1506. copying build\lib\electrum\locale\pt_PT\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\pt_PT\LC_MESSAGES
  1507. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ro_RO
  1508. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ro_RO\LC_MESSAGES
  1509. copying build\lib\electrum\locale\ro_RO\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\ro_RO\LC_MESSAGES
  1510. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ru_RU
  1511. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ru_RU\LC_MESSAGES
  1512. copying build\lib\electrum\locale\ru_RU\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\ru_RU\LC_MESSAGES
  1513. creating c:\python3.6.6\Lib\site-packages\electrum\locale\sk_SK
  1514. creating c:\python3.6.6\Lib\site-packages\electrum\locale\sk_SK\LC_MESSAGES
  1515. copying build\lib\electrum\locale\sk_SK\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\sk_SK\LC_MESSAGES
  1516. creating c:\python3.6.6\Lib\site-packages\electrum\locale\sl_SI
  1517. creating c:\python3.6.6\Lib\site-packages\electrum\locale\sl_SI\LC_MESSAGES
  1518. copying build\lib\electrum\locale\sl_SI\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\sl_SI\LC_MESSAGES
  1519. creating c:\python3.6.6\Lib\site-packages\electrum\locale\sv_SE
  1520. creating c:\python3.6.6\Lib\site-packages\electrum\locale\sv_SE\LC_MESSAGES
  1521. copying build\lib\electrum\locale\sv_SE\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\sv_SE\LC_MESSAGES
  1522. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ta_IN
  1523. creating c:\python3.6.6\Lib\site-packages\electrum\locale\ta_IN\LC_MESSAGES
  1524. copying build\lib\electrum\locale\ta_IN\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\ta_IN\LC_MESSAGES
  1525. creating c:\python3.6.6\Lib\site-packages\electrum\locale\th_TH
  1526. creating c:\python3.6.6\Lib\site-packages\electrum\locale\th_TH\LC_MESSAGES
  1527. copying build\lib\electrum\locale\th_TH\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\th_TH\LC_MESSAGES
  1528. creating c:\python3.6.6\Lib\site-packages\electrum\locale\tr_TR
  1529. creating c:\python3.6.6\Lib\site-packages\electrum\locale\tr_TR\LC_MESSAGES
  1530. copying build\lib\electrum\locale\tr_TR\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\tr_TR\LC_MESSAGES
  1531. creating c:\python3.6.6\Lib\site-packages\electrum\locale\uk_UA
  1532. creating c:\python3.6.6\Lib\site-packages\electrum\locale\uk_UA\LC_MESSAGES
  1533. copying build\lib\electrum\locale\uk_UA\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\uk_UA\LC_MESSAGES
  1534. creating c:\python3.6.6\Lib\site-packages\electrum\locale\vi_VN
  1535. creating c:\python3.6.6\Lib\site-packages\electrum\locale\vi_VN\LC_MESSAGES
  1536. copying build\lib\electrum\locale\vi_VN\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\vi_VN\LC_MESSAGES
  1537. creating c:\python3.6.6\Lib\site-packages\electrum\locale\zh_CN
  1538. creating c:\python3.6.6\Lib\site-packages\electrum\locale\zh_CN\LC_MESSAGES
  1539. copying build\lib\electrum\locale\zh_CN\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\zh_CN\LC_MESSAGES
  1540. creating c:\python3.6.6\Lib\site-packages\electrum\locale\zh_TW
  1541. creating c:\python3.6.6\Lib\site-packages\electrum\locale\zh_TW\LC_MESSAGES
  1542. copying build\lib\electrum\locale\zh_TW\LC_MESSAGES\electrum.mo -> c:\python3.6.6\Lib\site-packages\electrum\locale\zh_TW\LC_MESSAGES
  1543. copying build\lib\electrum\mnemonic.py -> c:\python3.6.6\Lib\site-packages\electrum
  1544. copying build\lib\electrum\msqr.py -> c:\python3.6.6\Lib\site-packages\electrum
  1545. copying build\lib\electrum\network.py -> c:\python3.6.6\Lib\site-packages\electrum
  1546. copying build\lib\electrum\old_mnemonic.py -> c:\python3.6.6\Lib\site-packages\electrum
  1547. copying build\lib\electrum\paymentrequest.py -> c:\python3.6.6\Lib\site-packages\electrum
  1548. copying build\lib\electrum\paymentrequest_pb2.py -> c:\python3.6.6\Lib\site-packages\electrum
  1549. copying build\lib\electrum\pem.py -> c:\python3.6.6\Lib\site-packages\electrum
  1550. copying build\lib\electrum\plot.py -> c:\python3.6.6\Lib\site-packages\electrum
  1551. copying build\lib\electrum\plugin.py -> c:\python3.6.6\Lib\site-packages\electrum
  1552. creating c:\python3.6.6\Lib\site-packages\electrum\plugins
  1553. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\audio_modem
  1554. copying build\lib\electrum\plugins\audio_modem\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\audio_modem
  1555. copying build\lib\electrum\plugins\audio_modem\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\audio_modem
  1556. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\coldcard
  1557. copying build\lib\electrum\plugins\coldcard\cmdline.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\coldcard
  1558. copying build\lib\electrum\plugins\coldcard\coldcard.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\coldcard
  1559. copying build\lib\electrum\plugins\coldcard\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\coldcard
  1560. copying build\lib\electrum\plugins\coldcard\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\coldcard
  1561. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\cosigner_pool
  1562. copying build\lib\electrum\plugins\cosigner_pool\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\cosigner_pool
  1563. copying build\lib\electrum\plugins\cosigner_pool\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\cosigner_pool
  1564. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\digitalbitbox
  1565. copying build\lib\electrum\plugins\digitalbitbox\cmdline.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\digitalbitbox
  1566. copying build\lib\electrum\plugins\digitalbitbox\digitalbitbox.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\digitalbitbox
  1567. copying build\lib\electrum\plugins\digitalbitbox\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\digitalbitbox
  1568. copying build\lib\electrum\plugins\digitalbitbox\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\digitalbitbox
  1569. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\email_requests
  1570. copying build\lib\electrum\plugins\email_requests\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\email_requests
  1571. copying build\lib\electrum\plugins\email_requests\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\email_requests
  1572. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\greenaddress_instant
  1573. copying build\lib\electrum\plugins\greenaddress_instant\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\greenaddress_instant
  1574. copying build\lib\electrum\plugins\greenaddress_instant\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\greenaddress_instant
  1575. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\hw_wallet
  1576. copying build\lib\electrum\plugins\hw_wallet\cmdline.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\hw_wallet
  1577. copying build\lib\electrum\plugins\hw_wallet\plugin.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\hw_wallet
  1578. copying build\lib\electrum\plugins\hw_wallet\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\hw_wallet
  1579. copying build\lib\electrum\plugins\hw_wallet\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\hw_wallet
  1580. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\keepkey
  1581. copying build\lib\electrum\plugins\keepkey\client.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\keepkey
  1582. copying build\lib\electrum\plugins\keepkey\clientbase.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\keepkey
  1583. copying build\lib\electrum\plugins\keepkey\cmdline.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\keepkey
  1584. copying build\lib\electrum\plugins\keepkey\keepkey.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\keepkey
  1585. copying build\lib\electrum\plugins\keepkey\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\keepkey
  1586. copying build\lib\electrum\plugins\keepkey\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\keepkey
  1587. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\labels
  1588. copying build\lib\electrum\plugins\labels\cmdline.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\labels
  1589. copying build\lib\electrum\plugins\labels\kivy.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\labels
  1590. copying build\lib\electrum\plugins\labels\labels.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\labels
  1591. copying build\lib\electrum\plugins\labels\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\labels
  1592. copying build\lib\electrum\plugins\labels\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\labels
  1593. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\ledger
  1594. copying build\lib\electrum\plugins\ledger\auth2fa.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\ledger
  1595. copying build\lib\electrum\plugins\ledger\cmdline.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\ledger
  1596. copying build\lib\electrum\plugins\ledger\ledger.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\ledger
  1597. copying build\lib\electrum\plugins\ledger\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\ledger
  1598. copying build\lib\electrum\plugins\ledger\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\ledger
  1599. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\revealer
  1600. copying build\lib\electrum\plugins\revealer\DejaVuSansMono-Bold.ttf -> c:\python3.6.6\Lib\site-packages\electrum\plugins\revealer
  1601. copying build\lib\electrum\plugins\revealer\hmac_drbg.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\revealer
  1602. copying build\lib\electrum\plugins\revealer\LICENSE_DEJAVU.txt -> c:\python3.6.6\Lib\site-packages\electrum\plugins\revealer
  1603. copying build\lib\electrum\plugins\revealer\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\revealer
  1604. copying build\lib\electrum\plugins\revealer\SIL Open Font License.txt -> c:\python3.6.6\Lib\site-packages\electrum\plugins\revealer
  1605. copying build\lib\electrum\plugins\revealer\SourceSansPro-Bold.otf -> c:\python3.6.6\Lib\site-packages\electrum\plugins\revealer
  1606. copying build\lib\electrum\plugins\revealer\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\revealer
  1607. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\safe_t
  1608. copying build\lib\electrum\plugins\safe_t\client.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\safe_t
  1609. copying build\lib\electrum\plugins\safe_t\clientbase.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\safe_t
  1610. copying build\lib\electrum\plugins\safe_t\cmdline.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\safe_t
  1611. copying build\lib\electrum\plugins\safe_t\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\safe_t
  1612. copying build\lib\electrum\plugins\safe_t\safe_t.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\safe_t
  1613. copying build\lib\electrum\plugins\safe_t\transport.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\safe_t
  1614. copying build\lib\electrum\plugins\safe_t\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\safe_t
  1615. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\trezor
  1616. copying build\lib\electrum\plugins\trezor\client.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trezor
  1617. copying build\lib\electrum\plugins\trezor\clientbase.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trezor
  1618. copying build\lib\electrum\plugins\trezor\cmdline.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trezor
  1619. copying build\lib\electrum\plugins\trezor\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trezor
  1620. copying build\lib\electrum\plugins\trezor\transport.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trezor
  1621. copying build\lib\electrum\plugins\trezor\trezor.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trezor
  1622. copying build\lib\electrum\plugins\trezor\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trezor
  1623. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\trustedcoin
  1624. copying build\lib\electrum\plugins\trustedcoin\cmdline.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trustedcoin
  1625. copying build\lib\electrum\plugins\trustedcoin\kivy.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trustedcoin
  1626. copying build\lib\electrum\plugins\trustedcoin\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trustedcoin
  1627. copying build\lib\electrum\plugins\trustedcoin\trustedcoin.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trustedcoin
  1628. copying build\lib\electrum\plugins\trustedcoin\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\trustedcoin
  1629. creating c:\python3.6.6\Lib\site-packages\electrum\plugins\virtualkeyboard
  1630. copying build\lib\electrum\plugins\virtualkeyboard\qt.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\virtualkeyboard
  1631. copying build\lib\electrum\plugins\virtualkeyboard\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins\virtualkeyboard
  1632. copying build\lib\electrum\plugins\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum\plugins
  1633. copying build\lib\electrum\qrscanner.py -> c:\python3.6.6\Lib\site-packages\electrum
  1634. copying build\lib\electrum\ripemd.py -> c:\python3.6.6\Lib\site-packages\electrum
  1635. copying build\lib\electrum\rsakey.py -> c:\python3.6.6\Lib\site-packages\electrum
  1636. copying build\lib\electrum\segwit_addr.py -> c:\python3.6.6\Lib\site-packages\electrum
  1637. copying build\lib\electrum\servers.json -> c:\python3.6.6\Lib\site-packages\electrum
  1638. copying build\lib\electrum\servers_regtest.json -> c:\python3.6.6\Lib\site-packages\electrum
  1639. copying build\lib\electrum\servers_testnet.json -> c:\python3.6.6\Lib\site-packages\electrum
  1640. copying build\lib\electrum\simple_config.py -> c:\python3.6.6\Lib\site-packages\electrum
  1641. copying build\lib\electrum\storage.py -> c:\python3.6.6\Lib\site-packages\electrum
  1642. copying build\lib\electrum\synchronizer.py -> c:\python3.6.6\Lib\site-packages\electrum
  1643. copying build\lib\electrum\transaction.py -> c:\python3.6.6\Lib\site-packages\electrum
  1644. copying build\lib\electrum\util.py -> c:\python3.6.6\Lib\site-packages\electrum
  1645. copying build\lib\electrum\verifier.py -> c:\python3.6.6\Lib\site-packages\electrum
  1646. copying build\lib\electrum\version.py -> c:\python3.6.6\Lib\site-packages\electrum
  1647. copying build\lib\electrum\wallet.py -> c:\python3.6.6\Lib\site-packages\electrum
  1648. copying build\lib\electrum\websockets.py -> c:\python3.6.6\Lib\site-packages\electrum
  1649. creating c:\python3.6.6\Lib\site-packages\electrum\wordlist
  1650. copying build\lib\electrum\wordlist\chinese_simplified.txt -> c:\python3.6.6\Lib\site-packages\electrum\wordlist
  1651. copying build\lib\electrum\wordlist\english.txt -> c:\python3.6.6\Lib\site-packages\electrum\wordlist
  1652. copying build\lib\electrum\wordlist\japanese.txt -> c:\python3.6.6\Lib\site-packages\electrum\wordlist
  1653. copying build\lib\electrum\wordlist\portuguese.txt -> c:\python3.6.6\Lib\site-packages\electrum\wordlist
  1654. copying build\lib\electrum\wordlist\spanish.txt -> c:\python3.6.6\Lib\site-packages\electrum\wordlist
  1655. copying build\lib\electrum\x509.py -> c:\python3.6.6\Lib\site-packages\electrum
  1656. copying build\lib\electrum\__init__.py -> c:\python3.6.6\Lib\site-packages\electrum
  1657. warning: install_lib: byte-compiling is disabled, skipping.
  1658.  
  1659. running install_egg_info
  1660. running egg_info
  1661. creating Electrum.egg-info
  1662. writing Electrum.egg-info\PKG-INFO
  1663. writing dependency_links to Electrum.egg-info\dependency_links.txt
  1664. writing requirements to Electrum.egg-info\requires.txt
  1665. writing top-level names to Electrum.egg-info\top_level.txt
  1666. writing manifest file 'Electrum.egg-info\SOURCES.txt'
  1667. reading manifest file 'Electrum.egg-info\SOURCES.txt'
  1668. reading manifest template 'MANIFEST.in'
  1669. warning: no files found matching '*.py' under directory 'packages'
  1670. warning: no files found matching 'cacert.pem' under directory 'packages'
  1671. warning: no previously-included files matching '__pycache__' found anywhere in distribution
  1672. warning: no previously-included files matching '*.py[co]' found anywhere in distribution
  1673. writing manifest file 'Electrum.egg-info\SOURCES.txt'
  1674. Copying Electrum.egg-info to c:\python3.6.6\Lib\site-packages\Electrum-3.2.3-py3.6.egg-info
  1675. running install_scripts
  1676. copying build\scripts-3.6\electrum -> c:\python3.6.6\Scripts
  1677. /opt/wine64/drive_c/electrum/contrib/build-wine/tmp
  1678. 0052:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
  1679. 0052:fixme:ntdll:NtQueryInformationJobObject stub: 0x3c 9 0x32fac0 112 0x32fa60
  1680. 0054:fixme:msvcrt:_configure_wide_argv (1) stub
  1681. 0054:fixme:msvcrt:_initialize_wide_environment stub
  1682. 395 INFO: PyInstaller: 3.4
  1683. 396 INFO: Python: 3.6.6
  1684. 404 INFO: Platform: Windows-XP-5.1.2600
  1685. 411 INFO: UPX is not available.
  1686. 411 INFO: Removing temporary files and cleaning cache in C:\users\root\Application Data\pyinstaller
  1687. 0056:fixme:msvcrt:_configure_wide_argv (1) stub
  1688. 0056:fixme:msvcrt:_initialize_wide_environment stub
  1689. 0058:fixme:msvcrt:_configure_wide_argv (1) stub
  1690. 0058:fixme:msvcrt:_initialize_wide_environment stub
  1691. 005a:fixme:msvcrt:_configure_wide_argv (1) stub
  1692. 005a:fixme:msvcrt:_initialize_wide_environment stub
  1693. 005c:fixme:msvcrt:_configure_wide_argv (1) stub
  1694. 005c:fixme:msvcrt:_initialize_wide_environment stub
  1695. 005e:fixme:msvcrt:_configure_wide_argv (1) stub
  1696. 005e:fixme:msvcrt:_initialize_wide_environment stub
  1697. 0060:fixme:msvcrt:_configure_wide_argv (1) stub
  1698. 0060:fixme:msvcrt:_initialize_wide_environment stub
  1699. 3434 INFO: Extending PYTHONPATH with paths
  1700. ['C:\\electrum',
  1701. 'C:\\electrum',
  1702. 'C:\\electrum',
  1703. 'C:\\electrum',
  1704. 'C:\\electrum',
  1705. 'C:\\electrum',
  1706. 'C:\\electrum',
  1707. 'C:\\electrum',
  1708. 'C:\\electrum',
  1709. 'C:\\electrum',
  1710. 'C:\\electrum',
  1711. 'C:\\electrum',
  1712. 'C:\\electrum',
  1713. 'C:\\electrum',
  1714. 'C:\\electrum',
  1715. 'C:\\electrum',
  1716. 'C:\\electrum',
  1717. 'C:\\electrum']
  1718. 3435 INFO: checking Analysis
  1719. 3435 INFO: Building Analysis because Analysis-00.toc is non existent
  1720. 3435 INFO: Initializing module dependency graph...
  1721. 3445 INFO: Initializing module graph hooks...
  1722. 3448 INFO: Analyzing base_library.zip ...
  1723. 0062:fixme:msvcrt:_configure_wide_argv (1) stub
  1724. 0062:fixme:msvcrt:_initialize_wide_environment stub
  1725. 0064:fixme:msvcrt:_configure_wide_argv (1) stub
  1726. 0064:fixme:msvcrt:_initialize_wide_environment stub
  1727. 9223 INFO: Analyzing hidden import 'trezorlib.messages.CosiCommit'
  1728. 9829 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_transfers'
  1729. 11053 INFO: Processing pre-safe import module hook urllib3.packages.six.moves
  1730. 0066:fixme:msvcrt:_configure_wide_argv (1) stub
  1731. 0066:fixme:msvcrt:_initialize_wide_environment stub
  1732. 14054 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_signtx'
  1733. 14069 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_recoverydevice_dryrun'
  1734. 14074 INFO: Analyzing hidden import 'trezorlib.transport.udp'
  1735. 14096 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_stellar_get_address'
  1736. 14100 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_cancel'
  1737. 14103 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_loaddevice_xprv'
  1738. 14106 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getaddress'
  1739. 14413 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_protection_levels'
  1740. 14424 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_others'
  1741. 14427 INFO: Analyzing hidden import 'trezorlib.device'
  1742. 14430 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signidentity'
  1743. 14436 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_transport'
  1744. 14519 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_stellar_get_public_key'
  1745. 14523 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ping'
  1746. 14528 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signmessage'
  1747. 14532 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signmessage_segwit'
  1748. 14536 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_verifymessage'
  1749. 14541 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_cosi'
  1750. 14563 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_verifymessage'
  1751. 14566 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_changepin'
  1752. 14577 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_resetdevice_t2'
  1753. 14588 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_bgold'
  1754. 14608 INFO: Analyzing hidden import 'trezorlib.ckd_public'
  1755. 14610 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_getaddress'
  1756. 14613 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_recoverydevice'
  1757. 14623 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_getpublickey'
  1758. 14625 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx'
  1759. 14667 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_multisig_change'
  1760. 14684 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getaddress_segwit_native'
  1761. 14688 INFO: Analyzing hidden import 'trezorlib.qt.pinmatrix'
  1762. 14864 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getpublickey'
  1763. 14869 INFO: Analyzing hidden import 'trezorlib.transport.bridge'
  1764. 14877 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getaddress_segwit'
  1765. 14881 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_segwit_native'
  1766. 14909 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_protect_call'
  1767. 14914 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getpublickey_curve'
  1768. 14918 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_debuglink'
  1769. 14921 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getecdhsessionkey'
  1770. 14925 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_tx_api'
  1771. 14929 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_signtx'
  1772. 14939 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_verifymessage'
  1773. 14942 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signmessage_segwit_native'
  1774. 14946 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_zerosig'
  1775. 14949 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_decred'
  1776. 14963 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_signmessage'
  1777. 14966 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_nem'
  1778. 14969 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_multisig'
  1779. 14979 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_op_return'
  1780. 14986 INFO: Analyzing hidden import 'trezorlib.transport.hid'
  1781. 15000 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_mosaics'
  1782. 15005 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_ethereum_signmessage'
  1783. 15008 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_resetdevice_skipbackup'
  1784. 15014 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_verifymessage_segwit'
  1785. 15018 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_cosi'
  1786. 15024 INFO: Analyzing hidden import 'trezorlib.transport.webusb'
  1787. 15360 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_clearsession'
  1788. 15364 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_getaddress'
  1789. 15366 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_verifymessage_segwit_native'
  1790. 15370 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_bcash'
  1791. 15392 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_recoverydevice_t2'
  1792. 15398 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getentropy'
  1793. 15401 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_applysettings'
  1794. 15409 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_multisig'
  1795. 15415 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_nem_signtx_mosaics_t2'
  1796. 15422 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_zcash'
  1797. 15426 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_protobuf'
  1798. 15431 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_loaddevice'
  1799. 15436 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_stellar_sign_transaction'
  1800. 15443 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_wipedevice'
  1801. 15446 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_cipherkeyvalue'
  1802. 15452 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_getaddress_show'
  1803. 15456 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_signtx_segwit'
  1804. 15470 INFO: Analyzing hidden import 'trezorlib.tests.unit_tests.test_ckd_public'
  1805. 15472 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_basic'
  1806. 15475 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_bip32_speed'
  1807. 15480 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_resetdevice'
  1808. 15491 INFO: Analyzing hidden import 'trezorlib.tests.device_tests.test_msg_lisk_getaddress'
  1809. 15493 INFO: Analyzing hidden import 'safetlib.messages.NEMAggregateModification'
  1810. 15889 INFO: Analyzing hidden import 'safetlib.coins'
  1811. 15903 INFO: Analyzing hidden import 'safetlib.transport_webusb'
  1812. 15930 INFO: Analyzing hidden import 'safetlib.transport_udp'
  1813. 15936 INFO: Analyzing hidden import 'safetlib.transport_hid'
  1814. 15947 INFO: Analyzing hidden import 'safetlib.ed25519cosi'
  1815. 15965 INFO: Analyzing hidden import 'safetlib.ckd_public'
  1816. 15980 INFO: Analyzing hidden import 'safetlib.client'
  1817. 16054 INFO: Analyzing hidden import 'safetlib.transport_bridge'
  1818. 16061 INFO: Analyzing hidden import 'safetlib.qt'
  1819. 16140 INFO: Analyzing hidden import 'safetlib.device'
  1820. 16144 INFO: Analyzing hidden import 'safetlib.qt.pinmatrix'
  1821. 16153 INFO: Analyzing hidden import 'btchip.btchipHelpers'
  1822. 16239 INFO: Analyzing hidden import 'btchip.btchip'
  1823. 16336 INFO: Analyzing hidden import 'btchip.btchipUtils'
  1824. 16343 INFO: Analyzing hidden import 'btchip.ui.personalization03config'
  1825. 16428 INFO: Analyzing hidden import 'btchip.ui.personalization00start'
  1826. 16433 INFO: Analyzing hidden import 'btchip.msqr'
  1827. 16437 INFO: Analyzing hidden import 'btchip.ui.personalization04finalize'
  1828. 16442 INFO: Analyzing hidden import 'btchip.btchipPersoWizard'
  1829. 16472 INFO: Analyzing hidden import 'btchip.ui.personalization01seed'
  1830. 16478 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup03'
  1831. 16485 INFO: Analyzing hidden import 'btchip.btchipFirmwareWizard'
  1832. 16487 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup02'
  1833. 16491 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup01'
  1834. 16497 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup04'
  1835. 16501 INFO: Analyzing hidden import 'btchip.ui.personalization02security'
  1836. 16509 INFO: Analyzing hidden import 'keepkeylib.debuglink'
  1837. 17565 INFO: Analyzing hidden import 'keepkeylib.ckd_public'
  1838. 17580 INFO: Analyzing hidden import 'keepkeylib.transport_fake'
  1839. 17583 INFO: Analyzing hidden import 'keepkeylib.tx_api'
  1840. 17591 INFO: Analyzing hidden import 'keepkeylib.client'
  1841. 17641 INFO: Analyzing hidden import 'keepkeylib.transport_serial'
  1842. 17651 INFO: Analyzing hidden import 'keepkeylib.protobuf_json'
  1843. 17664 INFO: Analyzing hidden import 'keepkeylib.transport_hid'
  1844. 17671 INFO: Analyzing hidden import 'keepkeylib.qt'
  1845. 17748 INFO: Analyzing hidden import 'keepkeylib.qt.pinmatrix'
  1846. 17757 INFO: Analyzing hidden import 'keepkeylib.transport_pipe'
  1847. 17762 INFO: Analyzing hidden import 'keepkeylib.transport_socket'
  1848. 17770 INFO: Analyzing hidden import 'websocket._socket'
  1849. 17964 INFO: Processing pre-safe import module hook six.moves
  1850. 0068:fixme:msvcrt:_configure_wide_argv (1) stub
  1851. 0068:fixme:msvcrt:_initialize_wide_environment stub
  1852. 18240 INFO: Analyzing hidden import 'websocket.tests'
  1853. 18345 INFO: Analyzing hidden import 'websocket.tests.test_cookiejar'
  1854. 18352 INFO: Analyzing hidden import 'websocket.tests.test_websocket'
  1855. 18396 INFO: Analyzing hidden import 'ckcc.cli'
  1856. 19320 INFO: Processing pre-find module path hook distutils
  1857. 19505 INFO: Processing pre-find module path hook site
  1858. 19506 INFO: site: retargeting to fake-dir 'c:\\python3.6.6\\lib\\site-packages\\PyInstaller\\fake-modules'
  1859. 22472 INFO: running Analysis Analysis-00.toc
  1860. 22496 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
  1861. required by c:\python3.6.6\python.exe
  1862. 22865 INFO: Caching module hooks...
  1863. 22876 INFO: Analyzing C:\electrum\run_electrum
  1864. 29127 INFO: Analyzing C:\electrum\electrum\gui\qt\main_window.py
  1865. 29340 INFO: Analyzing C:\electrum\electrum\gui\text.py
  1866. 29486 INFO: Analyzing C:\electrum\electrum\util.py
  1867. 29530 INFO: Analyzing C:\electrum\electrum\wallet.py
  1868. 29620 INFO: Analyzing C:\electrum\electrum\simple_config.py
  1869. 29647 INFO: Analyzing C:\electrum\electrum\bitcoin.py
  1870. 29686 INFO: Analyzing C:\electrum\electrum\dnssec.py
  1871. 29702 INFO: Analyzing C:\electrum\electrum\commands.py
  1872. 29747 INFO: Analyzing C:\electrum\electrum\plugins\cosigner_pool\qt.py
  1873. 30673 INFO: Analyzing C:\electrum\electrum\plugins\email_requests\qt.py
  1874. 30888 INFO: Analyzing C:\electrum\electrum\plugins\trezor\client.py
  1875. 30890 INFO: Analyzing C:\electrum\electrum\plugins\trezor\qt.py
  1876. 30924 INFO: Analyzing C:\electrum\electrum\plugins\safe_t\client.py
  1877. 30927 INFO: Analyzing C:\electrum\electrum\plugins\safe_t\qt.py
  1878. 30953 INFO: Analyzing C:\electrum\electrum\plugins\keepkey\qt.py
  1879. 30985 INFO: Analyzing C:\electrum\electrum\plugins\ledger\qt.py
  1880. 30991 INFO: Analyzing C:\electrum\electrum\plugins\coldcard\qt.py
  1881. 31004 INFO: Loading module hooks...
  1882. 31005 INFO: Loading module hook "hook-certifi.py"...
  1883. 31009 INFO: Loading module hook "hook-Cryptodome.py"...
  1884. 31051 INFO: Loading module hook "hook-distutils.py"...
  1885. 31054 INFO: Loading module hook "hook-dns.rdata.py"...
  1886. 006a:fixme:msvcrt:_configure_wide_argv (1) stub
  1887. 006a:fixme:msvcrt:_initialize_wide_environment stub
  1888. 31615 INFO: Loading module hook "hook-encodings.py"...
  1889. 006c:fixme:msvcrt:_configure_wide_argv (1) stub
  1890. 006c:fixme:msvcrt:_initialize_wide_environment stub
  1891. 31982 INFO: Loading module hook "hook-pkg_resources.py"...
  1892. 006e:fixme:msvcrt:_configure_wide_argv (1) stub
  1893. 006e:fixme:msvcrt:_initialize_wide_environment stub
  1894. 33210 INFO: Processing pre-safe import module hook win32com
  1895. 0070:fixme:msvcrt:_configure_wide_argv (1) stub
  1896. 0070:fixme:msvcrt:_initialize_wide_environment stub
  1897. Traceback (most recent call last):
  1898. File "<string>", line 2, in <module>
  1899. ModuleNotFoundError: No module named 'win32com'
  1900. 33478 INFO: Processing pre-safe import module hook win32com
  1901. 0072:fixme:msvcrt:_configure_wide_argv (1) stub
  1902. 0072:fixme:msvcrt:_initialize_wide_environment stub
  1903. Traceback (most recent call last):
  1904. File "<string>", line 2, in <module>
  1905. ModuleNotFoundError: No module named 'win32com'
  1906. 33989 INFO: Loading module hook "hook-pydoc.py"...
  1907. 33991 INFO: Loading module hook "hook-PyQt5.py"...
  1908. 0074:fixme:msvcrt:_configure_wide_argv (1) stub
  1909. 0074:fixme:msvcrt:_initialize_wide_environment stub
  1910. 34470 WARNING: Hidden import "PyQt5.sip" not found!
  1911. 34471 INFO: Loading module hook "hook-PyQt5.Qt.py"...
  1912. 34491 INFO: Loading module hook "hook-PyQt5.QtCore.py"...
  1913. 34663 INFO: Loading module hook "hook-PyQt5.QtGui.py"...
  1914. 34952 INFO: Loading module hook "hook-PyQt5.QtHelp.py"...
  1915. 35766 INFO: Loading module hook "hook-PyQt5.QtMultimedia.py"...
  1916. 36268 INFO: Loading module hook "hook-PyQt5.QtNetwork.py"...
  1917. 36469 INFO: Loading module hook "hook-PyQt5.QtOpenGL.py"...
  1918. 37265 INFO: Loading module hook "hook-PyQt5.QtPrintSupport.py"...
  1919. 38060 INFO: Loading module hook "hook-PyQt5.QtQml.py"...
  1920. 38983 INFO: Loading module hook "hook-PyQt5.QtQuick.py"...
  1921. 39851 INFO: Loading module hook "hook-PyQt5.QtQuickWidgets.py"...
  1922. 40810 INFO: Loading module hook "hook-PyQt5.QtSensors.py"...
  1923. 41141 INFO: Loading module hook "hook-PyQt5.QtSerialPort.py"...
  1924. 41329 INFO: Loading module hook "hook-PyQt5.QtSql.py"...
  1925. 42111 INFO: Loading module hook "hook-PyQt5.QtSvg.py"...
  1926. 42892 INFO: Loading module hook "hook-PyQt5.QtTest.py"...
  1927. 43652 INFO: Loading module hook "hook-PyQt5.QtWebEngineWidgets.py"...
  1928. 44835 INFO: Loading module hook "hook-PyQt5.QtWidgets.py"...
  1929. 45585 INFO: Loading module hook "hook-PyQt5.QtXml.py"...
  1930. 45923 INFO: Loading module hook "hook-sysconfig.py"...
  1931. 45926 INFO: Loading module hook "hook-xml.dom.domreg.py"...
  1932. 45927 INFO: Loading module hook "hook-xml.py"...
  1933. 46024 INFO: Looking for ctypes DLLs
  1934. 46141 INFO: Analyzing run-time hooks ...
  1935. 46157 INFO: Including run-time hook 'pyi_rth_multiprocessing.py'
  1936. 46163 INFO: Including run-time hook 'pyi_rth_qt5.py'
  1937. 46165 INFO: Including run-time hook 'pyi_rth_qt5webengine.py'
  1938. 46168 INFO: Including run-time hook 'pyi_rth_pkgres.py'
  1939. 46199 INFO: Looking for dynamic libraries
  1940. 47827 WARNING: lib not found: Qt53DLogic.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\qml\QtQuick\Scene3D\qtquickscene3dplugin.dll
  1941. 47937 WARNING: lib not found: Qt53DCore.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\qml\QtQuick\Scene3D\qtquickscene3dplugin.dll
  1942. 48026 WARNING: lib not found: Qt53DRender.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\qml\QtQuick\Scene3D\qtquickscene3dplugin.dll
  1943. 48122 WARNING: lib not found: Qt53DInput.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\qml\QtQuick\Scene3D\qtquickscene3dplugin.dll
  1944. 48292 WARNING: lib not found: libmysql.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\plugins\sqldrivers\qsqlmysql.dll
  1945. 48697 WARNING: lib not found: Qt53DCore.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\qml\QtQuick\Scene2D\qtquickscene2dplugin.dll
  1946. 48792 WARNING: lib not found: Qt53DRender.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\qml\QtQuick\Scene2D\qtquickscene2dplugin.dll
  1947. 48882 WARNING: lib not found: Qt53DQuickScene2D.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\qml\QtQuick\Scene2D\qtquickscene2dplugin.dll
  1948. 49152 WARNING: lib not found: LIBPQ.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\plugins\sqldrivers\qsqlpsql.dll
  1949. 49665 WARNING: lib not found: Qt5MultimediaQuick.dll dependency of C:\python3.6.6\lib\site-packages\PyQt5\Qt\qml\QtMultimedia\declarative_multimedia.dll
  1950. 54365 INFO: Looking for eggs
  1951. 54366 INFO: Using Python library c:\python3.6.6\python36.dll
  1952. 54366 INFO: Found binding redirects:
  1953. []
  1954. 54403 INFO: Warnings written to C:\electrum\contrib\build-wine\build\deterministic\warn-deterministic.txt
  1955. 54755 INFO: Graph cross-reference written to C:\electrum\contrib\build-wine\build\deterministic\xref-deterministic.html
  1956. 54891 INFO: Appending 'binaries' from .spec
  1957. 54893 INFO: Appending 'datas' from .spec
  1958. 55004 INFO: checking PYZ
  1959. 55004 INFO: Building PYZ because PYZ-00.toc is non existent
  1960. 55005 INFO: Building PYZ (ZlibArchive) C:\electrum\contrib\build-wine\build\deterministic\PYZ-00.pyz
  1961. 61032 INFO: Building PYZ (ZlibArchive) C:\electrum\contrib\build-wine\build\deterministic\PYZ-00.pyz completed successfully.
  1962. 61090 INFO: checking PKG
  1963. 61090 INFO: Building PKG because PKG-00.toc is non existent
  1964. 61091 INFO: Building PKG (CArchive) PKG-00.pkg
  1965. 95060 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
  1966. 95154 INFO: Bootloader c:\python3.6.6\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe
  1967. 95154 INFO: checking EXE
  1968. 95154 INFO: Building EXE because EXE-00.toc is non existent
  1969. 95155 INFO: Building EXE from EXE-00.toc
  1970. 95160 INFO: SRCPATH [('C:\\electrum\\icons/electrum.ico', None)]
  1971. 95160 INFO: Updating icons from ['C:\\electrum\\icons/electrum.ico'] to C:\users\root\Temp\tmpcb7boqom
  1972. 95162 INFO: Writing RT_GROUP_ICON 0 resource with 146 bytes
  1973. 95162 INFO: Writing RT_ICON 1 resource with 296 bytes
  1974. 95162 INFO: Writing RT_ICON 2 resource with 1384 bytes
  1975. 95163 INFO: Writing RT_ICON 3 resource with 1128 bytes
  1976. 95163 INFO: Writing RT_ICON 4 resource with 744 bytes
  1977. 95163 INFO: Writing RT_ICON 5 resource with 2216 bytes
  1978. 95163 INFO: Writing RT_ICON 6 resource with 4264 bytes
  1979. 95163 INFO: Writing RT_ICON 7 resource with 1640 bytes
  1980. 95163 INFO: Writing RT_ICON 8 resource with 3752 bytes
  1981. 95164 INFO: Writing RT_ICON 9 resource with 9640 bytes
  1982. 95164 INFO: Writing RT_ICON 10 resource with 26401 bytes
  1983. 95167 INFO: Appending archive to EXE C:\electrum\contrib\build-wine\dist\electrum-3.2.3-138-gd1f11f5f.exe
  1984. 95282 INFO: Building EXE from EXE-00.toc completed successfully.
  1985. 95421 INFO: checking PKG
  1986. 95422 INFO: Building PKG because PKG-01.toc is non existent
  1987. 95422 INFO: Building PKG (CArchive) PKG-01.pkg
  1988. 128124 INFO: Building PKG (CArchive) PKG-01.pkg completed successfully.
  1989. 128221 INFO: Bootloader c:\python3.6.6\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe
  1990. 128222 INFO: checking EXE
  1991. 128222 INFO: Building EXE because EXE-01.toc is non existent
  1992. 128222 INFO: Building EXE from EXE-01.toc
  1993. 128225 INFO: SRCPATH [('C:\\electrum\\icons/electrum.ico', None)]
  1994. 128225 INFO: Updating icons from ['C:\\electrum\\icons/electrum.ico'] to C:\users\root\Temp\tmpsncfj2lu
  1995. 128226 INFO: Writing RT_GROUP_ICON 0 resource with 146 bytes
  1996. 128226 INFO: Writing RT_ICON 1 resource with 296 bytes
  1997. 128227 INFO: Writing RT_ICON 2 resource with 1384 bytes
  1998. 128227 INFO: Writing RT_ICON 3 resource with 1128 bytes
  1999. 128227 INFO: Writing RT_ICON 4 resource with 744 bytes
  2000. 128227 INFO: Writing RT_ICON 5 resource with 2216 bytes
  2001. 128227 INFO: Writing RT_ICON 6 resource with 4264 bytes
  2002. 128227 INFO: Writing RT_ICON 7 resource with 1640 bytes
  2003. 128228 INFO: Writing RT_ICON 8 resource with 3752 bytes
  2004. 128228 INFO: Writing RT_ICON 9 resource with 9640 bytes
  2005. 128228 INFO: Writing RT_ICON 10 resource with 26401 bytes
  2006. 128231 INFO: Appending archive to EXE C:\electrum\contrib\build-wine\dist\electrum-3.2.3-138-gd1f11f5f-portable.exe
  2007. 128348 INFO: Building EXE from EXE-01.toc completed successfully.
  2008. 128458 INFO: checking PKG
  2009. 128459 INFO: Building PKG because PKG-02.toc is non existent
  2010. 128459 INFO: Building PKG (CArchive) PKG-02.pkg
  2011. 128829 INFO: Building PKG (CArchive) PKG-02.pkg completed successfully.
  2012. 128833 INFO: Bootloader c:\python3.6.6\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe
  2013. 128833 INFO: checking EXE
  2014. 128834 INFO: Building EXE because EXE-02.toc is non existent
  2015. 128834 INFO: Building EXE from EXE-02.toc
  2016. 128837 INFO: SRCPATH [('C:\\electrum\\icons/electrum.ico', None)]
  2017. 128837 INFO: Updating icons from ['C:\\electrum\\icons/electrum.ico'] to C:\users\root\Temp\tmpon31ze8s
  2018. 128838 INFO: Writing RT_GROUP_ICON 0 resource with 146 bytes
  2019. 128838 INFO: Writing RT_ICON 1 resource with 296 bytes
  2020. 128838 INFO: Writing RT_ICON 2 resource with 1384 bytes
  2021. 128839 INFO: Writing RT_ICON 3 resource with 1128 bytes
  2022. 128839 INFO: Writing RT_ICON 4 resource with 744 bytes
  2023. 128839 INFO: Writing RT_ICON 5 resource with 2216 bytes
  2024. 128839 INFO: Writing RT_ICON 6 resource with 4264 bytes
  2025. 128839 INFO: Writing RT_ICON 7 resource with 1640 bytes
  2026. 128839 INFO: Writing RT_ICON 8 resource with 3752 bytes
  2027. 128840 INFO: Writing RT_ICON 9 resource with 9640 bytes
  2028. 128840 INFO: Writing RT_ICON 10 resource with 26401 bytes
  2029. 128843 INFO: Appending archive to EXE C:\electrum\contrib\build-wine\build\deterministic\electrum-3.2.3-138-gd1f11f5f.exe
  2030. 128853 INFO: Building EXE from EXE-02.toc completed successfully.
  2031. 128862 INFO: checking COLLECT
  2032. 128862 INFO: Building COLLECT because COLLECT-00.toc is non existent
  2033. 128863 INFO: Building COLLECT COLLECT-00.toc
  2034. 135864 INFO: Building COLLECT COLLECT-00.toc completed successfully.
  2035. /opt/wine64/drive_c/electrum/contrib/build-wine/dist /opt/wine64/drive_c/electrum/contrib/build-wine
  2036. /opt/wine64/drive_c/electrum/contrib/build-wine
  2037. Command line defined: "PRODUCT_VERSION=3.2.3-138-gd1f11f5f"
  2038. Processing config: C:\Program Files (x86)\NSIS\nsisconf.nsh
  2039. Processing script file: "electrum.nsi" (ACP)
  2040.  
  2041. Processed 1 file, writing output (x86-ansi):
  2042.  
  2043. Output: "C:\electrum\contrib\build-wine\dist\electrum-setup.exe"
  2044. Install: 2 pages (128 bytes), 1 section (2072 bytes), 2239 instructions (62692 bytes), 1449 strings (31515 bytes), 1 language table (262 bytes).
  2045. Uninstall: 2 pages (192 bytes), 1 section (2072 bytes), 56 instructions (1568 bytes), 100 strings (1405 bytes), 1 language table (250 bytes).
  2046. Datablock optimizer saved 1386 KiB (~0.7%).
  2047.  
  2048. Using lzma (compress whole) compression.
  2049.  
  2050. EXE header size: 88576 / 36864 bytes
  2051. Install code: (96085 bytes)
  2052. Install data: (186770347 bytes)
  2053. Uninstall code+data: (18845 bytes)
  2054. Compressed data: 54633790 / 186885277 bytes
  2055. CRC (0xC4843A2B): 4 / 4 bytes
  2056.  
  2057. Total size: 54722370 / 186922145 bytes (29.2%)
  2058. Done.
  2059. 2e351fb642e5b388daea2f907dc34f09 dist/electrum-3.2.3-138-gd1f11f5f-portable.exe
  2060. 87b4347f94663f419de0386e50ec5b57 dist/electrum-3.2.3-138-gd1f11f5f-setup.exe
  2061. 839986755c2586fe8842ca513e7b2e12 dist/electrum-3.2.3-138-gd1f11f5f.exe
  2062. Done.
Add Comment
Please, Sign In to add comment