This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neyuru
Recipients matrixise, neyuru, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-11-04.18:28:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541356121.78.0.788709270274.issue35157@psf.upfronthosting.co.za>
In-reply-to
Content
Hello: I followed the same command: PCBuild\build.bat -d -p x64 -r --pgo and in summary, it found 5 errors (the last part of this messages contains the PGInstrument|x64 interpreter verbose). I include a number between parenthesis to show the test number:


***********************************************************************************************
test_distutils failed in 43 sec 783 ms	(107)
test_httpservers failed			(171)
test_platform failed 			(246)
test_regrtest failed in 1 min 36 sec	(273)
test_sysconfig failed			(330)
***********************************************************************************************
 
And for the sake of completeness I also runh the command "python.exe -m test.pythoninfo" which basically gave the same results as yours. But my problem is not with the exixting python installation but at compile time when using PGO.



***********************************************************************************************
Running PGInstrument|x64 interpreter...
Run tests sequentially
0:00:00 [  1/407] test_grammar
0:00:00 [  2/407] test_opcodes
0:00:00 [  3/407] test_dict
0:00:01 [  4/407] test_builtin
0:00:02 [  5/407] test_exceptions
0:00:10 [  6/407] test_types
0:00:11 [  7/407] test_unittest
0:00:18 [  8/407] test_doctest
0:00:25 [  9/407] test_doctest2
0:00:26 [ 10/407] test_support
0:00:26 [ 11/407] test___all__
0:00:33 [ 12/407] test___future__
0:00:33 [ 13/407] test__locale
0:00:33 [ 14/407] test__opcode
0:00:33 [ 15/407] test__osx_support
0:00:33 [ 16/407] test_abc
0:00:34 [ 17/407] test_abstract_numbers
0:00:34 [ 18/407] test_aifc
0:00:35 [ 19/407] test_argparse
0:00:41 [ 20/407] test_array
0:00:46 [ 21/407] test_asdl_parser
0:00:46 [ 22/407] test_ast -- test_asdl_parser skipped
0:00:52 [ 23/407] test_asyncgen
0:00:53 [ 24/407] test_asynchat
0:00:56 [ 25/407] test_asyncio
Executing <Task finished coro=<CoroutineTests.test_async_def_wrapped.<locals>.start() done, defined at E:\RepoGiT\cpython\lib\test\test_asyncio\test_pep492.py:150> result=None created at E:\RepoGiT\cpython\lib\asyncio\base_events.py:452> took 0.141 seconds
0:02:28 [ 26/407] test_asyncore -- test_asyncio passed in 1 min 32 sec
0:02:28 [ 27/407] test_atexit -- test_asyncore skipped
0:02:29 [ 28/407] test_audioop
0:02:29 [ 29/407] test_augassign
0:02:29 [ 30/407] test_base64
0:02:32 [ 31/407] test_baseexception
0:02:32 [ 32/407] test_bdb
0:02:32 [ 33/407] test_bigaddrspace
0:02:32 [ 34/407] test_bigmem
0:02:33 [ 35/407] test_binascii
0:02:33 [ 36/407] test_binhex
0:02:33 [ 37/407] test_binop
0:02:34 [ 38/407] test_bisect
0:02:34 [ 39/407] test_bool
0:02:34 [ 40/407] test_buffer
0:03:18 [ 41/407] test_bufio -- test_buffer passed in 43 sec 970 ms
0:03:22 [ 42/407] test_bytes
0:03:31 [ 43/407] test_bz2
0:03:39 [ 44/407] test_calendar
0:03:58 [ 45/407] test_call
0:03:59 [ 46/407] test_capi
0:04:12 [ 47/407] test_cgi
0:04:12 [ 48/407] test_cgitb
0:04:14 [ 49/407] test_charmapcodec
0:04:15 [ 50/407] test_class
0:04:15 [ 51/407] test_cmath
0:04:15 [ 52/407] test_cmd
0:04:16 [ 53/407] test_cmd_line
0:04:38 [ 54/407] test_cmd_line_script
0:05:19 [ 55/407] test_code -- test_cmd_line_script passed in 41 sec 453 ms
0:05:19 [ 56/407] test_code_module
0:05:20 [ 57/407] test_codeccallbacks
0:05:20 [ 58/407] test_codecencodings_cn
0:05:21 [ 59/407] test_codecencodings_hk
0:05:22 [ 60/407] test_codecencodings_iso2022
0:05:23 [ 61/407] test_codecencodings_jp
0:05:26 [ 62/407] test_codecencodings_kr
0:05:27 [ 63/407] test_codecencodings_tw
0:05:27 [ 64/407] test_codecmaps_cn
0:05:27 [ 65/407] test_codecmaps_hk
0:05:28 [ 66/407] test_codecmaps_jp
0:05:28 [ 67/407] test_codecmaps_kr
0:05:28 [ 68/407] test_codecmaps_tw
0:05:28 [ 69/407] test_codecs
0:05:35 [ 70/407] test_codeop
0:05:35 [ 71/407] test_collections
0:05:39 [ 72/407] test_colorsys
0:05:39 [ 73/407] test_compare
0:05:39 [ 74/407] test_compile
0:05:40 [ 75/407] test_compileall
0:06:27 [ 76/407] test_complex -- test_compileall passed in 46 sec 78 ms
0:06:28 [ 77/407] test_concurrent_futures
0:08:34 [ 78/407] test_configparser -- test_concurrent_futures passed in 2 min 6 sec
0:08:36 [ 79/407] test_contains
0:08:37 [ 80/407] test_contextlib
0:08:37 [ 81/407] test_copy
0:08:37 [ 82/407] test_copyreg
0:08:38 [ 83/407] test_coroutines
0:08:39 [ 84/407] test_cprofile
0:08:40 [ 85/407] test_crashers
0:08:40 [ 86/407] test_crypt
0:08:40 [ 87/407] test_csv -- test_crypt skipped
0:08:41 [ 88/407] test_ctypes
0:08:44 [ 89/407] test_curses
0:08:44 [ 90/407] test_datetime -- test_curses skipped (resource denied)
0:08:50 [ 91/407] test_dbm
0:08:51 [ 92/407] test_dbm_dumb
0:08:52 [ 93/407] test_dbm_gnu
0:08:52 [ 94/407] test_dbm_ndbm -- test_dbm_gnu skipped
0:08:52 [ 95/407] test_decimal -- test_dbm_ndbm skipped
0:09:14 [ 96/407] test_decorators
0:09:14 [ 97/407] test_defaultdict
0:09:14 [ 98/407] test_deque
0:09:25 [ 99/407] test_descr
0:09:30 [100/407] test_descrtut
0:09:31 [101/407] test_devpoll
0:09:31 [102/407] test_dict_version -- test_devpoll skipped
0:09:31 [103/407] test_dictcomps
0:09:31 [104/407] test_dictviews
0:09:32 [105/407] test_difflib
0:09:37 [106/407] test_dis
0:09:38 [107/407] test_distutils
xxmodule.c
E:\RepoGiT\cpython\include\Python.h(8): fatal error C1083: No se puede abrir el archivo incluir: 'pyconfig.h': No such file or directory
foo.c
   Creando biblioteca D:\Users\yorch\AppData\Local\Temp\tmpjxcggbzn\tempt\Users\yorch\AppData\Local\Temp\tmpi66qfp2r\foo.cp36-win_amd64.lib y objeto D:\Users\yorch\AppData\Local\Temp\tmpjxcggbzn\tempt\Users\yorch\AppData\Local\Temp\tmpi66qfp2r\foo.cp36-win_amd64.exp
