comparison tests/test-install.t @ 44145:0b475b0b0344

debugcommands: add Python implementation to debuginstall This seems like a useful detail to print. Differential Revision: https://phab.mercurial-scm.org/D7979
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 22 Nov 2019 20:27:09 -0800
parents 94eac340d212
children 295417387769
comparison
equal deleted inserted replaced
44144:bd0de73cf810 44145:0b475b0b0344
1 hg debuginstall 1 hg debuginstall
2 $ hg debuginstall 2 $ hg debuginstall
3 checking encoding (ascii)... 3 checking encoding (ascii)...
4 checking Python executable (*) (glob) 4 checking Python executable (*) (glob)
5 checking Python implementation (*) (glob)
5 checking Python version (2.*) (glob) (no-py3 !) 6 checking Python version (2.*) (glob) (no-py3 !)
6 checking Python version (3.*) (glob) (py3 !) 7 checking Python version (3.*) (glob) (py3 !)
7 checking Python lib (.*[Ll]ib.*)... (re) 8 checking Python lib (.*[Ll]ib.*)... (re)
8 checking Python security support (*) (glob) 9 checking Python security support (*) (glob)
9 TLS 1.2 not supported by Python install; network connections lack modern security (?) 10 TLS 1.2 not supported by Python install; network connections lack modern security (?)
41 "hgmodules": "*mercurial", (glob) 42 "hgmodules": "*mercurial", (glob)
42 "hgver": "*", (glob) 43 "hgver": "*", (glob)
43 "hgverextra": "*", (glob) 44 "hgverextra": "*", (glob)
44 "problems": 0, 45 "problems": 0,
45 "pythonexe": "*", (glob) 46 "pythonexe": "*", (glob)
47 "pythonimplementation": "*", (glob)
46 "pythonlib": "*", (glob) 48 "pythonlib": "*", (glob)
47 "pythonsecurity": [*], (glob) 49 "pythonsecurity": [*], (glob)
48 "pythonver": "*.*.*", (glob) 50 "pythonver": "*.*.*", (glob)
49 "re2": (true|false), (re) 51 "re2": (true|false), (re)
50 "templatedirs": "*mercurial?templates", (glob) 52 "templatedirs": "*mercurial?templates", (glob)
56 58
57 hg debuginstall with no username 59 hg debuginstall with no username
58 $ HGUSER= hg debuginstall 60 $ HGUSER= hg debuginstall
59 checking encoding (ascii)... 61 checking encoding (ascii)...
60 checking Python executable (*) (glob) 62 checking Python executable (*) (glob)
63 checking Python implementation (*) (glob)
61 checking Python version (2.*) (glob) (no-py3 !) 64 checking Python version (2.*) (glob) (no-py3 !)
62 checking Python version (3.*) (glob) (py3 !) 65 checking Python version (3.*) (glob) (py3 !)
63 checking Python lib (.*[Ll]ib.*)... (re) 66 checking Python lib (.*[Ll]ib.*)... (re)
64 checking Python security support (*) (glob) 67 checking Python security support (*) (glob)
65 TLS 1.2 not supported by Python install; network connections lack modern security (?) 68 TLS 1.2 not supported by Python install; network connections lack modern security (?)
101 $ chmod 755 tools/testeditor.exe 104 $ chmod 755 tools/testeditor.exe
102 #endif 105 #endif
103 $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall 106 $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall
104 checking encoding (ascii)... 107 checking encoding (ascii)...
105 checking Python executable (*) (glob) 108 checking Python executable (*) (glob)
109 checking Python implementation (*) (glob)
106 checking Python version (2.*) (glob) (no-py3 !) 110 checking Python version (2.*) (glob) (no-py3 !)
107 checking Python version (3.*) (glob) (py3 !) 111 checking Python version (3.*) (glob) (py3 !)
108 checking Python lib (.*[Ll]ib.*)... (re) 112 checking Python lib (.*[Ll]ib.*)... (re)
109 checking Python security support (*) (glob) 113 checking Python security support (*) (glob)
110 TLS 1.2 not supported by Python install; network connections lack modern security (?) 114 TLS 1.2 not supported by Python install; network connections lack modern security (?)
126 print out the binary post-shlexsplit in the error message when commit editor is 130 print out the binary post-shlexsplit in the error message when commit editor is
127 not found (this is intentionally using backslashes to mimic a windows usecase). 131 not found (this is intentionally using backslashes to mimic a windows usecase).
128 $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall 132 $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall
129 checking encoding (ascii)... 133 checking encoding (ascii)...
130 checking Python executable (*) (glob) 134 checking Python executable (*) (glob)
135 checking Python implementation (*) (glob)
131 checking Python version (2.*) (glob) (no-py3 !) 136 checking Python version (2.*) (glob) (no-py3 !)
132 checking Python version (3.*) (glob) (py3 !) 137 checking Python version (3.*) (glob) (py3 !)
133 checking Python lib (.*[Ll]ib.*)... (re) 138 checking Python lib (.*[Ll]ib.*)... (re)
134 checking Python security support (*) (glob) 139 checking Python security support (*) (glob)
135 TLS 1.2 not supported by Python install; network connections lack modern security (?) 140 TLS 1.2 not supported by Python install; network connections lack modern security (?)
183 $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log 188 $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
184 Failed building wheel for mercurial (?) 189 Failed building wheel for mercurial (?)
185 $ ./installenv/*/hg debuginstall || cat pip.log 190 $ ./installenv/*/hg debuginstall || cat pip.log
186 checking encoding (ascii)... 191 checking encoding (ascii)...
187 checking Python executable (*) (glob) 192 checking Python executable (*) (glob)
193 checking Python implementation (*) (glob)
188 checking Python version (3.*) (glob) 194 checking Python version (3.*) (glob)
189 checking Python lib (*)... (glob) 195 checking Python lib (*)... (glob)
190 checking Python security support (*) (glob) 196 checking Python security support (*) (glob)
191 checking Mercurial version (*) (glob) 197 checking Mercurial version (*) (glob)
192 checking Mercurial custom build (*) (glob) 198 checking Mercurial custom build (*) (glob)
219 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. (?) 225 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. (?)
220 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support (?) 226 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support (?)
221 $ ./installenv/*/hg debuginstall || cat pip.log 227 $ ./installenv/*/hg debuginstall || cat pip.log
222 checking encoding (ascii)... 228 checking encoding (ascii)...
223 checking Python executable (*) (glob) 229 checking Python executable (*) (glob)
230 checking Python implementation (*) (glob)
224 checking Python version (2.*) (glob) 231 checking Python version (2.*) (glob)
225 checking Python lib (*)... (glob) 232 checking Python lib (*)... (glob)
226 checking Python security support (*) (glob) 233 checking Python security support (*) (glob)
227 TLS 1.2 not supported by Python install; network connections lack modern security (?) 234 TLS 1.2 not supported by Python install; network connections lack modern security (?)
228 SNI not supported by Python install; may have connectivity issues with some servers (?) 235 SNI not supported by Python install; may have connectivity issues with some servers (?)