Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix panic in parser-reentrancy-customelement.window.js #47835

Merged

wpt: fix the path to wpt-prefs.json on WPT runner (#33220)

72f3806
Select commit
Loading
Failed to load commit list.
Merged

Fix panic in parser-reentrancy-customelement.window.js #47835

wpt: fix the path to wpt-prefs.json on WPT runner (#33220)
72f3806
Select commit
Loading
Failed to load commit list.
Community-TC Integration / download-firefox-nightly succeeded Aug 28, 2024 in 3m 38s

Community-TC (pull_request)

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-08-28 09:53:40.848Z] Task ID: HJczzStcT3qYF01gWbfdow
[taskcluster 2024-08-28 09:53:40.848Z] Worker ID: 6233999987896963406
[taskcluster 2024-08-28 09:53:40.848Z] Worker Group: us-east4-b
[taskcluster 2024-08-28 09:53:40.848Z] Worker Node Type: projects/757942385826/machineTypes/n2-standard-4
[taskcluster 2024-08-28 09:53:40.848Z] Worker Pool: proj-wpt/ci
[taskcluster 2024-08-28 09:53:40.848Z] Worker Version: 46.1.0
[taskcluster 2024-08-28 09:53:40.848Z] Public IP: 34.145.132.29
[taskcluster 2024-08-28 09:53:40.848Z] Hostname: proj-wpt-ci-jfh1a93hq6ka4isfvmk-0q

[taskcluster 2024-08-28 09:53:41.706Z] === Task Starting ===
+ '[' '' ']'
+ '[' -d /etc/profile.d ']'
+ for i in /etc/profile.d/*.sh
+ '[' -r /etc/profile.d/01-locale-fix.sh ']'
+ . /etc/profile.d/01-locale-fix.sh
+++ /usr/bin/locale-check C.UTF-8
++ eval
+ for i in /etc/profile.d/*.sh
+ '[' -r /etc/profile.d/libvirt-uri.sh ']'
+ . /etc/profile.d/libvirt-uri.sh
++ LIBVIRT_DEFAULT_URI=qemu:///system
++ '[' -f /proc/xen/capabilities ']'
++ export LIBVIRT_DEFAULT_URI
+ for i in /etc/profile.d/*.sh
+ '[' -r /etc/profile.d/vte-2.91.sh ']'
+ . /etc/profile.d/vte-2.91.sh
++ '[' -n '5.0.17(1)-release' -o -n '' ']'
++ [[ hxBc == *i* ]]
++ return 0
+ unset i
+ '[' -n '5.0.17(1)-release' ']'
+ '[' -f /home/test/.bashrc ']'
+ . /home/test/.bashrc
+ '[' -d /home/test/bin ']'
+ PATH=/home/test/bin:/home/test/bin:/home/test/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ '[' -d /home/test/.local/bin ']'
+ /home/test/start.sh https://github.com/web-platform-tests/wpt.git refs/pull/47835/merge
+ REMOTE=https://github.com/web-platform-tests/wpt.git
+ REF=refs/pull/47835/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/47835/merge:task_head
Running git fetch --quiet --depth=50 --tags origin refs/pull/47835/merge:task_head [try 1/5]
Command succeeded
+ git checkout --quiet task_head
+ cd web-platform-tests
+ ./tools/ci/run_tc.py --ref=refs/pull/47835/merge --head-rev=72f3806fd8b228fd95fe05f0c158daaf74d1e127 --merge-rev=8063ab5bb7365ad49fd85cd2ce1e325e0a828dcb --no-hosts -- ./wpt install --download-only --destination /home/test/artifacts/ --channel=nightly --rename=firefox-nightly firefox browser
git rev-parse task_head
git rev-parse task_head^@
git branch base_head 75e2df72ca1cc9c59ccad98737ca15aef479653e
git branch pr_head 72f3806fd8b228fd95fe05f0c158daaf74d1e127
git fetch --quiet origin master:master
git checkout --quiet task_head
git for-each-ref refs/heads
INFO: git refs:
75e2df72ca1cc9c59ccad98737ca15aef479653e commit	refs/heads/base_head
75e2df72ca1cc9c59ccad98737ca15aef479653e commit	refs/heads/master
72f3806fd8b228fd95fe05f0c158daaf74d1e127 commit	refs/heads/pr_head
8063ab5bb7365ad49fd85cd2ce1e325e0a828dcb commit	refs/heads/task_head

git rev-parse HEAD
INFO: checked out commit:
8063ab5bb7365ad49fd85cd2ce1e325e0a828dcb

./wpt install --download-only --destination /home/test/artifacts/ --channel=nightly --rename=firefox-nightly firefox browser
INFO:install:Now installing firefox browser...
INFO:install:Downloading Firefox from https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US
INFO:install:Binary downloaded as /home/test/artifacts/firefox-nightly.tar.bz2
[taskcluster 2024-08-28 09:55:01.440Z] === Task Finished ===
[taskcluster 2024-08-28 09:55:02.954Z] Successful task run with exit code: 0 completed in 82.106 seconds