Generando código
Generación de código finalizada
foo.c
   Creando biblioteca D:\Users\yorch\AppData\Local\Temp\tmpjxcggbzn\tempt\Users\yorch\AppData\Local\Temp\tmpi66qfp2r\foo.cp36-win_amd64.lib y objeto D:\Users\yorch\AppData\Local\Temp\tmpjxcggbzn\tempt\Users\yorch\AppData\Local\Temp\tmpi66qfp2r\foo.cp36-win_amd64.exp
Generando código
Generación de código finalizada
xxmodule.c
E:\RepoGiT\cpython\include\Python.h(8): fatal error C1083: No se puede abrir el archivo incluir: 'pyconfig.h': No such file or directory
foo.c
   Creando biblioteca D:\Users\yorch\AppData\Local\Temp\tmpc9c13nr5\tempt\Users\yorch\AppData\Local\Temp\tmpb0jw9032\foo.cp36-win_amd64.lib y objeto D:\Users\yorch\AppData\Local\Temp\tmpc9c13nr5\tempt\Users\yorch\AppData\Local\Temp\tmpb0jw9032\foo.cp36-win_amd64.exp
Generando código
Generación de código finalizada
foo.c
   Creando biblioteca D:\Users\yorch\AppData\Local\Temp\tmpc9c13nr5\tempt\Users\yorch\AppData\Local\Temp\tmpb0jw9032\foo.cp36-win_amd64.lib y objeto D:\Users\yorch\AppData\Local\Temp\tmpc9c13nr5\tempt\Users\yorch\AppData\Local\Temp\tmpb0jw9032\foo.cp36-win_amd64.exp
