Last active
August 29, 2015 14:09
-
-
Save elieux/91f5f473d2faa52f5bd4 to your computer and use it in GitHub Desktop.
Pacman crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Program received signal SIGSEGV, Segmentation fault. | |
0x0000000100424bf8 in alpm_db_update (force=force@entry=0, db=db@entry=0x600052e90) at be_sync.c:246 | |
246 len = strlen(final_db_url) + 5; | |
(gdb) bt | |
#0 0x0000000100424bf8 in alpm_db_update (force=force@entry=0, db=db@entry=0x600052e90) at be_sync.c:246 | |
#1 0x0000000100409f02 in sync_synctree (level=1, syncs=syncs@entry=0x600052f30) at sync.c:330 | |
#2 0x000000010040b0ee in pacman_sync (targets=0x0) at sync.c:941 | |
#3 0x0000000100408168 in main (argc=2, argv=0x23aac0) at pacman.c:1231 | |
(gdb) bt full | |
#0 0x0000000100424bf8 in alpm_db_update (force=force@entry=0, db=db@entry=0x600052e90) at be_sync.c:246 | |
sigpath = <optimized out> | |
len = <optimized out> | |
sig_ret = 0 | |
server = <optimized out> | |
final_db_url = 0x0 | |
payload = {handle = 0x0, tempfile_openmode = 0x0, remote_name = 0x0, tempfile_name = 0x0, destfile_name = 0x0, content_disp_name = 0x0, fileurl = 0x0, | |
servers = 0x0, respcode = 0, initial_size = 0, max_size = 0, prevprogress = 0, force = 0, allow_resume = 0, errors_ok = 0, unlink_on_fail = 0, | |
trust_remote_name = 0, curlerr = CURLE_OK} | |
syncpath = 0x6000583c0 "/var/lib/pacman/sync/" | |
i = 0x600052fd0 | |
ret = 0 | |
oldmask = 18 | |
handle = 0x6000529f0 | |
level = 134220801 | |
__func__ = "alpm_db_update" | |
#1 0x0000000100409f02 in sync_synctree (level=1, syncs=syncs@entry=0x600052f30) at sync.c:330 | |
db = 0x600052e90 | |
ret = <optimized out> | |
i = 0x600052f30 | |
success = 0 | |
#2 0x000000010040b0ee in pacman_sync (targets=0x0) at sync.c:941 | |
sync_dbs = 0x600052f30 | |
#3 0x0000000100408168 in main (argc=2, argv=0x23aac0) at pacman.c:1231 | |
path = <optimized out> | |
oldpath = <optimized out> | |
newpath = 0x10073d99d "/usr/busybox:" | |
pathsize = <optimized out> | |
ret = <optimized out> | |
i = <optimized out> | |
new_action = {{sa_handler = 0x100407124 <handler>, sa_sigaction = 0x100407124 <handler>}, sa_mask = 0, sa_flags = 268435456} | |
old_action = {{sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = 0, sa_flags = 0} | |
signals = {1, 2, 15, 11, 28} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2208 2208 [main] pacman (3552) ********************************************** | |
307 2515 [main] pacman (3552) Program name: D:\applications\msys2.x64\usr\bin\pacman.exe (windows pid 3552) | |
240 2755 [main] pacman (3552) OS version: Windows NT-6.2 | |
60 2815 [main] pacman (3552) ********************************************** | |
1416 4231 [main] pacman (3552) sigprocmask: 0 = sigprocmask (0, 0x0, 0x1802D5FA8) | |
318 4549 [main] pacman 3552 open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0x88, *m 6 | |
70 4619 [main] pacman 3552 user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912) | |
59 4678 [main] pacman 3552 open_shared: name S-1-5-21-8414350-2729897501-3625413872-1001.1, n 1, shared 0x180010000 (wanted 0x180010000), h 0x8C, *m 6 | |
102 4780 [main] pacman 3552 user_info::create: opening user shared for 'S-1-5-21-8414350-2729897501-3625413872-1001' at 0x180010000 | |
30 4810 [main] pacman 3552 user_info::create: user shared version AB1FCCE8 | |
72 4882 [main] pacman 3552 fhandler_pipe::create: name \\.\pipe\msys-f0f57a361f13910f-3552-sigwait, size 11440, mode PIPE_TYPE_MESSAGE | |
119 5001 [main] pacman 3552 fhandler_pipe::create: pipe read handle 0xA0 | |
28 5029 [main] pacman 3552 fhandler_pipe::create: CreateFile: name \\.\pipe\msys-f0f57a361f13910f-3552-sigwait | |
57 5086 [main] pacman 3552 fhandler_pipe::create: pipe write handle 0xA8 | |
35 5121 [main] pacman 3552 dll_crt0_0: finished dll_crt0_0 initialization | |
9785 14906 [sig] pacman 3552 wait_sig: entering ReadFile loop, my_readsig 0xA0, my_sendsig 0xA8 | |
2637 17543 [main] pacman 3552 time: 1415652094 = time(0x0) | |
1397 18940 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (W:\temporary\trash, no-keep-rel, no-add-slash) | |
324 19264 [main] pacman 3552 normalize_win32_path: W:\temporary\trash = normalize_win32_path (W:\temporary\trash) | |
32 19296 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
26 19322 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
23 19345 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
22 19367 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
22 19389 [main] pacman 3552 mount_info::conv_to_posix_path: mount[4] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
25 19414 [main] pacman 3552 mount_info::conv_to_posix_path: /w/temporary/trash = conv_to_posix_path (W:\temporary\trash) | |
56 19470 [main] pacman 3552 sigprocmask: 0 = sigprocmask (0, 0x0, 0x600018128) | |
1044 20514 [main] pacman 3552 _cygwin_istext_for_stdio: fd 0: not open | |
68 20582 [main] pacman 3552 _cygwin_istext_for_stdio: fd 1: not open | |
25 20607 [main] pacman 3552 _cygwin_istext_for_stdio: fd 2: not open | |
477 21084 [main] pacman (3552) open_shared: name cygpid.3552, n 3552, shared 0x180000000 (wanted 0x180000000), h 0xC4, *m 2 | |
58 21142 [main] ? (3552) time: 1415652094 = time(0x0) | |
219 21361 [main] pacman 3552 pinfo::thisproc: myself dwProcessId 3552 | |
133 21494 [main] pacman 3552 environ_init: GetEnvironmentStrings returned 0x430520 | |
50 21544 [main] pacman 3552 environ_init: 0x6000284F0: !ExitCode=00000000 | |
42 21586 [main] pacman 3552 environ_init: 0x600028510: !W:=W:\ | |
45 21631 [main] pacman 3552 environ_init: 0x600028530: ALLUSERSPROFILE=C:\ProgramData | |
42 21673 [main] pacman 3552 environ_init: 0x600028560: APPDATA=C:\Users\mac0089\AppData\Roaming | |
42 21715 [main] pacman 3552 environ_init: 0x6000285A0: APPS=D:\applications | |
40 21755 [main] pacman 3552 environ_init: 0x6000285C0: ARCH=.x64 | |
193 21948 [main] pacman 3552 environ_init: 0x6000285E0: COMMONPROGRAMFILES=C:\Program Files\Common Files | |
184 22132 [main] pacman 3552 environ_init: 0x600028620: COMPUTERNAME=MEW | |
81 22213 [main] pacman 3552 environ_init: 0x600028640: COMSPEC=C:\Windows\system32\cmd.exe | |
208 22421 [main] pacman 3552 environ_init: 0x600028670: ChocolateyInstall=C:\temporary\chocolatey | |
170 22591 [main] pacman 3552 environ_init: 0x6000286B0: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files | |
111 22702 [main] pacman 3552 environ_init: 0x600028700: CommonProgramW6432=C:\Program Files\Common Files | |
225 22927 [main] pacman 3552 environ_init: 0x600028740: FONTCONFIG_PATH=C:\Users\mac0089\AppData\Roaming\fontconfig | |
185 23112 [main] pacman 3552 environ_init: 0x600028790: FP_NO_HOST_CHECK=NO | |
97 23209 [main] pacman 3552 getwinenv: can't set native for HOME= since no environ yet | |
72 23281 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\mac0089, no-keep-rel, no-add-slash) | |
94 23375 [main] pacman 3552 normalize_win32_path: C:\Users\mac0089 = normalize_win32_path (C:\Users\mac0089) | |
101 23476 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
71 23547 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
28 23575 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
118 23693 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
61 23754 [main] pacman 3552 mount_info::conv_to_posix_path: mount[4] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
103 23857 [main] pacman 3552 mount_info::conv_to_posix_path: /c/Users/mac0089 = conv_to_posix_path (C:\Users\mac0089) | |
399 24256 [main] pacman 3552 win_env::add_cache: posix /c/Users/mac0089 | |
27 24283 [main] pacman 3552 win_env::add_cache: native HOME=C:\Users\mac0089 | |
23 24306 [main] pacman 3552 posify_maybe: env var converted to HOME=/c/Users/mac0089 | |
59 24365 [main] pacman 3552 environ_init: 0x600028810: HOME=/c/Users/mac0089 | |
42 24407 [main] pacman 3552 environ_init: 0x6000287B0: HOMEDRIVE=C: | |
42 24449 [main] pacman 3552 environ_init: 0x600028830: HOMEPATH=\Users\mac0089 | |
39 24488 [main] pacman 3552 environ_init: 0x600028860: HOSTNAME=mew | |
41 24529 [main] pacman 3552 environ_init: 0x600028880: INFOPATH=D:\applications\msys2.x64\usr\local\info;D:\applications\msys2.x64\usr\share\info;D:\applications\msys2.x64\usr\info;D:\applications\msys2.x64\share\info | |
39 24568 [main] pacman 3552 environ_init: 0x600028930: LC_ALL=en_US | |
38 24606 [main] pacman 3552 environ_init: 0x600028950: LC_DATE=cs_CZ | |
37 24643 [main] pacman 3552 environ_init: 0x600028970: LC_TIME=cs_CZ | |
38 24681 [main] pacman 3552 environ_init: 0x600028990: LOCALAPPDATA=C:\Users\mac0089\AppData\Local | |
38 24719 [main] pacman 3552 environ_init: 0x6000289D0: LOGONSERVER=\\MEW | |
41 24760 [main] pacman 3552 environ_init: 0x6000289F0: MANPATH=D:\applications\msys2.x64\usr\local\man;D:\applications\msys2.x64\usr\share\man;D:\applications\msys2.x64\usr\man;D:\applications\msys2.x64\share\man | |
41 24801 [main] pacman 3552 environ_init: 0x600028AA0: MSMPI_BIN=C:\Program Files\Microsoft MPI\Bin\ | |
56 24857 [main] pacman 3552 environ_init: 0x600028AE0: MSMPI_INC=C:\Program Files\Microsoft MPI\Inc\ | |
41 24898 [main] pacman 3552 environ_init: 0x600028B20: MSMPI_LIB32=C:\Program Files\Microsoft MPI\Lib\i386\ | |
39 24937 [main] pacman 3552 environ_init: 0x600028B60: MSMPI_LIB64=C:\Program Files\Microsoft MPI\Lib\amd64\ | |
41 24978 [main] pacman 3552 parse_options: glob (called func) | |
38 25016 [main] pacman 3552 parse_options: returning | |
21 25037 [main] pacman 3552 environ_init: 0x600028BA0: MSYS=noglob | |
41 25078 [main] pacman 3552 environ_init: 0x600028BE0: MSYSCON=mintty.exe | |
167 25245 [main] pacman 3552 environ_init: 0x600028C00: MSYSTEM=MSYS | |
193 25438 [main] pacman 3552 environ_init: 0x600028C20: NUMBER_OF_PROCESSORS=4 | |
43 25481 [main] pacman 3552 environ_init: 0x600028C40: OLDPWD=C:/Users/mac0089 | |
87 25568 [main] pacman 3552 environ_init: 0x600028C70: OS=Windows_NT | |
96 25664 [main] pacman 3552 environ_init: 0x600028C90: PACKAGER=David Macek <[email protected]> | |
204 25868 [main] pacman 3552 getwinenv: can't set native for PATH= since no environ yet | |
114 25982 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (D:\applications\msys2.x64\usr\local\bin, keep-rel, no-add-slash) | |
26 26008 [main] pacman 3552 normalize_win32_path: D:\applications\msys2.x64\usr\local\bin = normalize_win32_path (D:\applications\msys2.x64\usr\local\bin) | |
42 26050 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
67 26117 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
31 26148 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
23 26171 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
47 26218 [main] pacman 3552 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (D:\applications\msys2.x64\usr\local\bin) | |
58 26276 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (D:\applications\msys2.x64\usr\bin, keep-rel, no-add-slash) | |
24 26300 [main] pacman 3552 normalize_win32_path: D:\applications\msys2.x64\usr\bin = normalize_win32_path (D:\applications\msys2.x64\usr\bin) | |
39 26339 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 26369 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
24 26393 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
33 26426 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
42 26468 [main] pacman 3552 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (D:\applications\msys2.x64\usr\bin) | |
52 26520 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (D:\applications\msys2.x64\usr\bin, keep-rel, no-add-slash) | |
104 26624 [main] pacman 3552 normalize_win32_path: D:\applications\msys2.x64\usr\bin = normalize_win32_path (D:\applications\msys2.x64\usr\bin) | |
72 26696 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
76 26772 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
80 26852 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
71 26923 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
42 26965 [main] pacman 3552 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (D:\applications\msys2.x64\usr\bin) | |
33 26998 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (D:\applications\msys2.x64\opt\bin, keep-rel, no-add-slash) | |
25 27023 [main] pacman 3552 normalize_win32_path: D:\applications\msys2.x64\opt\bin = normalize_win32_path (D:\applications\msys2.x64\opt\bin) | |
22 27045 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
39 27084 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
84 27168 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
26 27194 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
22 27216 [main] pacman 3552 mount_info::conv_to_posix_path: /opt/bin = conv_to_posix_path (D:\applications\msys2.x64\opt\bin) | |
98 27314 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows\system32, keep-rel, no-add-slash) | |
25 27339 [main] pacman 3552 normalize_win32_path: C:\windows\system32 = normalize_win32_path (C:\windows\system32) | |
27 27366 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
25 27391 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
26 27417 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
22 27439 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
22 27461 [main] pacman 3552 mount_info::conv_to_posix_path: mount[4] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
53 27514 [main] pacman 3552 mount_info::conv_to_posix_path: /c/windows/system32 = conv_to_posix_path (C:\windows\system32) | |
71 27585 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (C:\windows, keep-rel, no-add-slash) | |
28 27613 [main] pacman 3552 normalize_win32_path: C:\windows = normalize_win32_path (C:\windows) | |
41 27654 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
52 27706 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
58 27764 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
47 27811 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
33 27844 [main] pacman 3552 mount_info::conv_to_posix_path: mount[4] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
26 27870 [main] pacman 3552 mount_info::conv_to_posix_path: /c/windows = conv_to_posix_path (C:\windows) | |
43 27913 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (D:\applications\msys2.x64\usr\bin\site_perl, keep-rel, no-add-slash) | |
33 27946 [main] pacman 3552 normalize_win32_path: D:\applications\msys2.x64\usr\bin\site_perl = normalize_win32_path (D:\applications\msys2.x64\usr\bin\site_perl) | |
88 28034 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
29 28063 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
70 28133 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
36 28169 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
52 28221 [main] pacman 3552 mount_info::conv_to_posix_path: /usr/bin/site_perl = conv_to_posix_path (D:\applications\msys2.x64\usr\bin\site_perl) | |
33 28254 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (D:\applications\msys2.x64\usr\bin\vendor_perl, keep-rel, no-add-slash) | |
40 28294 [main] pacman 3552 normalize_win32_path: D:\applications\msys2.x64\usr\bin\vendor_perl = normalize_win32_path (D:\applications\msys2.x64\usr\bin\vendor_perl) | |
65 28359 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 28389 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
36 28425 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
24 28449 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
22 28471 [main] pacman 3552 mount_info::conv_to_posix_path: /usr/bin/vendor_perl = conv_to_posix_path (D:\applications\msys2.x64\usr\bin\vendor_perl) | |
60 28531 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (D:\applications\msys2.x64\usr\bin\core_perl, keep-rel, no-add-slash) | |
80 28611 [main] pacman 3552 normalize_win32_path: D:\applications\msys2.x64\usr\bin\core_perl = normalize_win32_path (D:\applications\msys2.x64\usr\bin\core_perl) | |
44 28655 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
113 28768 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
79 28847 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
51 28898 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
49 28947 [main] pacman 3552 mount_info::conv_to_posix_path: /usr/bin/core_perl = conv_to_posix_path (D:\applications\msys2.x64\usr\bin\core_perl) | |
196 29143 [main] pacman 3552 win_env::add_cache: posix /usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/windows/system32:/c/windows:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl | |
40 29183 [main] pacman 3552 win_env::add_cache: native PATH=D:\applications\msys2.x64\usr\local\bin;D:\applications\msys2.x64\usr\bin;D:\applications\msys2.x64\usr\bin;D:\applications\msys2.x64\opt\bin;C:\windows\system32;C:\windows;D:\applications\msys2.x64\usr\bin\site_perl;D:\applications\msys2.x64\usr\bin\vendor_perl;D:\applications\msys2.x64\usr\bin\core_perl | |
122 29305 [main] pacman 3552 posify_maybe: env var converted to PATH=/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/windows/system32:/c/windows:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl | |
187 29492 [main] pacman 3552 environ_init: 0x600039000: PATH=/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/windows/system32:/c/windows:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl | |
212 29704 [main] pacman 3552 environ_init: 0x600028CD0: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC | |
100 29804 [main] pacman 3552 environ_init: 0x600028D20: PKG_CONFIG_PATH=D:\applications\msys2.x64\usr\lib\pkgconfig;D:\applications\msys2.x64\lib\pkgconfig | |
78 29882 [main] pacman 3552 environ_init: 0x600028D90: POPAM_CONFIG=W:\documents\poski.com\applications\popam\popam.config | |
68 29950 [main] pacman 3552 environ_init: 0x600028DE0: PRINTER=SafeQ tisk | |
62 30012 [main] pacman 3552 environ_init: 0x6000390A0: PROCESSOR_ARCHITECTURE=AMD64 | |
42 30054 [main] pacman 3552 environ_init: 0x6000390D0: PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 5 Stepping 2, AuthenticAMD | |
41 30095 [main] pacman 3552 environ_init: 0x600028E00: PROCESSOR_LEVEL=16 | |
42 30137 [main] pacman 3552 environ_init: 0x600039120: PROCESSOR_REVISION=0502 | |
42 30179 [main] pacman 3552 environ_init: 0x600039150: PROGRAMFILES=C:\Program Files | |
65 30244 [main] pacman 3552 environ_init: 0x600039180: PROMPT=CLINK CLINK $P$G | |
52 30296 [main] pacman 3552 environ_init: 0x6000391B0: PS1=\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ | |
46 30342 [main] pacman 3552 environ_init: 0x600039200: PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\PowerShell\Modules\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\PowerShell\Modules\ | |
43 30385 [main] pacman 3552 environ_init: 0x6000392E0: PUBLIC=C:\Users\Public | |
42 30427 [main] pacman 3552 environ_init: 0x600039300: PWD=W:/temporary/trash | |
42 30469 [main] pacman 3552 environ_init: 0x600039320: PYTHONDONTWRITEBYTECODE=True | |
41 30510 [main] pacman 3552 environ_init: 0x600039350: PYTHONIOENCODING=UTF-8 | |
42 30552 [main] pacman 3552 environ_init: 0x600039380: ProgramData=C:\ProgramData | |
42 30594 [main] pacman 3552 environ_init: 0x6000393B0: ProgramFiles(x86)=C:\Program Files (x86) | |
133 30727 [main] pacman 3552 environ_init: 0x6000393F0: ProgramW6432=C:\Program Files | |
113 30840 [main] pacman 3552 environ_init: 0x600039420: SHELL=D:/applications/msys2.x64/usr/bin/bash | |
68 30908 [main] pacman 3552 environ_init: 0x600039460: SHLVL=1 | |
64 30972 [main] pacman 3552 environ_init: 0x600039480: SYSTEMDRIVE=C: | |
69 31041 [main] pacman 3552 environ_init: 0x6000394A0: SYSTEMROOT=C:\Windows | |
44 31085 [main] pacman 3552 getwinenv: can't set native for TEMP= since no environ yet | |
41 31126 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (C:\temporary\msys2\tmp, no-keep-rel, no-add-slash) | |
70 31196 [main] pacman 3552 normalize_win32_path: C:\temporary\msys2\tmp = normalize_win32_path (C:\temporary\msys2\tmp) | |
32 31228 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
71 31299 [main] pacman 3552 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\temporary\msys2\tmp) | |
132 31431 [main] pacman 3552 win_env::add_cache: posix /tmp | |
45 31476 [main] pacman 3552 win_env::add_cache: native TEMP=C:\temporary\msys2\tmp | |
26 31502 [main] pacman 3552 posify_maybe: env var converted to TEMP=/tmp | |
58 31560 [main] pacman 3552 environ_init: 0x600039540: TEMP=/tmp | |
91 31651 [main] pacman 3552 environ_init: 0x6000394C0: TERM=xterm-256color | |
71 31722 [main] pacman 3552 getwinenv: can't set native for TMP= since no environ yet | |
25 31747 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (C:\temporary\msys2\tmp, no-keep-rel, no-add-slash) | |
76 31823 [main] pacman 3552 normalize_win32_path: C:\temporary\msys2\tmp = normalize_win32_path (C:\temporary\msys2\tmp) | |
86 31909 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
46 31955 [main] pacman 3552 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\temporary\msys2\tmp) | |
63 32018 [main] pacman 3552 win_env::add_cache: posix /tmp | |
22 32040 [main] pacman 3552 win_env::add_cache: native TMP=C:\temporary\msys2\tmp | |
23 32063 [main] pacman 3552 posify_maybe: env var converted to TMP=/tmp | |
54 32117 [main] pacman 3552 environ_init: 0x6000395E0: TMP=/tmp | |
61 32178 [main] pacman 3552 environ_init: 0x600039600: UNISONBACKUPDIR=W:\temporary\backups\unison | |
40 32218 [main] pacman 3552 environ_init: 0x600039560: USER=mac0089 | |
38 32256 [main] pacman 3552 environ_init: 0x600039640: USERDOMAIN=mew | |
39 32295 [main] pacman 3552 environ_init: 0x600039660: USERDOMAIN_ROAMINGPROFILE=mew | |
38 32333 [main] pacman 3552 environ_init: 0x600039690: USERNAME=mac0089 | |
59 32392 [main] pacman 3552 environ_init: 0x6000396B0: USERPROFILE=C:\Users\mac0089 | |
38 32430 [main] pacman 3552 environ_init: 0x6000396E0: VBOX_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\ | |
41 32471 [main] pacman 3552 environ_init: 0x600039720: VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\ | |
39 32510 [main] pacman 3552 environ_init: 0x600039780: VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\ | |
40 32550 [main] pacman 3552 environ_init: 0x6000397E0: VSSDK120Install=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VSSDK\ | |
39 32589 [main] pacman 3552 environ_init: 0x600039840: WD=D:\applications\msys2.x64\usr\bin\ | |
39 32628 [main] pacman 3552 environ_init: 0x600039870: WINDIR=C:\Windows | |
39 32667 [main] pacman 3552 environ_init: 0x600039890: _=D:/applications/msys2.x64/usr/bin/strace | |
39 32706 [main] pacman 3552 environ_init: 0x6000398D0: _NT_SYMBOL_PATH=symsrv*symsrv.dll*C:\temporary\symbols*http://msdl.microsoft.com/download/symbols | |
40 32746 [main] pacman 3552 environ_init: 0x600039940: _NT_SYMCACHE_PATH=C:\temporary\symbols\_cache | |
38 32784 [main] pacman 3552 environ_init: 0x600039980: __COMPAT_LAYER=Installer | |
58 32842 [main] pacman 3552 environ_init: 0x6000399B0: asl.log=Destination=file | |
40 32882 [main] pacman 3552 getwinenv: can't set native for TEMP= since no environ yet | |
22 32904 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\mac0089\AppData\Local\Temp, no-keep-rel, no-add-slash) | |
22 32926 [main] pacman 3552 normalize_win32_path: C:\Users\mac0089\AppData\Local\Temp = normalize_win32_path (C:\Users\mac0089\AppData\Local\Temp) | |
84 33010 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
28 33038 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
26 33064 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
24 33088 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
23 33111 [main] pacman 3552 mount_info::conv_to_posix_path: mount[4] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
24 33135 [main] pacman 3552 mount_info::conv_to_posix_path: /c/Users/mac0089/AppData/Local/Temp = conv_to_posix_path (C:\Users\mac0089\AppData\Local\Temp) | |
58 33193 [main] pacman 3552 win_env::add_cache: posix /c/Users/mac0089/AppData/Local/Temp | |
20 33213 [main] pacman 3552 win_env::add_cache: native TEMP=C:\Users\mac0089\AppData\Local\Temp | |
22 33235 [main] pacman 3552 posify_maybe: env var converted to TEMP=/c/Users/mac0089/AppData/Local/Temp | |
182 33417 [main] pacman 3552 environ_init: 0x6000394F0: TEMP=/c/Users/mac0089/AppData/Local/Temp | |
167 33584 [main] pacman 3552 getwinenv: can't set native for TMP= since no environ yet | |
28 33612 [main] pacman 3552 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Users\mac0089\AppData\Local\Temp, no-keep-rel, no-add-slash) | |
24 33636 [main] pacman 3552 normalize_win32_path: C:\Users\mac0089\AppData\Local\Temp = normalize_win32_path (C:\Users\mac0089\AppData\Local\Temp) | |
23 33659 [main] pacman 3552 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
22 33681 [main] pacman 3552 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
22 33703 [main] pacman 3552 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
118 33821 [main] pacman 3552 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
28 33849 [main] pacman 3552 mount_info::conv_to_posix_path: mount[4] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
67 33916 [main] pacman 3552 mount_info::conv_to_posix_path: /c/Users/mac0089/AppData/Local/Temp = conv_to_posix_path (C:\Users\mac0089\AppData\Local\Temp) | |
200 34116 [main] pacman 3552 win_env::add_cache: posix /c/Users/mac0089/AppData/Local/Temp | |
140 34256 [main] pacman 3552 win_env::add_cache: native TMP=C:\Users\mac0089\AppData\Local\Temp | |
79 34335 [main] pacman 3552 posify_maybe: env var converted to TMP=/c/Users/mac0089/AppData/Local/Temp | |
84 34419 [main] pacman 3552 environ_init: 0x600039AC0: TMP=/c/Users/mac0089/AppData/Local/Temp | |
43 34462 [main] pacman 3552 pinfo_init: Set nice to 0 | |
31 34493 [main] pacman 3552 pinfo_init: pid 3552, pgid 3552, process_state 0x41 | |
50 34543 [main] pacman 3552 App version: 2000.0, api: 0.280 | |
61 34604 [main] pacman 3552 DLL version: 2000.0, api: 0.280 | |
26 34630 [main] pacman 3552 DLL build: 2014-11-06 20:34 | |
33 34663 [main] pacman 3552 dtable::extend: size 32, fds 0x1802FB1B0 | |
170 34833 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
176 35009 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
102 35111 [main] pacman 3552 internal_setlocale: Cygwin charset changed from UTF-8 to ISO-8859-1 | |
251 35362 [main] pacman 3552 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\msys-f0f57a361f13910f-lpc | |
103 35465 [main] pacman 3552 transport_layer_pipes::connect: Error opening the pipe (2) | |
61 35526 [main] pacman 3552 client_request::make_request: cygserver un-available | |
9523 45049 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <mac0089:*:197609:197121:U-mew\mac0089,S-1-5-21-8414350-2729897501-3625413872-1001:/home/mac0089:/usr/bin/bash> | |
721 45770 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <None:S-1-5-21-8414350-2729897501-3625413872-513:197121:> | |
513 46283 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <Local account and member of Administrators group:S-1-5-114:114:> | |
434 46717 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <Debugger Users:S-1-5-21-8414350-2729897501-3625413872-1011:197619:> | |
352 47069 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <HelpLibraryUpdaters:S-1-5-21-8414350-2729897501-3625413872-1013:197621:> | |
341 47410 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <Administrators:S-1-5-32-544:544:> | |
415 47825 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <Hyper-V Administrators:S-1-5-32-578:578:> | |
350 48175 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <Performance Log Users:S-1-5-32-559:559:> | |
301 48476 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <Users:S-1-5-32-545:545:> | |
197 48673 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <INTERACTIVE:S-1-5-4:4:> | |
297 48970 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <CONSOLE LOGON:S-1-2-1:66049:> | |
192 49162 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <Authenticated Users:S-1-5-11:11:> | |
314 49476 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <This Organization:S-1-5-15:15:> | |
260 49736 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <Local account:S-1-5-113:113:> | |
330 50066 [main] pacman 3552 pwdgrp::fetch_account_from_windows: LookupAccountSid(S-1-5-5-0-414404), Win32 error 1332 | |
67 50133 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <CurrentSession:S-1-5-5-0-414404:4095:> | |
280 50413 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <LOCAL:S-1-2-0:66048:> | |
304 50717 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <NTLM Authentication:S-1-5-64-10:262154:> | |
184 50901 [main] pacman 3552 pwdgrp::fetch_account_from_windows: line: <High Mandatory Level:S-1-16-12288:405504:> | |
60 50961 [main] pacman 3552 cygheap_user::ontherange: what 2, pw 0x1802FB4C8 | |
53 51014 [main] pacman 3552 cygheap_user::ontherange: HOME is already in the environment /c/Users/mac0089 | |
133 51147 [main] pacman 3552 build_argv: argv[0] = 'pacman' | |
34 51181 [main] pacman 3552 build_argv: argv[1] = '-Sy' | |
36 51217 [main] pacman 3552 build_argv: argc 2 | |
136 51353 [main] pacman 3552 build_fh_pc: created an archetype (0x1802FD5A8) for /dev/pty0(136/0) | |
42 51395 [main] pacman 3552 build_fh_pc: fh 0x1802FD338, dev 00880000 | |
57 51452 [main] pacman 3552 fhandler_pipe::create: name \\.\pipe\msys-f0f57a361f13910f-pty0-from-master, size 131072, mode PIPE_TYPE_MESSAGE | |
129 51581 [main] pacman 3552 fhandler_pipe::create: pipe busy | |
43 51624 [main] pacman 3552 tty::exists: exists 1 | |
133 51757 [main] pacman 3552 alloc_sd: uid 197609, gid 197121, attribute 020620 | |
48 51805 [main] pacman 3552 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-8414350-2729897501-3625413872-1001 (+) | |
35 51840 [main] pacman 3552 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-8414350-2729897501-3625413872-513 (+) | |
51 51891 [main] pacman 3552 alloc_sd: ACL-Size: 124 | |
112 52003 [main] pacman 3552 alloc_sd: Created SD-Size: 200 | |
37 52040 [main] pacman 3552 fhandler_pty_slave::open: (440): pty output_mutex (0x138): waiting -1 ms | |
38 52078 [main] pacman 3552 fhandler_pty_slave::open: (440): pty output_mutex: acquired | |
53 52131 [main] pacman 3552 tty::create_inuse: cygtty.slave_alive.0 0x144 | |
41 52172 [main] pacman 3552 fhandler_pty_slave::open: (443): pty output_mutex(0x138) released | |
81 52253 [main] pacman 3552 open_shared: name cygpid.10204, n 10204, shared 0x20000 (wanted 0x0), h 0x148, *m 6 | |
95 52348 [main] pacman 3552 fhandler_pty_slave::open: dup handles directly since I'm the owner | |
81 52429 [main] pacman 3552 fhandler_pty_slave::open: duplicated from_master 0x218->0x148 from pty_owner | |
42 52471 [main] pacman 3552 fhandler_pty_slave::open: duplicated to_master 0x224->0x3C from pty_owner | |
100 52571 [main] pacman 3552 fhandler_console::need_invisible: invisible_console 0 | |
57 52628 [main] pacman 3552 fhandler_base::open_with_arch: line 474: /dev/pty0<0x1802FD5A8> usecount + 1 = 1 | |
40 52668 [main] pacman 3552 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 | |
37 52705 [main] pacman 3552 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
97 52802 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
46 52848 [main] pacman 3552 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 | |
45 52893 [main] pacman 3552 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x1802FD5A8 | |
39 52932 [main] pacman 3552 _pinfo::set_ctty: ctty was NULL | |
56 52988 [main] pacman 3552 _pinfo::set_ctty: line 482: /dev/pty0<0x1802FD5A8> usecount + 1 = 2 | |
43 53031 [main] pacman 3552 _pinfo::set_ctty: /dev/pty0 ctty, usecount 2 | |
47 53078 [main] pacman 3552 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 3552, pid 3552, pgid 3552, tty->pgid 8980, tty->sid 7480 | |
41 53119 [main] pacman 3552 _pinfo::set_ctty: cygheap->ctty now 0x1802FD5A8, archetype 0x1802FD5A8 | |
84 53203 [main] pacman 3552 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2 | |
47 53250 [main] pacman 3552 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 | |
38 53288 [main] pacman 3552 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
46 53334 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
38 53372 [main] pacman 3552 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 | |
47 53419 [main] pacman 3552 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 7480, pid 3552, pgid 8980, tty->pgid 8980, tty->sid 7480 | |
37 53456 [main] pacman 3552 _pinfo::set_ctty: cygheap->ctty now 0x1802FD5A8, archetype 0x1802FD5A8 | |
33 53489 [main] pacman 3552 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2 | |
137 53626 [main] pacman 3552 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x148 | |
45 53671 [main] pacman 3552 build_fh_pc: fh 0x1802FD888, dev 00880000 | |
43 53714 [main] pacman 3552 fhandler_base::open_with_arch: line 494: /dev/pty0<0x1802FD5A8> usecount + 1 = 3 | |
42 53756 [main] pacman 3552 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 | |
35 53791 [main] pacman 3552 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
35 53826 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
38 53864 [main] pacman 3552 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 | |
40 53904 [main] pacman 3552 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 7480, pid 3552, pgid 8980, tty->pgid 8980, tty->sid 7480 | |
45 53949 [main] pacman 3552 _pinfo::set_ctty: cygheap->ctty now 0x1802FD5A8, archetype 0x1802FD5A8 | |
40 53989 [main] pacman 3552 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3 | |
42 54031 [main] pacman 3552 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 | |
32 54063 [main] pacman 3552 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
35 54098 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
50 54148 [main] pacman 3552 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 | |
42 54190 [main] pacman 3552 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 7480, pid 3552, pgid 8980, tty->pgid 8980, tty->sid 7480 | |
34 54224 [main] pacman 3552 _pinfo::set_ctty: cygheap->ctty now 0x1802FD5A8, archetype 0x1802FD5A8 | |
32 54256 [main] pacman 3552 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3 | |
124 54380 [main] pacman 3552 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x148 | |
40 54420 [main] pacman 3552 build_fh_pc: fh 0x1802FDAF8, dev 00880000 | |
43 54463 [main] pacman 3552 fhandler_base::open_with_arch: line 494: /dev/pty0<0x1802FD5A8> usecount + 1 = 4 | |
35 54498 [main] pacman 3552 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 | |
33 54531 [main] pacman 3552 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
33 54564 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
39 54603 [main] pacman 3552 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 | |
47 54650 [main] pacman 3552 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 7480, pid 3552, pgid 8980, tty->pgid 8980, tty->sid 7480 | |
38 54688 [main] pacman 3552 _pinfo::set_ctty: cygheap->ctty now 0x1802FD5A8, archetype 0x1802FD5A8 | |
35 54723 [main] pacman 3552 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 4 | |
38 54761 [main] pacman 3552 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 | |
33 54794 [main] pacman 3552 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
31 54825 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
35 54860 [main] pacman 3552 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 | |
37 54897 [main] pacman 3552 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 7480, pid 3552, pgid 8980, tty->pgid 8980, tty->sid 7480 | |
39 54936 [main] pacman 3552 _pinfo::set_ctty: cygheap->ctty now 0x1802FD5A8, archetype 0x1802FD5A8 | |
36 54972 [main] pacman 3552 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 4 | |
64 55036 [main] pacman 3552 __set_errno: void dll_crt0_1(void*):999 setting errno 0 | |
752 55788 [main] pacman 3552 sigaction_worker: signal 1, newact 0x0, oa 0x23A7A0 | |
41 55829 [main] pacman 3552 sigaction: 0 = sigaction(1, 0x0, 0x23A970) | |
39 55868 [main] pacman 3552 sigaction_worker: signal 1, newact 0x23A950 (handler 0x100405A90), oa 0x23A7A0 | |
36 55904 [main] pacman 3552 sigaction: 0 = sigaction(1, 0x23A950, 0x0) | |
36 55940 [main] pacman 3552 sigaction_worker: signal 2, newact 0x0, oa 0x23A7A0 | |
33 55973 [main] pacman 3552 sigaction: 0 = sigaction(2, 0x0, 0x23A970) | |
34 56007 [main] pacman 3552 sigaction_worker: signal 2, newact 0x23A950 (handler 0x100405A90), oa 0x23A7A0 | |
29 56036 [main] pacman 3552 sigaction: 0 = sigaction(2, 0x23A950, 0x0) | |
50 56086 [main] pacman 3552 sigaction_worker: signal 15, newact 0x0, oa 0x23A7A0 | |
88 56174 [main] pacman 3552 sigaction: 0 = sigaction(15, 0x0, 0x23A970) | |
42 56216 [main] pacman 3552 sigaction_worker: signal 15, newact 0x23A950 (handler 0x100405A90), oa 0x23A7A0 | |
34 56250 [main] pacman 3552 sigaction: 0 = sigaction(15, 0x23A950, 0x0) | |
36 56286 [main] pacman 3552 sigaction_worker: signal 11, newact 0x0, oa 0x23A7A0 | |
36 56322 [main] pacman 3552 sigaction: 0 = sigaction(11, 0x0, 0x23A970) | |
41 56363 [main] pacman 3552 sigaction_worker: signal 11, newact 0x23A950 (handler 0x100405A90), oa 0x23A7A0 | |
42 56405 [main] pacman 3552 sigaction: 0 = sigaction(11, 0x23A950, 0x0) | |
37 56442 [main] pacman 3552 sigaction_worker: signal 28, newact 0x0, oa 0x23A7A0 | |
34 56476 [main] pacman 3552 sigaction: 0 = sigaction(28, 0x0, 0x23A970) | |
65 56541 [main] pacman 3552 sigaction_worker: signal 28, newact 0x23A950 (handler 0x100405A90), oa 0x23A7A0 | |
38 56579 [main] pacman 3552 sigaction: 0 = sigaction(28, 0x23A950, 0x0) | |
86 56665 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
40 56705 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
51 56756 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
37 56793 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
126 56919 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
35 56954 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
156 57110 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
35 57145 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
89 57234 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
42 57276 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
115 57391 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
38 57429 [main] pacman 3552 __get_lcid_from_locale: LCID=0x0409 | |
2582 60011 [main] pacman 3552 wsock_init: res 0 | |
129 60140 [main] pacman 3552 wsock_init: wVersion 514 | |
102 60242 [main] pacman 3552 wsock_init: wHighVersion 514 | |
62 60304 [main] pacman 3552 wsock_init: szDescription WinSock 2.0 | |
63 60367 [main] pacman 3552 wsock_init: szSystemStatus Running | |
40 60407 [main] pacman 3552 wsock_init: iMaxSockets 0 | |
35 60442 [main] pacman 3552 wsock_init: iMaxUdpDg 0 | |
6867 67309 [main] pacman 3552 cygwin_gethostname: name mew | |
703 68012 [main] pacman 3552 isatty: 1 = isatty(1) | |
440 68452 [main] pacman 3552 open: open(/etc/pacman.conf, 0x0) | |
45 68497 [main] pacman 3552 normalize_posix_path: src /etc/pacman.conf | |
38 68535 [main] pacman 3552 normalize_posix_path: /etc/pacman.conf = normalize_posix_path (/etc/pacman.conf) | |
36 68571 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.conf) | |
42 68613 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.conf) mount_table->cygdrive / | |
37 68650 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.conf', dst '' | |
37 68687 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
38 68725 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
44 68769 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
32 68801 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
41 68842 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
45 68887 [main] pacman 3552 set_flags: flags: binary (0x2) | |
41 68928 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.conf, dst D:\applications\msys2.x64\etc\pacman.conf, flags 0x3200A, rc 0 | |
120 69048 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.conf) | |
67 69115 [main] pacman 3552 symlink_info::check: not a symlink | |
107 69222 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.conf, 0x2383C0) (0x3200A) | |
39 69261 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.conf), has_acls(1) | |
47 69308 [main] pacman 3552 build_fh_pc: fh 0x1802FDDF8, dev 000000C3 | |
38 69346 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\etc\pacman.conf, 0x108000) | |
72 69418 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
34 69452 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
29 69481 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x214, 0x80100000, \??\D:\applications\msys2.x64\etc\pacman.conf, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
32 69513 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\etc\pacman.conf, 0x108000) | |
39 69552 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\etc\pacman.conf, 0x8000) | |
36 69588 [main] pacman 3552 open: 3 = open(/etc/pacman.conf, 0x8000) | |
208 69796 [main] pacman 3552 _cygwin_istext_for_stdio: fd 3: opened as binary | |
498 70294 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.conf, 0x239540) st_size=2714, st_mode=0100644, st_ino=1688849861715431st_atim=54184BFB.1ECA7C68 st_ctim=5461225B.32F16BE8 st_mtim=5461225B.32F16BE8 st_birthtim=54184BFB.1ECA7C68 | |
52 70346 [main] pacman 3552 fstat64: 0 = fstat(3, 0x239540) | |
108 70454 [main] pacman 3552 read: read(3, 0x60003A7E0, 65536) blocking | |
73 70527 [main] pacman 3552 fhandler_base::read: returning 2714, binary mode | |
41 70568 [main] pacman 3552 read: 2714 = read(3, 0x60003A7E0, 2714) | |
5701 76269 [main] pacman 3552 cygwin_gethostname: name mew | |
14154 90423 [main] pacman 3552 lstat64: entering | |
72 90495 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.mingw32 | |
44 90539 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.mingw32 = normalize_posix_path (/etc/pacman.d/mirrorlist.mingw32) | |
96 90635 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.mingw32) | |
46 90681 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.mingw32) mount_table->cygdrive / | |
31 90712 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.mingw32', dst '' | |
81 90793 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
40 90833 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
38 90871 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
42 90913 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
37 90950 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
34 90984 [main] pacman 3552 set_flags: flags: binary (0x2) | |
38 91022 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.mingw32, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, flags 0x3200A, rc 0 | |
114 91136 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32) | |
66 91202 [main] pacman 3552 symlink_info::check: not a symlink | |
37 91239 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x2062B0) (0x43200A) | |
45 91284 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32), has_acls(1) | |
49 91333 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
41 91374 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x209540, 0x1802FE198), file_attributes 8224 | |
193 91567 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x209540) st_size=217, st_mode=0100644, st_ino=1125899908296092st_atim=54184BFB.1FB8AF50 st_ctim=54611D32.4831B08 st_mtim=54611D32.4831B08 st_birthtim=54184BFB.1FB8AF50 | |
60 91627 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32,0x209540) | |
433 92060 [main] pacman 3552 open: open(/etc/pacman.d/mirrorlist.mingw32, 0x0) | |
43 92103 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.mingw32 | |
34 92137 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.mingw32 = normalize_posix_path (/etc/pacman.d/mirrorlist.mingw32) | |
32 92169 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.mingw32) | |
39 92208 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.mingw32) mount_table->cygdrive / | |
35 92243 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.mingw32', dst '' | |
38 92281 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
40 92321 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
40 92361 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
38 92399 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
38 92437 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
38 92475 [main] pacman 3552 set_flags: flags: binary (0x2) | |
36 92511 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.mingw32, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, flags 0x3200A, rc 0 | |
106 92617 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32) | |
54 92671 [main] pacman 3552 symlink_info::check: not a symlink | |
62 92733 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x2382B0) (0x3200A) | |
42 92775 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32), has_acls(1) | |
40 92815 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
40 92855 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x108000) | |
97 92952 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
35 92987 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
31 93018 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x204, 0x80100000, \??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
31 93049 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x108000) | |
38 93087 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x8000) | |
33 93120 [main] pacman 3552 open: 4 = open(/etc/pacman.d/mirrorlist.mingw32, 0x8000) | |
193 93313 [main] pacman 3552 _cygwin_istext_for_stdio: fd 4: opened as binary | |
435 93748 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x239430) st_size=217, st_mode=0100644, st_ino=1125899908296092st_atim=54184BFB.1FB8AF50 st_ctim=54611D32.4831B08 st_mtim=54611D32.4831B08 st_birthtim=54184BFB.1FB8AF50 | |
42 93790 [main] pacman 3552 fstat64: 0 = fstat(4, 0x239430) | |
74 93864 [main] pacman 3552 read: read(4, 0x60004A930, 65536) blocking | |
58 93922 [main] pacman 3552 fhandler_base::read: returning 217, binary mode | |
32 93954 [main] pacman 3552 read: 217 = read(4, 0x60004A930, 217) | |
1893 95847 [main] pacman 3552 read: read(4, 0x60004A930, 65536) blocking | |
54 95901 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
32 95933 [main] pacman 3552 read: 0 = read(4, 0x60004A930, 0) | |
249 96182 [main] pacman 3552 read: read(4, 0x60004A930, 65536) blocking | |
42 96224 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
34 96258 [main] pacman 3552 read: 0 = read(4, 0x60004A930, 0) | |
238 96496 [main] pacman 3552 close: close(4) | |
44 96540 [main] pacman 3552 fhandler_base::close: closing '/etc/pacman.d/mirrorlist.mingw32' handle 0x204 | |
48 96588 [main] pacman 3552 close: 0 = close(4) | |
1258 97846 [main] pacman 3552 lstat64: entering | |
39 97885 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.mingw64 | |
42 97927 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.mingw64 = normalize_posix_path (/etc/pacman.d/mirrorlist.mingw64) | |
34 97961 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.mingw64) | |
38 97999 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.mingw64) mount_table->cygdrive / | |
39 98038 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.mingw64', dst '' | |
40 98078 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
35 98113 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
33 98146 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
36 98182 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
34 98216 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
42 98258 [main] pacman 3552 set_flags: flags: binary (0x2) | |
43 98301 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.mingw64, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, flags 0x3200A, rc 0 | |
96 98397 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64) | |
62 98459 [main] pacman 3552 symlink_info::check: not a symlink | |
42 98501 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x2062B0) (0x43200A) | |
41 98542 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64), has_acls(1) | |
41 98583 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
40 98623 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x209540, 0x1802FE198), file_attributes 8224 | |
170 98793 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x209540) st_size=221, st_mode=0100644, st_ino=1688849861715715st_atim=54184BFB.1FB8AF50 st_ctim=54611D30.20251488 st_mtim=54611D30.20251488 st_birthtim=54184BFB.1FB8AF50 | |
48 98841 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64,0x209540) | |
376 99217 [main] pacman 3552 open: open(/etc/pacman.d/mirrorlist.mingw64, 0x0) | |
38 99255 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.mingw64 | |
38 99293 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.mingw64 = normalize_posix_path (/etc/pacman.d/mirrorlist.mingw64) | |
37 99330 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.mingw64) | |
39 99369 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.mingw64) mount_table->cygdrive / | |
37 99406 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.mingw64', dst '' | |
36 99442 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
45 99487 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
41 99528 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
36 99564 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
36 99600 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
43 99643 [main] pacman 3552 set_flags: flags: binary (0x2) | |
40 99683 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.mingw64, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, flags 0x3200A, rc 0 | |
83 99766 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64) | |
51 99817 [main] pacman 3552 symlink_info::check: not a symlink | |
58 99875 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x2382B0) (0x3200A) | |
40 99915 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64), has_acls(1) | |
47 99962 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
38 100000 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x108000) | |
80 100080 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
44 100124 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
48 100172 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x180, 0x80100000, \??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
43 100215 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x108000) | |
57 100272 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x8000) | |
49 100321 [main] pacman 3552 open: 4 = open(/etc/pacman.d/mirrorlist.mingw64, 0x8000) | |
236 100557 [main] pacman 3552 _cygwin_istext_for_stdio: fd 4: opened as binary | |
371 100928 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x239430) st_size=221, st_mode=0100644, st_ino=1688849861715715st_atim=54184BFB.1FB8AF50 st_ctim=54611D30.20251488 st_mtim=54611D30.20251488 st_birthtim=54184BFB.1FB8AF50 | |
44 100972 [main] pacman 3552 fstat64: 0 = fstat(4, 0x239430) | |
62 101034 [main] pacman 3552 read: read(4, 0x60004A930, 65536) blocking | |
40 101074 [main] pacman 3552 fhandler_base::read: returning 221, binary mode | |
32 101106 [main] pacman 3552 read: 221 = read(4, 0x60004A930, 221) | |
1928 103034 [main] pacman 3552 read: read(4, 0x60004A930, 65536) blocking | |
41 103075 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
32 103107 [main] pacman 3552 read: 0 = read(4, 0x60004A930, 0) | |
244 103351 [main] pacman 3552 read: read(4, 0x60004A930, 65536) blocking | |
47 103398 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
32 103430 [main] pacman 3552 read: 0 = read(4, 0x60004A930, 0) | |
263 103693 [main] pacman 3552 close: close(4) | |
42 103735 [main] pacman 3552 fhandler_base::close: closing '/etc/pacman.d/mirrorlist.mingw64' handle 0x180 | |
91 103826 [main] pacman 3552 close: 0 = close(4) | |
1179 105005 [main] pacman 3552 lstat64: entering | |
39 105044 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.msys | |
32 105076 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.msys = normalize_posix_path (/etc/pacman.d/mirrorlist.msys) | |
31 105107 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.msys) | |
33 105140 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.msys) mount_table->cygdrive / | |
103 105243 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.msys', dst '' | |
32 105275 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
39 105314 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 105344 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 105374 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
28 105402 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 105432 [main] pacman 3552 set_flags: flags: binary (0x2) | |
29 105461 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.msys, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, flags 0x3200A, rc 0 | |
119 105580 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys) | |
63 105643 [main] pacman 3552 symlink_info::check: not a symlink | |
86 105729 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x2062B0) (0x43200A) | |
33 105762 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys), has_acls(1) | |
40 105802 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
29 105831 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x209540, 0x1802FE198), file_attributes 8224 | |
172 106003 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x209540) st_size=208, st_mode=0100644, st_ino=1688849861715716st_atim=54184BFB.1FB8AF50 st_ctim=54611D2F.A6AA360 st_mtim=54611D2F.A6AA360 st_birthtim=54184BFB.1FB8AF50 | |
67 106070 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys,0x209540) | |
426 106496 [main] pacman 3552 open: open(/etc/pacman.d/mirrorlist.msys, 0x0) | |
30 106526 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.msys | |
34 106560 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.msys = normalize_posix_path (/etc/pacman.d/mirrorlist.msys) | |
35 106595 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.msys) | |
40 106635 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.msys) mount_table->cygdrive / | |
36 106671 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.msys', dst '' | |
35 106706 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
46 106752 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
33 106785 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
31 106816 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 106847 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
34 106881 [main] pacman 3552 set_flags: flags: binary (0x2) | |
41 106922 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.msys, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, flags 0x3200A, rc 0 | |
105 107027 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys) | |
53 107080 [main] pacman 3552 symlink_info::check: not a symlink | |
51 107131 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x2382B0) (0x3200A) | |
35 107166 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys), has_acls(1) | |
41 107207 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
36 107243 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x108000) | |
75 107318 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
38 107356 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
46 107402 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x21C, 0x80100000, \??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
70 107472 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x108000) | |
60 107532 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x8000) | |
84 107616 [main] pacman 3552 open: 4 = open(/etc/pacman.d/mirrorlist.msys, 0x8000) | |
226 107842 [main] pacman 3552 _cygwin_istext_for_stdio: fd 4: opened as binary | |
376 108218 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x239430) st_size=208, st_mode=0100644, st_ino=1688849861715716st_atim=54184BFB.1FB8AF50 st_ctim=54611D2F.A6AA360 st_mtim=54611D2F.A6AA360 st_birthtim=54184BFB.1FB8AF50 | |
62 108280 [main] pacman 3552 fstat64: 0 = fstat(4, 0x239430) | |
64 108344 [main] pacman 3552 read: read(4, 0x60004A930, 65536) blocking | |
40 108384 [main] pacman 3552 fhandler_base::read: returning 208, binary mode | |
33 108417 [main] pacman 3552 read: 208 = read(4, 0x60004A930, 208) | |
1919 110336 [main] pacman 3552 read: read(4, 0x60004A930, 65536) blocking | |
62 110398 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
31 110429 [main] pacman 3552 read: 0 = read(4, 0x60004A930, 0) | |
234 110663 [main] pacman 3552 read: read(4, 0x60004A930, 65536) blocking | |
33 110696 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
99 110795 [main] pacman 3552 read: 0 = read(4, 0x60004A930, 0) | |
242 111037 [main] pacman 3552 close: close(4) | |
33 111070 [main] pacman 3552 fhandler_base::close: closing '/etc/pacman.d/mirrorlist.msys' handle 0x21C | |
56 111126 [main] pacman 3552 close: 0 = close(4) | |
2068 113194 [main] pacman 3552 read: read(3, 0x60003A7E0, 65536) blocking | |
56 113250 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
66 113316 [main] pacman 3552 read: 0 = read(3, 0x60003A7E0, 0) | |
298 113614 [main] pacman 3552 close: close(3) | |
47 113661 [main] pacman 3552 fhandler_base::close: closing '/etc/pacman.conf' handle 0x214 | |
68 113729 [main] pacman 3552 close: 0 = close(3) | |
471 114200 [main] pacman 3552 stat64: entering | |
39 114239 [main] pacman 3552 normalize_posix_path: src / | |
31 114270 [main] pacman 3552 normalize_posix_path: / = normalize_posix_path (/) | |
31 114301 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/) | |
41 114342 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/) mount_table->cygdrive / | |
37 114379 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/', dst '' | |
43 114422 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 114453 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
46 114499 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
43 114542 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
41 114583 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
36 114619 [main] pacman 3552 set_flags: flags: binary (0x2) | |
34 114653 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /, dst D:\applications\msys2.x64, flags 0x3200A, rc 0 | |
108 114761 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64) | |
54 114815 [main] pacman 3552 symlink_info::check: not a symlink | |
37 114852 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64, 0x2374F0) (0x43200A) | |
35 114887 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64), has_acls(1) | |
44 114931 [main] pacman 3552 build_fh_pc: fh 0x1802FDDF8, dev 000000C3 | |
42 114973 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\, 0x238710, 0x1802FDDF8), file_attributes 8208 | |
44 115017 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\, 0x238710) st_size=0, st_mode=040755, st_ino=1125899908296089st_atim=54609ADA.2B144D50 st_ctim=54609ADA.2B144D50 st_mtim=54609ADA.2B144D50 st_birthtim=54184BFB.12B3FFBC | |
37 115054 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\,0x238710) | |
47 115101 [main] pacman 3552 normalize_posix_path: src / | |
31 115132 [main] pacman 3552 normalize_posix_path: / = normalize_posix_path (/) | |
31 115163 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/) | |
30 115193 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/) mount_table->cygdrive / | |
30 115223 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/', dst '' | |
30 115253 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 115283 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 115313 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 115343 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 115374 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 115405 [main] pacman 3552 set_flags: flags: binary (0x2) | |
37 115442 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /, dst D:\applications\msys2.x64, flags 0x3200A, rc 0 | |
61 115503 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64) | |
39 115542 [main] pacman 3552 symlink_info::check: not a symlink | |
40 115582 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64, 0x2374A0) (0x3200A) | |
33 115615 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64), has_acls(1) | |
63 115678 [main] pacman 3552 stat64: entering | |
31 115709 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/ | |
30 115739 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/ = normalize_posix_path (/var/lib/pacman/) | |
30 115769 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman) | |
30 115799 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman) mount_table->cygdrive / | |
31 115830 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman', dst '' | |
30 115860 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 115890 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
58 115948 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
62 116010 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
33 116043 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
33 116076 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 116107 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman, dst D:\applications\msys2.x64\var\lib\pacman, flags 0x3200A, rc 0 | |
111 116218 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman) | |
54 116272 [main] pacman 3552 symlink_info::check: not a symlink | |
32 116304 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman, 0x2374F0) (0x43200A) | |
35 116339 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman), has_acls(1) | |
40 116379 [main] pacman 3552 build_fh_pc: fh 0x1802FDDF8, dev 000000C3 | |
32 116411 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\var\lib\pacman\, 0x238710, 0x1802FDDF8), file_attributes 8208 | |
49 116460 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\, 0x238710) st_size=0, st_mode=040755, st_ino=1407374885006687st_atim=546122FE.13151860 st_ctim=546122FE.13151860 st_mtim=546122FE.13151860 st_birthtim=54184D28.205BCD84 | |
37 116497 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\var\lib\pacman\,0x238710) | |
55 116552 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/ | |
32 116584 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/ = normalize_posix_path (/var/lib/pacman/) | |
31 116615 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman) | |
30 116645 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman) mount_table->cygdrive / | |
32 116677 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman', dst '' | |
30 116707 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 116738 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
31 116769 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 116799 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 116830 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
37 116867 [main] pacman 3552 set_flags: flags: binary (0x2) | |
33 116900 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman, dst D:\applications\msys2.x64\var\lib\pacman, flags 0x3200A, rc 0 | |
58 116958 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman) | |
41 116999 [main] pacman 3552 symlink_info::check: not a symlink | |
41 117040 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman, 0x2374A0) (0x3200A) | |
32 117072 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman), has_acls(1) | |
195 117267 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/local/ | |
30 117297 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/local/ = normalize_posix_path (/var/lib/pacman/local/) | |
31 117328 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/local) | |
30 117358 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/local) mount_table->cygdrive / | |
30 117388 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/local', dst '' | |
30 117418 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 117448 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
31 117479 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 117509 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 117539 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 117570 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 117601 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/local, dst D:\applications\msys2.x64\var\lib\pacman\local, flags 0x3200A, rc 0 | |
57 117658 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\local) | |
39 117697 [main] pacman 3552 symlink_info::check: not a symlink | |
40 117737 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\local, 0x237470) (0x3200A) | |
33 117770 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\local), has_acls(1) | |
35 117805 [main] pacman 3552 build_fh_pc: fh 0x1802FDDF8, dev 000000C3 | |
166 117971 [main] pacman 3552 fhandler_base::set_close_on_exec: set close_on_exec for /var/lib/pacman/local to 1 | |
33 118004 [main] pacman 3552 fhandler_disk_file::opendir: 0x60003A9C0 = opendir (/var/lib/pacman/local) | |
313 118317 [main] pacman 3552 open: open(/var/lib/pacman/local/ALPM_DB_VERSION, 0x0) | |
41 118358 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/local/ALPM_DB_VERSION | |
37 118395 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/local/ALPM_DB_VERSION = normalize_posix_path (/var/lib/pacman/local/ALPM_DB_VERSION) | |
49 118444 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/local/ALPM_DB_VERSION) | |
38 118482 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/local/ALPM_DB_VERSION) mount_table->cygdrive / | |
77 118559 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/local/ALPM_DB_VERSION', dst '' | |
34 118593 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
36 118629 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
37 118666 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
45 118711 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
38 118749 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
66 118815 [main] pacman 3552 set_flags: flags: binary (0x2) | |
41 118856 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/local/ALPM_DB_VERSION, dst D:\applications\msys2.x64\var\lib\pacman\local\ALPM_DB_VERSION, flags 0x3200A, rc 0 | |
79 118935 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\local\ALPM_DB_VERSION) | |
44 118979 [main] pacman 3552 symlink_info::check: not a symlink | |
55 119034 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\local\ALPM_DB_VERSION, 0x2373A0) (0x3200A) | |
47 119081 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\local\ALPM_DB_VERSION), has_acls(1) | |
46 119127 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
39 119166 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\var\lib\pacman\local\ALPM_DB_VERSION, 0x108000) | |
109 119275 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
44 119319 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
35 119354 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x218, 0x80100000, \??\D:\applications\msys2.x64\var\lib\pacman\local\ALPM_DB_VERSION, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
43 119397 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\var\lib\pacman\local\ALPM_DB_VERSION, 0x108000) | |
47 119444 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\var\lib\pacman\local\ALPM_DB_VERSION, 0x8000) | |
37 119481 [main] pacman 3552 open: 4 = open(/var/lib/pacman/local/ALPM_DB_VERSION, 0x8000) | |
222 119703 [main] pacman 3552 _cygwin_istext_for_stdio: fd 4: opened as binary | |
390 120093 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\local\ALPM_DB_VERSION, 0x236F80) st_size=2, st_mode=0100644, st_ino=2533274792059356st_atim=542F15B5.29724678 st_ctim=542F15B5.29724678 st_mtim=542F15B5.29724678 st_birthtim=542F15B5.29724678 | |
48 120141 [main] pacman 3552 fstat64: 0 = fstat(4, 0x236F80) | |
68 120209 [main] pacman 3552 read: read(4, 0x60004A8E0, 65536) blocking | |
67 120276 [main] pacman 3552 fhandler_base::read: returning 2, binary mode | |
35 120311 [main] pacman 3552 read: 2 = read(4, 0x60004A8E0, 2) | |
293 120604 [main] pacman 3552 close: close(4) | |
34 120638 [main] pacman 3552 fhandler_base::close: closing '/var/lib/pacman/local/ALPM_DB_VERSION' handle 0x218 | |
57 120695 [main] pacman 3552 close: 0 = close(4) | |
449 121144 [main] pacman 3552 fhandler_disk_file::closedir: 0 = closedir(0x60003A9C0, /var/lib/pacman/local) | |
40 121184 [main] pacman 3552 close: close(3) | |
38 121222 [main] pacman 3552 fhandler_base::close: closing '/var/lib/pacman/local' handle 0x204 | |
85 121307 [main] pacman 3552 close: 0 = close(3) | |
141 121448 [main] pacman 3552 closedir: 0 = closedir(0x60003A9C0) | |
659 122107 [main] pacman 3552 open: open(/etc/pacman.conf, 0x0) | |
43 122150 [main] pacman 3552 normalize_posix_path: src /etc/pacman.conf | |
39 122189 [main] pacman 3552 normalize_posix_path: /etc/pacman.conf = normalize_posix_path (/etc/pacman.conf) | |
33 122222 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.conf) | |
32 122254 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.conf) mount_table->cygdrive / | |
40 122294 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.conf', dst '' | |
38 122332 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
41 122373 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
46 122419 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
38 122457 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
43 122500 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
40 122540 [main] pacman 3552 set_flags: flags: binary (0x2) | |
32 122572 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.conf, dst D:\applications\msys2.x64\etc\pacman.conf, flags 0x3200A, rc 0 | |
140 122712 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.conf) | |
51 122763 [main] pacman 3552 symlink_info::check: not a symlink | |
57 122820 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.conf, 0x2383C0) (0x3200A) | |
48 122868 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.conf), has_acls(1) | |
59 122927 [main] pacman 3552 build_fh_pc: fh 0x1802FDDF8, dev 000000C3 | |
48 122975 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\etc\pacman.conf, 0x108000) | |
80 123055 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
32 123087 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
41 123128 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x20C, 0x80100000, \??\D:\applications\msys2.x64\etc\pacman.conf, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
44 123172 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\etc\pacman.conf, 0x108000) | |
50 123222 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\etc\pacman.conf, 0x8000) | |
45 123267 [main] pacman 3552 open: 3 = open(/etc/pacman.conf, 0x8000) | |
227 123494 [main] pacman 3552 _cygwin_istext_for_stdio: fd 3: opened as binary | |
377 123871 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.conf, 0x239540) st_size=2714, st_mode=0100644, st_ino=1688849861715431st_atim=54184BFB.1ECA7C68 st_ctim=5461225B.32F16BE8 st_mtim=5461225B.32F16BE8 st_birthtim=54184BFB.1ECA7C68 | |
48 123919 [main] pacman 3552 fstat64: 0 = fstat(3, 0x239540) | |
77 123996 [main] pacman 3552 read: read(3, 0x60004A890, 65536) blocking | |
51 124047 [main] pacman 3552 fhandler_base::read: returning 2714, binary mode | |
45 124092 [main] pacman 3552 read: 2714 = read(3, 0x60004A890, 2714) | |
18432 142524 [main] pacman 3552 lstat64: entering | |
64 142588 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.mingw32 | |
59 142647 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.mingw32 = normalize_posix_path (/etc/pacman.d/mirrorlist.mingw32) | |
43 142690 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.mingw32) | |
38 142728 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.mingw32) mount_table->cygdrive / | |
39 142767 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.mingw32', dst '' | |
63 142830 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
62 142892 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
43 142935 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
37 142972 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
43 143015 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
38 143053 [main] pacman 3552 set_flags: flags: binary (0x2) | |
40 143093 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.mingw32, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, flags 0x3200A, rc 0 | |
110 143203 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32) | |
80 143283 [main] pacman 3552 symlink_info::check: not a symlink | |
40 143323 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x2062B0) (0x43200A) | |
36 143359 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32), has_acls(1) | |
54 143413 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
45 143458 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x209540, 0x1802FE198), file_attributes 8224 | |
168 143626 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x209540) st_size=217, st_mode=0100644, st_ino=1125899908296092st_atim=54184BFB.1FB8AF50 st_ctim=54611D32.4831B08 st_mtim=54611D32.4831B08 st_birthtim=54184BFB.1FB8AF50 | |
55 143681 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32,0x209540) | |
362 144043 [main] pacman 3552 open: open(/etc/pacman.d/mirrorlist.mingw32, 0x0) | |
38 144081 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.mingw32 | |
31 144112 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.mingw32 = normalize_posix_path (/etc/pacman.d/mirrorlist.mingw32) | |
33 144145 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.mingw32) | |
31 144176 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.mingw32) mount_table->cygdrive / | |
31 144207 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.mingw32', dst '' | |
31 144238 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
48 144286 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
43 144329 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
48 144377 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
51 144428 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
41 144469 [main] pacman 3552 set_flags: flags: binary (0x2) | |
36 144505 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.mingw32, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, flags 0x3200A, rc 0 | |
105 144610 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32) | |
82 144692 [main] pacman 3552 symlink_info::check: not a symlink | |
65 144757 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x2382B0) (0x3200A) | |
50 144807 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32), has_acls(1) | |
54 144861 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
45 144906 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x108000) | |
120 145026 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
40 145066 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
33 145099 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x22C, 0x80100000, \??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
32 145131 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x108000) | |
38 145169 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x8000) | |
43 145212 [main] pacman 3552 open: 4 = open(/etc/pacman.d/mirrorlist.mingw32, 0x8000) | |
244 145456 [main] pacman 3552 _cygwin_istext_for_stdio: fd 4: opened as binary | |
384 145840 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw32, 0x239430) st_size=217, st_mode=0100644, st_ino=1125899908296092st_atim=54184BFB.1FB8AF50 st_ctim=54611D32.4831B08 st_mtim=54611D32.4831B08 st_birthtim=54184BFB.1FB8AF50 | |
48 145888 [main] pacman 3552 fstat64: 0 = fstat(4, 0x239430) | |
99 145987 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
67 146054 [main] pacman 3552 fhandler_base::read: returning 217, binary mode | |
41 146095 [main] pacman 3552 read: 217 = read(4, 0x60005A8A0, 217) | |
2246 148341 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
46 148387 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
31 148418 [main] pacman 3552 read: 0 = read(4, 0x60005A8A0, 0) | |
288 148706 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
33 148739 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
30 148769 [main] pacman 3552 read: 0 = read(4, 0x60005A8A0, 0) | |
230 148999 [main] pacman 3552 close: close(4) | |
32 149031 [main] pacman 3552 fhandler_base::close: closing '/etc/pacman.d/mirrorlist.mingw32' handle 0x22C | |
53 149084 [main] pacman 3552 close: 0 = close(4) | |
866 149950 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/mingw32.db | |
30 149980 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/mingw32.db = normalize_posix_path (/var/lib/pacman/sync/mingw32.db) | |
33 150013 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db) | |
31 150044 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db) mount_table->cygdrive / | |
31 150075 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db', dst '' | |
30 150105 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 150135 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 150165 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 150195 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 150226 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 150257 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 150288 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, flags 0x3200A, rc 0 | |
96 150384 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db) | |
49 150433 [main] pacman 3552 symlink_info::check: not a symlink | |
30 150463 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x238290) (0x43200A) | |
34 150497 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db), has_acls(1) | |
37 150534 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
113 150647 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x239400) st_size=196418, st_mode=0100644, st_ino=9288674233066953st_atim=546122B0.3587A1B0 st_ctim=546122B1.2268D0A4 st_mtim=546122B1.217C04B8 st_birthtim=546122B0.3587A1B0 | |
39 150686 [main] pacman 3552 fhandler_base::fhaccess: returning 0 | |
44 150730 [main] pacman 3552 access: returning 0 | |
69 150799 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/mingw32.db | |
31 150830 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/mingw32.db = normalize_posix_path (/var/lib/pacman/sync/mingw32.db) | |
31 150861 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db) | |
37 150898 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db) mount_table->cygdrive / | |
36 150934 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db', dst '' | |
30 150964 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 150994 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 151024 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 151054 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 151084 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
32 151116 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 151146 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, flags 0x3200A, rc 0 | |
61 151207 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db) | |
41 151248 [main] pacman 3552 symlink_info::check: not a symlink | |
30 151278 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x238150) (0x43200A) | |
32 151310 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db), has_acls(1) | |
35 151345 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
82 151427 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x2392C0) st_size=196418, st_mode=0100644, st_ino=9288674233066953st_atim=546122B0.3587A1B0 st_ctim=546122B1.2268D0A4 st_mtim=546122B1.217C04B8 st_birthtim=546122B0.3587A1B0 | |
38 151465 [main] pacman 3552 fhandler_base::fhaccess: returning 0 | |
40 151505 [main] pacman 3552 access: returning 0 | |
61 151566 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/mingw32.db.sig | |
29 151595 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/mingw32.db.sig = normalize_posix_path (/var/lib/pacman/sync/mingw32.db.sig) | |
30 151625 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db.sig) | |
30 151655 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db.sig) mount_table->cygdrive / | |
31 151686 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db.sig', dst '' | |
29 151715 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 151745 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
31 151776 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 151806 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 151836 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 151866 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 151897 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db.sig, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig, flags 0x3200A, rc 0 | |
60 151957 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig) | |
33 151990 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig) | |
51 152041 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.exe) | |
34 152075 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.exe) | |
51 152126 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.lnk) | |
31 152157 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.lnk) | |
50 152207 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.exe.lnk) | |
32 152239 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.exe.lnk) | |
31 152270 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig, 0x238150) (0x43200A) | |
30 152300 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
31 152331 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
31 152362 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
29 152391 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 152422 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 152452 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 152482 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
29 152511 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 152542 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 152572 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
50 152622 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
39 152661 [main] pacman 3552 symlink_info::check: not a symlink | |
40 152701 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x238150) (0x3200A) | |
33 152734 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig), has_acls(1) | |
35 152769 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
32 152801 [main] pacman 3552 __set_errno: int fhandler_base::fhaccess(int, bool):367 setting errno 2 | |
31 152832 [main] pacman 3552 fhandler_base::fhaccess: returning -1 | |
30 152862 [main] pacman 3552 access: returning -1 | |
788 153650 [main] pacman 3552 lstat64: entering | |
33 153683 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.mingw64 | |
31 153714 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.mingw64 = normalize_posix_path (/etc/pacman.d/mirrorlist.mingw64) | |
32 153746 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.mingw64) | |
30 153776 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.mingw64) mount_table->cygdrive / | |
33 153809 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.mingw64', dst '' | |
30 153839 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 153869 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
31 153900 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
38 153938 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
33 153971 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
33 154004 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 154034 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.mingw64, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, flags 0x3200A, rc 0 | |
60 154094 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64) | |
40 154134 [main] pacman 3552 symlink_info::check: not a symlink | |
31 154165 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x2062B0) (0x43200A) | |
32 154197 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64), has_acls(1) | |
36 154233 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
32 154265 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x209540, 0x1802FE198), file_attributes 8224 | |
92 154357 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x209540) st_size=221, st_mode=0100644, st_ino=1688849861715715st_atim=54184BFB.1FB8AF50 st_ctim=54611D30.20251488 st_mtim=54611D30.20251488 st_birthtim=54184BFB.1FB8AF50 | |
40 154397 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64,0x209540) | |
306 154703 [main] pacman 3552 open: open(/etc/pacman.d/mirrorlist.mingw64, 0x0) | |
33 154736 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.mingw64 | |
30 154766 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.mingw64 = normalize_posix_path (/etc/pacman.d/mirrorlist.mingw64) | |
32 154798 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.mingw64) | |
30 154828 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.mingw64) mount_table->cygdrive / | |
31 154859 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.mingw64', dst '' | |
30 154889 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 154919 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 154949 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 154979 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 155009 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 155039 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 155070 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.mingw64, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, flags 0x3200A, rc 0 | |
56 155126 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64) | |
40 155166 [main] pacman 3552 symlink_info::check: not a symlink | |
39 155205 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x2382B0) (0x3200A) | |
34 155239 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64), has_acls(1) | |
34 155273 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
33 155306 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x108000) | |
57 155363 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
32 155395 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
30 155425 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x204, 0x80100000, \??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
34 155459 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x108000) | |
38 155497 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x8000) | |
32 155529 [main] pacman 3552 open: 4 = open(/etc/pacman.d/mirrorlist.mingw64, 0x8000) | |
184 155713 [main] pacman 3552 _cygwin_istext_for_stdio: fd 4: opened as binary | |
280 155993 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.mingw64, 0x239430) st_size=221, st_mode=0100644, st_ino=1688849861715715st_atim=54184BFB.1FB8AF50 st_ctim=54611D30.20251488 st_mtim=54611D30.20251488 st_birthtim=54184BFB.1FB8AF50 | |
38 156031 [main] pacman 3552 fstat64: 0 = fstat(4, 0x239430) | |
60 156091 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
38 156129 [main] pacman 3552 fhandler_base::read: returning 221, binary mode | |
31 156160 [main] pacman 3552 read: 221 = read(4, 0x60005A8A0, 221) | |
2004 158164 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
64 158228 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
24 158252 [main] pacman 3552 read: 0 = read(4, 0x60005A8A0, 0) | |
250 158502 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
28 158530 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
47 158577 [main] pacman 3552 read: 0 = read(4, 0x60005A8A0, 0) | |
261 158838 [main] pacman 3552 close: close(4) | |
33 158871 [main] pacman 3552 fhandler_base::close: closing '/etc/pacman.d/mirrorlist.mingw64' handle 0x204 | |
61 158932 [main] pacman 3552 close: 0 = close(4) | |
927 159859 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/mingw64.db | |
49 159908 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/mingw64.db = normalize_posix_path (/var/lib/pacman/sync/mingw64.db) | |
34 159942 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw64.db) | |
31 159973 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw64.db) mount_table->cygdrive / | |
32 160005 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw64.db', dst '' | |
30 160035 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 160066 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
31 160097 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 160127 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 160158 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
32 160190 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 160221 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw64.db, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db, flags 0x3200A, rc 0 | |
96 160317 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db) | |
34 160351 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db) | |
52 160403 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db.exe) | |
33 160436 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db.exe) | |
49 160485 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db.lnk) | |
32 160517 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db.lnk) | |
54 160571 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db.exe.lnk) | |
38 160609 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db.exe.lnk) | |
32 160641 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db, 0x238290) (0x43200A) | |
31 160672 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
30 160702 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
31 160733 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
29 160762 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 160792 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 160822 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 160852 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 160882 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 160912 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 160942 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
57 160999 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
46 161045 [main] pacman 3552 symlink_info::check: not a symlink | |
46 161091 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x238290) (0x3200A) | |
34 161125 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw64.db), has_acls(1) | |
39 161164 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
33 161197 [main] pacman 3552 __set_errno: int fhandler_base::fhaccess(int, bool):367 setting errno 2 | |
30 161227 [main] pacman 3552 fhandler_base::fhaccess: returning -1 | |
31 161258 [main] pacman 3552 access: returning -1 | |
918 162176 [main] pacman 3552 lstat64: entering | |
33 162209 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.msys | |
31 162240 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.msys = normalize_posix_path (/etc/pacman.d/mirrorlist.msys) | |
31 162271 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.msys) | |
31 162302 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.msys) mount_table->cygdrive / | |
33 162335 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.msys', dst '' | |
29 162364 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 162395 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 162424 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 162454 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 162485 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 162516 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 162547 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.msys, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, flags 0x3200A, rc 0 | |
60 162607 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys) | |
46 162653 [main] pacman 3552 symlink_info::check: not a symlink | |
32 162685 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x2062B0) (0x43200A) | |
33 162718 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys), has_acls(1) | |
36 162754 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
33 162787 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x209540, 0x1802FE198), file_attributes 8224 | |
114 162901 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x209540) st_size=208, st_mode=0100644, st_ino=1688849861715716st_atim=54184BFB.1FB8AF50 st_ctim=54611D2F.A6AA360 st_mtim=54611D2F.A6AA360 st_birthtim=54184BFB.1FB8AF50 | |
40 162941 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys,0x209540) | |
306 163247 [main] pacman 3552 open: open(/etc/pacman.d/mirrorlist.msys, 0x0) | |
33 163280 [main] pacman 3552 normalize_posix_path: src /etc/pacman.d/mirrorlist.msys | |
30 163310 [main] pacman 3552 normalize_posix_path: /etc/pacman.d/mirrorlist.msys = normalize_posix_path (/etc/pacman.d/mirrorlist.msys) | |
31 163341 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/pacman.d/mirrorlist.msys) | |
31 163372 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/etc/pacman.d/mirrorlist.msys) mount_table->cygdrive / | |
31 163403 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/etc/pacman.d/mirrorlist.msys', dst '' | |
30 163433 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 163463 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 163493 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 163523 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 163553 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 163584 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 163614 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /etc/pacman.d/mirrorlist.msys, dst D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, flags 0x3200A, rc 0 | |
58 163672 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys) | |
40 163712 [main] pacman 3552 symlink_info::check: not a symlink | |
40 163752 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x2382B0) (0x3200A) | |
33 163785 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys), has_acls(1) | |
35 163820 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
33 163853 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x108000) | |
59 163912 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
33 163945 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
30 163975 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x204, 0x80100000, \??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
32 164007 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x108000) | |
37 164044 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x8000) | |
32 164076 [main] pacman 3552 open: 4 = open(/etc/pacman.d/mirrorlist.msys, 0x8000) | |
188 164264 [main] pacman 3552 _cygwin_istext_for_stdio: fd 4: opened as binary | |
283 164547 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\pacman.d\mirrorlist.msys, 0x239430) st_size=208, st_mode=0100644, st_ino=1688849861715716st_atim=54184BFB.1FB8AF50 st_ctim=54611D2F.A6AA360 st_mtim=54611D2F.A6AA360 st_birthtim=54184BFB.1FB8AF50 | |
39 164586 [main] pacman 3552 fstat64: 0 = fstat(4, 0x239430) | |
59 164645 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
38 164683 [main] pacman 3552 fhandler_base::read: returning 208, binary mode | |
32 164715 [main] pacman 3552 read: 208 = read(4, 0x60005A8A0, 208) | |
1890 166605 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
35 166640 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
30 166670 [main] pacman 3552 read: 0 = read(4, 0x60005A8A0, 0) | |
283 166953 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
33 166986 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
31 167017 [main] pacman 3552 read: 0 = read(4, 0x60005A8A0, 0) | |
231 167248 [main] pacman 3552 close: close(4) | |
31 167279 [main] pacman 3552 fhandler_base::close: closing '/etc/pacman.d/mirrorlist.msys' handle 0x204 | |
41 167320 [main] pacman 3552 close: 0 = close(4) | |
1634 168954 [main] pacman 3552 read: read(3, 0x60004A890, 65536) blocking | |
36 168990 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
30 169020 [main] pacman 3552 read: 0 = read(3, 0x60004A890, 0) | |
216 169236 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/msys.db | |
30 169266 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/msys.db = normalize_posix_path (/var/lib/pacman/sync/msys.db) | |
30 169296 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/msys.db) | |
32 169328 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/msys.db) mount_table->cygdrive / | |
30 169358 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/msys.db', dst '' | |
30 169388 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 169418 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 169448 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 169478 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 169508 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 169538 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 169568 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/msys.db, dst D:\applications\msys2.x64\var\lib\pacman\sync\msys.db, flags 0x3200A, rc 0 | |
65 169633 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\msys.db) | |
34 169667 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\msys.db) | |
49 169716 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\msys.db.exe) | |
32 169748 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\msys.db.exe) | |
48 169796 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\msys.db.lnk) | |
32 169828 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\msys.db.lnk) | |
48 169876 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\msys.db.exe.lnk) | |
32 169908 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\msys.db.exe.lnk) | |
33 169941 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\msys.db, 0x238290) (0x43200A) | |
32 169973 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
30 170003 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
30 170033 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
30 170063 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
38 170101 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
68 170169 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
45 170214 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 170245 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
32 170277 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 170308 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
99 170407 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
48 170455 [main] pacman 3552 symlink_info::check: not a symlink | |
48 170503 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x238290) (0x3200A) | |
35 170538 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\msys.db), has_acls(1) | |
39 170577 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
33 170610 [main] pacman 3552 __set_errno: int fhandler_base::fhaccess(int, bool):367 setting errno 2 | |
31 170641 [main] pacman 3552 fhandler_base::fhaccess: returning -1 | |
32 170673 [main] pacman 3552 access: returning -1 | |
894 171567 [main] pacman 3552 close: close(3) | |
32 171599 [main] pacman 3552 fhandler_base::close: closing '/etc/pacman.conf' handle 0x20C | |
48 171647 [main] pacman 3552 close: 0 = close(3) | |
343 171990 [main] pacman 3552 open: open(/var/log/pacman.log, 0x40209) | |
32 172022 [main] pacman 3552 normalize_posix_path: src /var/log/pacman.log | |
30 172052 [main] pacman 3552 normalize_posix_path: /var/log/pacman.log = normalize_posix_path (/var/log/pacman.log) | |
31 172083 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/log/pacman.log) | |
31 172114 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/log/pacman.log) mount_table->cygdrive / | |
30 172144 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/log/pacman.log', dst '' | |
30 172174 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 172205 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 172235 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
31 172266 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 172297 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 172328 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 172358 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/log/pacman.log, dst D:\applications\msys2.x64\var\log\pacman.log, flags 0x3200A, rc 0 | |
61 172419 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\log\pacman.log) | |
41 172460 [main] pacman 3552 symlink_info::check: not a symlink | |
41 172501 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\log\pacman.log, 0x2395D0) (0x3200A) | |
39 172540 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\log\pacman.log), has_acls(1) | |
170 172710 [main] pacman 3552 build_fh_pc: fh 0x1802FDDF8, dev 000000C3 | |
42 172752 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\var\log\pacman.log, 0x148209) | |
104 172856 [main] pacman 3552 fhandler_base::set_flags: flags 0x148209, supplied_bin 0x10000 | |
32 172888 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
28 172916 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x214, 0x40120080, \??\D:\applications\msys2.x64\var\log\pacman.log, io, NULL, 0x81, 0x7, 0x3, 0x4020, NULL, 0) | |
31 172947 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\var\log\pacman.log, 0x148209) | |
37 172984 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\var\log\pacman.log, 0x48209) | |
34 173018 [main] pacman 3552 open: 3 = open(/var/log/pacman.log, 0x48209) | |
44 173062 [main] pacman 3552 fcntl64: fcntl(3, 3, ...) | |
30 173092 [main] pacman 3552 fhandler_base::fcntl: GETFL: 0x158209 | |
28 173120 [main] pacman 3552 fcntl64: 1409545 = fcntl(3, 3, 0x0) | |
406 173526 [main] pacman 3552 _cygwin_istext_for_stdio: fd 3: opened as binary | |
167 173693 [main] pacman 3552 time: 1415652094 = time(0x0) | |
714 174407 [main] pacman 3552 open: open(/usr/share/zoneinfo/posixrules, 0x10000) | |
58 174465 [main] pacman 3552 normalize_posix_path: src /usr/share/zoneinfo/posixrules | |
31 174496 [main] pacman 3552 normalize_posix_path: /usr/share/zoneinfo/posixrules = normalize_posix_path (/usr/share/zoneinfo/posixrules) | |
33 174529 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/zoneinfo/posixrules) | |
32 174561 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/zoneinfo/posixrules) mount_table->cygdrive / | |
32 174593 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/zoneinfo/posixrules', dst '' | |
30 174623 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 174654 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 174684 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 174714 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 174744 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
32 174776 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 174807 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/zoneinfo/posixrules, dst D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, flags 0x3200A, rc 0 | |
78 174885 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules) | |
47 174932 [main] pacman 3552 symlink_info::check: not a symlink | |
45 174977 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, 0x2346A0) (0x3200A) | |
38 175015 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\usr\share\zoneinfo\posixrules), has_acls(1) | |
39 175054 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
34 175088 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, 0x118000) | |
64 175152 [main] pacman 3552 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000 | |
32 175184 [main] pacman 3552 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
30 175214 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
30 175244 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x180, 0x80100000, \??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
131 175375 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, 0x118000) | |
43 175418 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, 0x18000) | |
36 175454 [main] pacman 3552 open: 4 = open(/usr/share/zoneinfo/posixrules, 0x18000) | |
31 175485 [main] pacman 3552 read: read(4, 0x60003FBE0, 41448) blocking | |
60 175545 [main] pacman 3552 fhandler_base::read: returning 3545, binary mode | |
32 175577 [main] pacman 3552 read: 3545 = read(4, 0x60003FBE0, 3545) | |
32 175609 [main] pacman 3552 close: close(4) | |
33 175642 [main] pacman 3552 fhandler_base::close: closing '/usr/share/zoneinfo/posixrules' handle 0x180 | |
38 175680 [main] pacman 3552 close: 0 = close(4) | |
329 176009 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\log\pacman.log, 0x23A2F0) st_size=616860, st_mode=0100444, st_ino=1688849861715333st_atim=54184D2C.125B92A0 st_ctim=546122B1.2356D3E4 st_mtim=546122B1.2356D3E4 st_birthtim=54184D2C.125B92A0 | |
42 176051 [main] pacman 3552 fstat64: 0 = fstat(3, 0x23A2F0) | |
492 176543 [main] pacman 3552 fhandler_base::lseek: setting file pointer to 616860 | |
32 176575 [main] pacman 3552 lseek64: 616860 = lseek(3, 0, 2) | |
32 176607 [main] pacman 3552 write: write(3, 0x60004A890, 49) | |
76 176683 [main] pacman 3552 write: 49 = write(3, 0x60004A890, 49) | |
804 177487 [main] pacman 3552 open: open(/usr/share/locale/locale.alias, 0x0) | |
32 177519 [main] pacman 3552 normalize_posix_path: src /usr/share/locale/locale.alias | |
31 177550 [main] pacman 3552 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias) | |
32 177582 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias) | |
31 177613 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/locale.alias) mount_table->cygdrive / | |
31 177644 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/locale/locale.alias', dst '' | |
31 177675 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 177706 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 177736 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 177766 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 177796 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
32 177828 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 177859 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst D:\applications\msys2.x64\usr\share\locale\locale.alias, flags 0x3200A, rc 0 | |
75 177934 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\locale.alias) | |
46 177980 [main] pacman 3552 symlink_info::check: not a symlink | |
46 178026 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x238EB0) (0x3200A) | |
34 178060 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\usr\share\locale\locale.alias), has_acls(1) | |
39 178099 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
35 178134 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x108000) | |
62 178196 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
33 178229 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
30 178259 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x268, 0x80100000, \??\D:\applications\msys2.x64\usr\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
33 178292 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x108000) | |
39 178331 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x8000) | |
32 178363 [main] pacman 3552 open: 4 = open(/usr/share/locale/locale.alias, 0x8000) | |
189 178552 [main] pacman 3552 _cygwin_istext_for_stdio: fd 4: opened as binary | |
296 178848 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x23A090) st_size=2605, st_mode=0100644, st_ino=1688849860753924st_atim=54594C6F.0 st_ctim=54594C6F.87F5FB4 st_mtim=545926C6.0 st_birthtim=54184C7F.2C12781C | |
39 178887 [main] pacman 3552 fstat64: 0 = fstat(4, 0x23A090) | |
59 178946 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
39 178985 [main] pacman 3552 fhandler_base::read: returning 2605, binary mode | |
32 179017 [main] pacman 3552 read: 2605 = read(4, 0x60005A8A0, 2605) | |
15433 194450 [main] pacman 3552 read: read(4, 0x60005A8A0, 65536) blocking | |
42 194492 [main] pacman 3552 fhandler_base::read: returning 0, binary mode | |
31 194523 [main] pacman 3552 read: 0 = read(4, 0x60005A8A0, 0) | |
234 194757 [main] pacman 3552 close: close(4) | |
33 194790 [main] pacman 3552 fhandler_base::close: closing '/usr/share/locale/locale.alias' handle 0x268 | |
46 194836 [main] pacman 3552 close: 0 = close(4) | |
622 195458 [main] pacman 3552 open: open(/usr/share/locale/en_US/LC_MESSAGES/pacman.mo, 0x10000) | |
32 195490 [main] pacman 3552 normalize_posix_path: src /usr/share/locale/en_US/LC_MESSAGES/pacman.mo | |
31 195521 [main] pacman 3552 normalize_posix_path: /usr/share/locale/en_US/LC_MESSAGES/pacman.mo = normalize_posix_path (/usr/share/locale/en_US/LC_MESSAGES/pacman.mo) | |
33 195554 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES/pacman.mo) | |
31 195585 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en_US/LC_MESSAGES/pacman.mo) mount_table->cygdrive / | |
31 195616 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/locale/en_US/LC_MESSAGES/pacman.mo', dst '' | |
30 195646 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 195677 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 195707 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 195737 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 195768 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 195798 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 195829 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES/pacman.mo, dst D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\pacman.mo, flags 0x3200A, rc 0 | |
94 195923 [main] pacman 3552 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\pacman.mo) | |
35 195958 [main] pacman 3552 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\pacman.mo) | |
32 195990 [main] pacman 3552 symlink_info::check: not a symlink | |
30 196020 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\pacman.mo, 0x2390A0) (0x3200A) | |
31 196051 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES) | |
31 196082 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en_US/LC_MESSAGES) mount_table->cygdrive / | |
33 196115 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/locale/en_US/LC_MESSAGES', dst '' | |
33 196148 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 196179 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 196209 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
31 196240 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 196271 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 196301 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 196331 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES, dst D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES, flags 0x3200A, rc 0 | |
58 196389 [main] pacman 3552 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES) | |
32 196421 [main] pacman 3552 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES) | |
32 196453 [main] pacman 3552 symlink_info::check: not a symlink | |
31 196484 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES, 0x2390A0) (0x3200A) | |
33 196517 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US) | |
31 196548 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en_US) mount_table->cygdrive / | |
31 196579 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/locale/en_US', dst '' | |
31 196610 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
32 196642 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
31 196673 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
31 196704 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 196734 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 196765 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 196795 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US, dst D:\applications\msys2.x64\usr\share\locale\en_US, flags 0x3200A, rc 0 | |
54 196849 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US) | |
32 196881 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US) | |
50 196931 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US.lnk) | |
32 196963 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US.lnk) | |
32 196995 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en_US, 0x2390A0) (0x3200A) | |
31 197026 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale) | |
31 197057 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale) mount_table->cygdrive / | |
30 197087 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/locale', dst '' | |
30 197117 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 197148 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 197178 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
32 197210 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
32 197242 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 197273 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 197303 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst D:\applications\msys2.x64\usr\share\locale, flags 0x3200A, rc 0 | |
54 197357 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale) | |
44 197401 [main] pacman 3552 symlink_info::check: not a symlink | |
42 197443 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale, 0x2390A0) (0x3200A) | |
40 197483 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\pacman.mo), has_acls(1) | |
67 197550 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
38 197588 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\pacman.mo, 0x118000) | |
118 197706 [main] pacman 3552 seterrno_from_nt_status: /build2/msys2-runtime/src/msys2-runtime/winsup/cygwin/fhandler.cc:691 status 0xC000003A -> windows error 3 | |
46 197752 [main] pacman 3552 geterrno_from_win_error: windows error 3 == errno 2 | |
32 197784 [main] pacman 3552 fhandler_base::open: 0xC000003A = NtCreateFile (0x180069A23, 0x80100000, \??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\pacman.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
33 197817 [main] pacman 3552 fhandler_base::open: 0 = fhandler_base::open(\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\pacman.mo, 0x118000) | |
32 197849 [main] pacman 3552 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\pacman.mo, 0x18000) | |
35 197884 [main] pacman 3552 open: -1 = open(/usr/share/locale/en_US/LC_MESSAGES/pacman.mo, 0x18000), errno 2 | |
89 197973 [main] pacman 3552 open: open(/usr/share/locale/en/LC_MESSAGES/pacman.mo, 0x10000) | |
33 198006 [main] pacman 3552 normalize_posix_path: src /usr/share/locale/en/LC_MESSAGES/pacman.mo | |
31 198037 [main] pacman 3552 normalize_posix_path: /usr/share/locale/en/LC_MESSAGES/pacman.mo = normalize_posix_path (/usr/share/locale/en/LC_MESSAGES/pacman.mo) | |
32 198069 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES/pacman.mo) | |
32 198101 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en/LC_MESSAGES/pacman.mo) mount_table->cygdrive / | |
31 198132 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/locale/en/LC_MESSAGES/pacman.mo', dst '' | |
30 198162 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 198192 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
31 198223 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 198253 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 198284 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 198315 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 198345 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES/pacman.mo, dst D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\pacman.mo, flags 0x3200A, rc 0 | |
68 198413 [main] pacman 3552 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\pacman.mo) | |
34 198447 [main] pacman 3552 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\pacman.mo) | |
37 198484 [main] pacman 3552 symlink_info::check: not a symlink | |
33 198517 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\pacman.mo, 0x2390A0) (0x3200A) | |
31 198548 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES) | |
30 198578 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en/LC_MESSAGES) mount_table->cygdrive / | |
30 198608 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/locale/en/LC_MESSAGES', dst '' | |
31 198639 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 198669 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 198699 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 198729 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 198759 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 198789 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 198819 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES, dst D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES, flags 0x3200A, rc 0 | |
54 198873 [main] pacman 3552 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES) | |
32 198905 [main] pacman 3552 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES) | |
31 198936 [main] pacman 3552 symlink_info::check: not a symlink | |
29 198965 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES, 0x2390A0) (0x3200A) | |
30 198995 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en) | |
31 199026 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en) mount_table->cygdrive / | |
30 199056 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/locale/en', dst '' | |
29 199085 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
29 199114 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 199144 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
29 199173 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 199203 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 199233 [main] pacman 3552 set_flags: flags: binary (0x2) | |
29 199262 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/locale/en, dst D:\applications\msys2.x64\usr\share\locale\en, flags 0x3200A, rc 0 | |
51 199313 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en) | |
31 199344 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en) | |
49 199393 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en.lnk) | |
32 199425 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en.lnk) | |
31 199456 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en, 0x2390A0) (0x3200A) | |
30 199486 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale) | |
29 199515 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale) mount_table->cygdrive / | |
32 199547 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/usr/share/locale', dst '' | |
30 199577 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 199608 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 199637 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
29 199666 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 199697 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
29 199726 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 199756 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst D:\applications\msys2.x64\usr\share\locale, flags 0x3200A, rc 0 | |
56 199812 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale) | |
46 199858 [main] pacman 3552 symlink_info::check: not a symlink | |
47 199905 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale, 0x2390A0) (0x3200A) | |
32 199937 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\pacman.mo), has_acls(1) | |
36 199973 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
32 200005 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\pacman.mo, 0x118000) | |
50 200055 [main] pacman 3552 seterrno_from_nt_status: /build2/msys2-runtime/src/msys2-runtime/winsup/cygwin/fhandler.cc:691 status 0xC000003A -> windows error 3 | |
34 200089 [main] pacman 3552 geterrno_from_win_error: windows error 3 == errno 2 | |
29 200118 [main] pacman 3552 fhandler_base::open: 0xC000003A = NtCreateFile (0x180069A23, 0x80100000, \??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\pacman.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
32 200150 [main] pacman 3552 fhandler_base::open: 0 = fhandler_base::open(\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\pacman.mo, 0x118000) | |
32 200182 [main] pacman 3552 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\pacman.mo, 0x18000) | |
33 200215 [main] pacman 3552 open: -1 = open(/usr/share/locale/en/LC_MESSAGES/pacman.mo, 0x18000), errno 2 | |
257 200472 [main] pacman 3552 time: 1415652094 = time(0x0) | |
67 200539 [main] pacman 3552 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-8414350-2729897501-3625413872-1001 | |
33 200572 [main] pacman 3552 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-8414350-2729897501-3625413872-513 | |
34 200606 [main] pacman 3552 get_info_from_sd: ACL 0x2190, uid 197609, gid 197121 | |
58 200664 [main] pacman 3552 stat64: entering | |
30 200694 [main] pacman 3552 normalize_posix_path: src /dev | |
30 200724 [main] pacman 3552 normalize_posix_path: /dev = normalize_posix_path (/dev) | |
31 200755 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/dev) | |
30 200785 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/dev) mount_table->cygdrive / | |
30 200815 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/dev', dst '' | |
29 200844 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 200874 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 200904 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
29 200933 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 200964 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 200995 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 201026 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /dev, dst D:\applications\msys2.x64\dev, flags 0x3200A, rc 0 | |
58 201084 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\dev) | |
40 201124 [main] pacman 3552 symlink_info::check: not a symlink | |
30 201154 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\dev, 0x239190) (0x43200A) | |
35 201189 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C1 | |
32 201221 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\dev, 0x1802D5E00, 0x1802FE198), file_attributes 16 | |
44 201265 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\dev, 0x1802D5E00) st_size=0, st_mode=040755, st_ino=3940649675249419st_atim=54184BFB.157E2218 st_ctim=54184BFB.157E2218 st_mtim=54184BFB.157E2218 st_birthtim=54184BFB.13A2110C | |
36 201301 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\dev,0x1802D5E00) | |
42 201343 [main] pacman 3552 fstat64: 0 = fstat(1, 0x23A4B0) | |
59 201402 [main] pacman 3552 isatty: 1 = isatty(1) | |
373 201775 [main] pacman 3552 fhandler_pty_slave::write: pty0, write(0x60005A8A0, 38) | |
30 201805 [main] pacman 3552 fhandler_pty_slave::write: (656): pty output_mutex (0x138): waiting -1 ms | |
32 201837 [main] pacman 3552 fhandler_pty_slave::write: (656): pty output_mutex: acquired | |
38 201875 [main] pacman 3552 fhandler_pty_slave::write: (671): pty output_mutex(0x138) released | |
30 201905 [main] pacman 3552 write: 38 = write(1, 0x60005A8A0, 38) | |
643 202548 [main] pacman 3552 time: 1415652094 = time(0x0) | |
551 203099 [main] pacman 3552 fhandler_base::lseek: setting file pointer to 616909 | |
33 203132 [main] pacman 3552 lseek64: 616909 = lseek(3, 0, 2) | |
31 203163 [main] pacman 3552 write: write(3, 0x60004A890, 56) | |
44 203207 [main] pacman 3552 write: 56 = write(3, 0x60004A890, 56) | |
163 203370 [main] pacman 3552 stat64: entering | |
30 203400 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/ | |
30 203430 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/ = normalize_posix_path (/var/lib/pacman/sync/) | |
30 203460 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
30 203490 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
30 203520 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
29 203549 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 203579 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 203609 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 203639 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 203669 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 203699 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 203729 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
61 203790 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
41 203831 [main] pacman 3552 symlink_info::check: not a symlink | |
30 203861 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x2393B0) (0x43200A) | |
32 203893 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync), has_acls(1) | |
36 203929 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
32 203961 [main] pacman 3552 stat_worker: (\??\D:\applications\msys2.x64\var\lib\pacman\sync\, 0x23A620, 0x1802FE198), file_attributes 8208 | |
41 204002 [main] pacman 3552 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\, 0x23A620) st_size=0, st_mode=040755, st_ino=3377699721831165st_atim=546122B1.2268D0A4 st_ctim=546122B1.2268D0A4 st_mtim=546122B1.2268D0A4 st_birthtim=54184D2C.125B92A0 | |
36 204038 [main] pacman 3552 stat_worker: 0 = (\??\D:\applications\msys2.x64\var\lib\pacman\sync\,0x23A620) | |
99 204137 [main] pacman 3552 normalize_posix_path: src /var | |
30 204167 [main] pacman 3552 normalize_posix_path: /var = normalize_posix_path (/var) | |
30 204197 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var) | |
31 204228 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var) mount_table->cygdrive / | |
31 204259 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var', dst '' | |
29 204288 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 204318 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 204348 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 204378 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 204408 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 204439 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 204469 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var, dst D:\applications\msys2.x64\var, flags 0x3200A, rc 0 | |
56 204525 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var) | |
39 204564 [main] pacman 3552 symlink_info::check: not a symlink | |
40 204604 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var, 0x239270) (0x3200A) | |
33 204637 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var), has_acls(1) | |
33 204670 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
54 204724 [main] pacman 3552 seterrno_from_nt_status: /build2/msys2-runtime/src/msys2-runtime/winsup/cygwin/fhandler_disk_file.cc:1774 status 0xC0000035 -> windows error 183 | |
33 204757 [main] pacman 3552 geterrno_from_win_error: windows error 183 == errno 17 | |
32 204789 [main] pacman 3552 mkdir: -1 = mkdir(/var, 493), errno 17 | |
31 204820 [main] pacman 3552 normalize_posix_path: src /var/lib | |
29 204849 [main] pacman 3552 normalize_posix_path: /var/lib = normalize_posix_path (/var/lib) | |
30 204879 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib) | |
31 204910 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib) mount_table->cygdrive / | |
31 204941 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib', dst '' | |
29 204970 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 205000 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 205030 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 205060 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 205090 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 205120 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 205151 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib, dst D:\applications\msys2.x64\var\lib, flags 0x3200A, rc 0 | |
51 205202 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib) | |
38 205240 [main] pacman 3552 symlink_info::check: not a symlink | |
40 205280 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib, 0x239270) (0x3200A) | |
34 205314 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib), has_acls(1) | |
35 205349 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
46 205395 [main] pacman 3552 seterrno_from_nt_status: /build2/msys2-runtime/src/msys2-runtime/winsup/cygwin/fhandler_disk_file.cc:1774 status 0xC0000035 -> windows error 183 | |
32 205427 [main] pacman 3552 geterrno_from_win_error: windows error 183 == errno 17 | |
30 205457 [main] pacman 3552 mkdir: -1 = mkdir(/var/lib, 493), errno 17 | |
30 205487 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman | |
30 205517 [main] pacman 3552 normalize_posix_path: /var/lib/pacman = normalize_posix_path (/var/lib/pacman) | |
30 205547 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman) | |
30 205577 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman) mount_table->cygdrive / | |
30 205607 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman', dst '' | |
30 205637 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 205667 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 205697 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 205727 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 205757 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 205787 [main] pacman 3552 set_flags: flags: binary (0x2) | |
33 205820 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman, dst D:\applications\msys2.x64\var\lib\pacman, flags 0x3200A, rc 0 | |
50 205870 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman) | |
53 205923 [main] pacman 3552 symlink_info::check: not a symlink | |
48 205971 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman, 0x239270) (0x3200A) | |
36 206007 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman), has_acls(1) | |
39 206046 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
59 206105 [main] pacman 3552 seterrno_from_nt_status: /build2/msys2-runtime/src/msys2-runtime/winsup/cygwin/fhandler_disk_file.cc:1774 status 0xC0000035 -> windows error 183 | |
34 206139 [main] pacman 3552 geterrno_from_win_error: windows error 183 == errno 17 | |
32 206171 [main] pacman 3552 mkdir: -1 = mkdir(/var/lib/pacman, 493), errno 17 | |
88 206259 [main] pacman 3552 open: open(/var/lib/pacman/db.lck, 0x40A01) | |
33 206292 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/db.lck | |
31 206323 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/db.lck = normalize_posix_path (/var/lib/pacman/db.lck) | |
32 206355 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/db.lck) | |
31 206386 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/db.lck) mount_table->cygdrive / | |
32 206418 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/db.lck', dst '' | |
31 206449 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 206479 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
32 206511 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 206541 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 206571 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
32 206603 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 206634 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/db.lck, dst D:\applications\msys2.x64\var\lib\pacman\db.lck, flags 0x3200A, rc 0 | |
64 206698 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\db.lck) | |
35 206733 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\db.lck) | |
51 206784 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\db.lck.exe) | |
32 206816 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\db.lck.exe) | |
48 206864 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\db.lck.lnk) | |
33 206897 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\db.lck.lnk) | |
49 206946 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\db.lck.exe.lnk) | |
32 206978 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\db.lck.exe.lnk) | |
31 207009 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\db.lck, 0x2392C0) (0x3200A) | |
31 207040 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman) | |
31 207071 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman) mount_table->cygdrive / | |
31 207102 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman', dst '' | |
30 207132 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 207163 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 207193 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 207223 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 207254 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 207285 [main] pacman 3552 set_flags: flags: binary (0x2) | |
31 207316 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman, dst D:\applications\msys2.x64\var\lib\pacman, flags 0x3200A, rc 0 | |
52 207368 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman) | |
41 207409 [main] pacman 3552 symlink_info::check: not a symlink | |
46 207455 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman, 0x2392C0) (0x3200A) | |
34 207489 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\db.lck), has_acls(1) | |
36 207525 [main] pacman 3552 build_fh_pc: fh 0x1802FE198, dev 000000C3 | |
33 207558 [main] pacman 3552 fhandler_base::open: (\??\D:\applications\msys2.x64\var\lib\pacman\db.lck, 0x148A01) | |
229 207787 [main] pacman 3552 fhandler_base::set_flags: flags 0x148A01, supplied_bin 0x10000 | |
71 207858 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
44 207902 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x224, 0x40120080, \??\D:\applications\msys2.x64\var\lib\pacman\db.lck, io, NULL, 0x81, 0x7, 0x2, 0x4020, NULL, 0) | |
36 207938 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\var\lib\pacman\db.lck, 0x148A01) | |
38 207976 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\var\lib\pacman\db.lck, 0x48A01) | |
35 208011 [main] pacman 3552 open: 4 = open(/var/lib/pacman/db.lck, 0x48A01) | |
362 208373 [main] pacman 3552 open: open(., 0x0) | |
34 208407 [main] pacman 3552 normalize_posix_path: src . | |
31 208438 [main] pacman 3552 cwdstuff::get: posix /w/temporary/trash | |
36 208474 [main] pacman 3552 cwdstuff::get: (/w/temporary/trash) = cwdstuff::get (0x600000010, 32768, 1, 0), errno 17 | |
34 208508 [main] pacman 3552 normalize_posix_path: /w/temporary/trash/ = normalize_posix_path (.) | |
32 208540 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/w/temporary/trash) | |
30 208570 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/w/temporary/trash) mount_table->cygdrive / | |
32 208602 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/w/temporary/trash', dst 'W:\temporary\trash' | |
30 208632 [main] pacman 3552 mount_info::conv_to_win32_path: cygdrive_win32_path (/w/temporary/trash) | |
30 208662 [main] pacman 3552 set_flags: flags: binary (0x2) | |
30 208692 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /w/temporary/trash, dst W:\temporary\trash, flags 0x6022, rc 0 | |
74 208766 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\W:\temporary\trash) | |
755 209521 [main] pacman 3552 symlink_info::check: not a symlink | |
85 209606 [main] pacman 3552 symlink_info::check: 0 = symlink.check(W:\temporary\trash, 0x2391C0) (0x6022) | |
47 209653 [main] pacman 3552 path_conv::check: this->path(W:\temporary\trash), has_acls(1) | |
73 209726 [main] pacman 3552 build_fh_pc: fh 0x1802FE7F8, dev 000000C3 | |
31 209757 [main] pacman 3552 fhandler_base::open: (\??\W:\temporary\trash\, 0x108000) | |
85 209842 [main] pacman 3552 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
27 209869 [main] pacman 3552 fhandler_base::set_flags: filemode set to binary | |
22 209891 [main] pacman 3552 fhandler_base::open: 0x0 = NtCreateFile (0x268, 0x80100000, \??\W:\temporary\trash\, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
42 209933 [main] pacman 3552 fhandler_base::open: 1 = fhandler_base::open(\??\W:\temporary\trash\, 0x108000) | |
31 209964 [main] pacman 3552 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\W:\temporary\trash\, 0x8000) | |
25 209989 [main] pacman 3552 open: 5 = open(., 0x8000) | |
24 210013 [main] pacman 3552 chdir: dir '/var/lib/pacman/sync/' | |
24 210037 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/ | |
22 210059 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/ = normalize_posix_path (/var/lib/pacman/sync/) | |
63 210122 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
25 210147 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
37 210184 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
23 210207 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
22 210229 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
22 210251 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
21 210272 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
22 210294 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
23 210317 [main] pacman 3552 set_flags: flags: binary (0x2) | |
22 210339 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
132 210471 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
60 210531 [main] pacman 3552 symlink_info::check: not a symlink | |
48 210579 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x239240) (0x3200A) | |
38 210617 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync), has_acls(1) | |
80 210697 [main] pacman 3552 chdir: 0 = chdir() cygheap->cwd.posix '/var/lib/pacman/sync' native '\??\D:\applications\msys2.x64\var\lib\pacman\sync\' | |
53 210750 [main] pacman 3552 find_exec: find_exec (/bin/sh) | |
35 210785 [main] pacman 3552 perhaps_suffix: prog '/bin/sh' | |
57 210842 [main] pacman 3552 normalize_posix_path: src /bin/sh | |
30 210872 [main] pacman 3552 normalize_posix_path: /bin/sh = normalize_posix_path (/bin/sh) | |
31 210903 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/bin/sh) | |
32 210935 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/bin/sh) mount_table->cygdrive / | |
33 210968 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/bin/sh', dst '' | |
29 210997 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
28 211025 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 211052 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
33 211085 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
32 211117 [main] pacman 3552 set_flags: flags: binary (0x2) | |
29 211146 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /bin/sh, dst D:\applications\msys2.x64\usr\bin\sh, flags 0x2200A, rc 0 | |
78 211224 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
34 211258 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
52 211310 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh.exe) | |
38 211348 [main] pacman 3552 symlink_info::check: not a symlink | |
40 211388 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\sh.exe, 0x239090) (0x2200A) | |
35 211423 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\sh.exe), has_acls(1) | |
29 211452 [main] pacman 3552 perhaps_suffix: buf D:\applications\msys2.x64\usr\bin\sh.exe, suffix found '.exe' | |
30 211482 [main] pacman 3552 find_exec: /bin/sh = find_exec (/bin/sh) | |
30 211512 [main] pacman 3552 spawnve: spawnve (/bin/sh, sh, 0x6000281A0) | |
38 211550 [main] pacman 3552 child_info_spawn::worker: mode = 512, prog_arg = /bin/sh | |
32 211582 [main] pacman 3552 sig_send: sendsig 0xA8, pid 3552, signal -72, its_me 1 | |
33 211615 [main] pacman 3552 sig_send: wakeup 0xBC | |
38 211653 [main] pacman 3552 sig_send: Waiting for pack.wakeup 0xBC | |
35 211688 [sig] pacman 3552 wait_sig: signalling pack.wakeup 0xBC | |
43 211731 [main] pacman 3552 sig_send: returning 0x0 from sending signal -72 | |
40 211771 [main] pacman 3552 perhaps_suffix: prog '/bin/sh' | |
31 211802 [main] pacman 3552 normalize_posix_path: src /bin/sh | |
29 211831 [main] pacman 3552 normalize_posix_path: /bin/sh = normalize_posix_path (/bin/sh) | |
30 211861 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/bin/sh) | |
28 211889 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/bin/sh) mount_table->cygdrive / | |
30 211919 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/bin/sh', dst '' | |
46 211965 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
52 212017 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
34 212051 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
34 212085 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
32 212117 [main] pacman 3552 set_flags: flags: binary (0x2) | |
32 212149 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /bin/sh, dst D:\applications\msys2.x64\usr\bin\sh, flags 0x2200A, rc 0 | |
159 212308 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
42 212350 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
64 212414 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh.exe) | |
50 212464 [main] pacman 3552 symlink_info::check: not a symlink | |
51 212515 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\sh.exe, 0x2383B0) (0x2200A) | |
37 212552 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\sh.exe), has_acls(1) | |
42 212594 [main] pacman 3552 perhaps_suffix: buf D:\applications\msys2.x64\usr\bin\sh.exe, suffix found '.exe' | |
163 212757 [main] pacman 3552 child_info_spawn::worker: priority class 32 | |
89 212846 [main] pacman 3552 fhandler_console::need_invisible: invisible_console 0 | |
45 212891 [main] pacman 3552 build_env: envp 0x6000281A0 | |
44 212935 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
35 212970 [main] pacman 3552 spenv::retrieve: duping existing value for 'HOMEDRIVE=' | |
38 213008 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
31 213039 [main] pacman 3552 spenv::retrieve: duping existing value for 'HOMEPATH=' | |
33 213072 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
35 213107 [main] pacman 3552 spenv::retrieve: duping existing value for 'LOGONSERVER=' | |
81 213188 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
43 213231 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
43 213274 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
35 213309 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
32 213341 [main] pacman 3552 spenv::retrieve: duping existing value for 'SYSTEMROOT=' | |
33 213374 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
32 213406 [main] pacman 3552 spenv::retrieve: duping existing value for 'USERDOMAIN=' | |
32 213438 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
34 213472 [main] pacman 3552 spenv::retrieve: duping existing value for 'USERNAME=' | |
40 213512 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
64 213576 [main] pacman 3552 spenv::retrieve: duping existing value for 'USERPROFILE=' | |
50 213626 [main] pacman 3552 spenv::retrieve: no_envblock 1 | |
36 213662 [main] pacman 3552 spenv::retrieve: duping existing value for 'WINDIR=' | |
38 213700 [main] pacman 3552 build_env: env count 5, bytes 205 | |
100 213800 [main] pacman 3552 build_env: envp 0x1802FEAF8, envc 83 | |
49 213849 [main] pacman 3552 child_info::child_info: subproc_ready 0x204 | |
4503 218352 [main] pacman 3552 child_info_spawn::worker: pid 6796, prog_arg /bin/sh, cmd line (null)) | |
142 218494 [main] pacman 3552 open_shared: name cygpid.6796, n 6796, shared 0x310000 (wanted 0x0), h 0x284, *m 5 | |
62 218556 [main] pacman 3552 time: 1415652094 = time(0x0) | |
52 218608 [main] pacman 3552 proc_subproc: args: 1, 2332272 | |
175 218783 [main] pacman 3552 pinfo::wait: created tracking thread for pid 6796, winpid 0x1A8C, rd_proc_pipe 0xBC | |
39 218822 [main] pacman 3552 proc_subproc: added pid 6796 to proc table, slot 0 | |
39 218861 [main] pacman 3552 proc_subproc: returning 1 | |
42 218903 [main] pacman 3552 child_info_spawn::worker: spawned windows pid 6796 | |
48 218951 [main] pacman 3552 child_info::sync: n 2, waiting for subproc_ready(0x204) and child process(0x27C) | |
196 219147 [waitproc] pacman 3552 cygthread::stub: thread 'waitproc', id 0xBEC, stack_ptr 0xFAAC90 | |
1 1 [main] sh (6796) ********************************************** | |
84 85 [main] sh (6796) Program name: D:\applications\msys2.x64\usr\bin\sh.exe (windows pid 6796) | |
29 114 [main] sh (6796) OS version: Windows NT-6.2 | |
26 140 [main] sh (6796) ********************************************** | |
89 229 [main] sh (6796) sigprocmask: 0 = sigprocmask (0, 0x0, 0x1802D5FA8) | |
124 353 [main] sh 6796 child_copy: cygheap - hp 0x270 low 0x1802F5400, high 0x1803008E8, res 1 | |
41 394 [main] sh 6796 child_copy: done | |
90 484 [main] sh 6796 open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0x7C, *m 6 | |
46 530 [main] sh 6796 user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912) | |
38 568 [main] sh 6796 open_shared: name (null), n 1, shared 0x180010000 (wanted 0x180010000), h 0x8C, *m 6 | |
27 595 [main] sh 6796 user_info::create: opening user shared for '' at 0x180010000 | |
29 624 [main] sh 6796 user_info::create: user shared version AB1FCCE8 | |
55 679 [main] sh (6796) open_shared: name cygpid.6796, n 6796, shared 0x180000000 (wanted 0x180000000), h 0x88, *m 6 | |
76 755 [main] sh 6796 time: 1415652094 = time(0x0) | |
33 788 [main] sh 6796 pinfo::thisproc: myself dwProcessId 6796 | |
36 824 [main] sh 6796 fhandler_pty_slave::fixup_after_fork: /dev/pty0 inherited, usecount 4 | |
35 859 [main] sh 6796 fhandler_pty_slave::fixup_after_fork: /dev/pty0 inherited, usecount 4 | |
32 891 [main] sh 6796 fhandler_pty_slave::fixup_after_fork: /dev/pty0 inherited, usecount 4 | |
28 919 [main] sh 6796 fhandler_base::fixup_after_exec: here for '/var/log/pacman.log' | |
38 957 [main] sh 6796 fhandler_base::fixup_after_exec: here for '/var/lib/pacman/db.lck' | |
29 986 [main] sh 6796 fhandler_base::fixup_after_exec: here for '/w/temporary/trash' | |
36 1022 [main] sh 6796 child_info::ready: signalled 0x204 that I was ready | |
4029 223176 [main] pacman 3552 child_info::sync: pid 6796, WFMO returned 0, exit_code 0x103, res 1 | |
47 1069 [main] sh 6796 fhandler_pipe::create: name \\.\pipe\msys-f0f57a361f13910f-6796-sigwait, size 11440, mode PIPE_TYPE_MESSAGE | |
112 223288 [main] pacman 3552 void: 0x100405A90 = signal (2, 0x1) | |
40 223328 [main] pacman 3552 void: 0x0 = signal (3, 0x1) | |
36 223364 [main] pacman 3552 set_signal_mask: setmask 0, newmask 80000, mask_bits 0 | |
182 1251 [main] sh 6796 fhandler_pipe::create: pipe read handle 0x98 | |
33 223397 [main] pacman 3552 sigprocmask: 0 = sigprocmask (1, 0x2395C8, 0x239640) | |
43 1294 [main] sh 6796 fhandler_pipe::create: CreateFile: name \\.\pipe\msys-f0f57a361f13910f-6796-sigwait | |
50 223447 [main] pacman 3552 sig_send: sendsig 0xA8, pid 3552, signal -73, its_me 1 | |
40 223487 [main] pacman 3552 sig_send: wakeup 0x278 | |
88 1382 [main] sh 6796 fhandler_pipe::create: pipe write handle 0x9C | |
41 223528 [main] pacman 3552 sig_send: Waiting for pack.wakeup 0x278 | |
40 1422 [main] sh 6796 dll_crt0_0: finished dll_crt0_0 initialization | |
37 223565 [sig] pacman 3552 wait_sig: signalling pack.wakeup 0x278 | |
58 223623 [main] pacman 3552 sig_send: returning 0x0 from sending signal -73 | |
39 223662 [main] pacman 3552 wait4: calling proc_subproc, pid 6796, options 0 | |
32 223694 [main] pacman 3552 proc_subproc: args: 6, 2351648 | |
30 223724 [main] pacman 3552 proc_subproc: wval->pid 6796, wval->options 0 | |
30 223754 [main] pacman 3552 checkstate: nprocs 1 | |
28 223782 [main] pacman 3552 stopped_or_terminated: considering pid 6796, pgid 8980, w->pid 6796 | |
28 223810 [main] pacman 3552 checkstate: no matching terminated children found | |
28 223838 [main] pacman 3552 checkstate: returning -1 | |
28 223866 [main] pacman 3552 proc_subproc: only found non-terminated children | |
28 223894 [main] pacman 3552 proc_subproc: finished processing terminated/stopped child | |
29 223923 [main] pacman 3552 proc_subproc: returning 1 | |
2177 3599 [main] sh 6796 time: 1415652094 = time(0x0) | |
107 3706 [main] sh 6796 sigprocmask: 0 = sigprocmask (0, 0x0, 0x6000000F8) | |
118 3824 [sig] sh 6796 wait_sig: entering ReadFile loop, my_readsig 0x98, my_sendsig 0x9C | |
115 3939 [main] sh 6796 _cygwin_istext_for_stdio: fd 0: opened as binary | |
30 3969 [main] sh 6796 _cygwin_istext_for_stdio: fd 1: opened as binary | |
26 3995 [main] sh 6796 _cygwin_istext_for_stdio: fd 2: opened as binary | |
133 4128 [main] sh 6796 parse_options: glob (called func) | |
49 4177 [main] sh 6796 parse_options: returning | |
25 4202 [main] sh 6796 pinfo_init: pid 6796, pgid 8980, process_state 0xC1 | |
27 4229 [main] sh 6796 App version: 2000.0, api: 0.280 | |
31 4260 [main] sh 6796 DLL version: 2000.0, api: 0.280 | |
29 4289 [main] sh 6796 DLL build: 2014-11-06 20:34 | |
116 4405 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
164 4569 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
125 4694 [main] sh 6796 __set_errno: void dll_crt0_1(void*):999 setting errno 0 | |
375 5069 [main] sh 6796 open: open(/dev/tty, 0x4002) | |
112 5181 [main] sh 6796 normalize_posix_path: src /dev/tty | |
29 5210 [main] sh 6796 normalize_posix_path: /dev/tty = normalize_posix_path (/dev/tty) | |
30 5240 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/tty) | |
35 5275 [main] sh 6796 mount_info::conv_to_win32_path: win32_device_name (/dev/tty) | |
26 5301 [main] sh 6796 mount_info::conv_to_win32_path: src_path /dev/tty, dst /dev/tty, flags 0x2, rc 0 | |
34 5335 [main] sh 6796 fh_alloc: determining /dev/tty assignment for ctty 0x880000 | |
41 5376 [main] sh 6796 build_fh_pc: found an archetype for /dev/tty(136/0) io_handle 0x148 | |
27 5403 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 00880000 | |
40 5443 [main] sh 6796 fhandler_base::open_with_arch: line 494: /dev/tty<0x1802FD5A8> usecount + 1 = 5 | |
31 5474 [main] sh 6796 fhandler_base::set_flags: flags 0x1C002, supplied_bin 0x0 | |
27 5501 [main] sh 6796 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
25 5526 [main] sh 6796 fhandler_base::set_flags: filemode set to binary | |
28 5554 [main] sh 6796 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x8000 | |
29 5583 [main] sh 6796 _pinfo::set_ctty: cygheap->ctty now 0x1802FD5A8, archetype 0x1802FD5A8 | |
27 5610 [main] sh 6796 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 5 | |
28 5638 [main] sh 6796 open: 3 = open(/dev/tty, 0xC002) | |
32 5670 [main] sh 6796 close: close(3) | |
27 5697 [main] sh 6796 fhandler_base::close_with_arch: line 1140: /dev/tty<0x1802FD5A8> usecount + -1 = 4 | |
27 5724 [main] sh 6796 fhandler_base::close_with_arch: not closing archetype | |
26 5750 [main] sh 6796 close: 0 = close(3) | |
31 5781 [main] sh 6796 stat64: entering | |
30 5811 [main] sh 6796 normalize_posix_path: src /tmp | |
27 5838 [main] sh 6796 normalize_posix_path: /tmp = normalize_posix_path (/tmp) | |
27 5865 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp) | |
32 5897 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/tmp) mount_table->cygdrive / | |
29 5926 [main] sh 6796 mount_info::cygdrive_win32_path: src '/tmp', dst '' | |
25 5951 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
32 5983 [main] sh 6796 set_flags: flags: binary (0x2) | |
28 6011 [main] sh 6796 mount_info::conv_to_win32_path: src_path /tmp, dst C:\temporary\msys2\tmp, flags 0xA, rc 0 | |
176 6187 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\C:\temporary\msys2\tmp) | |
51 6238 [main] sh 6796 symlink_info::check: not a symlink | |
26 6264 [main] sh 6796 symlink_info::check: 0 = symlink.check(C:\temporary\msys2\tmp, 0x2396F0) (0x40000A) | |
29 6293 [main] sh 6796 path_conv::check: this->path(C:\temporary\msys2\tmp), has_acls(1) | |
38 6331 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
28 6359 [main] sh 6796 stat_worker: (\??\C:\temporary\msys2\tmp, 0x23A980, 0x180300968), file_attributes 8208 | |
95 6454 [main] sh 6796 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-32-544 | |
29 6483 [main] sh 6796 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-8414350-2729897501-3625413872-513 | |
4803 11286 [main] sh 6796 pwdgrp::fetch_account_from_windows: line: <Administrators:*:544:544:,S-1-5-32-544:/:/sbin/nologin> | |
106 11392 [main] sh 6796 get_info_from_sd: ACL 0x43FF, uid 544, gid 197121 | |
68 11460 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\C:\temporary\msys2\tmp, 0x23A980) st_size=0, st_mode=041777, st_ino=12103423999007056st_atim=54611CFC.1DD23E68 st_ctim=54611CFC.1DD23E68 st_mtim=54611CFC.1DD23E68 st_birthtim=540F2648.37685F38 | |
45 11505 [main] sh 6796 stat_worker: 0 = (\??\C:\temporary\msys2\tmp,0x23A980) | |
120 11625 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
38 11663 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
41 11704 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
32 11736 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
109 11845 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
31 11876 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
136 12012 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
32 12044 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
82 12126 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
34 12160 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
94 12254 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
31 12285 [main] sh 6796 __get_lcid_from_locale: LCID=0x0409 | |
463 12748 [main] sh 6796 time: 1415652094 = time(0x0) | |
1074 13822 [main] sh 6796 sigaction_worker: signal 20, newact 0x23A720 (handler 0x0), oa 0x23A5D0 | |
37 13859 [main] sh 6796 sigaction: 0 = sigaction(20, 0x23A720, 0x23A740) | |
31 13890 [main] sh 6796 sigaction_worker: signal 20, newact 0x23A720 (handler 0x0), oa 0x23A5D0 | |
29 13919 [main] sh 6796 sigaction: 0 = sigaction(20, 0x23A720, 0x23A740) | |
30 13949 [main] sh 6796 sigaction_worker: signal 2, newact 0x23A720 (handler 0x0), oa 0x23A5D0 | |
29 13978 [main] sh 6796 sigaction: 0 = sigaction(2, 0x23A720, 0x23A740) | |
30 14008 [main] sh 6796 sigaction_worker: signal 2, newact 0x23A720 (handler 0x0), oa 0x23A5D0 | |
29 14037 [main] sh 6796 sigaction: 0 = sigaction(2, 0x23A720, 0x23A740) | |
30 14067 [main] sh 6796 sigaction_worker: signal 3, newact 0x23A720 (handler 0x0), oa 0x23A5D0 | |
29 14096 [main] sh 6796 sigaction: 0 = sigaction(3, 0x23A720, 0x23A740) | |
29 14125 [main] sh 6796 sigaction_worker: signal 3, newact 0x23A720 (handler 0x0), oa 0x23A5D0 | |
29 14154 [main] sh 6796 sigaction: 0 = sigaction(3, 0x23A720, 0x23A740) | |
31 14185 [main] sh 6796 sigprocmask: 0 = sigprocmask (1, 0x0, 0x1005EBDC0) | |
30 14215 [main] sh 6796 sigaction_worker: signal 3, newact 0x23A710 (handler 0x1), oa 0x23A5C0 | |
30 14245 [main] sh 6796 sigaction: 0 = sigaction(3, 0x23A710, 0x23A730) | |
2012 16257 [main] sh 6796 wsock_init: res 0 | |
117 16374 [main] sh 6796 wsock_init: wVersion 514 | |
32 16406 [main] sh 6796 wsock_init: wHighVersion 514 | |
30 16436 [main] sh 6796 wsock_init: szDescription WinSock 2.0 | |
29 16465 [main] sh 6796 wsock_init: szSystemStatus Running | |
30 16495 [main] sh 6796 wsock_init: iMaxSockets 0 | |
29 16524 [main] sh 6796 wsock_init: iMaxUdpDg 0 | |
5132 21656 [main] sh 6796 cygwin_gethostname: name mew | |
12780 34436 [main] sh 6796 stat64: entering | |
60 34496 [main] sh 6796 normalize_posix_path: src W:/temporary/trash | |
33 34529 [main] sh 6796 normalize_win32_path: W:\temporary\trash = normalize_win32_path (W:/temporary/trash) | |
31 34560 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (W:/temporary/trash) | |
31 34591 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 34622 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
28 34650 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
32 34682 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
29 34711 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
29 34740 [main] sh 6796 mount_info::conv_to_win32_path: src_path W:/temporary/trash, dst W:\temporary\trash, flags 0x0, rc 0 | |
106 34846 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\W:\temporary\trash) | |
49 34895 [main] sh 6796 symlink_info::check: not a symlink | |
31 34926 [main] sh 6796 symlink_info::check: 0 = symlink.check(W:\temporary\trash, 0x239350) (0x406000) | |
106 35032 [main] sh 6796 path_conv::check: this->path(W:\temporary\trash), has_acls(0) | |
48 35080 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
35 35115 [main] sh 6796 stat_worker: (\??\W:\temporary\trash, 0x23A580, 0x180300968), file_attributes 8208 | |
41 35156 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\W:\temporary\trash, 0x23A580) st_size=0, st_mode=040755, st_ino=2251799814021114st_atim=546122FE.1853DD34 st_ctim=546122FE.1853DD34 st_mtim=546122FE.1853DD34 st_birthtim=510B6C32.28DC9D30 | |
35 35191 [main] sh 6796 stat_worker: 0 = (\??\W:\temporary\trash,0x23A580) | |
45 35236 [main] sh 6796 stat64: entering | |
33 35269 [main] sh 6796 normalize_posix_path: src . | |
31 35300 [main] sh 6796 cwdstuff::get: posix /var/lib/pacman/sync | |
31 35331 [main] sh 6796 cwdstuff::get: (/var/lib/pacman/sync) = cwdstuff::get (0x6000104F0, 32768, 1, 0), errno 0 | |
32 35363 [main] sh 6796 normalize_posix_path: /var/lib/pacman/sync/ = normalize_posix_path (.) | |
30 35393 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
28 35421 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
30 35451 [main] sh 6796 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
34 35485 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
29 35514 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 35544 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
52 35596 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
25 35621 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
23 35644 [main] sh 6796 set_flags: flags: binary (0x2) | |
22 35666 [main] sh 6796 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
53 35719 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
33 35752 [main] sh 6796 symlink_info::check: not a symlink | |
21 35773 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x239350) (0x43200A) | |
27 35800 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync), has_acls(1) | |
25 35825 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
23 35848 [main] sh 6796 stat_worker: (\??\D:\applications\msys2.x64\var\lib\pacman\sync\, 0x23A600, 0x180300968), file_attributes 8208 | |
29 35877 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\, 0x23A600) st_size=0, st_mode=040755, st_ino=3377699721831165st_atim=546122B1.2268D0A4 st_ctim=546122B1.2268D0A4 st_mtim=546122B1.2268D0A4 st_birthtim=54184D2C.125B92A0 | |
26 35903 [main] sh 6796 stat_worker: 0 = (\??\D:\applications\msys2.x64\var\lib\pacman\sync\,0x23A600) | |
41 35944 [main] sh 6796 cwdstuff::get: posix /var/lib/pacman/sync | |
39 35983 [main] sh 6796 cwdstuff::get: (/var/lib/pacman/sync) = cwdstuff::get (0x60003FA00, 4294967295, 1, 1), errno 0 | |
147 36130 [main] sh 6796 getpid: 6796 = getpid() | |
908 37038 [main] sh 6796 getppid: 3552 = getppid() | |
445 37483 [main] sh 6796 stat64: entering | |
39 37522 [main] sh 6796 normalize_posix_path: src . | |
30 37552 [main] sh 6796 cwdstuff::get: posix /var/lib/pacman/sync | |
31 37583 [main] sh 6796 cwdstuff::get: (/var/lib/pacman/sync) = cwdstuff::get (0x6000104F0, 32768, 1, 0), errno 0 | |
29 37612 [main] sh 6796 normalize_posix_path: /var/lib/pacman/sync/ = normalize_posix_path (.) | |
31 37643 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
31 37674 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
38 37712 [main] sh 6796 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
34 37746 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 37776 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
34 37810 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
29 37839 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 37870 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 37901 [main] sh 6796 set_flags: flags: binary (0x2) | |
83 37984 [main] sh 6796 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
848 38832 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
105 38937 [main] sh 6796 symlink_info::check: not a symlink | |
60 38997 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x2393D0) (0x43200A) | |
38 39035 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync), has_acls(1) | |
44 39079 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
36 39115 [main] sh 6796 stat_worker: (\??\D:\applications\msys2.x64\var\lib\pacman\sync\, 0x23A610, 0x180300968), file_attributes 8208 | |
46 39161 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\, 0x23A610) st_size=0, st_mode=040755, st_ino=3377699721831165st_atim=546122B1.2268D0A4 st_ctim=546122B1.2268D0A4 st_mtim=546122B1.2268D0A4 st_birthtim=54184D2C.125B92A0 | |
39 39200 [main] sh 6796 stat_worker: 0 = (\??\D:\applications\msys2.x64\var\lib\pacman\sync\,0x23A610) | |
130 39330 [main] sh 6796 stat64: entering | |
36 39366 [main] sh 6796 normalize_posix_path: src /usr/local/bin/sh | |
28 39394 [main] sh 6796 normalize_posix_path: /usr/local/bin/sh = normalize_posix_path (/usr/local/bin/sh) | |
34 39428 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/bin/sh) | |
30 39458 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/local/bin/sh) mount_table->cygdrive / | |
35 39493 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/local/bin/sh', dst '' | |
78 39571 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
35 39606 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
52 39658 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
34 39692 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
33 39725 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 39755 [main] sh 6796 set_flags: flags: binary (0x2) | |
48 39803 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/local/bin/sh, dst D:\applications\msys2.x64\usr\local\bin\sh, flags 0x3200A, rc 0 | |
169 39972 [main] sh 6796 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\local\bin\sh) | |
35 40007 [main] sh 6796 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\local\bin\sh) | |
31 40038 [main] sh 6796 symlink_info::check: not a symlink | |
28 40066 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\local\bin\sh, 0x2392C0) (0x43200A) | |
33 40099 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/bin) | |
29 40128 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/local/bin) mount_table->cygdrive / | |
32 40160 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/local/bin', dst '' | |
35 40195 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
33 40228 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 40257 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
28 40285 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
33 40318 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
29 40347 [main] sh 6796 set_flags: flags: binary (0x2) | |
32 40379 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/local/bin, dst D:\applications\msys2.x64\usr\local\bin, flags 0x3200A, rc 0 | |
53 40432 [main] sh 6796 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\local\bin) | |
32 40464 [main] sh 6796 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\local\bin) | |
29 40493 [main] sh 6796 symlink_info::check: not a symlink | |
31 40524 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\local\bin, 0x2392C0) (0x3200A) | |
29 40553 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local) | |
30 40583 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/local) mount_table->cygdrive / | |
31 40614 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/local', dst '' | |
28 40642 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
28 40670 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 40699 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 40729 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
29 40758 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 40788 [main] sh 6796 set_flags: flags: binary (0x2) | |
31 40819 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/local, dst D:\applications\msys2.x64\usr\local, flags 0x3200A, rc 0 | |
50 40869 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\local) | |
33 40902 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\local) | |
50 40952 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\local.lnk) | |
31 40983 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\local.lnk) | |
31 41014 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\local, 0x2392C0) (0x3200A) | |
31 41045 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr) | |
29 41074 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr) mount_table->cygdrive / | |
27 41101 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr', dst '' | |
29 41130 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 41160 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 41189 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
28 41217 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
32 41249 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
28 41277 [main] sh 6796 set_flags: flags: binary (0x2) | |
29 41306 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr, dst D:\applications\msys2.x64\usr, flags 0x3200A, rc 0 | |
62 41368 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr) | |
48 41416 [main] sh 6796 symlink_info::check: not a symlink | |
53 41469 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr, 0x2392C0) (0x3200A) | |
34 41503 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\local\bin\sh), has_acls(1) | |
34 41537 [main] sh 6796 __set_errno: int stat_worker(path_conv&, stat*):1918 setting errno 2 | |
32 41569 [main] sh 6796 stat_worker: -1 = (\??\D:\applications\msys2.x64\usr\local\bin\sh,0x23A4E0) | |
142 41711 [main] sh 6796 stat64: entering | |
31 41742 [main] sh 6796 normalize_posix_path: src /usr/bin/sh | |
29 41771 [main] sh 6796 normalize_posix_path: /usr/bin/sh = normalize_posix_path (/usr/bin/sh) | |
27 41798 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/sh) | |
33 41831 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/sh) mount_table->cygdrive / | |
28 41859 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/sh', dst '' | |
28 41887 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
29 41916 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 41945 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
28 41973 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
28 42001 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
32 42033 [main] sh 6796 set_flags: flags: binary (0x2) | |
27 42060 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/sh, dst D:\applications\msys2.x64\usr\bin\sh, flags 0x3200A, rc 0 | |
65 42125 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
31 42156 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
66 42222 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh.exe) | |
46 42268 [main] sh 6796 symlink_info::check: not a symlink | |
31 42299 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\sh.exe, 0x2392C0) (0x43200A) | |
30 42329 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\sh.exe), has_acls(1) | |
43 42372 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
33 42405 [main] sh 6796 stat_worker: (\??\D:\applications\msys2.x64\usr\bin\sh.exe, 0x23A4E0, 0x180300968), file_attributes 8224 | |
43 42448 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\usr\bin\sh.exe, 0x23A4E0) st_size=2059175, st_mode=0100755, st_ino=2533274791502496st_atim=54609A65.0 st_ctim=54609A65.2579F778 st_mtim=545C7A30.0 st_birthtim=54184C07.38EAB400 | |
35 42483 [main] sh 6796 stat_worker: 0 = (\??\D:\applications\msys2.x64\usr\bin\sh.exe,0x23A4E0) | |
48 42531 [main] sh 6796 normalize_posix_path: src /usr/bin/sh | |
33 42564 [main] sh 6796 normalize_posix_path: /usr/bin/sh = normalize_posix_path (/usr/bin/sh) | |
29 42593 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/sh) | |
30 42623 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/sh) mount_table->cygdrive / | |
29 42652 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/sh', dst '' | |
29 42681 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 42711 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
28 42739 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
29 42768 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
32 42800 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 42831 [main] sh 6796 set_flags: flags: binary (0x2) | |
29 42860 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/sh, dst D:\applications\msys2.x64\usr\bin\sh, flags 0x3200A, rc 0 | |
61 42921 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
31 42952 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
47 42999 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh.exe) | |
39 43038 [main] sh 6796 symlink_info::check: not a symlink | |
31 43069 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\sh.exe, 0x239250) (0x43200A) | |
31 43100 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\sh.exe), has_acls(1) | |
36 43136 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
39 43175 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\usr\bin\sh.exe, 0x23A3C0) st_size=2059175, st_mode=0100755, st_ino=2533274791502496st_atim=54609A65.0 st_ctim=54609A65.2579F778 st_mtim=545C7A30.0 st_birthtim=54184C07.38EAB400 | |
34 43209 [main] sh 6796 fhandler_base::fhaccess: returning 0 | |
42 43251 [main] sh 6796 euidaccess: returning 0 | |
31 43282 [main] sh 6796 normalize_posix_path: src /usr/bin/sh | |
28 43310 [main] sh 6796 normalize_posix_path: /usr/bin/sh = normalize_posix_path (/usr/bin/sh) | |
28 43338 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/sh) | |
28 43366 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/sh) mount_table->cygdrive / | |
29 43395 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/sh', dst '' | |
27 43422 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
22 43444 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
35 43479 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
32 43511 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
28 43539 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
27 43566 [main] sh 6796 set_flags: flags: binary (0x2) | |
29 43595 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/sh, dst D:\applications\msys2.x64\usr\bin\sh, flags 0x3200A, rc 0 | |
108 43703 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
29 43732 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
42 43774 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh.exe) | |
34 43808 [main] sh 6796 symlink_info::check: not a symlink | |
22 43830 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\sh.exe, 0x239250) (0x43200A) | |
22 43852 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\sh.exe), has_acls(1) | |
28 43880 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
32 43912 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\usr\bin\sh.exe, 0x23A3C0) st_size=2059175, st_mode=0100755, st_ino=2533274791502496st_atim=54609A65.0 st_ctim=54609A65.2579F778 st_mtim=545C7A30.0 st_birthtim=54184C07.38EAB400 | |
48 43960 [main] sh 6796 fhandler_base::fhaccess: returning 0 | |
97 44057 [main] sh 6796 euidaccess: returning 0 | |
73 44130 [main] sh 6796 stat64: entering | |
36 44166 [main] sh 6796 normalize_posix_path: src /usr/bin/sh | |
39 44205 [main] sh 6796 normalize_posix_path: /usr/bin/sh = normalize_posix_path (/usr/bin/sh) | |
43 44248 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/sh) | |
44 44292 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/sh) mount_table->cygdrive / | |
38 44330 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/sh', dst '' | |
36 44366 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
37 44403 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
38 44441 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
36 44477 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
38 44515 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
37 44552 [main] sh 6796 set_flags: flags: binary (0x2) | |
36 44588 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/sh, dst D:\applications\msys2.x64\usr\bin\sh, flags 0x3200A, rc 0 | |
116 44704 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
44 44748 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
69 44817 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh.exe) | |
47 44864 [main] sh 6796 symlink_info::check: not a symlink | |
37 44901 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\sh.exe, 0x239310) (0x43200A) | |
38 44939 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\sh.exe), has_acls(1) | |
45 44984 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
48 45032 [main] sh 6796 stat_worker: (\??\D:\applications\msys2.x64\usr\bin\sh.exe, 0x23A530, 0x180300968), file_attributes 8224 | |
55 45087 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\usr\bin\sh.exe, 0x23A530) st_size=2059175, st_mode=0100755, st_ino=2533274791502496st_atim=54609A65.0 st_ctim=54609A65.2579F778 st_mtim=545C7A30.0 st_birthtim=54184C07.38EAB400 | |
50 45137 [main] sh 6796 stat_worker: 0 = (\??\D:\applications\msys2.x64\usr\bin\sh.exe,0x23A530) | |
54 45191 [main] sh 6796 normalize_posix_path: src /usr/bin/sh | |
37 45228 [main] sh 6796 normalize_posix_path: /usr/bin/sh = normalize_posix_path (/usr/bin/sh) | |
32 45260 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/sh) | |
31 45291 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/sh) mount_table->cygdrive / | |
33 45324 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/sh', dst '' | |
29 45353 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
31 45384 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
31 45415 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 45445 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 45475 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
32 45507 [main] sh 6796 set_flags: flags: binary (0x2) | |
31 45538 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/sh, dst D:\applications\msys2.x64\usr\bin\sh, flags 0x3200A, rc 0 | |
76 45614 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
35 45649 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
55 45704 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh.exe) | |
42 45746 [main] sh 6796 symlink_info::check: not a symlink | |
31 45777 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\sh.exe, 0x2392A0) (0x43200A) | |
37 45814 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\sh.exe), has_acls(1) | |
43 45857 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
62 45919 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\usr\bin\sh.exe, 0x23A410) st_size=2059175, st_mode=0100755, st_ino=2533274791502496st_atim=54609A65.0 st_ctim=54609A65.2579F778 st_mtim=545C7A30.0 st_birthtim=54184C07.38EAB400 | |
37 45956 [main] sh 6796 fhandler_base::fhaccess: returning 0 | |
51 46007 [main] sh 6796 euidaccess: returning 0 | |
35 46042 [main] sh 6796 normalize_posix_path: src /usr/bin/sh | |
31 46073 [main] sh 6796 normalize_posix_path: /usr/bin/sh = normalize_posix_path (/usr/bin/sh) | |
31 46104 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/sh) | |
30 46134 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/sh) mount_table->cygdrive / | |
31 46165 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/sh', dst '' | |
30 46195 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 46225 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 46254 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 46284 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 46314 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 46344 [main] sh 6796 set_flags: flags: binary (0x2) | |
33 46377 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/sh, dst D:\applications\msys2.x64\usr\bin\sh, flags 0x3200A, rc 0 | |
60 46437 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
33 46470 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\bin\sh) | |
49 46519 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\sh.exe) | |
52 46571 [main] sh 6796 symlink_info::check: not a symlink | |
30 46601 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\sh.exe, 0x2392A0) (0x43200A) | |
32 46633 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\sh.exe), has_acls(1) | |
33 46666 [main] sh 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
38 46704 [main] sh 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\usr\bin\sh.exe, 0x23A410) st_size=2059175, st_mode=0100755, st_ino=2533274791502496st_atim=54609A65.0 st_ctim=54609A65.2579F778 st_mtim=545C7A30.0 st_birthtim=54184C07.38EAB400 | |
34 46738 [main] sh 6796 fhandler_base::fhaccess: returning 0 | |
40 46778 [main] sh 6796 euidaccess: returning 0 | |
984 47762 [main] sh 6796 getpid: 6796 = getpid() | |
2819 50581 [main] sh 6796 getpid: 6796 = getpid() | |
468 51049 [main] sh 6796 sigaction_worker: signal 20, newact 0x23A710 (handler 0x100425520), oa 0x23A5C0 | |
34 51083 [main] sh 6796 sigaction: 0 = sigaction(20, 0x23A710, 0x23A730) | |
1313 52396 [main] sh 6796 sigprocmask: 0 = sigprocmask (1, 0x0, 0x23A878) | |
8990 61386 [main] sh 6796 sigaction_worker: signal 2, newact 0x23A530 (handler 0x0), oa 0x23A3E0 | |
57 61443 [main] sh 6796 sigaction: 0 = sigaction(2, 0x23A530, 0x23A550) | |
31 61474 [main] sh 6796 sigaction_worker: signal 3, newact 0x23A530 (handler 0x0), oa 0x23A3E0 | |
30 61504 [main] sh 6796 sigaction: 0 = sigaction(3, 0x23A530, 0x23A550) | |
30 61534 [main] sh 6796 sigaction_worker: signal 20, newact 0x23A530 (handler 0x0), oa 0x23A3E0 | |
30 61564 [main] sh 6796 sigaction: 0 = sigaction(20, 0x23A530, 0x23A550) | |
57 61621 [main] sh 6796 spawnve: spawnve (/usr/bin/wget, /usr/bin/wget, 0x600042E10) | |
36 61657 [main] sh 6796 child_info_spawn::worker: mode = 3, prog_arg = /usr/bin/wget | |
45 61702 [main] sh 6796 perhaps_suffix: prog '/usr/bin/wget' | |
36 61738 [main] sh 6796 normalize_posix_path: src /usr/bin/wget | |
31 61769 [main] sh 6796 normalize_posix_path: /usr/bin/wget = normalize_posix_path (/usr/bin/wget) | |
30 61799 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/wget) | |
31 61830 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/wget) mount_table->cygdrive / | |
29 61859 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/wget', dst '' | |
30 61889 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 61919 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 61948 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
29 61977 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 62007 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 62037 [main] sh 6796 set_flags: flags: binary (0x2) | |
30 62067 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/wget, dst D:\applications\msys2.x64\usr\bin\wget, flags 0x3200A, rc 0 | |
151 62218 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\wget) | |
36 62254 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\bin\wget) | |
60 62314 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\wget.exe) | |
46 62360 [main] sh 6796 symlink_info::check: not a symlink | |
48 62408 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\wget.exe, 0x2386B0) (0x3200A) | |
33 62441 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\wget.exe), has_acls(1) | |
30 62471 [main] sh 6796 perhaps_suffix: buf D:\applications\msys2.x64\usr\bin\wget.exe, suffix found '.exe' | |
166 62637 [main] sh 6796 child_info_spawn::worker: priority class 32 | |
98 62735 [main] sh 6796 fhandler_console::need_invisible: invisible_console 0 | |
38 62773 [main] sh 6796 build_env: envp 0x600042E10 | |
33 62806 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
30 62836 [main] sh 6796 spenv::retrieve: duping existing value for 'HOMEPATH=' | |
33 62869 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
29 62898 [main] sh 6796 spenv::retrieve: duping existing value for 'WINDIR=' | |
31 62929 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
29 62958 [main] sh 6796 spenv::retrieve: duping existing value for 'USERDOMAIN=' | |
36 62994 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
29 63023 [main] sh 6796 spenv::retrieve: duping existing value for 'USERNAME=' | |
31 63054 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
31 63085 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
34 63119 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
29 63148 [main] sh 6796 spenv::retrieve: duping existing value for 'USERPROFILE=' | |
30 63178 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
29 63207 [main] sh 6796 spenv::retrieve: duping existing value for 'LOGONSERVER=' | |
32 63239 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
28 63267 [main] sh 6796 spenv::retrieve: duping existing value for 'HOMEDRIVE=' | |
31 63298 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
30 63328 [main] sh 6796 spenv::retrieve: no_envblock 1 | |
29 63357 [main] sh 6796 spenv::retrieve: duping existing value for 'SYSTEMROOT=' | |
35 63392 [main] sh 6796 build_env: env count 5, bytes 205 | |
122 63514 [main] sh 6796 normalize_posix_path: src /usr/local/bin | |
30 63544 [main] sh 6796 normalize_posix_path: /usr/local/bin = normalize_posix_path (/usr/local/bin) | |
30 63574 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local/bin) | |
32 63606 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/local/bin) mount_table->cygdrive / | |
33 63639 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/local/bin', dst '' | |
29 63668 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
29 63697 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 63727 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 63757 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
29 63786 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 63817 [main] sh 6796 set_flags: flags: binary (0x2) | |
30 63847 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/local/bin, dst D:\applications\msys2.x64\usr\local\bin, flags 0x3200A, rc 0 | |
123 63970 [main] sh 6796 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\local\bin) | |
32 64002 [main] sh 6796 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\local\bin) | |
31 64033 [main] sh 6796 symlink_info::check: not a symlink | |
29 64062 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\local\bin, 0x237F00) (0x83200A) | |
30 64092 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/local) | |
30 64122 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/local) mount_table->cygdrive / | |
30 64152 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/local', dst '' | |
28 64180 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 64210 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 64239 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 64269 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
29 64298 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 64328 [main] sh 6796 set_flags: flags: binary (0x2) | |
30 64358 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/local, dst D:\applications\msys2.x64\usr\local, flags 0x3200A, rc 0 | |
52 64410 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\local) | |
31 64441 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\local) | |
49 64490 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\local.lnk) | |
33 64523 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\local.lnk) | |
30 64553 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\local, 0x237F00) (0x3200A) | |
31 64584 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr) | |
29 64613 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr) mount_table->cygdrive / | |
109 64722 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr', dst '' | |
189 64911 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
23 64934 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
22 64956 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
41 64997 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
45 65042 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 65073 [main] sh 6796 set_flags: flags: binary (0x2) | |
32 65105 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr, dst D:\applications\msys2.x64\usr, flags 0x3200A, rc 0 | |
111 65216 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr) | |
88 65304 [main] sh 6796 symlink_info::check: not a symlink | |
51 65355 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr, 0x237F00) (0x3200A) | |
35 65390 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\local\bin), has_acls(1) | |
38 65428 [main] sh 6796 normalize_posix_path: src /usr/bin | |
29 65457 [main] sh 6796 normalize_posix_path: /usr/bin = normalize_posix_path (/usr/bin) | |
30 65487 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin) | |
31 65518 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin) mount_table->cygdrive / | |
31 65549 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin', dst '' | |
29 65578 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 65608 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
32 65640 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
31 65671 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 65701 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 65731 [main] sh 6796 set_flags: flags: binary (0x2) | |
30 65761 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin, dst D:\applications\msys2.x64\usr\bin, flags 0x3200A, rc 0 | |
52 65813 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin) | |
39 65852 [main] sh 6796 symlink_info::check: not a symlink | |
41 65893 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin, 0x237F00) (0x83200A) | |
31 65924 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin), has_acls(1) | |
33 65957 [main] sh 6796 normalize_posix_path: src /usr/bin | |
29 65986 [main] sh 6796 normalize_posix_path: /usr/bin = normalize_posix_path (/usr/bin) | |
32 66018 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin) | |
30 66048 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin) mount_table->cygdrive / | |
30 66078 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin', dst '' | |
29 66107 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 66137 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 66166 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 66196 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 66226 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 66256 [main] sh 6796 set_flags: flags: binary (0x2) | |
30 66286 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin, dst D:\applications\msys2.x64\usr\bin, flags 0x3200A, rc 0 | |
48 66334 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin) | |
38 66372 [main] sh 6796 symlink_info::check: not a symlink | |
39 66411 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin, 0x237F00) (0x83200A) | |
32 66443 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin), has_acls(1) | |
33 66476 [main] sh 6796 normalize_posix_path: src /opt/bin | |
29 66505 [main] sh 6796 normalize_posix_path: /opt/bin = normalize_posix_path (/opt/bin) | |
29 66534 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/opt/bin) | |
36 66570 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/opt/bin) mount_table->cygdrive / | |
34 66604 [main] sh 6796 mount_info::cygdrive_win32_path: src '/opt/bin', dst '' | |
30 66634 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
29 66663 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 66693 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 66723 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 66753 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 66783 [main] sh 6796 set_flags: flags: binary (0x2) | |
30 66813 [main] sh 6796 mount_info::conv_to_win32_path: src_path /opt/bin, dst D:\applications\msys2.x64\opt\bin, flags 0x3200A, rc 0 | |
56 66869 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\opt\bin) | |
32 66901 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\opt\bin) | |
47 66948 [main] sh 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\opt\bin.lnk) | |
32 66980 [main] sh 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\opt\bin.lnk) | |
30 67010 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\opt\bin, 0x237F00) (0x83200A) | |
30 67040 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/opt) | |
31 67071 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/opt) mount_table->cygdrive / | |
30 67101 [main] sh 6796 mount_info::cygdrive_win32_path: src '/opt', dst '' | |
29 67130 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 67160 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
29 67189 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
31 67220 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 67250 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 67280 [main] sh 6796 set_flags: flags: binary (0x2) | |
29 67309 [main] sh 6796 mount_info::conv_to_win32_path: src_path /opt, dst D:\applications\msys2.x64\opt, flags 0x3200A, rc 0 | |
52 67361 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\opt) | |
47 67408 [main] sh 6796 symlink_info::check: not a symlink | |
41 67449 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\opt, 0x237F00) (0x3200A) | |
32 67481 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\opt\bin), has_acls(1) | |
33 67514 [main] sh 6796 normalize_posix_path: src /c/windows/system32 | |
30 67544 [main] sh 6796 normalize_posix_path: /c/windows/system32 = normalize_posix_path (/c/windows/system32) | |
30 67574 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/c/windows/system32) | |
30 67604 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/c/windows/system32) mount_table->cygdrive / | |
30 67634 [main] sh 6796 mount_info::cygdrive_win32_path: src '/c/windows/system32', dst 'C:\windows\system32' | |
30 67664 [main] sh 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/c/windows/system32) | |
30 67694 [main] sh 6796 set_flags: flags: binary (0x2) | |
29 67723 [main] sh 6796 mount_info::conv_to_win32_path: src_path /c/windows/system32, dst C:\windows\system32, flags 0x6022, rc 0 | |
64 67787 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\C:\windows\system32) | |
44 67831 [main] sh 6796 symlink_info::check: not a symlink | |
44 67875 [main] sh 6796 symlink_info::check: 0 = symlink.check(C:\windows\system32, 0x237F00) (0x806022) | |
35 67910 [main] sh 6796 path_conv::check: this->path(C:\windows\system32), has_acls(1) | |
33 67943 [main] sh 6796 normalize_posix_path: src /c/windows | |
29 67972 [main] sh 6796 normalize_posix_path: /c/windows = normalize_posix_path (/c/windows) | |
30 68002 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/c/windows) | |
30 68032 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/c/windows) mount_table->cygdrive / | |
30 68062 [main] sh 6796 mount_info::cygdrive_win32_path: src '/c/windows', dst 'C:\windows' | |
29 68091 [main] sh 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/c/windows) | |
30 68121 [main] sh 6796 set_flags: flags: binary (0x2) | |
29 68150 [main] sh 6796 mount_info::conv_to_win32_path: src_path /c/windows, dst C:\windows, flags 0x6022, rc 0 | |
49 68199 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\C:\windows) | |
38 68237 [main] sh 6796 symlink_info::check: not a symlink | |
39 68276 [main] sh 6796 symlink_info::check: 0 = symlink.check(C:\windows, 0x237F00) (0x806022) | |
32 68308 [main] sh 6796 path_conv::check: this->path(C:\windows), has_acls(1) | |
32 68340 [main] sh 6796 normalize_posix_path: src /usr/bin/site_perl | |
30 68370 [main] sh 6796 normalize_posix_path: /usr/bin/site_perl = normalize_posix_path (/usr/bin/site_perl) | |
29 68399 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/site_perl) | |
30 68429 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/site_perl) mount_table->cygdrive / | |
29 68458 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/site_perl', dst '' | |
30 68488 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
29 68517 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
31 68548 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
29 68577 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
31 68608 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
29 68637 [main] sh 6796 set_flags: flags: binary (0x2) | |
29 68666 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/site_perl, dst D:\applications\msys2.x64\usr\bin\site_perl, flags 0x3200A, rc 0 | |
52 68718 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\site_perl) | |
38 68756 [main] sh 6796 symlink_info::check: not a symlink | |
39 68795 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\site_perl, 0x237F00) (0x83200A) | |
32 68827 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\site_perl), has_acls(1) | |
33 68860 [main] sh 6796 normalize_posix_path: src /usr/bin/vendor_perl | |
29 68889 [main] sh 6796 normalize_posix_path: /usr/bin/vendor_perl = normalize_posix_path (/usr/bin/vendor_perl) | |
29 68918 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/vendor_perl) | |
30 68948 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/vendor_perl) mount_table->cygdrive / | |
30 68978 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/vendor_perl', dst '' | |
29 69007 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
29 69036 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
30 69066 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 69096 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 69126 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
31 69157 [main] sh 6796 set_flags: flags: binary (0x2) | |
31 69188 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/vendor_perl, dst D:\applications\msys2.x64\usr\bin\vendor_perl, flags 0x3200A, rc 0 | |
50 69238 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\vendor_perl) | |
40 69278 [main] sh 6796 symlink_info::check: not a symlink | |
39 69317 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\vendor_perl, 0x237F00) (0x83200A) | |
32 69349 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\vendor_perl), has_acls(1) | |
33 69382 [main] sh 6796 normalize_posix_path: src /usr/bin/core_perl | |
30 69412 [main] sh 6796 normalize_posix_path: /usr/bin/core_perl = normalize_posix_path (/usr/bin/core_perl) | |
29 69441 [main] sh 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/bin/core_perl) | |
30 69471 [main] sh 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/bin/core_perl) mount_table->cygdrive / | |
30 69501 [main] sh 6796 mount_info::cygdrive_win32_path: src '/usr/bin/core_perl', dst '' | |
29 69530 [main] sh 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
30 69560 [main] sh 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
32 69592 [main] sh 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
30 69622 [main] sh 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 69652 [main] sh 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
30 69682 [main] sh 6796 set_flags: flags: binary (0x2) | |
30 69712 [main] sh 6796 mount_info::conv_to_win32_path: src_path /usr/bin/core_perl, dst D:\applications\msys2.x64\usr\bin\core_perl, flags 0x3200A, rc 0 | |
49 69761 [main] sh 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\bin\core_perl) | |
38 69799 [main] sh 6796 symlink_info::check: not a symlink | |
38 69837 [main] sh 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\bin\core_perl, 0x237F00) (0x83200A) | |
33 69870 [main] sh 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\bin\core_perl), has_acls(1) | |
64 69934 [main] sh 6796 win_env::add_cache: posix /usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/windows/system32:/c/windows:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl | |
30 69964 [main] sh 6796 win_env::add_cache: native PATH=D:\applications\msys2.x64\usr\local\bin;D:\applications\msys2.x64\usr\bin;D:\applications\msys2.x64\usr\bin;D:\applications\msys2.x64\opt\bin;C:\windows\system32;C:\windows;D:\applications\msys2.x64\usr\bin\site_perl;D:\applications\msys2.x64\usr\bin\vendor_perl;D:\applications\msys2.x64\usr\bin\core_perl | |
121 70085 [main] sh 6796 build_env: envp 0x180301038, envc 79 | |
43 70128 [main] sh 6796 child_info::child_info: subproc_ready 0x218 | |
4384 74512 [main] sh 6796 child_info_spawn::worker: pid 6796, prog_arg /usr/bin/wget, cmd line (null)) | |
92 74604 [main] sh 6796! child_info_spawn::worker: new process name \\?\D:\applications\msys2.x64\usr\bin\wget.exe | |
75 74679 [main] sh 6796! child_info_spawn::worker: spawned windows pid 8688 | |
35 74714 [main] sh 6796! child_info::sync: n 2, waiting for subproc_ready(0x218) and child process(0x224) | |
2 2 [main] wget (8688) ********************************************** | |
87 89 [main] wget (8688) Program name: D:\applications\msys2.x64\usr\bin\wget.exe (windows pid 8688) | |
28 117 [main] wget (8688) OS version: Windows NT-6.2 | |
27 144 [main] wget (8688) ********************************************** | |
95 239 [main] wget (8688) sigprocmask: 0 = sigprocmask (0, 0x0, 0x1802D5FA8) | |
134 373 [main] wget 8688 child_copy: cygheap - hp 0x220 low 0x1802F5400, high 0x180302D98, res 1 | |
40 413 [main] wget 8688 child_copy: done | |
98 511 [main] wget 8688 open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0x78, *m 6 | |
43 554 [main] wget 8688 user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912) | |
36 590 [main] wget 8688 open_shared: name (null), n 1, shared 0x180010000 (wanted 0x180010000), h 0x8C, *m 6 | |
27 617 [main] wget 8688 user_info::create: opening user shared for '' at 0x180010000 | |
30 647 [main] wget 8688 user_info::create: user shared version AB1FCCE8 | |
47 694 [main] wget (8688) open_shared: name (null), n 6796, shared 0x180000000 (wanted 0x180000000), h 0x21C, *m 6 | |
35 729 [main] wget 6796 pinfo::thisproc: myself dwProcessId 8688 | |
117 846 [main] wget 6796 time: 1415652094 = time(0x0) | |
184 1030 [main] wget 6796 open_shared: name cygpid.8688, n 8688, shared 0x20000 (wanted 0x0), h 0x88, *m 5 | |
41 1071 [main] wget 6796 fhandler_pty_slave::fixup_after_fork: /dev/pty0 inherited, usecount 4 | |
36 1107 [main] wget 6796 fhandler_pty_slave::fixup_after_fork: /dev/pty0 inherited, usecount 4 | |
31 1138 [main] wget 6796 fhandler_pty_slave::fixup_after_fork: /dev/pty0 inherited, usecount 4 | |
27 1165 [main] wget 6796 fhandler_base::fixup_after_exec: here for '/w/temporary/trash' | |
40 1205 [main] wget 6796 child_info::ready: signalled 0x218 that I was ready | |
5000 79714 [main] sh 6796! child_info::sync: pid 8688, WFMO returned 0, exit_code 0x103, res 1 | |
51 1256 [main] wget 6796 fhandler_pipe::create: name \\.\pipe\msys-f0f57a361f13910f-8688-sigwait, size 11440, mode PIPE_TYPE_MESSAGE | |
69 79783 [main] sh 6796! fhandler_base::close_with_arch: line 1140: /dev/pty0<0x1802FD5A8> usecount + -1 = 3 | |
30 79813 [main] sh 6796! fhandler_base::close_with_arch: not closing archetype | |
29 79842 [main] sh 6796! fhandler_base::close_with_arch: line 1140: /dev/pty0<0x1802FD5A8> usecount + -1 = 2 | |
112 1368 [main] wget 6796 fhandler_pipe::create: pipe read handle 0x9C | |
29 79871 [main] sh 6796! fhandler_base::close_with_arch: not closing archetype | |
35 1403 [main] wget 6796 fhandler_pipe::create: CreateFile: name \\.\pipe\msys-f0f57a361f13910f-8688-sigwait | |
43 79914 [main] sh 6796! fhandler_base::close_with_arch: line 1140: /dev/pty0<0x1802FD5A8> usecount + -1 = 1 | |
36 79950 [main] sh 6796! fhandler_base::close_with_arch: not closing archetype | |
33 79983 [main] sh 6796! fhandler_base::close: closing '/w/temporary/trash' handle 0x268 | |
111 1514 [main] wget 6796 fhandler_pipe::create: pipe write handle 0xA0 | |
40 80023 [main] sh 6796! proc_terminate: nprocs 0 | |
39 1553 [main] wget 6796 dll_crt0_0: finished dll_crt0_0 initialization | |
34 80057 [main] sh 6796! proc_terminate: leaving | |
31 80088 [main] sh 6796! pinfo::maybe_set_exit_code_from_windows: pid 6796, exit value - old 0x0, windows 0xDEADBEEF, MSYS 0x0 | |
48 80136 [main] sh 6796! pinfo::exit: Calling ExitProcess n 0x4000000, exitcode 0x0 | |
757 2310 [main] wget 6796 sigprocmask: 0 = sigprocmask (0, 0x0, 0x600000148) | |
182 2492 [sig] wget 6796 wait_sig: entering ReadFile loop, my_readsig 0x9C, my_sendsig 0xA0 | |
163 2655 [main] wget 6796 _cygwin_istext_for_stdio: fd 0: opened as binary | |
83 2738 [main] wget 6796 _cygwin_istext_for_stdio: fd 1: opened as binary | |
32 2770 [main] wget 6796 _cygwin_istext_for_stdio: fd 2: opened as binary | |
145 2915 [main] wget 6796 parse_options: glob (called func) | |
51 2966 [main] wget 6796 parse_options: returning | |
38 3004 [main] wget 6796 pinfo_init: pid 6796, pgid 8980, process_state 0xC1 | |
75 3079 [main] wget 6796 App version: 2000.0, api: 0.279 | |
68 3147 [main] wget 6796 DLL version: 2000.0, api: 0.280 | |
56 3203 [main] wget 6796 DLL build: 2014-11-06 20:34 | |
177 3380 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
209 3589 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
1584 5173 [main] wget 6796 __set_errno: void dll_crt0_1(void*):999 setting errno 0 | |
293 5466 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
38 5504 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
39 5543 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
30 5573 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
97 5670 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
27 5697 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
142 5839 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
29 5868 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
75 5943 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
32 5975 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
89 6064 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
28 6092 [main] wget 6796 __get_lcid_from_locale: LCID=0x0409 | |
421 6513 [main] wget 6796 stat64: entering | |
112 6625 [main] wget 6796 normalize_posix_path: src /etc/wgetrc | |
29 6654 [main] wget 6796 normalize_posix_path: /etc/wgetrc = normalize_posix_path (/etc/wgetrc) | |
35 6689 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/wgetrc) | |
40 6729 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/etc/wgetrc) mount_table->cygdrive / | |
28 6757 [main] wget 6796 mount_info::cygdrive_win32_path: src '/etc/wgetrc', dst '' | |
27 6784 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
28 6812 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 6839 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 6866 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
28 6894 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
34 6928 [main] wget 6796 set_flags: flags: binary (0x2) | |
29 6957 [main] wget 6796 mount_info::conv_to_win32_path: src_path /etc/wgetrc, dst D:\applications\msys2.x64\etc\wgetrc, flags 0x3200A, rc 0 | |
140 7097 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\wgetrc) | |
52 7149 [main] wget 6796 symlink_info::check: not a symlink | |
28 7177 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\wgetrc, 0x239620) (0x43200A) | |
31 7208 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\etc\wgetrc), has_acls(1) | |
43 7251 [main] wget 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
30 7281 [main] wget 6796 stat_worker: (\??\D:\applications\msys2.x64\etc\wgetrc, 0x23A840, 0x180300968), file_attributes 8224 | |
124 7405 [main] wget 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\wgetrc, 0x23A840) st_size=4870, st_mode=0100644, st_ino=2533274791501765st_atim=545BF6ED.0 st_ctim=545BF6ED.12177A98 st_mtim=54508FFB.0 st_birthtim=545BF6ED.12177A98 | |
47 7452 [main] wget 6796 stat_worker: 0 = (\??\D:\applications\msys2.x64\etc\wgetrc,0x23A840) | |
305 7757 [main] wget 6796 open: open(/etc/wgetrc, 0x0) | |
29 7786 [main] wget 6796 normalize_posix_path: src /etc/wgetrc | |
27 7813 [main] wget 6796 normalize_posix_path: /etc/wgetrc = normalize_posix_path (/etc/wgetrc) | |
29 7842 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/wgetrc) | |
27 7869 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/etc/wgetrc) mount_table->cygdrive / | |
29 7898 [main] wget 6796 mount_info::cygdrive_win32_path: src '/etc/wgetrc', dst '' | |
28 7926 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 7953 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
28 7981 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
28 8009 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
30 8039 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
39 8078 [main] wget 6796 set_flags: flags: binary (0x2) | |
28 8106 [main] wget 6796 mount_info::conv_to_win32_path: src_path /etc/wgetrc, dst D:\applications\msys2.x64\etc\wgetrc, flags 0x3200A, rc 0 | |
57 8163 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\etc\wgetrc) | |
38 8201 [main] wget 6796 symlink_info::check: not a symlink | |
37 8238 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\etc\wgetrc, 0x2394A0) (0x3200A) | |
31 8269 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\etc\wgetrc), has_acls(1) | |
38 8307 [main] wget 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
34 8341 [main] wget 6796 fhandler_base::open: (\??\D:\applications\msys2.x64\etc\wgetrc, 0x108000) | |
54 8395 [main] wget 6796 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
29 8424 [main] wget 6796 fhandler_base::set_flags: filemode set to binary | |
27 8451 [main] wget 6796 fhandler_base::open: 0x0 = NtCreateFile (0xE4, 0x80100000, \??\D:\applications\msys2.x64\etc\wgetrc, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
28 8479 [main] wget 6796 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\etc\wgetrc, 0x108000) | |
33 8512 [main] wget 6796 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\etc\wgetrc, 0x8000) | |
30 8542 [main] wget 6796 open: 3 = open(/etc/wgetrc, 0x8000) | |
166 8708 [main] wget 6796 _cygwin_istext_for_stdio: fd 3: opened as binary | |
283 8991 [main] wget 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\etc\wgetrc, 0x23A5F0) st_size=4870, st_mode=0100644, st_ino=2533274791501765st_atim=545BF6ED.0 st_ctim=545BF6ED.12177A98 st_mtim=54508FFB.0 st_birthtim=545BF6ED.12177A98 | |
34 9025 [main] wget 6796 fstat64: 0 = fstat(3, 0x23A5F0) | |
64 9089 [main] wget 6796 read: read(3, 0x6000390A0, 65536) blocking | |
55 9144 [main] wget 6796 fhandler_base::read: returning 4870, binary mode | |
32 9176 [main] wget 6796 read: 4870 = read(3, 0x6000390A0, 4870) | |
24503 33679 [main] wget 6796 read: read(3, 0x6000390A0, 65536) blocking | |
64 33743 [main] wget 6796 fhandler_base::read: returning 0, binary mode | |
29 33772 [main] wget 6796 read: 0 = read(3, 0x6000390A0, 0) | |
225 33997 [main] wget 6796 close: close(3) | |
34 34031 [main] wget 6796 fhandler_base::close: closing '/etc/wgetrc' handle 0xE4 | |
51 34082 [main] wget 6796 close: 0 = close(3) | |
373 34455 [main] wget 6796 stat64: entering | |
29 34484 [main] wget 6796 normalize_posix_path: src /c/Users/mac0089/.wgetrc | |
28 34512 [main] wget 6796 normalize_posix_path: /c/Users/mac0089/.wgetrc = normalize_posix_path (/c/Users/mac0089/.wgetrc) | |
27 34539 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Users/mac0089/.wgetrc) | |
29 34568 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/c/Users/mac0089/.wgetrc) mount_table->cygdrive / | |
29 34597 [main] wget 6796 mount_info::cygdrive_win32_path: src '/c/Users/mac0089/.wgetrc', dst 'C:\Users\mac0089\.wgetrc' | |
26 34623 [main] wget 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/c/Users/mac0089/.wgetrc) | |
28 34651 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 34678 [main] wget 6796 mount_info::conv_to_win32_path: src_path /c/Users/mac0089/.wgetrc, dst C:\Users\mac0089\.wgetrc, flags 0x6022, rc 0 | |
133 34811 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Users\mac0089\.wgetrc) | |
31 34842 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Users\mac0089\.wgetrc) | |
69 34911 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Users\mac0089\.wgetrc.exe) | |
29 34940 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Users\mac0089\.wgetrc.exe) | |
156 35096 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Users\mac0089\.wgetrc.lnk) | |
33 35129 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Users\mac0089\.wgetrc.lnk) | |
63 35192 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Users\mac0089\.wgetrc.exe.lnk) | |
29 35221 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Users\mac0089\.wgetrc.exe.lnk) | |
27 35248 [main] wget 6796 symlink_info::check: 0 = symlink.check(C:\Users\mac0089\.wgetrc, 0x2395E0) (0x406022) | |
28 35276 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Users/mac0089) | |
28 35304 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/c/Users/mac0089) mount_table->cygdrive / | |
27 35331 [main] wget 6796 mount_info::cygdrive_win32_path: src '/c/Users/mac0089', dst 'C:\Users\mac0089' | |
27 35358 [main] wget 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/c/Users/mac0089) | |
26 35384 [main] wget 6796 set_flags: flags: binary (0x2) | |
26 35410 [main] wget 6796 mount_info::conv_to_win32_path: src_path /c/Users/mac0089, dst C:\Users\mac0089, flags 0x6022, rc 0 | |
58 35468 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Users\mac0089) | |
93 35561 [main] wget 6796 mount_info::conv_to_posix_path: conv_to_posix_path (D:\users\mac0089, no-keep-rel, no-add-slash) | |
52 35613 [main] wget 6796 normalize_win32_path: D:\users\mac0089 = normalize_win32_path (D:\users\mac0089) | |
31 35644 [main] wget 6796 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
28 35672 [main] wget 6796 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
26 35698 [main] wget 6796 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
28 35726 [main] wget 6796 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
27 35753 [main] wget 6796 mount_info::conv_to_posix_path: mount[4] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
28 35781 [main] wget 6796 mount_info::conv_to_posix_path: /d/users/mac0089 = conv_to_posix_path (D:\users\mac0089) | |
42 35823 [main] wget 6796 symlink_info::check: 16 = symlink.check(C:\Users\mac0089, 0x2395E0) (0x4006023) | |
30 35853 [main] wget 6796 normalize_posix_path: src /d/users/mac0089/.wgetrc | |
28 35881 [main] wget 6796 normalize_posix_path: /d/users/mac0089/.wgetrc = normalize_posix_path (/d/users/mac0089/.wgetrc) | |
27 35908 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/d/users/mac0089/.wgetrc) | |
27 35935 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/d/users/mac0089/.wgetrc) mount_table->cygdrive / | |
27 35962 [main] wget 6796 mount_info::cygdrive_win32_path: src '/d/users/mac0089/.wgetrc', dst 'D:\users\mac0089\.wgetrc' | |
27 35989 [main] wget 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/d/users/mac0089/.wgetrc) | |
27 36016 [main] wget 6796 set_flags: flags: binary (0x2) | |
26 36042 [main] wget 6796 mount_info::conv_to_win32_path: src_path /d/users/mac0089/.wgetrc, dst D:\users\mac0089\.wgetrc, flags 0x6022, rc 0 | |
49 36091 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\users\mac0089\.wgetrc) | |
29 36120 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\users\mac0089\.wgetrc) | |
45 36165 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\users\mac0089\.wgetrc.exe) | |
28 36193 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\users\mac0089\.wgetrc.exe) | |
44 36237 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\users\mac0089\.wgetrc.lnk) | |
29 36266 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\users\mac0089\.wgetrc.lnk) | |
44 36310 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\users\mac0089\.wgetrc.exe.lnk) | |
32 36342 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\users\mac0089\.wgetrc.exe.lnk) | |
28 36370 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\users\mac0089\.wgetrc, 0x2395E0) (0x406022) | |
27 36397 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/d/users/mac0089) | |
27 36424 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/d/users/mac0089) mount_table->cygdrive / | |
27 36451 [main] wget 6796 mount_info::cygdrive_win32_path: src '/d/users/mac0089', dst 'D:\users\mac0089' | |
27 36478 [main] wget 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/d/users/mac0089) | |
26 36504 [main] wget 6796 set_flags: flags: binary (0x2) | |
28 36532 [main] wget 6796 mount_info::conv_to_win32_path: src_path /d/users/mac0089, dst D:\users\mac0089, flags 0x6022, rc 0 | |
46 36578 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\users\mac0089) | |
35 36613 [main] wget 6796 symlink_info::check: not a symlink | |
38 36651 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\users\mac0089, 0x2395E0) (0x6022) | |
30 36681 [main] wget 6796 path_conv::check: this->path(D:\users\mac0089\.wgetrc), has_acls(1) | |
30 36711 [main] wget 6796 __set_errno: int stat_worker(path_conv&, stat*):1918 setting errno 2 | |
30 36741 [main] wget 6796 stat_worker: -1 = (\??\D:\users\mac0089\.wgetrc,0x23A800) | |
358 37099 [main] wget 6796 isatty: 1 = isatty(2) | |
206 37305 [main] wget 6796 open: open(/var/lib/pacman/sync/mingw32.db.part, 0x10601) | |
29 37334 [main] wget 6796 normalize_posix_path: src /var/lib/pacman/sync/mingw32.db.part | |
27 37361 [main] wget 6796 normalize_posix_path: /var/lib/pacman/sync/mingw32.db.part = normalize_posix_path (/var/lib/pacman/sync/mingw32.db.part) | |
27 37388 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db.part) | |
27 37415 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db.part) mount_table->cygdrive / | |
30 37445 [main] wget 6796 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db.part', dst '' | |
27 37472 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 37499 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 37526 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 37553 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
28 37581 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
29 37610 [main] wget 6796 set_flags: flags: binary (0x2) | |
26 37636 [main] wget 6796 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db.part, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, flags 0x3200A, rc 0 | |
56 37692 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part) | |
30 37722 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part) | |
48 37770 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part.exe) | |
29 37799 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part.exe) | |
45 37844 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part.lnk) | |
29 37873 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part.lnk) | |
44 37917 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part.exe.lnk) | |
35 37952 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part.exe.lnk) | |
33 37985 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, 0x2395B0) (0x3200A) | |
28 38013 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
28 38041 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
27 38068 [main] wget 6796 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
26 38094 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
28 38122 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
105 38227 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
33 38260 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 38287 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
28 38315 [main] wget 6796 set_flags: flags: binary (0x2) | |
169 38484 [main] wget 6796 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
147 38631 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
86 38717 [main] wget 6796 symlink_info::check: not a symlink | |
118 38835 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x2395B0) (0x3200A) | |
39 38874 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part), has_acls(1) | |
75 38949 [main] wget 6796 build_fh_pc: fh 0x180300968, dev 000000C3 | |
35 38984 [main] wget 6796 fhandler_base::open: (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, 0x118601) | |
268 39252 [main] wget 6796 fhandler_base::set_flags: flags 0x118601, supplied_bin 0x10000 | |
38 39290 [main] wget 6796 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
31 39321 [main] wget 6796 fhandler_base::set_flags: filemode set to binary | |
27 39348 [main] wget 6796 fhandler_base::open: 0x0 = NtCreateFile (0xEC, 0x40120080, \??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, io, NULL, 0x80, 0x7, 0x3, 0x4020, NULL, 0) | |
30 39378 [main] wget 6796 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, 0x118601) | |
37 39415 [main] wget 6796 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, 0x18601) | |
33 39448 [main] wget 6796 open: 3 = open(/var/lib/pacman/sync/mingw32.db.part, 0x18601) | |
191 39639 [main] wget 6796 _cygwin_istext_for_stdio: fd 3: opened as binary | |
375 40014 [main] wget 6796 fhandler_base::fstat_helper: 0xC0000011 = NtReadFile(\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part) | |
52 40066 [main] wget 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, 0x23A9D0) st_size=0, st_mode=0100644, st_ino=4785074605696635st_atim=546122FE.2DFA10B8 st_ctim=546122FE.2DFA10B8 st_mtim=546122FE.2DFA10B8 st_birthtim=546122FE.2DFA10B8 | |
34 40100 [main] wget 6796 fstat64: 0 = fstat(3, 0x23A9D0) | |
29 40129 [main] wget 6796 void: 0x0 = signal (1, 0x1) | |
27 40156 [main] wget 6796 void: 0x1 = signal (1, 0x10041BB60) | |
27 40183 [main] wget 6796 void: 0x0 = signal (30, 0x10041BB60) | |
26 40209 [main] wget 6796 void: 0x0 = signal (13, 0x1) | |
27 40236 [main] wget 6796 void: 0x0 = signal (28, 0x10041D650) | |
787 41023 [main] wget 6796 open: open(/usr/share/locale/locale.alias, 0x0) | |
29 41052 [main] wget 6796 normalize_posix_path: src /usr/share/locale/locale.alias | |
34 41086 [main] wget 6796 normalize_posix_path: /usr/share/locale/locale.alias = normalize_posix_path (/usr/share/locale/locale.alias) | |
30 41116 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/locale.alias) | |
29 41145 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/locale.alias) mount_table->cygdrive / | |
29 41174 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/locale/locale.alias', dst '' | |
27 41201 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 41228 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 41255 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
29 41284 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 41311 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
28 41339 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 41366 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/locale/locale.alias, dst D:\applications\msys2.x64\usr\share\locale\locale.alias, flags 0x3200A, rc 0 | |
69 41435 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\locale.alias) | |
44 41479 [main] wget 6796 symlink_info::check: not a symlink | |
40 41519 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x238F00) (0x3200A) | |
32 41551 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\share\locale\locale.alias), has_acls(1) | |
36 41587 [main] wget 6796 build_fh_pc: fh 0x180303A38, dev 000000C3 | |
30 41617 [main] wget 6796 fhandler_base::open: (\??\D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x108000) | |
60 41677 [main] wget 6796 fhandler_base::set_flags: flags 0x108000, supplied_bin 0x10000 | |
29 41706 [main] wget 6796 fhandler_base::set_flags: filemode set to binary | |
27 41733 [main] wget 6796 fhandler_base::open: 0x0 = NtCreateFile (0x114, 0x80100000, \??\D:\applications\msys2.x64\usr\share\locale\locale.alias, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
29 41762 [main] wget 6796 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x108000) | |
34 41796 [main] wget 6796 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x8000) | |
29 41825 [main] wget 6796 open: 4 = open(/usr/share/locale/locale.alias, 0x8000) | |
268 42093 [main] wget 6796 _cygwin_istext_for_stdio: fd 4: opened as binary | |
306 42399 [main] wget 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\usr\share\locale\locale.alias, 0x23A0E0) st_size=2605, st_mode=0100644, st_ino=1688849860753924st_atim=54594C6F.0 st_ctim=54594C6F.87F5FB4 st_mtim=545926C6.0 st_birthtim=54184C7F.2C12781C | |
37 42436 [main] wget 6796 fstat64: 0 = fstat(4, 0x23A0E0) | |
65 42501 [main] wget 6796 read: read(4, 0x6000494C0, 65536) blocking | |
51 42552 [main] wget 6796 fhandler_base::read: returning 2605, binary mode | |
29 42581 [main] wget 6796 read: 2605 = read(4, 0x6000494C0, 2605) | |
13324 55905 [main] wget 6796 read: read(4, 0x6000494C0, 65536) blocking | |
53 55958 [main] wget 6796 fhandler_base::read: returning 0, binary mode | |
29 55987 [main] wget 6796 read: 0 = read(4, 0x6000494C0, 0) | |
207 56194 [main] wget 6796 close: close(4) | |
31 56225 [main] wget 6796 fhandler_base::close: closing '/usr/share/locale/locale.alias' handle 0x114 | |
66 56291 [main] wget 6796 close: 0 = close(4) | |
561 56852 [main] wget 6796 open: open(/usr/share/locale/en_US/LC_MESSAGES/wget.mo, 0x10000) | |
31 56883 [main] wget 6796 normalize_posix_path: src /usr/share/locale/en_US/LC_MESSAGES/wget.mo | |
34 56917 [main] wget 6796 normalize_posix_path: /usr/share/locale/en_US/LC_MESSAGES/wget.mo = normalize_posix_path (/usr/share/locale/en_US/LC_MESSAGES/wget.mo) | |
30 56947 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES/wget.mo) | |
28 56975 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en_US/LC_MESSAGES/wget.mo) mount_table->cygdrive / | |
29 57004 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/locale/en_US/LC_MESSAGES/wget.mo', dst '' | |
27 57031 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
28 57059 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
28 57087 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 57114 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 57141 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
29 57170 [main] wget 6796 set_flags: flags: binary (0x2) | |
28 57198 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES/wget.mo, dst D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\wget.mo, flags 0x3200A, rc 0 | |
91 57289 [main] wget 6796 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\wget.mo) | |
32 57321 [main] wget 6796 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\wget.mo) | |
28 57349 [main] wget 6796 symlink_info::check: not a symlink | |
27 57376 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\wget.mo, 0x2390F0) (0x3200A) | |
28 57404 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US/LC_MESSAGES) | |
28 57432 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en_US/LC_MESSAGES) mount_table->cygdrive / | |
28 57460 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/locale/en_US/LC_MESSAGES', dst '' | |
27 57487 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 57514 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
28 57542 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 57569 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 57596 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
28 57624 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 57651 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US/LC_MESSAGES, dst D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES, flags 0x3200A, rc 0 | |
52 57703 [main] wget 6796 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES) | |
29 57732 [main] wget 6796 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES) | |
28 57760 [main] wget 6796 symlink_info::check: not a symlink | |
26 57786 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES, 0x2390F0) (0x3200A) | |
30 57816 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en_US) | |
27 57843 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en_US) mount_table->cygdrive / | |
28 57871 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/locale/en_US', dst '' | |
28 57899 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 57926 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 57953 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
29 57982 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 58009 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
27 58036 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 58063 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/locale/en_US, dst D:\applications\msys2.x64\usr\share\locale\en_US, flags 0x3200A, rc 0 | |
48 58111 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US) | |
28 58139 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US) | |
48 58187 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US.lnk) | |
29 58216 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en_US.lnk) | |
27 58243 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en_US, 0x2390F0) (0x3200A) | |
28 58271 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale) | |
26 58297 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale) mount_table->cygdrive / | |
29 58326 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/locale', dst '' | |
26 58352 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
28 58380 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
28 58408 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 58435 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
26 58461 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
29 58490 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 58517 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst D:\applications\msys2.x64\usr\share\locale, flags 0x3200A, rc 0 | |
51 58568 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale) | |
41 58609 [main] wget 6796 symlink_info::check: not a symlink | |
39 58648 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale, 0x2390F0) (0x3200A) | |
31 58679 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\wget.mo), has_acls(1) | |
34 58713 [main] wget 6796 build_fh_pc: fh 0x180303A38, dev 000000C3 | |
31 58744 [main] wget 6796 fhandler_base::open: (\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\wget.mo, 0x118000) | |
50 58794 [main] wget 6796 seterrno_from_nt_status: /build2/msys2-runtime/src/msys2-runtime/winsup/cygwin/fhandler.cc:691 status 0xC000003A -> windows error 3 | |
40 58834 [main] wget 6796 geterrno_from_win_error: windows error 3 == errno 2 | |
28 58862 [main] wget 6796 fhandler_base::open: 0xC000003A = NtCreateFile (0x180069A23, 0x80100000, \??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\wget.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
29 58891 [main] wget 6796 fhandler_base::open: 0 = fhandler_base::open(\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\wget.mo, 0x118000) | |
29 58920 [main] wget 6796 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\usr\share\locale\en_US\LC_MESSAGES\wget.mo, 0x18000) | |
33 58953 [main] wget 6796 open: -1 = open(/usr/share/locale/en_US/LC_MESSAGES/wget.mo, 0x18000), errno 2 | |
74 59027 [main] wget 6796 open: open(/usr/share/locale/en/LC_MESSAGES/wget.mo, 0x10000) | |
28 59055 [main] wget 6796 normalize_posix_path: src /usr/share/locale/en/LC_MESSAGES/wget.mo | |
27 59082 [main] wget 6796 normalize_posix_path: /usr/share/locale/en/LC_MESSAGES/wget.mo = normalize_posix_path (/usr/share/locale/en/LC_MESSAGES/wget.mo) | |
27 59109 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES/wget.mo) | |
28 59137 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en/LC_MESSAGES/wget.mo) mount_table->cygdrive / | |
27 59164 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/locale/en/LC_MESSAGES/wget.mo', dst '' | |
27 59191 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 59218 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
26 59244 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 59271 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 59298 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
27 59325 [main] wget 6796 set_flags: flags: binary (0x2) | |
33 59358 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES/wget.mo, dst D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\wget.mo, flags 0x3200A, rc 0 | |
54 59412 [main] wget 6796 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\wget.mo) | |
29 59441 [main] wget 6796 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\wget.mo) | |
28 59469 [main] wget 6796 symlink_info::check: not a symlink | |
26 59495 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\wget.mo, 0x2390F0) (0x3200A) | |
27 59522 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en/LC_MESSAGES) | |
27 59549 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en/LC_MESSAGES) mount_table->cygdrive / | |
27 59576 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/locale/en/LC_MESSAGES', dst '' | |
27 59603 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 59630 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
26 59656 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 59683 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 59710 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
27 59737 [main] wget 6796 set_flags: flags: binary (0x2) | |
28 59765 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/locale/en/LC_MESSAGES, dst D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES, flags 0x3200A, rc 0 | |
50 59815 [main] wget 6796 symlink_info::check: 0xC000003A = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES) | |
29 59844 [main] wget 6796 symlink_info::check: 0xC000003A = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES) | |
28 59872 [main] wget 6796 symlink_info::check: not a symlink | |
27 59899 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES, 0x2390F0) (0x3200A) | |
29 59928 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale/en) | |
28 59956 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale/en) mount_table->cygdrive / | |
27 59983 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/locale/en', dst '' | |
27 60010 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 60037 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
26 60063 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
28 60091 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 60118 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
27 60145 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 60172 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/locale/en, dst D:\applications\msys2.x64\usr\share\locale\en, flags 0x3200A, rc 0 | |
47 60219 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en) | |
30 60249 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en) | |
46 60295 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale\en.lnk) | |
29 60324 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\usr\share\locale\en.lnk) | |
27 60351 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale\en, 0x2390F0) (0x3200A) | |
27 60378 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/locale) | |
28 60406 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/locale) mount_table->cygdrive / | |
28 60434 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/locale', dst '' | |
27 60461 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 60488 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 60515 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 60542 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 60569 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
29 60598 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 60625 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/locale, dst D:\applications\msys2.x64\usr\share\locale, flags 0x3200A, rc 0 | |
44 60669 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\locale) | |
36 60705 [main] wget 6796 symlink_info::check: not a symlink | |
38 60743 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\locale, 0x2390F0) (0x3200A) | |
29 60772 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\wget.mo), has_acls(1) | |
31 60803 [main] wget 6796 build_fh_pc: fh 0x180303A38, dev 000000C3 | |
29 60832 [main] wget 6796 fhandler_base::open: (\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\wget.mo, 0x118000) | |
46 60878 [main] wget 6796 seterrno_from_nt_status: /build2/msys2-runtime/src/msys2-runtime/winsup/cygwin/fhandler.cc:691 status 0xC000003A -> windows error 3 | |
29 60907 [main] wget 6796 geterrno_from_win_error: windows error 3 == errno 2 | |
27 60934 [main] wget 6796 fhandler_base::open: 0xC000003A = NtCreateFile (0x180069A23, 0x80100000, \??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\wget.mo, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
33 60967 [main] wget 6796 fhandler_base::open: 0 = fhandler_base::open(\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\wget.mo, 0x118000) | |
31 60998 [main] wget 6796 fhandler_base::open_fs: 0 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\usr\share\locale\en\LC_MESSAGES\wget.mo, 0x18000) | |
29 61027 [main] wget 6796 open: -1 = open(/usr/share/locale/en/LC_MESSAGES/wget.mo, 0x18000), errno 2 | |
402 61429 [main] wget 6796 normalize_posix_path: src . | |
28 61457 [main] wget 6796 cwdstuff::get: posix /var/lib/pacman/sync | |
26 61483 [main] wget 6796 cwdstuff::get: (/var/lib/pacman/sync) = cwdstuff::get (0x600010C30, 32768, 1, 0), errno 0 | |
28 61511 [main] wget 6796 normalize_posix_path: /var/lib/pacman/sync/ = normalize_posix_path (.) | |
28 61539 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
27 61566 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
28 61594 [main] wget 6796 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
26 61620 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 61647 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 61674 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 61701 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
28 61729 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
27 61756 [main] wget 6796 set_flags: flags: binary (0x2) | |
26 61782 [main] wget 6796 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
55 61837 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
36 61873 [main] wget 6796 symlink_info::check: not a symlink | |
80 61953 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x2390D0) (0x3200A) | |
32 61985 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync), has_acls(1) | |
32 62017 [main] wget 6796 build_fh_pc: fh 0x180303A38, dev 000000C3 | |
122 62139 [main] wget 6796 stat64: entering | |
28 62167 [main] wget 6796 normalize_posix_path: src mingw32.db | |
27 62194 [main] wget 6796 cwdstuff::get: posix /var/lib/pacman/sync | |
27 62221 [main] wget 6796 cwdstuff::get: (/var/lib/pacman/sync) = cwdstuff::get (0x600010C30, 32768, 1, 0), errno 0 | |
29 62250 [main] wget 6796 normalize_posix_path: /var/lib/pacman/sync/mingw32.db = normalize_posix_path (mingw32.db) | |
28 62278 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db) | |
27 62305 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db) mount_table->cygdrive / | |
27 62332 [main] wget 6796 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db', dst '' | |
26 62358 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 62385 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 62412 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 62439 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 62466 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
27 62493 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 62520 [main] wget 6796 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, flags 0x3200A, rc 0 | |
57 62577 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db) | |
37 62614 [main] wget 6796 symlink_info::check: not a symlink | |
28 62642 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x239120) (0x43200A) | |
29 62671 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db), has_acls(1) | |
31 62702 [main] wget 6796 build_fh_pc: fh 0x180303A38, dev 000000C3 | |
29 62731 [main] wget 6796 stat_worker: (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x23A340, 0x180303A38), file_attributes 8224 | |
101 62832 [main] wget 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x23A340) st_size=196418, st_mode=0100644, st_ino=9288674233066953st_atim=546122B0.3587A1B0 st_ctim=546122B1.2268D0A4 st_mtim=546122B1.217C04B8 st_birthtim=546122B0.3587A1B0 | |
36 62868 [main] wget 6796 stat_worker: 0 = (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db,0x23A340) | |
45 62913 [main] wget 6796 lstat64: entering | |
30 62943 [main] wget 6796 normalize_posix_path: src mingw32.db | |
27 62970 [main] wget 6796 cwdstuff::get: posix /var/lib/pacman/sync | |
26 62996 [main] wget 6796 cwdstuff::get: (/var/lib/pacman/sync) = cwdstuff::get (0x600010C30, 32768, 1, 0), errno 0 | |
27 63023 [main] wget 6796 normalize_posix_path: /var/lib/pacman/sync/mingw32.db = normalize_posix_path (mingw32.db) | |
28 63051 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db) | |
26 63077 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db) mount_table->cygdrive / | |
35 63112 [main] wget 6796 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db', dst '' | |
28 63140 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 63167 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 63194 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 63221 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 63248 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
27 63275 [main] wget 6796 set_flags: flags: binary (0x2) | |
26 63301 [main] wget 6796 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, flags 0x3200A, rc 0 | |
52 63353 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db) | |
44 63397 [main] wget 6796 symlink_info::check: not a symlink | |
27 63424 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x2390E0) (0x43200A) | |
28 63452 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db), has_acls(1) | |
32 63484 [main] wget 6796 build_fh_pc: fh 0x180303A38, dev 000000C3 | |
28 63512 [main] wget 6796 stat_worker: (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x23A340, 0x180303A38), file_attributes 8224 | |
77 63589 [main] wget 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x23A340) st_size=196418, st_mode=0100644, st_ino=9288674233066953st_atim=546122B0.3587A1B0 st_ctim=546122B1.2268D0A4 st_mtim=546122B1.217C04B8 st_birthtim=546122B0.3587A1B0 | |
34 63623 [main] wget 6796 stat_worker: 0 = (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db,0x23A340) | |
39 63662 [main] wget 6796 lstat64: entering | |
28 63690 [main] wget 6796 normalize_posix_path: src mingw32.db | |
29 63719 [main] wget 6796 cwdstuff::get: posix /var/lib/pacman/sync | |
27 63746 [main] wget 6796 cwdstuff::get: (/var/lib/pacman/sync) = cwdstuff::get (0x600010C30, 32768, 1, 0), errno 0 | |
28 63774 [main] wget 6796 normalize_posix_path: /var/lib/pacman/sync/mingw32.db = normalize_posix_path (mingw32.db) | |
26 63800 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db) | |
28 63828 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db) mount_table->cygdrive / | |
27 63855 [main] wget 6796 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db', dst '' | |
26 63881 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 63908 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 63935 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
26 63961 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
29 63990 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
28 64018 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 64045 [main] wget 6796 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, flags 0x3200A, rc 0 | |
49 64094 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db) | |
36 64130 [main] wget 6796 symlink_info::check: not a symlink | |
27 64157 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x239180) (0x43200A) | |
31 64188 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db), has_acls(1) | |
30 64218 [main] wget 6796 build_fh_pc: fh 0x180303A38, dev 000000C3 | |
29 64247 [main] wget 6796 stat_worker: (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x23A3E0, 0x180303A38), file_attributes 8224 | |
72 64319 [main] wget 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x23A3E0) st_size=196418, st_mode=0100644, st_ino=9288674233066953st_atim=546122B0.3587A1B0 st_ctim=546122B1.2268D0A4 st_mtim=546122B1.217C04B8 st_birthtim=546122B0.3587A1B0 | |
34 64353 [main] wget 6796 stat_worker: 0 = (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db,0x23A3E0) | |
41 64394 [main] wget 6796 time: 1415652094 = time(0x0) | |
932 65326 [main] wget 6796 open: open(/usr/share/zoneinfo/posixrules, 0x10000) | |
56 65382 [main] wget 6796 normalize_posix_path: src /usr/share/zoneinfo/posixrules | |
29 65411 [main] wget 6796 normalize_posix_path: /usr/share/zoneinfo/posixrules = normalize_posix_path (/usr/share/zoneinfo/posixrules) | |
29 65440 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/share/zoneinfo/posixrules) | |
28 65468 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/usr/share/zoneinfo/posixrules) mount_table->cygdrive / | |
29 65497 [main] wget 6796 mount_info::cygdrive_win32_path: src '/usr/share/zoneinfo/posixrules', dst '' | |
27 65524 [main] wget 6796 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 65551 [main] wget 6796 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
26 65577 [main] wget 6796 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
27 65604 [main] wget 6796 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
27 65631 [main] wget 6796 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
28 65659 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 65686 [main] wget 6796 mount_info::conv_to_win32_path: src_path /usr/share/zoneinfo/posixrules, dst D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, flags 0x3200A, rc 0 | |
81 65767 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules) | |
46 65813 [main] wget 6796 symlink_info::check: not a symlink | |
41 65854 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, 0x2342F0) (0x3200A) | |
33 65887 [main] wget 6796 path_conv::check: this->path(D:\applications\msys2.x64\usr\share\zoneinfo\posixrules), has_acls(1) | |
35 65922 [main] wget 6796 build_fh_pc: fh 0x180303A38, dev 000000C3 | |
33 65955 [main] wget 6796 fhandler_base::open: (\??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, 0x118000) | |
56 66011 [main] wget 6796 fhandler_base::set_flags: flags 0x118000, supplied_bin 0x10000 | |
30 66041 [main] wget 6796 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
26 66067 [main] wget 6796 fhandler_base::set_flags: filemode set to binary | |
27 66094 [main] wget 6796 fhandler_base::open: 0x0 = NtCreateFile (0x11C, 0x80100000, \??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, io, NULL, 0x0, 0x7, 0x1, 0x4020, NULL, 0) | |
28 66122 [main] wget 6796 fhandler_base::open: 1 = fhandler_base::open(\??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, 0x118000) | |
34 66156 [main] wget 6796 fhandler_base::open_fs: 1 = fhandler_disk_file::open(\??\D:\applications\msys2.x64\usr\share\zoneinfo\posixrules, 0x18000) | |
29 66185 [main] wget 6796 open: 4 = open(/usr/share/zoneinfo/posixrules, 0x18000) | |
28 66213 [main] wget 6796 read: read(4, 0x60004DEB0, 41448) blocking | |
45 66258 [main] wget 6796 fhandler_base::read: returning 3545, binary mode | |
29 66287 [main] wget 6796 read: 3545 = read(4, 0x60004DEB0, 3545) | |
27 66314 [main] wget 6796 close: close(4) | |
29 66343 [main] wget 6796 fhandler_base::close: closing '/usr/share/zoneinfo/posixrules' handle 0x11C | |
38 66381 [main] wget 6796 close: 0 = close(4) | |
219 66600 [main] wget 6796 stat64: entering | |
29 66629 [main] wget 6796 normalize_posix_path: src /c/Users/mac0089/.netrc | |
27 66656 [main] wget 6796 normalize_posix_path: /c/Users/mac0089/.netrc = normalize_posix_path (/c/Users/mac0089/.netrc) | |
28 66684 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Users/mac0089/.netrc) | |
28 66712 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/c/Users/mac0089/.netrc) mount_table->cygdrive / | |
31 66743 [main] wget 6796 mount_info::cygdrive_win32_path: src '/c/Users/mac0089/.netrc', dst 'C:\Users\mac0089\.netrc' | |
26 66769 [main] wget 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/c/Users/mac0089/.netrc) | |
26 66795 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 66822 [main] wget 6796 mount_info::conv_to_win32_path: src_path /c/Users/mac0089/.netrc, dst C:\Users\mac0089\.netrc, flags 0x6022, rc 0 | |
105 66927 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Users\mac0089\.netrc) | |
31 66958 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Users\mac0089\.netrc) | |
64 67022 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Users\mac0089\.netrc.exe) | |
31 67053 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Users\mac0089\.netrc.exe) | |
62 67115 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Users\mac0089\.netrc.lnk) | |
28 67143 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Users\mac0089\.netrc.lnk) | |
63 67206 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\C:\Users\mac0089\.netrc.exe.lnk) | |
28 67234 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\C:\Users\mac0089\.netrc.exe.lnk) | |
30 67264 [main] wget 6796 symlink_info::check: 0 = symlink.check(C:\Users\mac0089\.netrc, 0x238F50) (0x406022) | |
29 67293 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/c/Users/mac0089) | |
28 67321 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/c/Users/mac0089) mount_table->cygdrive / | |
27 67348 [main] wget 6796 mount_info::cygdrive_win32_path: src '/c/Users/mac0089', dst 'C:\Users\mac0089' | |
26 67374 [main] wget 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/c/Users/mac0089) | |
26 67400 [main] wget 6796 set_flags: flags: binary (0x2) | |
26 67426 [main] wget 6796 mount_info::conv_to_win32_path: src_path /c/Users/mac0089, dst C:\Users\mac0089, flags 0x6022, rc 0 | |
54 67480 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\C:\Users\mac0089) | |
58 67538 [main] wget 6796 mount_info::conv_to_posix_path: conv_to_posix_path (D:\users\mac0089, no-keep-rel, no-add-slash) | |
31 67569 [main] wget 6796 normalize_win32_path: D:\users\mac0089 = normalize_win32_path (D:\users\mac0089) | |
27 67596 [main] wget 6796 mount_info::conv_to_posix_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
27 67623 [main] wget 6796 mount_info::conv_to_posix_path: mount[1] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
26 67649 [main] wget 6796 mount_info::conv_to_posix_path: mount[2] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
27 67676 [main] wget 6796 mount_info::conv_to_posix_path: mount[3] .. checking / -> D:\applications\msys2.x64 | |
27 67703 [main] wget 6796 mount_info::conv_to_posix_path: mount[4] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
28 67731 [main] wget 6796 mount_info::conv_to_posix_path: /d/users/mac0089 = conv_to_posix_path (D:\users\mac0089) | |
40 67771 [main] wget 6796 symlink_info::check: 16 = symlink.check(C:\Users\mac0089, 0x238F50) (0x4006023) | |
30 67801 [main] wget 6796 normalize_posix_path: src /d/users/mac0089/.netrc | |
27 67828 [main] wget 6796 normalize_posix_path: /d/users/mac0089/.netrc = normalize_posix_path (/d/users/mac0089/.netrc) | |
26 67854 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/d/users/mac0089/.netrc) | |
27 67881 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/d/users/mac0089/.netrc) mount_table->cygdrive / | |
28 67909 [main] wget 6796 mount_info::cygdrive_win32_path: src '/d/users/mac0089/.netrc', dst 'D:\users\mac0089\.netrc' | |
25 67934 [main] wget 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/d/users/mac0089/.netrc) | |
27 67961 [main] wget 6796 set_flags: flags: binary (0x2) | |
26 67987 [main] wget 6796 mount_info::conv_to_win32_path: src_path /d/users/mac0089/.netrc, dst D:\users\mac0089\.netrc, flags 0x6022, rc 0 | |
48 68035 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\users\mac0089\.netrc) | |
28 68063 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\users\mac0089\.netrc) | |
45 68108 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\users\mac0089\.netrc.exe) | |
28 68136 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\users\mac0089\.netrc.exe) | |
44 68180 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\users\mac0089\.netrc.lnk) | |
28 68208 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\users\mac0089\.netrc.lnk) | |
44 68252 [main] wget 6796 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\users\mac0089\.netrc.exe.lnk) | |
28 68280 [main] wget 6796 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\users\mac0089\.netrc.exe.lnk) | |
27 68307 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\users\mac0089\.netrc, 0x238F50) (0x406022) | |
27 68334 [main] wget 6796 mount_info::conv_to_win32_path: conv_to_win32_path (/d/users/mac0089) | |
27 68361 [main] wget 6796 mount_info::conv_to_win32_path: iscygdrive (/d/users/mac0089) mount_table->cygdrive / | |
27 68388 [main] wget 6796 mount_info::cygdrive_win32_path: src '/d/users/mac0089', dst 'D:\users\mac0089' | |
26 68414 [main] wget 6796 mount_info::conv_to_win32_path: cygdrive_win32_path (/d/users/mac0089) | |
29 68443 [main] wget 6796 set_flags: flags: binary (0x2) | |
27 68470 [main] wget 6796 mount_info::conv_to_win32_path: src_path /d/users/mac0089, dst D:\users\mac0089, flags 0x6022, rc 0 | |
45 68515 [main] wget 6796 symlink_info::check: 0x0 = NtCreateFile (\??\D:\users\mac0089) | |
35 68550 [main] wget 6796 symlink_info::check: not a symlink | |
36 68586 [main] wget 6796 symlink_info::check: 0 = symlink.check(D:\users\mac0089, 0x238F50) (0x6022) | |
30 68616 [main] wget 6796 path_conv::check: this->path(D:\users\mac0089\.netrc), has_acls(1) | |
32 68648 [main] wget 6796 __set_errno: int stat_worker(path_conv&, stat*):1918 setting errno 2 | |
29 68677 [main] wget 6796 stat_worker: -1 = (\??\D:\users\mac0089\.netrc,0x23A220) | |
2054 70731 [main] wget 6796 wsock_init: res 0 | |
113 70844 [main] wget 6796 wsock_init: wVersion 514 | |
30 70874 [main] wget 6796 wsock_init: wHighVersion 514 | |
27 70901 [main] wget 6796 wsock_init: szDescription WinSock 2.0 | |
26 70927 [main] wget 6796 wsock_init: szSystemStatus Running | |
26 70953 [main] wget 6796 wsock_init: iMaxSockets 0 | |
26 70979 [main] wget 6796 wsock_init: iMaxUdpDg 0 | |
547 71526 [main] wget 6796 cygwin_socket: socket (2, 1 (flags 0x0), 0) | |
756 72282 [main] wget 6796 build_fh_pc: fh 0x180301038, dev 001E0024 | |
182 72464 [main] wget 6796 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 | |
31 72495 [main] wget 6796 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
27 72522 [main] wget 6796 fhandler_base::set_flags: filemode set to binary | |
28 72550 [main] wget 6796 fdsock: fd 4, name '', soc 0x158 | |
40 72590 [main] wget 6796 cygwin_socket: 4 = socket(2, 1 (flags 0x0), 0) | |
35097 107687 [main] wget 6796 cygwin_connect: 0 = connect(4, 0x23A130, 16) | |
988 108675 [main] wget 6796 cygwin_select: select(5, 0x23A0B0, 0x0, 0x0, 0x23A0C0) | |
32 108707 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
69 108776 [main] wget 6796 dtable::select_read: fd 4 | |
31 108807 [main] wget 6796 select: sel.always_ready 0 | |
124 108931 [main] wget 6796 start_thread_socket: stuff_start 0x239EC8 | |
336 109267 [socksel] wget 6796 cygthread::stub: thread 'socksel', id 0x724, stack_ptr 0xDCAC90 | |
98 109365 [socksel] wget 6796 thread_socket: stuff_start 0x239EC8, timeout 4294967295 | |
-1 109364 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
76 109440 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
33573 143013 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
115 143128 [socksel] wget 6796 thread_socket: leaving thread_socket | |
58 143186 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
38 143224 [main] wget 6796 select_stuff::wait: gotone 1 | |
33 143257 [main] wget 6796 select_stuff::wait: returning 0 | |
35 143292 [main] wget 6796 select: res 0 | |
95 143387 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
26 143413 [main] wget 6796 set_bits: me 0x60004DEB0, testing fd 4 () | |
23 143436 [main] wget 6796 set_bits: ready 1 | |
52 143488 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
60 143548 [main] wget 6796 socket_cleanup: si 0x60004DF10 si->thread 0x1801E9858 | |
121 143669 [main] wget 6796 socket_cleanup: returning | |
71 143740 [main] wget 6796 select_stuff::destroy: deleting select records | |
64 143804 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
31 143835 [main] wget 6796 select_stuff::destroy: deleting select records | |
34 143869 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A0B0, 0x0, 0x0, 0x23A0C0) | |
69 143938 [main] wget 6796 cygwin_recv: 20 = recv(4, 0x600049230, 127, 0x2) | |
35 143973 [main] wget 6796 read: read(4, 0x600049230, 20) blocking | |
46 144019 [main] wget 6796 read: 20 = read(4, 0x600049230, 20) | |
101 144120 [main] wget 6796 cygwin_select: select(5, 0x0, 0x23A190, 0x0, 0x23A1A0) | |
31 144151 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
70 144221 [main] wget 6796 dtable::select_write: fd 4 | |
40 144261 [main] wget 6796 select: sel.always_ready 0 | |
65 144326 [main] wget 6796 start_thread_socket: stuff_start 0x239FA8 | |
91 144417 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
-24 144393 [socksel] wget 6796 thread_socket: stuff_start 0x239FA8, timeout 4294967295 | |
76 144469 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
35 144504 [socksel] wget 6796 thread_socket: leaving thread_socket | |
35 144539 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
34 144573 [main] wget 6796 select_stuff::wait: gotone 1 | |
30 144603 [main] wget 6796 select_stuff::wait: returning 0 | |
35 144638 [main] wget 6796 select: res 0 | |
37 144675 [main] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
31 144706 [main] wget 6796 set_bits: me 0x60004E290, testing fd 4 () | |
31 144737 [main] wget 6796 set_bits: ready 1 | |
34 144771 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
31 144802 [main] wget 6796 socket_cleanup: si 0x60004E2F0 si->thread 0x1801E9858 | |
88 144890 [main] wget 6796 socket_cleanup: returning | |
31 144921 [main] wget 6796 select_stuff::destroy: deleting select records | |
57 144978 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
31 145009 [main] wget 6796 select_stuff::destroy: deleting select records | |
32 145041 [main] wget 6796 cygwin_select: 1 = select(5, 0x0, 0x23A190, 0x0, 0x23A1A0) | |
34 145075 [main] wget 6796 write: write(4, 0x60004E270, 16) | |
113 145188 [main] wget 6796 write: 16 = write(4, 0x60004E270, 16) | |
102 145290 [main] wget 6796 cygwin_select: select(5, 0x23A0B0, 0x0, 0x0, 0x23A0C0) | |
32 145322 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
61 145383 [main] wget 6796 dtable::select_read: fd 4 | |
31 145414 [main] wget 6796 select: sel.always_ready 0 | |
61 145475 [main] wget 6796 start_thread_socket: stuff_start 0x239EC8 | |
64 145539 [socksel] wget 6796 thread_socket: stuff_start 0x239EC8, timeout 4294967295 | |
25 145564 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
50 145614 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
34166 179780 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
96 179876 [socksel] wget 6796 thread_socket: leaving thread_socket | |
42 179918 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
89 180007 [main] wget 6796 select_stuff::wait: gotone 1 | |
45 180052 [main] wget 6796 select_stuff::wait: returning 0 | |
37 180089 [main] wget 6796 select: res 0 | |
39 180128 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
33 180161 [main] wget 6796 set_bits: me 0x60004E270, testing fd 4 () | |
34 180195 [main] wget 6796 set_bits: ready 1 | |
34 180229 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
34 180263 [main] wget 6796 socket_cleanup: si 0x60004E2D0 si->thread 0x1801E9858 | |
92 180355 [main] wget 6796 socket_cleanup: returning | |
33 180388 [main] wget 6796 select_stuff::destroy: deleting select records | |
62 180450 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 180482 [main] wget 6796 select_stuff::destroy: deleting select records | |
34 180516 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A0B0, 0x0, 0x0, 0x23A0C0) | |
56 180572 [main] wget 6796 cygwin_recv: 23 = recv(4, 0x600049230, 127, 0x2) | |
37 180609 [main] wget 6796 read: read(4, 0x600049230, 23) blocking | |
43 180652 [main] wget 6796 read: 23 = read(4, 0x600049230, 23) | |
521 181173 [main] wget 6796 cygwin_select: select(5, 0x0, 0x23A1A0, 0x0, 0x23A1B0) | |
32 181205 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
65 181270 [main] wget 6796 dtable::select_write: fd 4 | |
33 181303 [main] wget 6796 select: sel.always_ready 0 | |
63 181366 [main] wget 6796 start_thread_socket: stuff_start 0x239FB8 | |
64 181430 [socksel] wget 6796 thread_socket: stuff_start 0x239FB8, timeout 4294967295 | |
41 181471 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
65 181536 [socksel] wget 6796 thread_socket: leaving thread_socket | |
1 181537 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
60 181597 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
34 181631 [main] wget 6796 select_stuff::wait: gotone 1 | |
32 181663 [main] wget 6796 select_stuff::wait: returning 0 | |
33 181696 [main] wget 6796 select: res 0 | |
36 181732 [main] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
34 181766 [main] wget 6796 set_bits: me 0x60004E290, testing fd 4 () | |
32 181798 [main] wget 6796 set_bits: ready 1 | |
34 181832 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 181865 [main] wget 6796 socket_cleanup: si 0x60004E2F0 si->thread 0x1801E9858 | |
90 181955 [main] wget 6796 socket_cleanup: returning | |
32 181987 [main] wget 6796 select_stuff::destroy: deleting select records | |
60 182047 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 182079 [main] wget 6796 select_stuff::destroy: deleting select records | |
33 182112 [main] wget 6796 cygwin_select: 1 = select(5, 0x0, 0x23A1A0, 0x0, 0x23A1B0) | |
38 182150 [main] wget 6796 write: write(4, 0x60004E270, 6) | |
154 182304 [main] wget 6796 write: 6 = write(4, 0x60004E270, 6) | |
121 182425 [main] wget 6796 cygwin_select: select(5, 0x23A0C0, 0x0, 0x0, 0x23A0D0) | |
32 182457 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
57 182514 [main] wget 6796 dtable::select_read: fd 4 | |
38 182552 [main] wget 6796 select: sel.always_ready 0 | |
59 182611 [main] wget 6796 start_thread_socket: stuff_start 0x239ED8 | |
63 182674 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
62 182736 [socksel] wget 6796 thread_socket: stuff_start 0x239ED8, timeout 4294967295 | |
56 182792 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
31778 214570 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
450 215020 [socksel] wget 6796 thread_socket: leaving thread_socket | |
189 215209 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
118 215327 [main] wget 6796 select_stuff::wait: gotone 1 | |
127 215454 [main] wget 6796 select_stuff::wait: returning 0 | |
119 215573 [main] wget 6796 select: res 0 | |
134 215707 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
115 215822 [main] wget 6796 set_bits: me 0x60004E270, testing fd 4 () | |
99 215921 [main] wget 6796 set_bits: ready 1 | |
110 216031 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
107 216138 [main] wget 6796 socket_cleanup: si 0x60004E2D0 si->thread 0x1801E9858 | |
290 216428 [main] wget 6796 socket_cleanup: returning | |
99 216527 [main] wget 6796 select_stuff::destroy: deleting select records | |
185 216712 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
97 216809 [main] wget 6796 select_stuff::destroy: deleting select records | |
100 216909 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A0C0, 0x0, 0x0, 0x23A0D0) | |
152 217061 [main] wget 6796 cygwin_recv: 19 = recv(4, 0x600049230, 127, 0x2) | |
110 217171 [main] wget 6796 read: read(4, 0x600049230, 19) blocking | |
125 217296 [main] wget 6796 read: 19 = read(4, 0x600049230, 19) | |
1655 218951 [main] wget 6796 cygwin_select: select(5, 0x0, 0x23A1B0, 0x0, 0x23A1C0) | |
98 219049 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
191 219240 [main] wget 6796 dtable::select_write: fd 4 | |
100 219340 [main] wget 6796 select: sel.always_ready 0 | |
186 219526 [main] wget 6796 start_thread_socket: stuff_start 0x239FC8 | |
186 219712 [socksel] wget 6796 thread_socket: stuff_start 0x239FC8, timeout 4294967295 | |
114 219826 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
78 219904 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
94 219998 [socksel] wget 6796 thread_socket: leaving thread_socket | |
339 220337 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
106 220443 [main] wget 6796 select_stuff::wait: gotone 1 | |
102 220545 [main] wget 6796 select_stuff::wait: returning 0 | |
99 220644 [main] wget 6796 select: res 0 | |
109 220753 [main] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
100 220853 [main] wget 6796 set_bits: me 0x60004E290, testing fd 4 () | |
99 220952 [main] wget 6796 set_bits: ready 1 | |
100 221052 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
100 221152 [main] wget 6796 socket_cleanup: si 0x60004E2F0 si->thread 0x1801E9858 | |
266 221418 [main] wget 6796 socket_cleanup: returning | |
97 221515 [main] wget 6796 select_stuff::destroy: deleting select records | |
180 221695 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
95 221790 [main] wget 6796 select_stuff::destroy: deleting select records | |
97 221887 [main] wget 6796 cygwin_select: 1 = select(5, 0x0, 0x23A1B0, 0x0, 0x23A1C0) | |
102 221989 [main] wget 6796 write: write(4, 0x60004E270, 5) | |
260 222249 [main] wget 6796 write: 5 = write(4, 0x60004E270, 5) | |
293 222542 [main] wget 6796 cygwin_select: select(5, 0x23A0D0, 0x0, 0x0, 0x23A0E0) | |
100 222642 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
188 222830 [main] wget 6796 dtable::select_read: fd 4 | |
98 222928 [main] wget 6796 select: sel.always_ready 0 | |
188 223116 [main] wget 6796 start_thread_socket: stuff_start 0x239EE8 | |
186 223302 [socksel] wget 6796 thread_socket: stuff_start 0x239EE8, timeout 4294967295 | |
108 223410 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
83 223493 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
30846 254339 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
204 254543 [socksel] wget 6796 thread_socket: leaving thread_socket | |
116 254659 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
202 254861 [main] wget 6796 select_stuff::wait: gotone 1 | |
130 254991 [main] wget 6796 select_stuff::wait: returning 0 | |
111 255102 [main] wget 6796 select: res 0 | |
111 255213 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
101 255314 [main] wget 6796 set_bits: me 0x60004E270, testing fd 4 () | |
102 255416 [main] wget 6796 set_bits: ready 1 | |
101 255517 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
101 255618 [main] wget 6796 socket_cleanup: si 0x60004E2D0 si->thread 0x1801E9858 | |
280 255898 [main] wget 6796 socket_cleanup: returning | |
96 255994 [main] wget 6796 select_stuff::destroy: deleting select records | |
180 256174 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
97 256271 [main] wget 6796 select_stuff::destroy: deleting select records | |
99 256370 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A0D0, 0x0, 0x0, 0x23A0E0) | |
147 256517 [main] wget 6796 cygwin_recv: 9 = recv(4, 0x600049230, 127, 0x2) | |
106 256623 [main] wget 6796 read: read(4, 0x600049230, 9) blocking | |
125 256748 [main] wget 6796 read: 9 = read(4, 0x600049230, 9) | |
1585 258333 [main] wget 6796 cygwin_select: select(5, 0x0, 0x23A1A0, 0x0, 0x23A1B0) | |
99 258432 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
187 258619 [main] wget 6796 dtable::select_write: fd 4 | |
98 258717 [main] wget 6796 select: sel.always_ready 0 | |
183 258900 [main] wget 6796 start_thread_socket: stuff_start 0x239FB8 | |
187 259087 [socksel] wget 6796 thread_socket: stuff_start 0x239FB8, timeout 4294967295 | |
106 259193 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
82 259275 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
104 259379 [socksel] wget 6796 thread_socket: leaving thread_socket | |
211 259590 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
120 259710 [main] wget 6796 select_stuff::wait: gotone 1 | |
101 259811 [main] wget 6796 select_stuff::wait: returning 0 | |
99 259910 [main] wget 6796 select: res 0 | |
106 260016 [main] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
111 260127 [main] wget 6796 set_bits: me 0x60004E2B0, testing fd 4 () | |
106 260233 [main] wget 6796 set_bits: ready 1 | |
99 260332 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
98 260430 [main] wget 6796 socket_cleanup: si 0x60004E310 si->thread 0x1801E9858 | |
265 260695 [main] wget 6796 socket_cleanup: returning | |
95 260790 [main] wget 6796 select_stuff::destroy: deleting select records | |
179 260969 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
96 261065 [main] wget 6796 select_stuff::destroy: deleting select records | |
97 261162 [main] wget 6796 cygwin_select: 1 = select(5, 0x0, 0x23A1A0, 0x0, 0x23A1B0) | |
103 261265 [main] wget 6796 write: write(4, 0x60004E290, 8) | |
258 261523 [main] wget 6796 write: 8 = write(4, 0x60004E290, 8) | |
293 261816 [main] wget 6796 cygwin_select: select(5, 0x23A0C0, 0x0, 0x0, 0x23A0D0) | |
104 261920 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
188 262108 [main] wget 6796 dtable::select_read: fd 4 | |
96 262204 [main] wget 6796 select: sel.always_ready 0 | |
187 262391 [main] wget 6796 start_thread_socket: stuff_start 0x239ED8 | |
187 262578 [socksel] wget 6796 thread_socket: stuff_start 0x239ED8, timeout 4294967295 | |
169 262747 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
-2 262745 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
31445 294190 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
214 294404 [socksel] wget 6796 thread_socket: leaving thread_socket | |
114 294518 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
206 294724 [main] wget 6796 select_stuff::wait: gotone 1 | |
127 294851 [main] wget 6796 select_stuff::wait: returning 0 | |
109 294960 [main] wget 6796 select: res 0 | |
111 295071 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
101 295172 [main] wget 6796 set_bits: me 0x60004E290, testing fd 4 () | |
99 295271 [main] wget 6796 set_bits: ready 1 | |
98 295369 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
98 295467 [main] wget 6796 socket_cleanup: si 0x60004E2F0 si->thread 0x1801E9858 | |
268 295735 [main] wget 6796 socket_cleanup: returning | |
96 295831 [main] wget 6796 select_stuff::destroy: deleting select records | |
178 296009 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
96 296105 [main] wget 6796 select_stuff::destroy: deleting select records | |
97 296202 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A0C0, 0x0, 0x0, 0x23A0D0) | |
147 296349 [main] wget 6796 cygwin_recv: 31 = recv(4, 0x600049230, 127, 0x2) | |
108 296457 [main] wget 6796 read: read(4, 0x600049230, 31) blocking | |
123 296580 [main] wget 6796 read: 31 = read(4, 0x600049230, 31) | |
1485 298065 [main] wget 6796 cygwin_select: select(5, 0x0, 0x23A180, 0x0, 0x23A190) | |
102 298167 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
194 298361 [main] wget 6796 dtable::select_write: fd 4 | |
97 298458 [main] wget 6796 select: sel.always_ready 0 | |
183 298641 [main] wget 6796 start_thread_socket: stuff_start 0x239F98 | |
186 298827 [socksel] wget 6796 thread_socket: stuff_start 0x239F98, timeout 4294967295 | |
105 298932 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
82 299014 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
93 299107 [socksel] wget 6796 thread_socket: leaving thread_socket | |
194 299301 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
119 299420 [main] wget 6796 select_stuff::wait: gotone 1 | |
102 299522 [main] wget 6796 select_stuff::wait: returning 0 | |
99 299621 [main] wget 6796 select: res 0 | |
108 299729 [main] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
98 299827 [main] wget 6796 set_bits: me 0x60004E2B0, testing fd 4 () | |
98 299925 [main] wget 6796 set_bits: ready 1 | |
111 300036 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
102 300138 [main] wget 6796 socket_cleanup: si 0x60004E310 si->thread 0x1801E9858 | |
275 300413 [main] wget 6796 socket_cleanup: returning | |
97 300510 [main] wget 6796 select_stuff::destroy: deleting select records | |
181 300691 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
95 300786 [main] wget 6796 select_stuff::destroy: deleting select records | |
98 300884 [main] wget 6796 cygwin_select: 1 = select(5, 0x0, 0x23A180, 0x0, 0x23A190) | |
103 300987 [main] wget 6796 write: write(4, 0x60004E290, 17) | |
257 301244 [main] wget 6796 write: 17 = write(4, 0x60004E290, 17) | |
293 301537 [main] wget 6796 cygwin_select: select(5, 0x23A0A0, 0x0, 0x0, 0x23A0B0) | |
99 301636 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
189 301825 [main] wget 6796 dtable::select_read: fd 4 | |
97 301922 [main] wget 6796 select: sel.always_ready 0 | |
186 302108 [main] wget 6796 start_thread_socket: stuff_start 0x239EB8 | |
188 302296 [socksel] wget 6796 thread_socket: stuff_start 0x239EB8, timeout 4294967295 | |
106 302402 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
78 302480 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
30935 333415 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
489 333904 [socksel] wget 6796 thread_socket: leaving thread_socket | |
124 334028 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
122 334150 [main] wget 6796 select_stuff::wait: gotone 1 | |
75 334225 [main] wget 6796 select_stuff::wait: returning 0 | |
133 334358 [main] wget 6796 select: res 0 | |
95 334453 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
90 334543 [main] wget 6796 set_bits: me 0x60004E290, testing fd 4 () | |
89 334632 [main] wget 6796 set_bits: ready 1 | |
87 334719 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
80 334799 [main] wget 6796 socket_cleanup: si 0x60004E2F0 si->thread 0x1801E9858 | |
231 335030 [main] wget 6796 socket_cleanup: returning | |
79 335109 [main] wget 6796 select_stuff::destroy: deleting select records | |
145 335254 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
77 335331 [main] wget 6796 select_stuff::destroy: deleting select records | |
82 335413 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A0A0, 0x0, 0x0, 0x23A0B0) | |
125 335538 [main] wget 6796 cygwin_recv: 37 = recv(4, 0x600049230, 127, 0x2) | |
94 335632 [main] wget 6796 read: read(4, 0x600049230, 37) blocking | |
106 335738 [main] wget 6796 read: 37 = read(4, 0x600049230, 37) | |
1182 336920 [main] wget 6796 cygwin_select: select(5, 0x0, 0x23A190, 0x0, 0x23A1A0) | |
83 337003 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
154 337157 [main] wget 6796 dtable::select_write: fd 4 | |
81 337238 [main] wget 6796 select: sel.always_ready 0 | |
149 337387 [main] wget 6796 start_thread_socket: stuff_start 0x239FA8 | |
211 337598 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
-46 337552 [socksel] wget 6796 thread_socket: stuff_start 0x239FA8, timeout 4294967295 | |
288 337840 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
118 337958 [socksel] wget 6796 thread_socket: leaving thread_socket | |
103 338061 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
103 338164 [main] wget 6796 select_stuff::wait: gotone 1 | |
100 338264 [main] wget 6796 select_stuff::wait: returning 0 | |
104 338368 [main] wget 6796 select: res 0 | |
111 338479 [main] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
102 338581 [main] wget 6796 set_bits: me 0x60004E2B0, testing fd 4 () | |
99 338680 [main] wget 6796 set_bits: ready 1 | |
100 338780 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
226 339006 [main] wget 6796 socket_cleanup: si 0x60004E310 si->thread 0x1801E9858 | |
372 339378 [main] wget 6796 socket_cleanup: returning | |
106 339484 [main] wget 6796 select_stuff::destroy: deleting select records | |
184 339668 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
107 339775 [main] wget 6796 select_stuff::destroy: deleting select records | |
108 339883 [main] wget 6796 cygwin_select: 1 = select(5, 0x0, 0x23A190, 0x0, 0x23A1A0) | |
109 339992 [main] wget 6796 write: write(4, 0x60004E290, 17) | |
269 340261 [main] wget 6796 write: 17 = write(4, 0x60004E290, 17) | |
290 340551 [main] wget 6796 cygwin_select: select(5, 0x23A0B0, 0x0, 0x0, 0x23A0C0) | |
102 340653 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
195 340848 [main] wget 6796 dtable::select_read: fd 4 | |
98 340946 [main] wget 6796 select: sel.always_ready 0 | |
189 341135 [main] wget 6796 start_thread_socket: stuff_start 0x239EC8 | |
193 341328 [socksel] wget 6796 thread_socket: stuff_start 0x239EC8, timeout 4294967295 | |
171 341499 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
8 341507 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
31014 372521 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
209 372730 [socksel] wget 6796 thread_socket: leaving thread_socket | |
132 372862 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
216 373078 [main] wget 6796 select_stuff::wait: gotone 1 | |
104 373182 [main] wget 6796 select_stuff::wait: returning 0 | |
103 373285 [main] wget 6796 select: res 0 | |
121 373406 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
98 373504 [main] wget 6796 set_bits: me 0x60004E290, testing fd 4 () | |
96 373600 [main] wget 6796 set_bits: ready 1 | |
94 373694 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
96 373790 [main] wget 6796 socket_cleanup: si 0x60004E2F0 si->thread 0x1801E9858 | |
268 374058 [main] wget 6796 socket_cleanup: returning | |
92 374150 [main] wget 6796 select_stuff::destroy: deleting select records | |
176 374326 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
92 374418 [main] wget 6796 select_stuff::destroy: deleting select records | |
95 374513 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A0B0, 0x0, 0x0, 0x23A0C0) | |
146 374659 [main] wget 6796 cygwin_recv: 12 = recv(4, 0x600049230, 127, 0x2) | |
107 374766 [main] wget 6796 read: read(4, 0x600049230, 12) blocking | |
121 374887 [main] wget 6796 read: 12 = read(4, 0x600049230, 12) | |
577 375464 [main] wget 6796 cygwin_getpeername: 0 = getpeername(4) 0x158 | |
202 375666 [main] wget 6796 cygwin_select: select(5, 0x0, 0x23A180, 0x0, 0x23A190) | |
101 375767 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
329 376096 [main] wget 6796 dtable::select_write: fd 4 | |
138 376234 [main] wget 6796 select: sel.always_ready 0 | |
170 376404 [main] wget 6796 start_thread_socket: stuff_start 0x239F98 | |
267 376671 [socksel] wget 6796 thread_socket: stuff_start 0x239F98, timeout 4294967295 | |
72 376743 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
211 376954 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
106 377060 [socksel] wget 6796 thread_socket: leaving thread_socket | |
112 377172 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
104 377276 [main] wget 6796 select_stuff::wait: gotone 1 | |
92 377368 [main] wget 6796 select_stuff::wait: returning 0 | |
89 377457 [main] wget 6796 select: res 0 | |
105 377562 [main] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
90 377652 [main] wget 6796 set_bits: me 0x60004E2B0, testing fd 4 () | |
88 377740 [main] wget 6796 set_bits: ready 1 | |
89 377829 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
87 377916 [main] wget 6796 socket_cleanup: si 0x60004E310 si->thread 0x1801E9858 | |
237 378153 [main] wget 6796 socket_cleanup: returning | |
86 378239 [main] wget 6796 select_stuff::destroy: deleting select records | |
159 378398 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
86 378484 [main] wget 6796 select_stuff::destroy: deleting select records | |
89 378573 [main] wget 6796 cygwin_select: 1 = select(5, 0x0, 0x23A180, 0x0, 0x23A190) | |
106 378679 [main] wget 6796 write: write(4, 0x60004E290, 6) | |
263 378942 [main] wget 6796 write: 6 = write(4, 0x60004E290, 6) | |
276 379218 [main] wget 6796 cygwin_select: select(5, 0x23A0A0, 0x0, 0x0, 0x23A0B0) | |
90 379308 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
181 379489 [main] wget 6796 dtable::select_read: fd 4 | |
91 379580 [main] wget 6796 select: sel.always_ready 0 | |
173 379753 [main] wget 6796 start_thread_socket: stuff_start 0x239EB8 | |
246 379999 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
-70 379929 [socksel] wget 6796 thread_socket: stuff_start 0x239EB8, timeout 4294967295 | |
325 380254 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
31937 412191 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
425 412616 [socksel] wget 6796 thread_socket: leaving thread_socket | |
332 412948 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
339 413287 [main] wget 6796 select_stuff::wait: gotone 1 | |
268 413555 [main] wget 6796 select_stuff::wait: returning 0 | |
237 413792 [main] wget 6796 select: res 0 | |
145 413937 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
115 414052 [main] wget 6796 set_bits: me 0x60004E290, testing fd 4 () | |
111 414163 [main] wget 6796 set_bits: ready 1 | |
108 414271 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
103 414374 [main] wget 6796 socket_cleanup: si 0x60004E2F0 si->thread 0x1801E9858 | |
287 414661 [main] wget 6796 socket_cleanup: returning | |
104 414765 [main] wget 6796 select_stuff::destroy: deleting select records | |
186 414951 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
85 415036 [main] wget 6796 select_stuff::destroy: deleting select records | |
97 415133 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A0A0, 0x0, 0x0, 0x23A0B0) | |
144 415277 [main] wget 6796 cygwin_recv: 52 = recv(4, 0x600049230, 127, 0x2) | |
114 415391 [main] wget 6796 read: read(4, 0x600049230, 52) blocking | |
127 415518 [main] wget 6796 read: 52 = read(4, 0x600049230, 52) | |
220 415738 [main] wget 6796 cygwin_socket: socket (2, 1 (flags 0x0), 0) | |
357 416095 [main] wget 6796 build_fh_pc: fh 0x180303C48, dev 001E0024 | |
231 416326 [main] wget 6796 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 | |
113 416439 [main] wget 6796 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 | |
110 416549 [main] wget 6796 fhandler_base::set_flags: filemode set to binary | |
98 416647 [main] wget 6796 fdsock: fd 6, name '', soc 0x19C | |
219 416866 [main] wget 6796 cygwin_socket: 6 = socket(2, 1 (flags 0x0), 0) | |
33122 449988 [main] wget 6796 cygwin_connect: 0 = connect(6, 0x23A190, 16) | |
1494 451482 [main] wget 6796 cygwin_select: select(5, 0x0, 0x23A180, 0x0, 0x23A190) | |
132 451614 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
158 451772 [main] wget 6796 dtable::select_write: fd 4 | |
82 451854 [main] wget 6796 select: sel.always_ready 0 | |
139 451993 [main] wget 6796 start_thread_socket: stuff_start 0x239F98 | |
210 452203 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
92 452295 [socksel] wget 6796 thread_socket: stuff_start 0x239F98, timeout 4294967295 | |
108 452403 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
268 452671 [socksel] wget 6796 thread_socket: leaving thread_socket | |
325 452996 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
197 453193 [main] wget 6796 select_stuff::wait: gotone 1 | |
212 453405 [main] wget 6796 select_stuff::wait: returning 0 | |
145 453550 [main] wget 6796 select: res 0 | |
160 453710 [main] wget 6796 peek_socket: read_ready: 0, write_ready: 1, except_ready: 0 | |
102 453812 [main] wget 6796 set_bits: me 0x60004E2B0, testing fd 4 () | |
122 453934 [main] wget 6796 set_bits: ready 1 | |
186 454120 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
175 454295 [main] wget 6796 socket_cleanup: si 0x60004E310 si->thread 0x1801E9858 | |
290 454585 [main] wget 6796 socket_cleanup: returning | |
111 454696 [main] wget 6796 select_stuff::destroy: deleting select records | |
187 454883 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
95 454978 [main] wget 6796 select_stuff::destroy: deleting select records | |
98 455076 [main] wget 6796 cygwin_select: 1 = select(5, 0x0, 0x23A180, 0x0, 0x23A190) | |
105 455181 [main] wget 6796 write: write(4, 0x60004E290, 17) | |
285 455466 [main] wget 6796 write: 17 = write(4, 0x60004E290, 17) | |
348 455814 [main] wget 6796 cygwin_select: select(5, 0x23A0A0, 0x0, 0x0, 0x23A0B0) | |
100 455914 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
193 456107 [main] wget 6796 dtable::select_read: fd 4 | |
97 456204 [main] wget 6796 select: sel.always_ready 0 | |
183 456387 [main] wget 6796 start_thread_socket: stuff_start 0x239EB8 | |
202 456589 [socksel] wget 6796 thread_socket: stuff_start 0x239EB8, timeout 4294967295 | |
71 456660 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
181 456841 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
31808 488649 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
221 488870 [socksel] wget 6796 thread_socket: leaving thread_socket | |
175 489045 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
154 489199 [main] wget 6796 select_stuff::wait: gotone 1 | |
180 489379 [main] wget 6796 select_stuff::wait: returning 0 | |
161 489540 [main] wget 6796 select: res 0 | |
150 489690 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
110 489800 [main] wget 6796 set_bits: me 0x60004E290, testing fd 4 () | |
190 489990 [main] wget 6796 set_bits: ready 1 | |
205 490195 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
124 490319 [main] wget 6796 socket_cleanup: si 0x60004E2F0 si->thread 0x1801E9858 | |
338 490657 [main] wget 6796 socket_cleanup: returning | |
117 490774 [main] wget 6796 select_stuff::destroy: deleting select records | |
367 491141 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
127 491268 [main] wget 6796 select_stuff::destroy: deleting select records | |
123 491391 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A0A0, 0x0, 0x0, 0x23A0B0) | |
162 491553 [main] wget 6796 cygwin_recv: 72 = recv(4, 0x600049230, 127, 0x2) | |
124 491677 [main] wget 6796 read: read(4, 0x600049230, 72) blocking | |
153 491830 [main] wget 6796 read: 72 = read(4, 0x600049230, 72) | |
4966 496796 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
120 496916 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
202 497118 [main] wget 6796 dtable::select_read: fd 6 | |
105 497223 [main] wget 6796 select: sel.always_ready 0 | |
187 497410 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
215 497625 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
72 497697 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
281 497978 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
121 498099 [socksel] wget 6796 thread_socket: leaving thread_socket | |
120 498219 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
127 498346 [main] wget 6796 select_stuff::wait: gotone 1 | |
102 498448 [main] wget 6796 select_stuff::wait: returning 0 | |
105 498553 [main] wget 6796 select: res 0 | |
116 498669 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
104 498773 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
100 498873 [main] wget 6796 set_bits: ready 1 | |
103 498976 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
101 499077 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
276 499353 [main] wget 6796 socket_cleanup: returning | |
96 499449 [main] wget 6796 select_stuff::destroy: deleting select records | |
198 499647 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
93 499740 [main] wget 6796 select_stuff::destroy: deleting select records | |
116 499856 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
169 500025 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
149 500174 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
676 500850 [main] wget 6796 fhandler_base::fstat_helper: 0xC0000011 = NtReadFile(\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part) | |
158 501008 [main] wget 6796 fhandler_base::fstat_helper: 0 = fstat (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, 0x239F20) st_size=0, st_mode=0100644, st_ino=4785074605696635st_atim=546122FE.2DFA10B8 st_ctim=546122FE.2DFA10B8 st_mtim=546122FE.2DFA10B8 st_birthtim=546122FE.2DFA10B8 | |
124 501132 [main] wget 6796 fstat64: 0 = fstat(3, 0x239F20) | |
1224 502356 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
436 502792 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
564 503356 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
132 503488 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
266 503754 [main] wget 6796 dtable::select_read: fd 6 | |
121 503875 [main] wget 6796 select: sel.always_ready 0 | |
206 504081 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
243 504324 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
166 504490 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
16 504506 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
193 504699 [socksel] wget 6796 thread_socket: leaving thread_socket | |
120 504819 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
159 504978 [main] wget 6796 select_stuff::wait: gotone 1 | |
115 505093 [main] wget 6796 select_stuff::wait: returning 0 | |
126 505219 [main] wget 6796 select: res 0 | |
144 505363 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
110 505473 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
109 505582 [main] wget 6796 set_bits: ready 1 | |
104 505686 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
128 505814 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
320 506134 [main] wget 6796 socket_cleanup: returning | |
123 506257 [main] wget 6796 select_stuff::destroy: deleting select records | |
216 506473 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
105 506578 [main] wget 6796 select_stuff::destroy: deleting select records | |
109 506687 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
169 506856 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
212 507068 [main] wget 6796 read: 6408 = read(6, 0x60004E4D0, 6408) | |
1254 508322 [main] wget 6796 write: write(3, 0x60005A330, 6408) | |
315 508637 [main] wget 6796 write: 6408 = write(3, 0x60005A330, 6408) | |
513 509150 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
113 509263 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
210 509473 [main] wget 6796 dtable::select_read: fd 6 | |
100 509573 [main] wget 6796 select: sel.always_ready 0 | |
211 509784 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
223 510007 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
224 510231 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
119 510350 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
11065 521415 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
132 521547 [socksel] wget 6796 thread_socket: leaving thread_socket | |
83 521630 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
67 521697 [main] wget 6796 select_stuff::wait: gotone 1 | |
57 521754 [main] wget 6796 select_stuff::wait: returning 0 | |
54 521808 [main] wget 6796 select: res 0 | |
61 521869 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
54 521923 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
71 521994 [main] wget 6796 set_bits: ready 1 | |
64 522058 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
68 522126 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
169 522295 [main] wget 6796 socket_cleanup: returning | |
45 522340 [main] wget 6796 select_stuff::destroy: deleting select records | |
291 522631 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
120 522751 [main] wget 6796 select_stuff::destroy: deleting select records | |
68 522819 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
437 523256 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
154 523410 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
416 523826 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
62 523888 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
149 524037 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
36 524073 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
116 524189 [main] wget 6796 dtable::select_read: fd 6 | |
45 524234 [main] wget 6796 select: sel.always_ready 0 | |
105 524339 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
115 524454 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
-2 524452 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
77 524529 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
92 524621 [socksel] wget 6796 thread_socket: leaving thread_socket | |
109 524730 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
56 524786 [main] wget 6796 select_stuff::wait: gotone 1 | |
42 524828 [main] wget 6796 select_stuff::wait: returning 0 | |
39 524867 [main] wget 6796 select: res 0 | |
54 524921 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
43 524964 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
42 525006 [main] wget 6796 set_bits: ready 1 | |
47 525053 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
57 525110 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
134 525244 [main] wget 6796 socket_cleanup: returning | |
39 525283 [main] wget 6796 select_stuff::destroy: deleting select records | |
74 525357 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
40 525397 [main] wget 6796 select_stuff::destroy: deleting select records | |
47 525444 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
66 525510 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
64 525574 [main] wget 6796 read: 2352 = read(6, 0x60004E4D0, 2352) | |
539 526113 [main] wget 6796 write: write(3, 0x60005A330, 2352) | |
180 526293 [main] wget 6796 write: 2352 = write(3, 0x60005A330, 2352) | |
247 526540 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
74 526614 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
101 526715 [main] wget 6796 dtable::select_read: fd 6 | |
48 526763 [main] wget 6796 select: sel.always_ready 0 | |
87 526850 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
104 526954 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
92 527046 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
-3 527043 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
3125 530168 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
142 530310 [socksel] wget 6796 thread_socket: leaving thread_socket | |
81 530391 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
67 530458 [main] wget 6796 select_stuff::wait: gotone 1 | |
46 530504 [main] wget 6796 select_stuff::wait: returning 0 | |
44 530548 [main] wget 6796 select: res 0 | |
56 530604 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
50 530654 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
40 530694 [main] wget 6796 set_bits: ready 1 | |
43 530737 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
48 530785 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
127 530912 [main] wget 6796 socket_cleanup: returning | |
96 531008 [main] wget 6796 select_stuff::destroy: deleting select records | |
74 531082 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
36 531118 [main] wget 6796 select_stuff::destroy: deleting select records | |
39 531157 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
45 531202 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
61 531263 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
988 532251 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
87 532338 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
334 532672 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
69 532741 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
75 532816 [main] wget 6796 dtable::select_read: fd 6 | |
37 532853 [main] wget 6796 select: sel.always_ready 0 | |
155 533008 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
113 533121 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
4 533125 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
134 533259 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
69 533328 [socksel] wget 6796 thread_socket: leaving thread_socket | |
56 533384 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
52 533436 [main] wget 6796 select_stuff::wait: gotone 1 | |
42 533478 [main] wget 6796 select_stuff::wait: returning 0 | |
40 533518 [main] wget 6796 select: res 0 | |
56 533574 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
41 533615 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
41 533656 [main] wget 6796 set_bits: ready 1 | |
41 533697 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
40 533737 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
109 533846 [main] wget 6796 socket_cleanup: returning | |
38 533884 [main] wget 6796 select_stuff::destroy: deleting select records | |
69 533953 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
37 533990 [main] wget 6796 select_stuff::destroy: deleting select records | |
40 534030 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
42 534072 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
52 534124 [main] wget 6796 read: 568 = read(6, 0x60004E4D0, 568) | |
454 534578 [main] wget 6796 write: write(3, 0x60005A330, 568) | |
57 534635 [main] wget 6796 write: 568 = write(3, 0x60005A330, 568) | |
184 534819 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
41 534860 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
73 534933 [main] wget 6796 dtable::select_read: fd 6 | |
41 534974 [main] wget 6796 select: sel.always_ready 0 | |
93 535067 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
87 535154 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
24 535178 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
88 535266 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
23678 558944 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
131 559075 [socksel] wget 6796 thread_socket: leaving thread_socket | |
1962 561037 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
169 561206 [main] wget 6796 select_stuff::wait: gotone 1 | |
271 561477 [main] wget 6796 select_stuff::wait: returning 0 | |
175 561652 [main] wget 6796 select: res 0 | |
60 561712 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
75 561787 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
49 561836 [main] wget 6796 set_bits: ready 1 | |
36 561872 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 561905 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
95 562000 [main] wget 6796 socket_cleanup: returning | |
38 562038 [main] wget 6796 select_stuff::destroy: deleting select records | |
56 562094 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
29 562123 [main] wget 6796 select_stuff::destroy: deleting select records | |
35 562158 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
38 562196 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
58 562254 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
343 562597 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
53 562650 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
159 562809 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
40 562849 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
373 563222 [main] wget 6796 dtable::select_read: fd 6 | |
98 563320 [main] wget 6796 select: sel.always_ready 0 | |
1774 565094 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
108 565202 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
1 565203 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
237 565440 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
66 565506 [socksel] wget 6796 thread_socket: leaving thread_socket | |
685 566191 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
84 566275 [main] wget 6796 select_stuff::wait: gotone 1 | |
40 566315 [main] wget 6796 select_stuff::wait: returning 0 | |
41 566356 [main] wget 6796 select: res 0 | |
57 566413 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
42 566455 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
39 566494 [main] wget 6796 set_bits: ready 1 | |
40 566534 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
38 566572 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
106 566678 [main] wget 6796 socket_cleanup: returning | |
37 566715 [main] wget 6796 select_stuff::destroy: deleting select records | |
70 566785 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
37 566822 [main] wget 6796 select_stuff::destroy: deleting select records | |
40 566862 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
45 566907 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
60 566967 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
682 567649 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
176 567825 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
214 568039 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
48 568087 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
97 568184 [main] wget 6796 dtable::select_read: fd 6 | |
47 568231 [main] wget 6796 select: sel.always_ready 0 | |
96 568327 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
410 568737 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
106 568843 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
57 568900 [socksel] wget 6796 thread_socket: leaving thread_socket | |
-60 568840 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
213 569053 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
68 569121 [main] wget 6796 select_stuff::wait: gotone 1 | |
81 569202 [main] wget 6796 select_stuff::wait: returning 0 | |
53 569255 [main] wget 6796 select: res 0 | |
63 569318 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
49 569367 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
52 569419 [main] wget 6796 set_bits: ready 1 | |
49 569468 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
46 569514 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
143 569657 [main] wget 6796 socket_cleanup: returning | |
55 569712 [main] wget 6796 select_stuff::destroy: deleting select records | |
99 569811 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
58 569869 [main] wget 6796 select_stuff::destroy: deleting select records | |
56 569925 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
54 569979 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
69 570048 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
583 570631 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
104 570735 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
207 570942 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
51 570993 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
94 571087 [main] wget 6796 dtable::select_read: fd 6 | |
53 571140 [main] wget 6796 select: sel.always_ready 0 | |
90 571230 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
127 571357 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
-37 571320 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
139 571459 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
49 571508 [socksel] wget 6796 thread_socket: leaving thread_socket | |
51 571559 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
47 571606 [main] wget 6796 select_stuff::wait: gotone 1 | |
43 571649 [main] wget 6796 select_stuff::wait: returning 0 | |
51 571700 [main] wget 6796 select: res 0 | |
53 571753 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
51 571804 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
47 571851 [main] wget 6796 set_bits: ready 1 | |
52 571903 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
48 571951 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
132 572083 [main] wget 6796 socket_cleanup: returning | |
55 572138 [main] wget 6796 select_stuff::destroy: deleting select records | |
91 572229 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
49 572278 [main] wget 6796 select_stuff::destroy: deleting select records | |
44 572322 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
49 572371 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
57 572428 [main] wget 6796 read: 3164 = read(6, 0x60004E4D0, 3164) | |
577 573005 [main] wget 6796 write: write(3, 0x60005A330, 3164) | |
86 573091 [main] wget 6796 write: 3164 = write(3, 0x60005A330, 3164) | |
197 573288 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
50 573338 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
104 573442 [main] wget 6796 dtable::select_read: fd 6 | |
51 573493 [main] wget 6796 select: sel.always_ready 0 | |
95 573588 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
92 573680 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
34 573714 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
115 573829 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
20444 594273 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
132 594405 [socksel] wget 6796 thread_socket: leaving thread_socket | |
208 594613 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
86 594699 [main] wget 6796 select_stuff::wait: gotone 1 | |
82 594781 [main] wget 6796 select_stuff::wait: returning 0 | |
65 594846 [main] wget 6796 select: res 0 | |
75 594921 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
52 594973 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
55 595028 [main] wget 6796 set_bits: ready 1 | |
58 595086 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
54 595140 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
127 595267 [main] wget 6796 socket_cleanup: returning | |
59 595326 [main] wget 6796 select_stuff::destroy: deleting select records | |
101 595427 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
67 595494 [main] wget 6796 select_stuff::destroy: deleting select records | |
51 595545 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
55 595600 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
62 595662 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
613 596275 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
70 596345 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
231 596576 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
49 596625 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
98 596723 [main] wget 6796 dtable::select_read: fd 6 | |
54 596777 [main] wget 6796 select: sel.always_ready 0 | |
117 596894 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
113 597007 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
36 597043 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
95 597138 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
57 597195 [socksel] wget 6796 thread_socket: leaving thread_socket | |
66 597261 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
56 597317 [main] wget 6796 select_stuff::wait: gotone 1 | |
54 597371 [main] wget 6796 select_stuff::wait: returning 0 | |
53 597424 [main] wget 6796 select: res 0 | |
74 597498 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
54 597552 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
53 597605 [main] wget 6796 set_bits: ready 1 | |
54 597659 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
99 597758 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
161 597919 [main] wget 6796 socket_cleanup: returning | |
50 597969 [main] wget 6796 select_stuff::destroy: deleting select records | |
88 598057 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
49 598106 [main] wget 6796 select_stuff::destroy: deleting select records | |
49 598155 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
58 598213 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
76 598289 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
584 598873 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
85 598958 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
379 599337 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
75 599412 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
151 599563 [main] wget 6796 dtable::select_read: fd 6 | |
70 599633 [main] wget 6796 select: sel.always_ready 0 | |
96 599729 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
107 599836 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
123 599959 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
1 599960 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
137 600097 [socksel] wget 6796 thread_socket: leaving thread_socket | |
107 600204 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
54 600258 [main] wget 6796 select_stuff::wait: gotone 1 | |
61 600319 [main] wget 6796 select_stuff::wait: returning 0 | |
70 600389 [main] wget 6796 select: res 0 | |
65 600454 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
51 600505 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
46 600551 [main] wget 6796 set_bits: ready 1 | |
58 600609 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
63 600672 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
143 600815 [main] wget 6796 socket_cleanup: returning | |
49 600864 [main] wget 6796 select_stuff::destroy: deleting select records | |
98 600962 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
44 601006 [main] wget 6796 select_stuff::destroy: deleting select records | |
53 601059 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
59 601118 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
73 601191 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
586 601777 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
88 601865 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
231 602096 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
53 602149 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
97 602246 [main] wget 6796 dtable::select_read: fd 6 | |
50 602296 [main] wget 6796 select: sel.always_ready 0 | |
97 602393 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
132 602525 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
-35 602490 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
149 602639 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
50 602689 [socksel] wget 6796 thread_socket: leaving thread_socket | |
54 602743 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
70 602813 [main] wget 6796 select_stuff::wait: gotone 1 | |
47 602860 [main] wget 6796 select_stuff::wait: returning 0 | |
93 602953 [main] wget 6796 select: res 0 | |
64 603017 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
52 603069 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
47 603116 [main] wget 6796 set_bits: ready 1 | |
48 603164 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
49 603213 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
140 603353 [main] wget 6796 socket_cleanup: returning | |
49 603402 [main] wget 6796 select_stuff::destroy: deleting select records | |
95 603497 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
46 603543 [main] wget 6796 select_stuff::destroy: deleting select records | |
46 603589 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
51 603640 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
69 603709 [main] wget 6796 read: 7544 = read(6, 0x60004E4D0, 7544) | |
646 604355 [main] wget 6796 write: write(3, 0x60005A330, 7544) | |
68 604423 [main] wget 6796 write: 7544 = write(3, 0x60005A330, 7544) | |
228 604651 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
48 604699 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
94 604793 [main] wget 6796 dtable::select_read: fd 6 | |
50 604843 [main] wget 6796 select: sel.always_ready 0 | |
93 604936 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
132 605068 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
-35 605033 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
109 605142 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
21733 626875 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
120 626995 [socksel] wget 6796 thread_socket: leaving thread_socket | |
49 627044 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
77 627121 [main] wget 6796 select_stuff::wait: gotone 1 | |
90 627211 [main] wget 6796 select_stuff::wait: returning 0 | |
94 627305 [main] wget 6796 select: res 0 | |
193 627498 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
124 627622 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
94 627716 [main] wget 6796 set_bits: ready 1 | |
2280 629996 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
419 630415 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
8840 639255 [main] wget 6796 socket_cleanup: returning | |
107 639362 [main] wget 6796 select_stuff::destroy: deleting select records | |
51 639413 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
49 639462 [main] wget 6796 select_stuff::destroy: deleting select records | |
29 639491 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
60 639551 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
88 639639 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
332 639971 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
106 640077 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
107 640184 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
22 640206 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
50 640256 [main] wget 6796 dtable::select_read: fd 6 | |
21 640277 [main] wget 6796 select: sel.always_ready 0 | |
45 640322 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
59 640381 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
39 640420 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
96 640516 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
55 640571 [socksel] wget 6796 thread_socket: leaving thread_socket | |
3595 644166 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
464 644630 [main] wget 6796 select_stuff::wait: gotone 1 | |
59 644689 [main] wget 6796 select_stuff::wait: returning 0 | |
44 644733 [main] wget 6796 select: res 0 | |
90 644823 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
68 644891 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
57 644948 [main] wget 6796 set_bits: ready 1 | |
54 645002 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
39 645041 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
113 645154 [main] wget 6796 socket_cleanup: returning | |
87 645241 [main] wget 6796 select_stuff::destroy: deleting select records | |
65 645306 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
34 645340 [main] wget 6796 select_stuff::destroy: deleting select records | |
48 645388 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
41 645429 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
61 645490 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
392 645882 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
73 645955 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
210 646165 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
45 646210 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
84 646294 [main] wget 6796 dtable::select_read: fd 6 | |
34 646328 [main] wget 6796 select: sel.always_ready 0 | |
81 646409 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
153 646562 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
49 646611 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
57 646668 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
32 646700 [socksel] wget 6796 thread_socket: leaving thread_socket | |
39 646739 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
39 646778 [main] wget 6796 select_stuff::wait: gotone 1 | |
65 646843 [main] wget 6796 select_stuff::wait: returning 0 | |
43 646886 [main] wget 6796 select: res 0 | |
48 646934 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
45 646979 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
51 647030 [main] wget 6796 set_bits: ready 1 | |
39 647069 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
39 647108 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
113 647221 [main] wget 6796 socket_cleanup: returning | |
36 647257 [main] wget 6796 select_stuff::destroy: deleting select records | |
73 647330 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
42 647372 [main] wget 6796 select_stuff::destroy: deleting select records | |
42 647414 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
43 647457 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
74 647531 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
502 648033 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
93 648126 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
168 648294 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
36 648330 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
71 648401 [main] wget 6796 dtable::select_read: fd 6 | |
36 648437 [main] wget 6796 select: sel.always_ready 0 | |
69 648506 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
95 648601 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
-3 648598 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
70 648668 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
33 648701 [socksel] wget 6796 thread_socket: leaving thread_socket | |
55 648756 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
38 648794 [main] wget 6796 select_stuff::wait: gotone 1 | |
44 648838 [main] wget 6796 select_stuff::wait: returning 0 | |
34 648872 [main] wget 6796 select: res 0 | |
46 648918 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
33 648951 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
32 648983 [main] wget 6796 set_bits: ready 1 | |
31 649014 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
31 649045 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
87 649132 [main] wget 6796 socket_cleanup: returning | |
36 649168 [main] wget 6796 select_stuff::destroy: deleting select records | |
129 649297 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
45 649342 [main] wget 6796 select_stuff::destroy: deleting select records | |
38 649380 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
38 649418 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
53 649471 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
438 649909 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
114 650023 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
152 650175 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
32 650207 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
69 650276 [main] wget 6796 dtable::select_read: fd 6 | |
28 650304 [main] wget 6796 select: sel.always_ready 0 | |
67 650371 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
72 650443 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
23 650466 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
101 650567 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
84 650651 [socksel] wget 6796 thread_socket: leaving thread_socket | |
44 650695 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
44 650739 [main] wget 6796 select_stuff::wait: gotone 1 | |
42 650781 [main] wget 6796 select_stuff::wait: returning 0 | |
36 650817 [main] wget 6796 select: res 0 | |
41 650858 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
34 650892 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
32 650924 [main] wget 6796 set_bits: ready 1 | |
34 650958 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 650990 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
91 651081 [main] wget 6796 socket_cleanup: returning | |
32 651113 [main] wget 6796 select_stuff::destroy: deleting select records | |
60 651173 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
31 651204 [main] wget 6796 select_stuff::destroy: deleting select records | |
33 651237 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
34 651271 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
47 651318 [main] wget 6796 read: 8112 = read(6, 0x60004E4D0, 8112) | |
378 651696 [main] wget 6796 write: write(3, 0x60005A330, 8112) | |
84 651780 [main] wget 6796 write: 8112 = write(3, 0x60005A330, 8112) | |
177 651957 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
37 651994 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
66 652060 [main] wget 6796 dtable::select_read: fd 6 | |
33 652093 [main] wget 6796 select: sel.always_ready 0 | |
62 652155 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
66 652221 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
24 652245 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
96 652341 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
6439 658780 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
109 658889 [socksel] wget 6796 thread_socket: leaving thread_socket | |
50 658939 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
107 659046 [main] wget 6796 select_stuff::wait: gotone 1 | |
42 659088 [main] wget 6796 select_stuff::wait: returning 0 | |
38 659126 [main] wget 6796 select: res 0 | |
55 659181 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
111 659292 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
68 659360 [main] wget 6796 set_bits: ready 1 | |
38 659398 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 659431 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
94 659525 [main] wget 6796 socket_cleanup: returning | |
32 659557 [main] wget 6796 select_stuff::destroy: deleting select records | |
60 659617 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
38 659655 [main] wget 6796 select_stuff::destroy: deleting select records | |
50 659705 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
39 659744 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
47 659791 [main] wget 6796 read: 7300 = read(6, 0x60004E4D0, 7300) | |
398 660189 [main] wget 6796 write: write(3, 0x60005A330, 7300) | |
88 660277 [main] wget 6796 write: 7300 = write(3, 0x60005A330, 7300) | |
151 660428 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
36 660464 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
77 660541 [main] wget 6796 dtable::select_read: fd 6 | |
33 660574 [main] wget 6796 select: sel.always_ready 0 | |
64 660638 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
72 660710 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
29 660739 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
67 660806 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
35 660841 [socksel] wget 6796 thread_socket: leaving thread_socket | |
36 660877 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
35 660912 [main] wget 6796 select_stuff::wait: gotone 1 | |
32 660944 [main] wget 6796 select_stuff::wait: returning 0 | |
39 660983 [main] wget 6796 select: res 0 | |
75 661058 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
34 661092 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
32 661124 [main] wget 6796 set_bits: ready 1 | |
33 661157 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 661190 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
107 661297 [main] wget 6796 socket_cleanup: returning | |
35 661332 [main] wget 6796 select_stuff::destroy: deleting select records | |
61 661393 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
31 661424 [main] wget 6796 select_stuff::destroy: deleting select records | |
33 661457 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
33 661490 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
48 661538 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
414 661952 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
71 662023 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
144 662167 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
101 662268 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
75 662343 [main] wget 6796 dtable::select_read: fd 6 | |
33 662376 [main] wget 6796 select: sel.always_ready 0 | |
80 662456 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
122 662578 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
1 662579 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
88 662667 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
41 662708 [socksel] wget 6796 thread_socket: leaving thread_socket | |
43 662751 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
48 662799 [main] wget 6796 select_stuff::wait: gotone 1 | |
32 662831 [main] wget 6796 select_stuff::wait: returning 0 | |
35 662866 [main] wget 6796 select: res 0 | |
45 662911 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
34 662945 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
31 662976 [main] wget 6796 set_bits: ready 1 | |
64 663040 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
80 663120 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
103 663223 [main] wget 6796 socket_cleanup: returning | |
32 663255 [main] wget 6796 select_stuff::destroy: deleting select records | |
65 663320 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 663352 [main] wget 6796 select_stuff::destroy: deleting select records | |
33 663385 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
36 663421 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
55 663476 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
362 663838 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
74 663912 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
151 664063 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
33 664096 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
68 664164 [main] wget 6796 dtable::select_read: fd 6 | |
35 664199 [main] wget 6796 select: sel.always_ready 0 | |
64 664263 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
67 664330 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
26 664356 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
64 664420 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
34 664454 [socksel] wget 6796 thread_socket: leaving thread_socket | |
35 664489 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
34 664523 [main] wget 6796 select_stuff::wait: gotone 1 | |
32 664555 [main] wget 6796 select_stuff::wait: returning 0 | |
33 664588 [main] wget 6796 select: res 0 | |
38 664626 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
34 664660 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
33 664693 [main] wget 6796 set_bits: ready 1 | |
32 664725 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 664758 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
90 664848 [main] wget 6796 socket_cleanup: returning | |
32 664880 [main] wget 6796 select_stuff::destroy: deleting select records | |
60 664940 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 664972 [main] wget 6796 select_stuff::destroy: deleting select records | |
33 665005 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
34 665039 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
43 665082 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
377 665459 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
44 665503 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
148 665651 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
33 665684 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
67 665751 [main] wget 6796 dtable::select_read: fd 6 | |
35 665786 [main] wget 6796 select: sel.always_ready 0 | |
62 665848 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
66 665914 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
25 665939 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
63 666002 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
34 666036 [socksel] wget 6796 thread_socket: leaving thread_socket | |
35 666071 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
33 666104 [main] wget 6796 select_stuff::wait: gotone 1 | |
33 666137 [main] wget 6796 select_stuff::wait: returning 0 | |
33 666170 [main] wget 6796 select: res 0 | |
36 666206 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
33 666239 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
33 666272 [main] wget 6796 set_bits: ready 1 | |
32 666304 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
39 666343 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
110 666453 [main] wget 6796 socket_cleanup: returning | |
33 666486 [main] wget 6796 select_stuff::destroy: deleting select records | |
60 666546 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 666578 [main] wget 6796 select_stuff::destroy: deleting select records | |
77 666655 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
40 666695 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
70 666765 [main] wget 6796 read: 4624 = read(6, 0x60004E4D0, 4624) | |
436 667201 [main] wget 6796 write: write(3, 0x60005A330, 4624) | |
53 667254 [main] wget 6796 write: 4624 = write(3, 0x60005A330, 4624) | |
152 667406 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
33 667439 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
87 667526 [main] wget 6796 dtable::select_read: fd 6 | |
37 667563 [main] wget 6796 select: sel.always_ready 0 | |
62 667625 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
66 667691 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
24 667715 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
40 667755 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
78 667833 [socksel] wget 6796 thread_socket: leaving thread_socket | |
36 667869 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
33 667902 [main] wget 6796 select_stuff::wait: gotone 1 | |
33 667935 [main] wget 6796 select_stuff::wait: returning 0 | |
33 667968 [main] wget 6796 select: res 0 | |
40 668008 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
43 668051 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
42 668093 [main] wget 6796 set_bits: ready 1 | |
33 668126 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 668159 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
90 668249 [main] wget 6796 socket_cleanup: returning | |
35 668284 [main] wget 6796 select_stuff::destroy: deleting select records | |
89 668373 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
35 668408 [main] wget 6796 select_stuff::destroy: deleting select records | |
33 668441 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
34 668475 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
45 668520 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
387 668907 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
45 668952 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
148 669100 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
33 669133 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
102 669235 [main] wget 6796 dtable::select_read: fd 6 | |
37 669272 [main] wget 6796 select: sel.always_ready 0 | |
62 669334 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
71 669405 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
24 669429 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
66 669495 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
34 669529 [socksel] wget 6796 thread_socket: leaving thread_socket | |
35 669564 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
34 669598 [main] wget 6796 select_stuff::wait: gotone 1 | |
33 669631 [main] wget 6796 select_stuff::wait: returning 0 | |
33 669664 [main] wget 6796 select: res 0 | |
37 669701 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
33 669734 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
34 669768 [main] wget 6796 set_bits: ready 1 | |
32 669800 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 669833 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
89 669922 [main] wget 6796 socket_cleanup: returning | |
33 669955 [main] wget 6796 select_stuff::destroy: deleting select records | |
60 670015 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 670047 [main] wget 6796 select_stuff::destroy: deleting select records | |
34 670081 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
34 670115 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
43 670158 [main] wget 6796 read: 7868 = read(6, 0x60004E4D0, 7868) | |
376 670534 [main] wget 6796 write: write(3, 0x60005A330, 7868) | |
46 670580 [main] wget 6796 write: 7868 = write(3, 0x60005A330, 7868) | |
148 670728 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
33 670761 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
63 670824 [main] wget 6796 dtable::select_read: fd 6 | |
32 670856 [main] wget 6796 select: sel.always_ready 0 | |
62 670918 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
66 670984 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
24 671008 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
35 671043 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
19975 691018 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
125 691143 [socksel] wget 6796 thread_socket: leaving thread_socket | |
51 691194 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
118 691312 [main] wget 6796 select_stuff::wait: gotone 1 | |
51 691363 [main] wget 6796 select_stuff::wait: returning 0 | |
48 691411 [main] wget 6796 select: res 0 | |
50 691461 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
34 691495 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
49 691544 [main] wget 6796 set_bits: ready 1 | |
51 691595 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 691627 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
106 691733 [main] wget 6796 socket_cleanup: returning | |
33 691766 [main] wget 6796 select_stuff::destroy: deleting select records | |
74 691840 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
34 691874 [main] wget 6796 select_stuff::destroy: deleting select records | |
32 691906 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
37 691943 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
48 691991 [main] wget 6796 read: 8192 = read(6, 0x60004E4D0, 8192) | |
393 692384 [main] wget 6796 write: write(3, 0x60005A330, 8192) | |
74 692458 [main] wget 6796 write: 8192 = write(3, 0x60005A330, 8192) | |
195 692653 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
33 692686 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
64 692750 [main] wget 6796 dtable::select_read: fd 6 | |
32 692782 [main] wget 6796 select: sel.always_ready 0 | |
61 692843 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
71 692914 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
23 692937 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
102 693039 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
40 693079 [socksel] wget 6796 thread_socket: leaving thread_socket | |
36 693115 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
33 693148 [main] wget 6796 select_stuff::wait: gotone 1 | |
32 693180 [main] wget 6796 select_stuff::wait: returning 0 | |
32 693212 [main] wget 6796 select: res 0 | |
36 693248 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
32 693280 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
32 693312 [main] wget 6796 set_bits: ready 1 | |
30 693342 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 693374 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
90 693464 [main] wget 6796 socket_cleanup: returning | |
33 693497 [main] wget 6796 select_stuff::destroy: deleting select records | |
62 693559 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
32 693591 [main] wget 6796 select_stuff::destroy: deleting select records | |
33 693624 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
34 693658 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
50 693708 [main] wget 6796 read: 1022 = read(6, 0x60004E4D0, 1022) | |
376 694084 [main] wget 6796 write: write(3, 0x60005A330, 1022) | |
41 694125 [main] wget 6796 write: 1022 = write(3, 0x60005A330, 1022) | |
167 694292 [main] wget 6796 cygwin_select: select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
33 694325 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
61 694386 [main] wget 6796 dtable::select_read: fd 6 | |
31 694417 [main] wget 6796 select: sel.always_ready 0 | |
62 694479 [main] wget 6796 start_thread_socket: stuff_start 0x239EA8 | |
68 694547 [socksel] wget 6796 thread_socket: stuff_start 0x239EA8, timeout 4294967295 | |
24 694571 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
66 694637 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
35 694672 [socksel] wget 6796 thread_socket: leaving thread_socket | |
36 694708 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
34 694742 [main] wget 6796 select_stuff::wait: gotone 1 | |
33 694775 [main] wget 6796 select_stuff::wait: returning 0 | |
33 694808 [main] wget 6796 select: res 0 | |
38 694846 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
33 694879 [main] wget 6796 set_bits: me 0x600050500, testing fd 6 () | |
33 694912 [main] wget 6796 set_bits: ready 1 | |
33 694945 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 694978 [main] wget 6796 socket_cleanup: si 0x600050560 si->thread 0x1801E9858 | |
92 695070 [main] wget 6796 socket_cleanup: returning | |
32 695102 [main] wget 6796 select_stuff::destroy: deleting select records | |
62 695164 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 695197 [main] wget 6796 select_stuff::destroy: deleting select records | |
33 695230 [main] wget 6796 cygwin_select: 1 = select(7, 0x23A090, 0x0, 0x0, 0x23A0A0) | |
35 695265 [main] wget 6796 read: read(6, 0x60004E4D0, 8192) blocking | |
41 695306 [main] wget 6796 read: 0 = read(6, 0x60004E4D0, 0) | |
96 695402 [main] wget 6796 time: 1415652095 = time(0x0) | |
71 695473 [main] wget 6796 close: close(6) | |
133 695606 [main] wget 6796 fhandler_socket::close: 0 = fhandler_socket::close() | |
42 695648 [main] wget 6796 close: 0 = close(6) | |
68 695716 [main] wget 6796 cygwin_select: select(5, 0x23A100, 0x0, 0x0, 0x23A110) | |
36 695752 [main] wget 6796 cygwin_select: to->tv_sec 900, to->tv_usec 0, ms 900000 | |
66 695818 [main] wget 6796 dtable::select_read: fd 4 | |
35 695853 [main] wget 6796 select: sel.always_ready 0 | |
76 695929 [main] wget 6796 start_thread_socket: stuff_start 0x239F18 | |
67 695996 [socksel] wget 6796 thread_socket: stuff_start 0x239F18, timeout 4294967295 | |
58 696054 [main] wget 6796 select_stuff::wait: m 3, ms 900000 | |
4 696058 [socksel] wget 6796 peek_socket: read_ready: 0, write_ready: 0, except_ready: 0 | |
28282 724340 [socksel] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
100 724440 [socksel] wget 6796 thread_socket: leaving thread_socket | |
100 724540 [main] wget 6796 select_stuff::wait: wait_ret 2, m = 3. verifying | |
100 724640 [main] wget 6796 select_stuff::wait: gotone 1 | |
56 724696 [main] wget 6796 select_stuff::wait: returning 0 | |
60 724756 [main] wget 6796 select: res 0 | |
47 724803 [main] wget 6796 peek_socket: read_ready: 1, write_ready: 0, except_ready: 0 | |
40 724843 [main] wget 6796 set_bits: me 0x60004E4D0, testing fd 4 () | |
36 724879 [main] wget 6796 set_bits: ready 1 | |
45 724924 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
62 724986 [main] wget 6796 socket_cleanup: si 0x60004E530 si->thread 0x1801E9858 | |
181 725167 [main] wget 6796 socket_cleanup: returning | |
36 725203 [main] wget 6796 select_stuff::destroy: deleting select records | |
47 725250 [main] wget 6796 select_stuff::cleanup: calling cleanup routines | |
33 725283 [main] wget 6796 select_stuff::destroy: deleting select records | |
79 725362 [main] wget 6796 cygwin_select: 1 = select(5, 0x23A100, 0x0, 0x0, 0x23A110) | |
173 725535 [main] wget 6796 cygwin_recv: 24 = recv(4, 0x600049230, 127, 0x2) | |
119 725654 [main] wget 6796 read: read(4, 0x600049230, 24) blocking | |
397 726051 [main] wget 6796 read: 24 = read(4, 0x600049230, 24) | |
1512 727563 [main] wget 6796 time: 1415652095 = time(0x0) | |
248 727811 [main] wget 6796 close: close(4) | |
172 727983 [main] wget 6796 fhandler_socket::close: 0 = fhandler_socket::close() | |
66 728049 [main] wget 6796 close: 0 = close(4) | |
1859 729908 [main] wget 6796 fhandler_pty_slave::write: pty0, write(0x23A350, 122) | |
68 729976 [main] wget 6796 fhandler_pty_slave::write: (656): pty output_mutex (0x138): waiting -1 ms | |
40 730016 [main] wget 6796 fhandler_pty_slave::write: (656): pty output_mutex: acquired | |
76 730092 [main] wget 6796 fhandler_pty_slave::write: (671): pty output_mutex(0x138) released | |
42 730134 [main] wget 6796 write: 122 = write(2, 0x23A350, 122) | |
1183 731317 [main] wget 6796 close: close(3) | |
37 731354 [main] wget 6796 fhandler_base::close: closing '/var/lib/pacman/sync/mingw32.db.part' handle 0xEC | |
3110 734464 [main] wget 6796 close: 0 = close(3) | |
582 735046 [main] wget 6796 do_exit: do_exit (0), exit_state 1 | |
57 735103 [main] wget 6796 void: 0x0 = signal (20, 0x1) | |
35 735138 [main] wget 6796 void: 0x10041BB60 = signal (1, 0x1) | |
34 735172 [main] wget 6796 void: 0x0 = signal (2, 0x1) | |
33 735205 [main] wget 6796 void: 0x0 = signal (3, 0x1) | |
39 735244 [main] wget 6796 fhandler_base::close_with_arch: line 1140: /dev/pty0<0x1802FD5A8> usecount + -1 = 3 | |
34 735278 [main] wget 6796 fhandler_base::close_with_arch: not closing archetype | |
40 735318 [main] wget 6796 fhandler_base::close_with_arch: line 1140: /dev/pty0<0x1802FD5A8> usecount + -1 = 2 | |
34 735352 [main] wget 6796 fhandler_base::close_with_arch: not closing archetype | |
40 735392 [main] wget 6796 fhandler_base::close_with_arch: line 1140: /dev/pty0<0x1802FD5A8> usecount + -1 = 1 | |
34 735426 [main] wget 6796 fhandler_base::close_with_arch: not closing archetype | |
37 735463 [main] wget 6796 fhandler_base::close: closing '/w/temporary/trash' handle 0x268 | |
37 735500 [main] wget 6796 init_cygheap::close_ctty: closing cygheap->ctty 0x1802FD5A8 | |
34 735534 [main] wget 6796 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0 | |
34 735568 [main] wget 6796 fhandler_pty_slave::cleanup: /dev/pty0 closed, usecount 0 | |
35 735603 [main] wget 6796 fhandler_pty_slave::close: closing last open /dev/pty0 handle | |
67 735670 [main] wget 6796 fhandler_console::free_console: freed console, res 1 | |
54 735724 [main] wget 6796 fhandler_pty_common::close: pty0 <0x148,0x3C> closing | |
53 735777 [main] wget 6796 dtable::delete_archetype: deleting element 0 for /dev/pty0(136/0) | |
52 735829 [main] wget 6796 getpid: 6796 = getpid() | |
41 735870 [main] wget 6796 proc_terminate: nprocs 0 | |
34 735904 [main] wget 6796 proc_terminate: leaving | |
53 735957 [main] wget 6796 pinfo::exit: Calling ExitProcess n 0x0, exitcode 0x0 | |
813592 1037515 [waitproc] pacman 3552 pinfo::maybe_set_exit_code_from_windows: pid 6796, exit value - old 0x8000000, windows 0xDEADBEEF, MSYS 0x8000000 | |
97 1037612 [waitproc] pacman 3552 sig_send: sendsig 0xA8, pid 3552, signal 20, its_me 1 | |
48 1037660 [waitproc] pacman 3552 sig_send: Not waiting for sigcomplete. its_me 1 signal 20 | |
83 1037743 [waitproc] pacman 3552 sig_send: returning 0x0 from sending signal 20 | |
75 1037818 [waitproc] pacman 3552 proc_waiter: exiting wait thread for pid 6796 | |
0 1037818 [sig] pacman 3552 sigpacket::process: signal 20 processing | |
92 1037910 [sig] pacman 3552 init_cygheap::find_tls: sig 20 | |
52 1037962 [sig] pacman 3552 sigpacket::process: using tls 0x0 | |
39 1038001 [sig] pacman 3552 sigpacket::process: signal 20 blocked | |
35 1038036 [sig] pacman 3552 sigpacket::process: returning -1 | |
39 1038075 [sig] pacman 3552 proc_subproc: args: 5, 0 | |
43 1038118 [sig] pacman 3552 proc_subproc: looking for processes to reap, nprocs 1 | |
36 1038154 [sig] pacman 3552 checkstate: nprocs 1 | |
34 1038188 [sig] pacman 3552 stopped_or_terminated: considering pid 6796, pgid 8980, w->pid 6796 | |
48 1038236 [sig] pacman 3552 remove_proc: removing procs[0], pid 6796, nprocs 1 | |
37 1038273 [main] pacman 3552 wait4: 0 = cygwait (...) | |
45 1038318 [main] pacman 3552 wait4: 6796 = wait4(6796, 0x0, 0, 0x0) | |
89 1038407 [main] pacman 3552 sig_send: sendsig 0xA8, pid 3552, signal -66, its_me 1 | |
47 1038454 [main] pacman 3552 sig_send: wakeup 0x270 | |
41 1038495 [main] pacman 3552 sig_send: Waiting for pack.wakeup 0x270 | |
85 1038580 [sig] pacman 3552 checkstate: returning 1 | |
57 1038637 [sig] pacman 3552 proc_subproc: released waiting thread | |
37 1038674 [sig] pacman 3552 proc_subproc: finished processing terminated/stopped child | |
37 1038711 [sig] pacman 3552 proc_subproc: returning 1 | |
36 1038747 [sig] pacman 3552 sigpacket::process: signal 20 processing | |
36 1038783 [sig] pacman 3552 init_cygheap::find_tls: sig 20 | |
35 1038818 [sig] pacman 3552 sigpacket::process: using tls 0x0 | |
34 1038852 [sig] pacman 3552 sigpacket::process: signal 20 blocked | |
35 1038887 [sig] pacman 3552 sigpacket::process: returning -1 | |
46 1038933 [sig] pacman 3552 sigpacket::process: signal 20 processing | |
36 1038969 [sig] pacman 3552 init_cygheap::find_tls: sig 20 | |
34 1039003 [sig] pacman 3552 sigpacket::process: using tls 0x0 | |
35 1039038 [sig] pacman 3552 sigpacket::process: signal 20 blocked | |
35 1039073 [sig] pacman 3552 sigpacket::process: returning -1 | |
39 1039112 [sig] pacman 3552 wait_sig: signalling pack.wakeup 0x270 | |
43 1039155 [main] pacman 3552 sig_send: returning 0x0 from sending signal -66 | |
43 1039198 [main] pacman 3552 void: 0x1 = signal (2, 0x100405A90) | |
37 1039235 [main] pacman 3552 sig_send: sendsig 0xA8, pid 3552, signal -66, its_me 1 | |
35 1039270 [main] pacman 3552 sig_send: wakeup 0x270 | |
38 1039308 [main] pacman 3552 sig_send: Waiting for pack.wakeup 0x270 | |
39 1039347 [sig] pacman 3552 sigpacket::process: signal 20 processing | |
43 1039390 [sig] pacman 3552 init_cygheap::find_tls: sig 20 | |
37 1039427 [sig] pacman 3552 sigpacket::process: using tls 0x0 | |
37 1039464 [sig] pacman 3552 sigpacket::process: signal 20 blocked | |
39 1039503 [sig] pacman 3552 sigpacket::process: returning -1 | |
36 1039539 [sig] pacman 3552 wait_sig: signalling pack.wakeup 0x270 | |
40 1039579 [main] pacman 3552 sig_send: returning 0x0 from sending signal -66 | |
40 1039619 [main] pacman 3552 void: 0x1 = signal (3, 0x0) | |
34 1039653 [main] pacman 3552 set_signal_mask: setmask 80000, newmask 0, mask_bits 80000 | |
35 1039688 [main] pacman 3552 sig_send: sendsig 0xA8, pid 3552, signal -71, its_me 1 | |
40 1039728 [main] pacman 3552 sig_send: wakeup 0x270 | |
40 1039768 [main] pacman 3552 sig_send: Waiting for pack.wakeup 0x270 | |
41 1039809 [sig] pacman 3552 sigpacket::process: signal 20 processing | |
47 1039856 [sig] pacman 3552 init_cygheap::find_tls: sig 20 | |
37 1039893 [sig] pacman 3552 sigpacket::process: using tls 0x23CE00 | |
96 1039989 [sig] pacman 3552 sigpacket::process: signal 20 default is currently ignore | |
37 1040026 [sig] pacman 3552 sigpacket::process: returning 1 | |
37 1040063 [sig] pacman 3552 wait_sig: signalling pack.wakeup 0x270 | |
39 1040102 [main] pacman 3552 sig_send: returning 0x0 from sending signal -71 | |
40 1040142 [main] pacman 3552 sigprocmask: 0 = sigprocmask (0, 0x239640, 0x0) | |
42 1040184 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/mingw32.db.part | |
33 1040217 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/mingw32.db.part = normalize_posix_path (/var/lib/pacman/sync/mingw32.db.part) | |
36 1040253 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db.part) | |
34 1040287 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db.part) mount_table->cygdrive / | |
36 1040323 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db.part', dst '' | |
33 1040356 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
33 1040389 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
33 1040422 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
33 1040455 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
34 1040489 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
35 1040524 [main] pacman 3552 set_flags: flags: binary (0x2) | |
35 1040559 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db.part, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, flags 0x3200A, rc 0 | |
112 1040671 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part) | |
52 1040723 [main] pacman 3552 symlink_info::check: not a symlink | |
54 1040777 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part, 0x238EA0) (0x3200A) | |
38 1040815 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.part), has_acls(1) | |
34 1040849 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/mingw32.db | |
33 1040882 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/mingw32.db = normalize_posix_path (/var/lib/pacman/sync/mingw32.db) | |
34 1040916 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db) | |
34 1040950 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db) mount_table->cygdrive / | |
33 1040983 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db', dst '' | |
33 1041016 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
32 1041048 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
34 1041082 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
33 1041115 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
33 1041148 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
34 1041182 [main] pacman 3552 set_flags: flags: binary (0x2) | |
33 1041215 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, flags 0x3200A, rc 0 | |
59 1041274 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db) | |
46 1041320 [main] pacman 3552 symlink_info::check: not a symlink | |
45 1041365 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db, 0x238EA0) (0x3200A) | |
36 1041401 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db), has_acls(1) | |
3759 1045160 [main] pacman 3552 rename: 0 = rename(/var/lib/pacman/sync/mingw32.db.part, /var/lib/pacman/sync/mingw32.db) | |
159 1045319 [main] pacman 3552 chdir: dir '/w/temporary/trash' | |
31 1045350 [main] pacman 3552 normalize_posix_path: src /w/temporary/trash | |
32 1045382 [main] pacman 3552 normalize_posix_path: /w/temporary/trash = normalize_posix_path (/w/temporary/trash) | |
27 1045409 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/w/temporary/trash) | |
24 1045433 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/w/temporary/trash) mount_table->cygdrive / | |
30 1045463 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/w/temporary/trash', dst 'W:\temporary\trash' | |
24 1045487 [main] pacman 3552 mount_info::conv_to_win32_path: cygdrive_win32_path (/w/temporary/trash) | |
25 1045512 [main] pacman 3552 set_flags: flags: binary (0x2) | |
28 1045540 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /w/temporary/trash, dst W:\temporary\trash, flags 0x6022, rc 0 | |
110 1045650 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\W:\temporary\trash) | |
49 1045699 [main] pacman 3552 symlink_info::check: not a symlink | |
42 1045741 [main] pacman 3552 symlink_info::check: 0 = symlink.check(W:\temporary\trash, 0x2391E0) (0x6022) | |
29 1045770 [main] pacman 3552 path_conv::check: this->path(W:\temporary\trash), has_acls(1) | |
86 1045856 [main] pacman 3552 chdir: 0 = chdir() cygheap->cwd.posix '/w/temporary/trash' native '\??\W:\temporary\trash' | |
39 1045895 [main] pacman 3552 fchdir: 0 = fchdir(5) | |
31 1045926 [main] pacman 3552 close: close(5) | |
33 1045959 [main] pacman 3552 fhandler_base::close: closing '/w/temporary/trash' handle 0x268 | |
39 1045998 [main] pacman 3552 close: 0 = close(5) | |
212 1046210 [main] pacman 3552 normalize_posix_path: src /var/lib/pacman/sync/mingw32.db.sig | |
41 1046251 [main] pacman 3552 normalize_posix_path: /var/lib/pacman/sync/mingw32.db.sig = normalize_posix_path (/var/lib/pacman/sync/mingw32.db.sig) | |
53 1046304 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync/mingw32.db.sig) | |
29 1046333 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync/mingw32.db.sig) mount_table->cygdrive / | |
28 1046361 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync/mingw32.db.sig', dst '' | |
24 1046385 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
24 1046409 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
26 1046435 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
24 1046459 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
24 1046483 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
26 1046509 [main] pacman 3552 set_flags: flags: binary (0x2) | |
26 1046535 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync/mingw32.db.sig, dst D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig, flags 0x3200A, rc 0 | |
76 1046611 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig) | |
30 1046641 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig) | |
58 1046699 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.exe) | |
33 1046732 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.exe) | |
45 1046777 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.lnk) | |
27 1046804 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.lnk) | |
187 1046991 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.exe.lnk) | |
94 1047085 [main] pacman 3552 symlink_info::check: 0xC0000034 = NtQueryInformationFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig.exe.lnk) | |
67 1047152 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig, 0x2393A0) (0x3200A) | |
42 1047194 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/var/lib/pacman/sync) | |
36 1047230 [main] pacman 3552 mount_info::conv_to_win32_path: iscygdrive (/var/lib/pacman/sync) mount_table->cygdrive / | |
35 1047265 [main] pacman 3552 mount_info::cygdrive_win32_path: src '/var/lib/pacman/sync', dst '' | |
33 1047298 [main] pacman 3552 mount_info::conv_to_win32_path: mount[0] .. checking /tmp -> C:\temporary\msys2\tmp | |
34 1047332 [main] pacman 3552 mount_info::conv_to_win32_path: mount[1] .. checking /var/tmp -> C:\temporary\msys2\var\tmp | |
33 1047365 [main] pacman 3552 mount_info::conv_to_win32_path: mount[2] .. checking /var/cache -> C:\temporary\msys2\var\cache | |
34 1047399 [main] pacman 3552 mount_info::conv_to_win32_path: mount[3] .. checking /bin -> D:\applications\msys2.x64\usr\bin | |
32 1047431 [main] pacman 3552 mount_info::conv_to_win32_path: mount[4] .. checking / -> D:\applications\msys2.x64 | |
35 1047466 [main] pacman 3552 set_flags: flags: binary (0x2) | |
35 1047501 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /var/lib/pacman/sync, dst D:\applications\msys2.x64\var\lib\pacman\sync, flags 0x3200A, rc 0 | |
82 1047583 [main] pacman 3552 symlink_info::check: 0x0 = NtCreateFile (\??\D:\applications\msys2.x64\var\lib\pacman\sync) | |
51 1047634 [main] pacman 3552 symlink_info::check: not a symlink | |
52 1047686 [main] pacman 3552 symlink_info::check: 0 = symlink.check(D:\applications\msys2.x64\var\lib\pacman\sync, 0x2393A0) (0x3200A) | |
38 1047724 [main] pacman 3552 path_conv::check: this->path(D:\applications\msys2.x64\var\lib\pacman\sync\mingw32.db.sig), has_acls(1) | |
36 1047760 [main] pacman 3552 unlink: unlinking a nonexistent file | |
36 1047796 [main] pacman 3552 __set_errno: int unlink(const char*):1032 setting errno 2 | |
33 1047829 [main] pacman 3552 unlink: -1 = unlink(/var/lib/pacman/sync/mingw32.db.sig), errno 2 | |
--- Process 3552, exception c0000005 at 000000018017D4DD | |
135 1047964 [main] pacman 3552 exception::handle: In cygwin_except_handler exception 0xC0000005 at 0x18017D4DD sp 0x23A5A8 | |
37 1048001 [main] pacman 3552 exception::handle: In cygwin_except_handler signal 11 at 0x18017D4DD | |
34 1048035 [main] pacman 3552 try_to_debug: debugger_command '' | |
59 1048094 [main] pacman 3552 _cygtls::inside_kernel: pc 0x18017D4DD, h 0x180040000, inside_kernel 0 | |
42 1048136 [main] pacman 3552 normalize_posix_path: src /dev/kmsg | |
34 1048170 [main] pacman 3552 normalize_posix_path: /dev/kmsg = normalize_posix_path (/dev/kmsg) | |
35 1048205 [main] pacman 3552 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/kmsg) | |
38 1048243 [main] pacman 3552 mount_info::conv_to_win32_path: win32_device_name (/dev/kmsg) | |
34 1048277 [main] pacman 3552 mount_info::conv_to_win32_path: src_path /dev/kmsg, dst \Device\MailSlot\msys\dev\kmsg, flags 0x2, rc 0 | |
52 1048329 [main] pacman 3552 build_fh_pc: fh 0x1802FE7F8, dev 0001000B | |
50 1048379 [main] pacman 3552 seterrno_from_nt_status: /build2/msys2-runtime/src/msys2-runtime/winsup/cygwin/fhandler_mailslot.cc:134 status 0xC0000034 -> windows error 2 | |
42 1048421 [main] pacman 3552 geterrno_from_win_error: windows error 2 == errno 2 | |
39 1048460 [main] pacman 3552 sig_send: sendsig 0xA8, pid 3552, signal 11, its_me 1 | |
35 1048495 [main] pacman 3552 sig_send: wakeup 0x27C | |
44 1048539 [main] pacman 3552 sig_send: Waiting for pack.wakeup 0x27C | |
43 1048582 [sig] pacman 3552 sigpacket::process: signal 11 processing | |
53 1048635 [sig] pacman 3552 sigpacket::process: signal 11, signal handler 0x100405A90 | |
37 1048672 [sig] pacman 3552 sigpacket::setup_handler: controlled interrupt. stackptr 0x23E268, stack 0x23E268, stackptr[-1] 0x23E268 | |
45 1048717 [sig] pacman 3552 proc_subproc: args: 5, 1 | |
43 1048760 [sig] pacman 3552 proc_subproc: clear waiting threads | |
39 1048799 [sig] pacman 3552 proc_subproc: finished clearing | |
32 1048831 [sig] pacman 3552 proc_subproc: returning 1 | |
36 1048867 [sig] pacman 3552 _cygtls::interrupt_setup: armed signal_arrived 0xBC, signal 11 | |
33 1048900 [sig] pacman 3552 sigpacket::setup_handler: signal 11 delivered | |
34 1048934 [sig] pacman 3552 sigpacket::process: returning 1 | |
37 1048971 [sig] pacman 3552 wait_sig: signalling pack.wakeup 0x27C | |
46 1049017 [main] pacman 3552 set_process_mask_delta: oldmask 0, newmask 400, deltamask 400 | |
683 1049700 [main] pacman 3552 fhandler_pty_slave::write: pty0, write(0x10073D218, 88) | |
72 1049772 [main] pacman 3552 fhandler_pty_slave::write: (656): pty output_mutex (0x138): waiting -1 ms | |
43 1049815 [main] pacman 3552 fhandler_pty_slave::write: (656): pty output_mutex: acquired | |
49 1049864 [main] pacman 3552 fhandler_pty_slave::write: (671): pty output_mutex(0x138) released | |
37 1049901 [main] pacman 3552 write: 88 = write(2, 0x10073D218, 88) | |
169 1050070 [main] pacman 3552 do_exit: do_exit (2816), exit_state 1 | |
71 1050141 [main] pacman 3552 void: 0x0 = signal (20, 0x1) | |
34 1050175 [main] pacman 3552 void: 0x100405A90 = signal (1, 0x1) | |
35 1050210 [main] pacman 3552 void: 0x100405A90 = signal (2, 0x1) | |
41 1050251 [main] pacman 3552 void: 0x0 = signal (3, 0x1) | |
52 1050303 [main] pacman 3552 fhandler_base::close_with_arch: line 1140: /dev/pty0<0x1802FD5A8> usecount + -1 = 3 | |
39 1050342 [main] pacman 3552 fhandler_base::close_with_arch: not closing archetype | |
51 1050393 [main] pacman 3552 fhandler_base::close_with_arch: line 1140: /dev/pty0<0x1802FD5A8> usecount + -1 = 2 | |
41 1050434 [main] pacman 3552 fhandler_base::close_with_arch: not closing archetype | |
39 1050473 [main] pacman 3552 fhandler_base::close_with_arch: line 1140: /dev/pty0<0x1802FD5A8> usecount + -1 = 1 | |
40 1050513 [main] pacman 3552 fhandler_base::close_with_arch: not closing archetype | |
42 1050555 [main] pacman 3552 fhandler_base::close: closing '/var/log/pacman.log' handle 0x214 | |
3694 1054249 [main] pacman 3552 fhandler_base::close: closing '/var/lib/pacman/db.lck' handle 0x224 | |
157 1054406 [main] pacman 3552 init_cygheap::close_ctty: closing cygheap->ctty 0x1802FD5A8 | |
82 1054488 [main] pacman 3552 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0 | |
28 1054516 [main] pacman 3552 fhandler_pty_slave::cleanup: /dev/pty0 closed, usecount 0 | |
23 1054539 [main] pacman 3552 fhandler_pty_slave::close: closing last open /dev/pty0 handle | |
61 1054600 [main] pacman 3552 fhandler_console::free_console: freed console, res 1 | |
66 1054666 [main] pacman 3552 fhandler_pty_common::close: pty0 <0x148,0x3C> closing | |
50 1054716 [main] pacman 3552 dtable::delete_archetype: deleting element 0 for /dev/pty0(136/0) | |
38 1054754 [main] pacman 3552 getpid: 3552 = getpid() | |
46 1054800 [main] pacman 3552 proc_terminate: nprocs 0 | |
77 1054877 [main] pacman 3552 proc_terminate: leaving | |
56 1054933 [main] pacman 3552 pinfo::exit: Calling ExitProcess n 0xB00, exitcode 0xB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment