run-webkit-tests and other tools produce no output when run with vpython |
|||
Issue descriptionReported by Peter Mayo: Both python and vpython claim to be 2.7.6, and using vpython to invoke the driver doesn't do anything. > Like: > $ vpython -v third_party/WebKit/Tools/Scripts/run-webkit-tests -v -t Debug compositing/overflow/scaled-overflow.html fast/scrolling/hover-during-scroll.html compositing/scrollbar-positioning.html compositing/overflow/scaled-scroll-position.html --full-results-html --details --verbose --batch-size=1 > $ > but > $ python -v third_party/WebKit/Tools/Scripts/run-webkit-tests -v -t Debug compositing/overflow/scaled-overflow.html fast/scrolling/hover-during-scroll.html compositing/scrollbar-positioning.html compositing/overflow/scaled-scroll-position.html --full-results-html --details --verbose --batch-size=1 > ... lots ... > Same behavior for third_party/WebKit/Tools/Scripts/print-layout-test-types (python work, vpython does nothing noticeable) > vpython and python both run browse.py in ninja. > vpython will put up a prompt, and report its version. > was working fine before the git fetch/rebase/ rebuild/ rerun the test->silent failure [most surprising] I haven't yet reproduced it; the first step here is to try to reproduce it and find out more about what's happening for Peter.
,
Jun 29 2017
That *shouldn't* be the problem, since it just determines what's in the environment, and doing nothing seems like the sort of thing an environment would do. Can you try running with: vpython -log-level debug <rest-of-args> And post the logs that you see?
,
Oct 3 2017
[D2017-10-03T13:13:12.722306-04:00 170044 0 options.go:130] Resolved Python target script: {./third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py}
[I2017-10-03T13:13:12.723302-04:00 170044 0 load.go:215] Loaded common spec from: /usr/local/google/home/petermayo/clients/chromium/src/.vpython
[D2017-10-03T13:13:12.723507-04:00 170044 0 cipd.go:112] Resolving CIPD packages in root [/tmp/vpython_cipd307712726]:
[D2017-10-03T13:13:12.723549-04:00 170044 0 cipd.go:120] Unresolved package: name:"infra/python/virtualenv" version:"version:15.1.0"
[D2017-10-03T13:13:12.723849-04:00 170044 0 client.go:816] cipd: tag cache hit for infra/python/virtualenv:version:15.1.0 - d7fe4ca0377e894777e4f0a4d10defc600baf537
[D2017-10-03T13:13:12.723920-04:00 170044 0 cipd.go:145] Resolved package to: infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537 {"package":"infra/python/virtualenv", "version":"version:15.1.0"}
[D2017-10-03T13:13:12.725765-04:00 170044 0 probe.go:87] Detected Python version "2.7.13" from probe candidate [/usr/local/google/home/petermayo/bin/python2.7]
[D2017-10-03T13:13:12.742571-04:00 170044 0 config.go:199] Resolved system Python runtime (2.7.13 @ eac2c382be5de94c115e85f2d6439ff06f586cb91108465730d15a353398ec6c): /usr/local/google/home/petermayo/clients/Python-2.7.13/python
[D2017-10-03T13:13:12.742763-04:00 170044 0 venv.go:241] VirtualEnv is not complete. {"error":"environment is not complete"}
[I2017-10-03T13:13:12.742809-04:00 170044 0 venv.go:451] Deleting existing VirtualEnv: /usr/local/google/home/petermayo/.vpython-root/4fee8a
[I2017-10-03T13:13:12.746771-04:00 170044 0 venv.go:461] Using virtual environment root: /usr/local/google/home/petermayo/.vpython-root/4fee8a
[D2017-10-03T13:13:12.746894-04:00 170044 0 venv.go:529] Loading 1 package(s) into: /tmp/vpython_bootstrap214264893/packages
[I2017-10-03T13:13:12.747001-04:00 170044 0 client.go:278] In root:
[I2017-10-03T13:13:12.747028-04:00 170044 0 client.go:284] to install:
[I2017-10-03T13:13:12.747048-04:00 170044 0 client.go:286] infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537
[I2017-10-03T13:13:12.747089-04:00 170044 0 client.go:670] cipd: using instance cache at "/usr/local/google/home/petermayo/.vpython_cipd_cache/instances"
[I2017-10-03T13:13:12.747516-04:00 170044 0 client.go:1206] cipd: instance cache hit for infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537
[I2017-10-03T13:13:12.747837-04:00 170044 0 deployer.go:166] Deploying infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537 into /tmp/vpython_bootstrap214264893/packages(/)
[I2017-10-03T13:13:12.748334-04:00 170044 0 reader.go:299] cipd: about to extract 2.0 Mb (46 files)
[I2017-10-03T13:13:12.748538-04:00 170044 0 reader.go:336] cipd: extracting - 0%
[I2017-10-03T13:13:12.797137-04:00 170044 0 reader.go:336] cipd: extracting - 100%
[I2017-10-03T13:13:12.799024-04:00 170044 0 deployer.go:270] Successfully deployed infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537
[I2017-10-03T13:13:12.799068-04:00 170044 0 client.go:1393] All changes applied.
[D2017-10-03T13:13:12.799178-04:00 170044 0 venv.go:554] Creating VirtualEnv at: /usr/local/google/home/petermayo/.vpython-root/4fee8a
[I2017-10-03T13:13:12.799207-04:00 170044 0 venv.go:765] Running Python command (cwd=/tmp/vpython_bootstrap214264893/packages/virtualenv-15.1.0): /usr/local/google/home/petermayo/clients/Python-2.7.13/python -B -E -s virtualenv.py --no-download /usr/local/google/home/petermayo/.vpython-root/4fee8a
New python executable in /usr/local/google/home/petermayo/.vpython-root/4fee8a/bin/python
Traceback (most recent call last):
File "/usr/lib/python2.7/site.py", line 563, in <module>
main()
File "/usr/lib/python2.7/site.py", line 545, in main
known_paths = addusersitepackages(known_paths)
File "/usr/lib/python2.7/site.py", line 272, in addusersitepackages
user_site = getusersitepackages()
File "/usr/lib/python2.7/site.py", line 247, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
File "/usr/lib/python2.7/site.py", line 237, in getuserbase
USER_BASE = get_config_var('userbase')
File "/usr/lib/python2.7/sysconfig.py", line 578, in get_config_var
return get_config_vars().get(name)
File "/usr/lib/python2.7/sysconfig.py", line 524, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/usr/lib/python2.7/sysconfig.py", line 408, in _init_posix
from _sysconfigdata import build_time_vars
File "/usr/lib/python2.7/_sysconfigdata.py", line 6, in <module>
from _sysconfigdata_nd import *
ImportError: No module named _sysconfigdata_nd
ERROR: The executable /usr/local/google/home/petermayo/.vpython-root/4fee8a/bin/python is not functioning
ERROR: It thinks sys.prefix is u'/tmp/vpython_bootstrap214264893/packages/virtualenv-15.1.0' (should be u'/usr/local/google/home/petermayo/.vpython-root/4fee8a')
ERROR: virtualenv is not compatible with this system or executable
,
Oct 3 2017
Well - yeah - it shouldn't be using the locally compiled python ... removing that:
petermayo@bay:~/clients/chromium/src$ vpython -log-level debug ./third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
[D2017-10-03T13:30:53.047954-04:00 172945 0 options.go:130] Resolved Python target script: {./third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py}
[I2017-10-03T13:30:53.049028-04:00 172945 0 load.go:215] Loaded common spec from: /usr/local/google/home/petermayo/clients/chromium/src/.vpython
[D2017-10-03T13:30:53.049234-04:00 172945 0 cipd.go:112] Resolving CIPD packages in root [/tmp/vpython_cipd375411141]:
[D2017-10-03T13:30:53.049274-04:00 172945 0 cipd.go:120] Unresolved package: name:"infra/python/virtualenv" version:"version:15.1.0"
[D2017-10-03T13:30:53.049570-04:00 172945 0 client.go:816] cipd: tag cache hit for infra/python/virtualenv:version:15.1.0 - d7fe4ca0377e894777e4f0a4d10defc600baf537
[D2017-10-03T13:30:53.049635-04:00 172945 0 cipd.go:145] Resolved package to: infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537 {"package":"infra/python/virtualenv", "version":"version:15.1.0"}
[D2017-10-03T13:30:53.052531-04:00 172945 0 probe.go:87] Detected Python version "2.7.6" from probe candidate [/usr/bin/python2.7]
[D2017-10-03T13:30:53.078464-04:00 172945 0 config.go:199] Resolved system Python runtime (2.7.6 @ 1fc75172760ee26ead5e3087507337d2fc03ba047946dca136e0f411a0b44812): /usr/bin/python2.7
[D2017-10-03T13:30:53.079029-04:00 172945 0 venv.go:217] Environment is already initialized: spec:<python_version:"2.7.6" virtualenv:<name:"infra/python/virtualenv" version:"d7fe4ca0377e894777e4f0a4d10defc600baf537" > > runtime:<path:"/usr/bin/python2.7" hash:"1fc75172760ee26ead5e3087507337d2fc03ba047946dca136e0f411a0b44812" version:"2.7.6" > pep425_tag:<python:"cp2" abi:"none" platform:"any" > pep425_tag:<python:"cp27" abi:"cp27mu" platform:"linux_x86_64" > pep425_tag:<python:"cp27" abi:"cp27mu" platform:"manylinux1_x86_64" > pep425_tag:<python:"cp27" abi:"none" platform:"any" > pep425_tag:<python:"cp27" abi:"none" platform:"linux_x86_64" > pep425_tag:<python:"cp27" abi:"none" platform:"manylinux1_x86_64" > pep425_tag:<python:"py2" abi:"none" platform:"any" > pep425_tag:<python:"py2" abi:"none" platform:"linux_x86_64" > pep425_tag:<python:"py2" abi:"none" platform:"manylinux1_x86_64" > pep425_tag:<python:"py20" abi:"none" platform:"any" > pep425_tag:<python:"py21" abi:"none" platform:"any" > pep425_tag:<python:"py22" abi:"none" platform:"any" > pep425_tag:<python:"py23" abi:"none" platform:"any" > pep425_tag:<python:"py24" abi:"none" platform:"any" > pep425_tag:<python:"py25" abi:"none" platform:"any" > pep425_tag:<python:"py26" abi:"none" platform:"any" > pep425_tag:<python:"py27" abi:"none" platform:"any" >
[D2017-10-03T13:30:53.079339-04:00 172945 0 cipd.go:112] Resolving CIPD packages in root [/tmp/vpython_cipd070082144]:
[D2017-10-03T13:30:53.079369-04:00 172945 0 cipd.go:120] Unresolved package: name:"infra/python/virtualenv" version:"version:15.1.0"
[D2017-10-03T13:30:53.079408-04:00 172945 0 cipd.go:120] Unresolved package: name:"infra/python/wheels/numpy/${platform}_${py_python}_${py_abi}" version:"version:1.12.1"
[D2017-10-03T13:30:53.079434-04:00 172945 0 cipd.go:120] Unresolved package: name:"infra/python/wheels/opencv_python/${platform}_${py_python}_${py_abi}" version:"version:3.2.0.7"
[D2017-10-03T13:30:53.079457-04:00 172945 0 cipd.go:120] Unresolved package: name:"infra/python/wheels/psutil/${platform}_${py_python}_${py_abi}" version:"version:5.2.2"
[D2017-10-03T13:30:53.079580-04:00 172945 0 client.go:816] cipd: tag cache hit for infra/python/virtualenv:version:15.1.0 - d7fe4ca0377e894777e4f0a4d10defc600baf537
[D2017-10-03T13:30:53.079626-04:00 172945 0 cipd.go:145] Resolved package to: infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537 {"package":"infra/python/virtualenv", "version":"version:15.1.0"}
[D2017-10-03T13:30:53.079731-04:00 172945 0 remote.go:110] cipd: GET https://chrome-infra-packages.appspot.com/_ah/api/repo/v1/instance/resolve?package_name=infra%2Fpython%2Fwheels%2Fnumpy%2Flinux-amd64_cp27_cp27mu&version=version%3A1.12.1
[D2017-10-03T13:30:53.507390-04:00 172945 0 cipd.go:145] Resolved package to: infra/python/wheels/numpy/linux-amd64_cp27_cp27mu:a92bbff7d42977bf968003f937510a28a77c234d {"package":"infra/python/wheels/numpy/linux-amd64_cp27_cp27mu", "version":"version:1.12.1"}
[D2017-10-03T13:30:53.507535-04:00 172945 0 remote.go:110] cipd: GET https://chrome-infra-packages.appspot.com/_ah/api/repo/v1/instance/resolve?package_name=infra%2Fpython%2Fwheels%2Fopencv_python%2Flinux-amd64_cp27_cp27mu&version=version%3A3.2.0.7
[D2017-10-03T13:30:53.651213-04:00 172945 0 cipd.go:145] Resolved package to: infra/python/wheels/opencv_python/linux-amd64_cp27_cp27mu:755ab4ce8ff70ed13b7add9434795894f1da22e8 {"package":"infra/python/wheels/opencv_python/linux-amd64_cp27_cp27mu", "version":"version:3.2.0.7"}
[D2017-10-03T13:30:53.651348-04:00 172945 0 remote.go:110] cipd: GET https://chrome-infra-packages.appspot.com/_ah/api/repo/v1/instance/resolve?package_name=infra%2Fpython%2Fwheels%2Fpsutil%2Flinux-amd64_cp27_cp27mu&version=version%3A5.2.2
[D2017-10-03T13:30:53.861073-04:00 172945 0 cipd.go:145] Resolved package to: infra/python/wheels/psutil/linux-amd64_cp27_cp27mu:187191f12ee2d0530629ecee0e8fd810c8e4280d {"package":"infra/python/wheels/psutil/linux-amd64_cp27_cp27mu", "version":"version:5.2.2"}
[D2017-10-03T13:30:53.864334-04:00 172945 0 probe.go:87] Detected Python version "2.7.6" from probe candidate [/usr/bin/python2.7]
[D2017-10-03T13:30:53.889602-04:00 172945 0 config.go:199] Resolved system Python runtime (2.7.6 @ 1fc75172760ee26ead5e3087507337d2fc03ba047946dca136e0f411a0b44812): /usr/bin/python2.7
[D2017-10-03T13:30:53.889800-04:00 172945 0 venv.go:241] VirtualEnv is not complete. {"error":"environment is not complete"}
[I2017-10-03T13:30:53.889911-04:00 172945 0 venv.go:461] Using virtual environment root: /usr/local/google/home/petermayo/.vpython-root/05bf46
[D2017-10-03T13:30:53.890029-04:00 172945 0 venv.go:529] Loading 4 package(s) into: /tmp/vpython_bootstrap182886463/packages
[I2017-10-03T13:30:53.890136-04:00 172945 0 client.go:278] In root:
[I2017-10-03T13:30:53.890162-04:00 172945 0 client.go:284] to install:
[I2017-10-03T13:30:53.890182-04:00 172945 0 client.go:286] infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537
[I2017-10-03T13:30:53.890208-04:00 172945 0 client.go:286] infra/python/wheels/numpy/linux-amd64_cp27_cp27mu:a92bbff7d42977bf968003f937510a28a77c234d
[I2017-10-03T13:30:53.890230-04:00 172945 0 client.go:286] infra/python/wheels/opencv_python/linux-amd64_cp27_cp27mu:755ab4ce8ff70ed13b7add9434795894f1da22e8
[I2017-10-03T13:30:53.890254-04:00 172945 0 client.go:286] infra/python/wheels/psutil/linux-amd64_cp27_cp27mu:187191f12ee2d0530629ecee0e8fd810c8e4280d
[I2017-10-03T13:30:53.890293-04:00 172945 0 client.go:670] cipd: using instance cache at "/usr/local/google/home/petermayo/.vpython_cipd_cache/instances"
[I2017-10-03T13:30:53.890715-04:00 172945 0 client.go:1206] cipd: instance cache hit for infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537
[I2017-10-03T13:30:53.890968-04:00 172945 0 deployer.go:166] Deploying infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537 into /tmp/vpython_bootstrap182886463/packages(/)
[I2017-10-03T13:30:53.891471-04:00 172945 0 reader.go:299] cipd: about to extract 2.0 Mb (46 files)
[I2017-10-03T13:30:53.891659-04:00 172945 0 reader.go:336] cipd: extracting - 0%
[I2017-10-03T13:30:53.948693-04:00 172945 0 reader.go:336] cipd: extracting - 100%
[I2017-10-03T13:30:53.950825-04:00 172945 0 deployer.go:270] Successfully deployed infra/python/virtualenv:d7fe4ca0377e894777e4f0a4d10defc600baf537
[I2017-10-03T13:30:53.950977-04:00 172945 0 client.go:1253] cipd: resolving fetch URL for infra/python/wheels/numpy/linux-amd64_cp27_cp27mu:a92bbff7d42977bf968003f937510a28a77c234d
[D2017-10-03T13:30:53.951028-04:00 172945 0 remote.go:110] cipd: GET https://chrome-infra-packages.appspot.com/_ah/api/repo/v1/instance?instance_id=a92bbff7d42977bf968003f937510a28a77c234d&package_name=infra%2Fpython%2Fwheels%2Fnumpy%2Flinux-amd64_cp27_cp27mu
[I2017-10-03T13:30:54.104434-04:00 172945 0 storage.go:258] cipd: initiating the fetch
[I2017-10-03T13:30:54.441453-04:00 172945 0 storage.go:225] cipd: about to fetch 15.7 Mb
[I2017-10-03T13:30:54.441511-04:00 172945 0 storage.go:216] cipd: fetching - 0%
[I2017-10-03T13:30:55.717242-04:00 172945 0 storage.go:216] cipd: fetching - 100%
[I2017-10-03T13:30:55.717361-04:00 172945 0 storage.go:216] cipd: fetching - 100%
[I2017-10-03T13:30:55.717399-04:00 172945 0 client.go:1249] cipd: successfully fetched infra/python/wheels/numpy/linux-amd64_cp27_cp27mu:a92bbff7d42977bf968003f937510a28a77c234d
[I2017-10-03T13:30:55.718255-04:00 172945 0 deployer.go:166] Deploying infra/python/wheels/numpy/linux-amd64_cp27_cp27mu:a92bbff7d42977bf968003f937510a28a77c234d into /tmp/vpython_bootstrap182886463/packages(/)
[I2017-10-03T13:30:55.719700-04:00 172945 0 reader.go:299] cipd: about to extract 15.7 Mb (2 files)
[I2017-10-03T13:30:55.750343-04:00 172945 0 reader.go:336] cipd: extracting - 99%
[I2017-10-03T13:30:55.750624-04:00 172945 0 reader.go:336] cipd: extracting - 100%
[I2017-10-03T13:30:55.751183-04:00 172945 0 deployer.go:270] Successfully deployed infra/python/wheels/numpy/linux-amd64_cp27_cp27mu:a92bbff7d42977bf968003f937510a28a77c234d
[I2017-10-03T13:30:55.751360-04:00 172945 0 client.go:1253] cipd: resolving fetch URL for infra/python/wheels/opencv_python/linux-amd64_cp27_cp27mu:755ab4ce8ff70ed13b7add9434795894f1da22e8
[D2017-10-03T13:30:55.751424-04:00 172945 0 remote.go:110] cipd: GET https://chrome-infra-packages.appspot.com/_ah/api/repo/v1/instance?instance_id=755ab4ce8ff70ed13b7add9434795894f1da22e8&package_name=infra%2Fpython%2Fwheels%2Fopencv_python%2Flinux-amd64_cp27_cp27mu
[I2017-10-03T13:30:55.945592-04:00 172945 0 storage.go:258] cipd: initiating the fetch
[I2017-10-03T13:30:56.399887-04:00 172945 0 storage.go:225] cipd: about to fetch 6.4 Mb
[I2017-10-03T13:30:56.399950-04:00 172945 0 storage.go:216] cipd: fetching - 0%
[I2017-10-03T13:30:56.529078-04:00 172945 0 storage.go:216] cipd: fetching - 100%
[I2017-10-03T13:30:56.529170-04:00 172945 0 storage.go:216] cipd: fetching - 100%
[I2017-10-03T13:30:56.529202-04:00 172945 0 client.go:1249] cipd: successfully fetched infra/python/wheels/opencv_python/linux-amd64_cp27_cp27mu:755ab4ce8ff70ed13b7add9434795894f1da22e8
[I2017-10-03T13:30:56.530148-04:00 172945 0 deployer.go:166] Deploying infra/python/wheels/opencv_python/linux-amd64_cp27_cp27mu:755ab4ce8ff70ed13b7add9434795894f1da22e8 into /tmp/vpython_bootstrap182886463/packages(/)
[I2017-10-03T13:30:56.530930-04:00 172945 0 reader.go:299] cipd: about to extract 6.4 Mb (2 files)
[I2017-10-03T13:30:56.542437-04:00 172945 0 reader.go:336] cipd: extracting - 99%
[I2017-10-03T13:30:56.542646-04:00 172945 0 reader.go:336] cipd: extracting - 100%
[I2017-10-03T13:30:56.543197-04:00 172945 0 deployer.go:270] Successfully deployed infra/python/wheels/opencv_python/linux-amd64_cp27_cp27mu:755ab4ce8ff70ed13b7add9434795894f1da22e8
[I2017-10-03T13:30:56.543354-04:00 172945 0 client.go:1253] cipd: resolving fetch URL for infra/python/wheels/psutil/linux-amd64_cp27_cp27mu:187191f12ee2d0530629ecee0e8fd810c8e4280d
[D2017-10-03T13:30:56.543417-04:00 172945 0 remote.go:110] cipd: GET https://chrome-infra-packages.appspot.com/_ah/api/repo/v1/instance?instance_id=187191f12ee2d0530629ecee0e8fd810c8e4280d&package_name=infra%2Fpython%2Fwheels%2Fpsutil%2Flinux-amd64_cp27_cp27mu
[I2017-10-03T13:30:56.722483-04:00 172945 0 storage.go:258] cipd: initiating the fetch
[I2017-10-03T13:30:56.937700-04:00 172945 0 storage.go:225] cipd: about to fetch 0.2 Mb
[I2017-10-03T13:30:56.937751-04:00 172945 0 storage.go:216] cipd: fetching - 0%
[I2017-10-03T13:30:56.978961-04:00 172945 0 storage.go:216] cipd: fetching - 100%
[I2017-10-03T13:30:56.979097-04:00 172945 0 storage.go:216] cipd: fetching - 100%
[I2017-10-03T13:30:56.979130-04:00 172945 0 client.go:1249] cipd: successfully fetched infra/python/wheels/psutil/linux-amd64_cp27_cp27mu:187191f12ee2d0530629ecee0e8fd810c8e4280d
[I2017-10-03T13:30:56.979878-04:00 172945 0 deployer.go:166] Deploying infra/python/wheels/psutil/linux-amd64_cp27_cp27mu:187191f12ee2d0530629ecee0e8fd810c8e4280d into /tmp/vpython_bootstrap182886463/packages(/)
[I2017-10-03T13:30:56.980418-04:00 172945 0 reader.go:299] cipd: about to extract 0.2 Mb (2 files)
[I2017-10-03T13:30:56.980861-04:00 172945 0 reader.go:336] cipd: extracting - 99%
[I2017-10-03T13:30:56.981059-04:00 172945 0 reader.go:336] cipd: extracting - 100%
[I2017-10-03T13:30:56.981621-04:00 172945 0 deployer.go:270] Successfully deployed infra/python/wheels/psutil/linux-amd64_cp27_cp27mu:187191f12ee2d0530629ecee0e8fd810c8e4280d
[I2017-10-03T13:30:56.981668-04:00 172945 0 client.go:1393] All changes applied.
[D2017-10-03T13:30:56.981837-04:00 172945 0 venv.go:554] Creating VirtualEnv at: /usr/local/google/home/petermayo/.vpython-root/05bf46
[I2017-10-03T13:30:56.981908-04:00 172945 0 venv.go:765] Running Python command (cwd=/tmp/vpython_bootstrap182886463/packages/virtualenv-15.1.0): /usr/bin/python2.7 -B -E -s virtualenv.py --no-download /usr/local/google/home/petermayo/.vpython-root/05bf46
New python executable in /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/python2.7
Also creating executable in /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/python
Installing setuptools, pip, wheel...done.
[D2017-10-03T13:30:58.741012-04:00 172945 0 venv.go:565] Making VirtualEnv relocatable at: /usr/local/google/home/petermayo/.vpython-root/05bf46
[I2017-10-03T13:30:58.741121-04:00 172945 0 venv.go:765] Running Python command (cwd=/tmp/vpython_bootstrap182886463/packages/virtualenv-15.1.0): /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/python -B -E -s virtualenv.py --relocatable /usr/local/google/home/petermayo/.vpython-root/05bf46
Making script /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/pip2.7 relative
Making script /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/wheel relative
Making script /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/easy_install-2.7 relative
Making script /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/python-config relative
Making script /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/pip2 relative
Making script /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/easy_install relative
Making script /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/pip relative
[D2017-10-03T13:30:58.842985-04:00 172945 0 venv.go:643] Rendering requirements file to: /tmp/vpython_bootstrap182886463/requirements.txt
[I2017-10-03T13:30:58.843155-04:00 172945 0 venv.go:765] Running Python command (cwd=): /usr/local/google/home/petermayo/.vpython-root/05bf46/bin/python -B -E -s -m pip install --use-wheel --compile --no-index --find-links /tmp/vpython_bootstrap182886463/packages --requirement /tmp/vpython_bootstrap182886463/requirements.txt
Collecting numpy==1.12.1 (from -r /tmp/vpython_bootstrap182886463/requirements.txt (line 1))
Collecting opencv_python==3.2.0.7 (from -r /tmp/vpython_bootstrap182886463/requirements.txt (line 2))
Collecting psutil==5.2.2 (from -r /tmp/vpython_bootstrap182886463/requirements.txt (line 3))
Installing collected packages: numpy, opencv-python, psutil
Successfully installed numpy-1.12.1 opencv-python-3.2.0.7 psutil-5.2.2
[D2017-10-03T13:31:00.797419-04:00 172945 0 venv.go:517] Wrote environment stamp file to: /usr/local/google/home/petermayo/.vpython-root/05bf46/environment.v2.pb.txt
[D2017-10-03T13:31:00.824815-04:00 172945 0 venv.go:254] Successfully created new virtual environment [05bf46]!
[D2017-10-03T13:31:00.824941-04:00 172945 0 venv.go:307] Acquired shared lock for: 05bf46
[D2017-10-03T13:31:00.824997-04:00 172945 0 prune.go:49] Pruning entries in [/usr/local/google/home/petermayo/.vpython-root] older than 168h0m0s (2017-09-26 13:31:00.824992088 -0400 EDT).
[D2017-10-03T13:31:00.825209-04:00 172945 0 venv.go:703] (Delete) Got exclusive lock for: 4fee8a
[D2017-10-03T13:31:00.829799-04:00 172945 0 venv.go:724] (Delete) Released exclusive lock for: 4fee8a
[D2017-10-03T13:31:00.829854-04:00 172945 0 prune.go:75] Not pruning currently in-use environment: 05bf46
[D2017-10-03T13:31:00.829912-04:00 172945 0 prune.go:75] Not pruning currently in-use environment: 26ac81
[I2017-10-03T13:31:00.829955-04:00 172945 0 prune.go:108] Pruned 1 environment(s) with 0 error(s)
[D2017-10-03T13:31:00.830003-04:00 172945 0 run.go:103] Python environment:
WorkDir: /usr/local/google/home/petermayo/clients/chromium/src
Env: [AUTO_PROXY=https://proxyconfig.corp.google.com/proxy.pac CINNAMON_VERSION=3.2.7 CLUTTER_IM_MODULE=xim COLORTERM=gnome-terminal CVS_RSH=ssh DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-y9luTBFllU,guid=61a2b76a6de6df57ead30bba59cbb5e6 DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path DESKTOP_SESSION=cinnamon DISPLAY=:0 GDMSESSION=cinnamon GDM_LANG=en_US GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/62126/keyring-1HU5yD GNOME_KEYRING_PID=13288 GPG_AGENT_INFO=/run/user/62126/keyring-1HU5yD/gpg:0:1 GTK_IM_MODULE=xim GTK_MODULES= GTK_OVERLAY_SCROLLING=0 HOME=/usr/local/google/home/petermayo LANG=en_US.UTF-8 LANGUAGE=en_US: LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME=petermayo LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path P4CONFIG=.p4config P4MERGE=/google/src/files/head/depot/eng/perforce/mergep4.tcl PARINIT=rTbgqR B=.?_A_a Q=_s>|: PATH=/usr/local/google/home/petermayo/.vpython-root/05bf46/bin:/usr/local/google/home/petermayo/bin:/usr/lib/google-golang/bin:/usr/local/buildtools/java/jdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/google/home/petermayo/bin:/usr/local/google/home/petermayo/clients/depot_tools:/usr/local/google/home/petermayo/clients/rr/obj/bin:/usr/local/google/home/petermayo/clients/node/bin:/usr/local/google/home/petermayo/clients/google-cloud-sdk/bin PWD=/usr/local/google/home/petermayo/clients/chromium/src PYTHONNOUSERSITE=1 QT4_IM_MODULE=xim QT_QPA_PLATFORMTHEME=appmenu-qt5 RSYNC_RSH=ssh SESSION_MANAGER=local/bay.wat.corp.google.com:@/tmp/.ICE-unix/13290,unix/bay.wat.corp.google.com:/tmp/.ICE-unix/13290 SHELL=/bin/bash SHLVL=1 SK_SIGNING_PLUGIN=gnubbyagent SSH_AGENT_PID=13394 SSH_AUTH_SOCK=/tmp/ssh-xn1f2o3jcQ6X/agent.13290 TERM=xterm TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ USER=petermayo VIRTUAL_ENV=/usr/local/google/home/petermayo/.vpython-root/05bf46 VPYTHON_VENV_ENV_STAMP_PATH=/usr/local/google/home/petermayo/.vpython-root/05bf46/environment.v2.pb.txt VTE_VERSION=3409 WINDOWID=60817419 X20_HOME=/google/data/rw/users/pe/petermayo XAUTHORITY=/usr/local/google/home/petermayo/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/ XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/petermayo XDG_RUNTIME_DIR=/run/user/62126 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=c4 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 XMODIFIERS=@im=none]
[D2017-10-03T13:31:00.830187-04:00 172945 0 run.go:138] Exec Python command: [/usr/local/google/home/petermayo/.vpython-root/05bf46/bin/python -B -E -s ./third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py]
Traceback (most recent call last):
File "./third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 36, in <module>
from webkitpy.common import exit_codes
ImportError: No module named webkitpy.common
,
Oct 3 2017
Which is a much different error.
,
Oct 4
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Oct 9
Archiving this as it doesn't seem actionable, please reopen if there's still a problem here. |
|||
►
Sign in to add a comment |
|||
Comment 1 by qyears...@chromium.org
, Jun 29 2017