Generando código
Generación de código finalizada
xxmodule.c
E:\RepoGiT\cpython\include\Python.h(8): fatal error C1083: No se puede abrir el archivo incluir: 'pyconfig.h': No such file or directory

D:\Users\yorch\AppData\Local\Temp\test_python_17544>exit 1

D:\Users\yorch\AppData\Local\Temp\test_python_17544>exit 0
0:10:22 [108/407] test_docxmlrpc -- test_distutils failed in 43 sec 783 ms
0:10:32 [109/407] test_dtrace
0:10:32 [110/407] test_dummy_thread
0:10:32 [111/407] test_dummy_threading
0:10:32 [112/407] test_dynamic
0:10:33 [113/407] test_dynamicclassattribute
0:10:33 [114/407] test_eintr
0:10:33 [115/407] test_email
0:10:46 [116/407] test_ensurepip
0:10:47 [117/407] test_enum
0:10:48 [118/407] test_enumerate
0:10:49 [119/407] test_eof
0:10:49 [120/407] test_epoll
0:10:49 [121/407] test_errno -- test_epoll skipped
0:10:50 [122/407] test_exception_hierarchy
0:10:50 [123/407] test_exception_variations
0:10:50 [124/407] test_extcall
0:10:51 [125/407] test_faulthandler
0:11:19 [126/407] test_fcntl
0:11:19 [127/407] test_file -- test_fcntl skipped
0:11:20 [128/407] test_file_eintr
0:11:20 [129/407] test_filecmp
0:11:21 [130/407] test_fileinput
0:11:21 [131/407] test_fileio
0:11:22 [132/407] test_finalization
0:11:26 [133/407] test_float
0:11:27 [134/407] test_flufl
0:11:27 [135/407] test_fnmatch
0:11:28 [136/407] test_fork1
0:11:28 [137/407] test_format -- test_fork1 skipped
0:11:28 [138/407] test_fractions
0:11:29 [139/407] test_frame
0:11:29 [140/407] test_fstring
0:11:31 [141/407] test_ftplib
0:11:40 [142/407] test_funcattrs
0:11:40 [143/407] test_functools
0:11:41 [144/407] test_future
0:11:42 [145/407] test_future3
0:11:42 [146/407] test_future4
0:11:42 [147/407] test_future5
0:11:43 [148/407] test_gc
0:11:52 [149/407] test_gdb
0:11:53 [150/407] test_generator_stop -- test_gdb skipped
0:11:53 [151/407] test_generators
0:11:54 [152/407] test_genericpath
0:11:54 [153/407] test_genexps
0:11:55 [154/407] test_getargs2
0:11:55 [155/407] test_getopt
0:11:55 [156/407] test_getpass
0:11:56 [157/407] test_gettext
0:11:56 [158/407] test_glob
0:12:02 [159/407] test_global
0:12:02 [160/407] test_grp
0:12:02 [161/407] test_gzip -- test_grp skipped
0:12:05 [162/407] test_hash
0:12:14 [163/407] test_hashlib
0:12:16 [164/407] test_heapq
0:12:20 [165/407] test_hmac
0:12:21 [166/407] test_html
0:12:21 [167/407] test_htmlparser
0:12:22 [168/407] test_http_cookiejar
0:12:22 [169/407] test_http_cookies
0:12:23 [170/407] test_httplib
0:12:31 [171/407] test_httpservers
0:12:38 [172/407] test_idle -- test_httpservers failed
0:12:41 [173/407] test_imaplib
0:12:50 [174/407] test_imghdr
0:12:50 [175/407] test_imp
0:12:50 [176/407] test_import
0:12:55 [177/407] test_importlib
0:13:05 [178/407] test_index
0:13:05 [179/407] test_inspect
0:13:09 [180/407] test_int
0:13:10 [181/407] test_int_literal
0:13:10 [182/407] test_io
0:13:55 [183/407] test_ioctl -- test_io passed in 45 sec 312 ms
0:13:56 [184/407] test_ipaddress -- test_ioctl skipped
0:13:57 [185/407] test_isinstance
0:13:57 [186/407] test_iter
0:13:58 [187/407] test_iterlen
0:13:59 [188/407] test_itertools
0:14:22 [189/407] test_json
0:14:32 [190/407] test_keyword
0:14:35 [191/407] test_keywordonlyarg
0:14:35 [192/407] test_kqueue
0:14:36 [193/407] test_largefile -- test_kqueue skipped
0:14:36 [194/407] test_lib2to3
0:15:42 [195/407] test_linecache -- test_lib2to3 passed in 1 min 5 sec
0:15:42 [196/407] test_list
0:15:44 [197/407] test_listcomps
0:15:44 [198/407] test_locale
0:15:45 [199/407] test_logging
0:16:03 [200/407] test_long
0:16:18 [201/407] test_longexp
0:16:19 [202/407] test_lzma
0:16:25 [203/407] test_macpath
0:16:26 [204/407] test_macurl2path
0:16:26 [205/407] test_mailbox
0:16:31 [206/407] test_mailcap
0:16:31 [207/407] test_marshal
0:16:33 [208/407] test_math
0:16:42 [209/407] test_memoryio
0:16:43 [210/407] test_memoryview
0:16:47 [211/407] test_metaclass
0:16:47 [212/407] test_mimetypes
0:16:48 [213/407] test_minidom
0:16:49 [214/407] test_mmap
0:16:50 [215/407] test_module
0:16:52 [216/407] test_modulefinder
0:16:54 [217/407] test_msilib
0:16:54 [218/407] test_multibytecodec
0:17:01 [219/407] test_multiprocessing_fork
0:17:01 [220/407] test_multiprocessing_forkserver -- test_multiprocessing_fork skipped
0:17:01 [221/407] test_multiprocessing_main_handling -- test_multiprocessing_forkserver skipped
0:17:02 [222/407] test_multiprocessing_spawn -- test_multiprocessing_main_handling skipped
0:17:02 [223/407] test_netrc -- test_multiprocessing_spawn skipped
0:17:03 [224/407] test_nis
0:17:03 [225/407] test_nntplib -- test_nis skipped
0:17:04 [226/407] test_normalization
0:17:04 [227/407] test_ntpath
0:17:05 [228/407] test_numeric_tower
0:17:07 [229/407] test_openpty
0:17:07 [230/407] test_operator -- test_openpty skipped
0:17:08 [231/407] test_optparse
0:17:08 [232/407] test_ordered_dict
0:17:16 [233/407] test_os
0:17:33 [234/407] test_ossaudiodev
0:17:34 [235/407] test_osx_env -- test_ossaudiodev skipped (resource denied)
0:17:34 [236/407] test_parser
0:17:35 [237/407] test_pathlib
0:17:38 [238/407] test_pdb
0:17:41 [239/407] test_peepholer
0:17:42 [240/407] test_pickle
0:18:17 [241/407] test_pickletools -- test_pickle passed in 35 sec 298 ms
0:18:25 [242/407] test_pipes
0:18:26 [243/407] test_pkg -- test_pipes skipped
0:18:26 [244/407] test_pkgimport
0:18:27 [245/407] test_pkgutil
0:18:27 [246/407] test_platform
b''
b"Fatal Python error: Py_Initialize: unable to load the file system codec\nModuleNotFoundError: No module named 'encodings'\n\nCurrent thread 0x000036ac (most recent call first):\n"
0:18:30 [247/407] test_plistlib -- test_platform failed
0:18:30 [248/407] test_poll
0:18:31 [249/407] test_popen -- test_poll skipped
0:18:32 [250/407] test_poplib
0:18:39 [251/407] test_posix
0:18:40 [252/407] test_posixpath -- test_posix skipped
0:18:41 [253/407] test_pow
0:18:42 [254/407] test_pprint
0:18:42 [255/407] test_print
0:18:43 [256/407] test_profile
0:18:43 [257/407] test_property
0:18:44 [258/407] test_pstats
0:18:44 [259/407] test_pty
0:18:45 [260/407] test_pulldom -- test_pty skipped
0:18:45 [261/407] test_pwd
0:18:46 [262/407] test_py_compile -- test_pwd skipped
0:18:46 [263/407] test_pyclbr
0:18:57 [264/407] test_pydoc
0:19:08 [265/407] test_pyexpat
0:19:09 [266/407] test_queue
0:19:13 [267/407] test_quopri
0:19:14 [268/407] test_raise
0:19:14 [269/407] test_random
0:19:19 [270/407] test_range
0:19:23 [271/407] test_re
0:19:29 [272/407] test_readline
0:19:29 [273/407] test_regrtest -- test_readline skipped
0:21:06 [274/407] test_repl -- test_regrtest failed in 1 min 36 sec
0:21:07 [275/407] test_reprlib
0:21:07 [276/407] test_resource
0:21:08 [277/407] test_richcmp -- test_resource skipped
0:21:08 [278/407] test_rlcompleter
0:21:09 [279/407] test_robotparser
0:21:09 [280/407] test_runpy
0:21:20 [281/407] test_sax
0:21:21 [282/407] test_sched
0:21:22 [283/407] test_scope
0:21:23 [284/407] test_script_helper
0:21:25 [285/407] test_secrets
0:21:25 [286/407] test_select
0:21:26 [287/407] test_selectors
0:21:28 [288/407] test_set
0:21:36 [289/407] test_setcomps
0:21:37 [290/407] test_shelve
0:21:38 [291/407] test_shlex
0:21:38 [292/407] test_shutil
0:21:40 [293/407] test_signal
0:21:43 [294/407] test_site
0:21:52 [295/407] test_slice
0:21:53 [296/407] test_smtpd
0:21:54 [297/407] test_smtplib
0:21:55 [298/407] test_smtpnet
0:21:56 [299/407] test_sndhdr -- test_smtpnet skipped (resource denied)
0:21:56 [300/407] test_socket
0:22:20 [301/407] test_socketserver
0:22:20 [302/407] test_sort -- test_socketserver skipped (resource denied)
0:22:21 [303/407] test_source_encoding
0:22:26 [304/407] test_spwd
0:22:26 [305/407] test_sqlite -- test_spwd skipped
0:22:28 [306/407] test_ssl
0:22:37 [307/407] test_startfile
0:22:38 [308/407] test_stat
0:22:39 [309/407] test_statistics
0:22:43 [310/407] test_strftime
0:22:44 [311/407] test_string
0:22:45 [312/407] test_string_literals
0:22:47 [313/407] test_stringprep
0:22:47 [314/407] test_strptime
0:22:48 [315/407] test_strtod
0:22:53 [316/407] test_struct
0:22:56 [317/407] test_structmembers
0:22:57 [318/407] test_structseq
0:22:57 [319/407] test_subclassinit
0:22:58 [320/407] test_subprocess
0:22:58 [321/407] test_sunau -- test_subprocess skipped
0:22:59 [322/407] test_sundry
0:22:59 [323/407] test_super
0:23:00 [324/407] test_symbol
0:23:01 [325/407] test_symtable
0:23:01 [326/407] test_syntax
0:23:02 [327/407] test_sys
0:23:13 [328/407] test_sys_setprofile
0:23:14 [329/407] test_sys_settrace
0:23:15 [330/407] test_sysconfig
(b'', b"Fatal Python error: Py_Initialize: unable to load the file system codec\nModuleNotFoundError: No module named 'encodings'\n\nCurrent thread 0x00001ff4 (most recent call first):\n")
0:23:16 [331/407] test_syslog -- test_sysconfig failed
0:23:16 [332/407] test_tarfile -- test_syslog skipped
0:24:10 [333/407] test_tcl -- test_tarfile passed in 53 sec 625 ms
0:24:13 [334/407] test_telnetlib
0:24:13 [335/407] test_tempfile
0:24:24 [336/407] test_textwrap
0:24:24 [337/407] test_thread
0:24:26 [338/407] test_threaded_import
0:24:29 [339/407] test_threadedtempfile
0:24:30 [340/407] test_threading
0:24:45 [341/407] test_threading_local
0:24:47 [342/407] test_threadsignals
0:24:48 [343/407] test_time -- test_threadsignals skipped
0:24:50 [344/407] test_timeit
0:24:51 [345/407] test_timeout
0:24:51 [346/407] test_tix -- test_timeout skipped (resource denied)
0:24:52 [347/407] test_tk -- test_tix skipped (resource denied)
0:24:52 [348/407] test_tokenize -- test_tk skipped (resource denied)
0:25:01 [349/407] test_tools
0:25:34 [350/407] test_trace -- test_tools passed in 33 sec 298 ms
0:26:01 [351/407] test_traceback
0:26:10 [352/407] test_tracemalloc
0:26:17 [353/407] test_ttk_guionly
0:26:59 [354/407] test_ttk_textonly -- test_ttk_guionly skipped (resource denied) in 42 sec 625 ms
0:27:00 [355/407] test_tuple
0:27:18 [356/407] test_turtle
0:27:18 [357/407] test_typechecks
0:27:19 [358/407] test_typing
0:27:20 [359/407] test_ucn
0:27:21 [360/407] test_unary
0:27:22 [361/407] test_unicode
0:27:28 [362/407] test_unicode_file
0:27:28 [363/407] test_unicode_file_functions
0:27:30 [364/407] test_unicode_identifiers
0:27:30 [365/407] test_unicodedata
0:27:44 [366/407] test_univnewlines
0:27:45 [367/407] test_unpack
0:27:45 [368/407] test_unpack_ex
0:27:46 [369/407] test_urllib
0:27:48 [370/407] test_urllib2
0:27:50 [371/407] test_urllib2_localnet
0:28:10 [372/407] test_urllib2net
0:28:11 [373/407] test_urllib_response -- test_urllib2net skipped (resource denied)
0:28:11 [374/407] test_urllibnet
0:28:12 [375/407] test_urlparse -- test_urllibnet skipped (resource denied)
0:28:12 [376/407] test_userdict
0:28:13 [377/407] test_userlist
0:28:14 [378/407] test_userstring
0:28:21 [379/407] test_utf8source
0:28:21 [380/407] test_uu
0:28:22 [381/407] test_uuid
0:28:22 [382/407] test_venv
0:29:19 [383/407] test_wait3 -- test_venv passed in 56 sec 531 ms
0:29:19 [384/407] test_wait4 -- test_wait3 skipped
0:29:20 [385/407] test_warnings -- test_wait4 skipped
0:29:28 [386/407] test_wave
0:29:29 [387/407] test_weakref
0:30:48 [388/407] test_weakset -- test_weakref passed in 1 min 18 sec
0:30:50 [389/407] test_webbrowser
0:30:50 [390/407] test_winconsoleio
Ä^Z
abc123
ϼўТλФЙ
A͏B ﬖ̳AA̝
􀀀􏿿􏿽
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
ϼўТλФЙ
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
􁿿􁀁
0:30:51 [391/407] test_winreg
0:30:54 [392/407] test_winsound
0:30:54 [393/407] test_with -- test_winsound skipped (resource denied)
0:30:55 [394/407] test_wsgiref
0:30:56 [395/407] test_xdrlib
0:30:56 [396/407] test_xml_dom_minicompat
0:30:57 [397/407] test_xml_etree
0:31:00 [398/407] test_xml_etree_c
0:31:04 [399/407] test_xmlrpc
0:31:11 [400/407] test_xmlrpc_net
0:31:11 [401/407] test_yield_from -- test_xmlrpc_net skipped (resource denied)
0:31:12 [402/407] test_zipapp
0:31:13 [403/407] test_zipfile
0:31:38 [404/407] test_zipfile64
0:31:39 [405/407] test_zipimport -- test_zipfile64 skipped (resource denied)
0:31:40 [406/407] test_zipimport_support
0:31:44 [407/407] test_zlib

