[css-lists] test <div> and <span><div> in list item #26715
Community-TC Integration / wpt-decision-task
failed
Aug 6, 2024 in 1m 22s
Community-TC (pull_request)
The task that creates all of the other tasks in the task graph
Details
View task in Taskcluster
View logs in Taskcluster
[taskcluster 2024-08-06 13:44:20.217Z] Task ID: bSvmkJrgTWCLyriMCidCCw
[taskcluster 2024-08-06 13:44:20.217Z] Worker ID: 4233172963196639519
[taskcluster 2024-08-06 13:44:20.217Z] Worker Group: us-east1-b
[taskcluster 2024-08-06 13:44:20.217Z] Worker Node Type: projects/757942385826/machineTypes/n2-standard-4
[taskcluster 2024-08-06 13:44:20.217Z] Worker Pool: proj-wpt/ci
[taskcluster 2024-08-06 13:44:20.217Z] Worker Version: 46.1.0
[taskcluster 2024-08-06 13:44:20.217Z] Public IP: 34.73.250.168
[taskcluster 2024-08-06 13:44:20.217Z] Hostname: proj-wpt-ci-fknpjg2bt--b4bvz-pmsfg
323d0d660b6a - Started downloading
323d0d660b6a - Downloaded in 0 seconds
e7cb79d19722 - Started downloading
e7cb79d19722 - Downloaded in 0.001 seconds
3ff22d22a855 - Started downloading
b7f616834fd0 - Started downloading
b7f616834fd0 - Downloaded in 0 seconds
cbc54bc261d8 - Started downloading
3ff22d22a855 - Downloaded in 0.246 seconds
3705137e877d - Started downloading
3705137e877d - Downloaded in 0.024 seconds
28e8af2d22b5 - Started downloading
28e8af2d22b5 - Downloaded in 0.038 seconds
ebb2440cca23 - Started downloading
ebb2440cca23 - Downloaded in 0.053 seconds
1883c22e4cf8 - Started downloading
e109a78e26fa - Started downloading
1883c22e4cf8 - Downloaded in 0.241 seconds
e132d9063e8a - Started downloading
e132d9063e8a - Downloaded in 0.001 seconds
6cee29ccd54c - Started downloading
6cee29ccd54c - Downloaded in 0.001 seconds
a94faf3a1e0e - Started downloading
a94faf3a1e0e - Downloaded in 0.162 seconds
ee9281fff67c - Started downloading
e109a78e26fa - Downloaded in 1.015 seconds
ee9281fff67c - Downloaded in 0.111 seconds
6e823c0e5129 - Started downloading
09fcb90aa3bc - Started downloading
6e823c0e5129 - Downloaded in 0.118 seconds
09fcb90aa3bc - Downloaded in 0.035 seconds
1a6213ce8120 - Started downloading
7ea55ddb49ab - Started downloading
7ea55ddb49ab - Downloaded in 0 seconds
1a6213ce8120 - Downloaded in 0.044 seconds
35d1d65e4fa2 - Started downloading
35d1d65e4fa2 - Downloaded in 0 seconds
b0b9aae795d6 - Started downloading
b0b9aae795d6 - Downloaded in 0.001 seconds
17a60c4ea8bc - Started downloading
17a60c4ea8bc - Downloaded in 0 seconds
1b4bc444042d - Started downloading
1b4bc444042d - Downloaded in 0.001 seconds
bd78705eddcf - Started downloading
bd78705eddcf - Downloaded in 0 seconds
4d653949a5f6 - Started downloading
4d653949a5f6 - Downloaded in 0 seconds
cbc54bc261d8 - Downloaded in 4.224 seconds
Digest: sha256:56e95ca83592a9956e6bbe3a78a8ce0248781ac4c438d2d98b80ecf60be6d23e
Status: Downloaded newer image for webplatformtests/wpt:0.46
[taskcluster 2024-08-06 13:44:40.631Z] === Task Starting ===
+ /home/test/start.sh https://github.com/web-platform-tests/wpt.git refs/pull/26715/merge
+ REMOTE=https://github.com/web-platform-tests/wpt.git
+ REF=refs/pull/26715/merge
+ cd /home/test
+ '[' -e /dev/kvm ']'
+ '[' '!' -d web-platform-tests ']'
+ mkdir web-platform-tests
+ cd web-platform-tests
+ git init
Initialized empty Git repository in /home/test/web-platform-tests/.git/
+ git remote add origin https://github.com/web-platform-tests/wpt.git
+ retry git fetch --quiet --depth=50 --tags origin refs/pull/26715/merge:task_head
Running git fetch --quiet --depth=50 --tags origin refs/pull/26715/merge:task_head [try 1/5]
Command succeeded
+ git checkout --quiet task_head
+ cd /home/test/web-platform-tests
+ ./wpt tc-decision --tasks-path=/home/test/artifacts/tasks.json
CRITICAL:tools.wpt.utils:('/usr/bin/python3', '-m', 'venv', '/home/test/web-platform-tests/_venv3') exited with return code 1
CRITICAL:tools.wpt.utils:b"The virtual environment was not created successfully because ensurepip is not\navailable. On Debian/Ubuntu systems, you need to install the python3-venv\npackage using the following command.\n\n apt-get install python3-venv\n\nYou may need to use sudo with that command. After installing the python3-venv\npackage, recreate your virtual environment.\n\nFailing command: ['/home/test/web-platform-tests/_venv3/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']\n\n"
Traceback (most recent call last):
File "./wpt", line 10, in <module>
wpt.main()
File "/home/test/web-platform-tests/tools/wpt/wpt.py", line 210, in main
venv = setup_virtualenv(main_args.venv, main_args.skip_venv_setup, props)
File "/home/test/web-platform-tests/tools/wpt/wpt.py", line 168, in setup_virtualenv
venv.start()
File "/home/test/web-platform-tests/tools/wpt/virtualenv.py", line 141, in start
self.create()
File "/home/test/web-platform-tests/tools/wpt/virtualenv.py", line 51, in create
call(*self.virtualenv, self.path)
File "/home/test/web-platform-tests/tools/wpt/utils.py", line 27, in call
return subprocess.check_output(args).decode('utf8')
File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('/usr/bin/python3', '-m', 'venv', '/home/test/web-platform-tests/_venv3')' returned non-zero exit status 1.
[taskcluster 2024-08-06 13:45:38.649Z] === Task Finished ===
[taskcluster 2024-08-06 13:45:38.709Z] Unsuccessful task run with exit code: 1 completed in 78.492 seconds
Loading