Total duration: 31 min 46 sec
Tests result: FAILURE

E:\repogit\cpython>"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\MSBuild\15.0\Bin\msbuild.exe" "E:\RepoGiT\cpython\PCbuild\\pythoncore.vcxproj" /t:KillPython /nologo /v:m /p:Configuration=PGInstrument /p:Platform=x64 /p:KillPython=true
  Killing any running python.exe instances...

E:\repogit\cpython>"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\MSBuild\15.0\Bin\msbuild.exe" "E:\RepoGiT\cpython\PCbuild\pcbuild.proj" /t:Build /m /nologo /v:m /p:Configuration=PGUpdate /p:Platform=x64 /p:IncludeExternals=true /p:IncludeSSL=true /p:IncludeTkinter=true /p:UseTestMarker= /p:GIT="C:\Program Files\Git\cmd\git.exe"
  Killing any running python.exe instances...
E:\RepoGiT\cpython\PCbuild\pyproject.props(173,5): error : PGO run did not succeed (no python36!*.pgc files) and there is no data to merge [E:\RepoGiT\cpython\PCbuild\pythoncore.vcxproj]
History
Date User Action Args
2018-11-04 18:28:44neyurusetrecipients: + neyuru, paul.moore, tim.golden, zach.ware, steve.dower, matrixise
2018-11-04 18:28:41neyurusetmessageid: <1541356121.78.0.788709270274.issue35157@psf.upfronthosting.co.za>
2018-11-04 18:28:41neyurulinkissue35157 messages
2018-11-04 18:28:41neyurucreate