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

DOM: Make moveBefore() throw for all pre-move validity checks #48642

Merged
merged 1 commit into from
Oct 21, 2024

DOM: Make moveBefore() throw for all pre-move validity checks

5d994b6
Select commit
Loading
Failed to load commit list.
Merged

DOM: Make moveBefore() throw for all pre-move validity checks #48642

DOM: Make moveBefore() throw for all pre-move validity checks
5d994b6
Select commit
Loading
Failed to load commit list.
Community-TC Integration / wpt-decision-task failed Oct 18, 2024 in 3m 9s

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 | View task group in Taskcluster

Task Status

Started: 2024-10-18T19:36:05.022Z
Resolved: 2024-10-18T19:36:55.374Z
Task Execution Time: 50 seconds, 352 milliseconds
Task Status: failed
Reason Resolved: failed
RunId: 0

Artifacts

- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2024-10-18 19:36:05.088Z] Task ID: S6JX7CiXT5ekbOVSM8ORAA
[taskcluster 2024-10-18 19:36:05.088Z] Worker ID: 6491442728528711499
[taskcluster 2024-10-18 19:36:05.088Z] Worker Group: us-east1-c
[taskcluster 2024-10-18 19:36:05.088Z] Worker Node Type: projects/757942385826/machineTypes/n2-standard-4
[taskcluster 2024-10-18 19:36:05.088Z] Worker Pool: proj-wpt/ci
[taskcluster 2024-10-18 19:36:05.088Z] Worker Version: 46.1.0
[taskcluster 2024-10-18 19:36:05.088Z] Public IP: 35.196.178.35
[taskcluster 2024-10-18 19:36:05.088Z] Hostname: proj-wpt-ci-aw-7b67dsvw17hoycjfdva

[taskcluster 2024-10-18 19:36:07.008Z] === Task Starting ===
+ /home/test/start.sh https://github.com/web-platform-tests/wpt.git refs/pull/48642/merge
+ REMOTE=https://github.com/web-platform-tests/wpt.git
+ REF=refs/pull/48642/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/48642/merge:task_head
Running git fetch --quiet --depth=50 --tags origin refs/pull/48642/merge:task_head [try 1/5]
fatal: couldn't find remote ref refs/pull/48642/merge
Command failed, waiting 3 seconds to retry
Running git fetch --quiet --depth=50 --tags origin refs/pull/48642/merge:task_head [try 2/5]
fatal: couldn't find remote ref refs/pull/48642/merge
Command failed, waiting 6 seconds to retry
Running git fetch --quiet --depth=50 --tags origin refs/pull/48642/merge:task_head [try 3/5]
fatal: couldn't find remote ref refs/pull/48642/merge
Command failed, waiting 12 seconds to retry
Running git fetch --quiet --depth=50 --tags origin refs/pull/48642/merge:task_head [try 4/5]
fatal: couldn't find remote ref refs/pull/48642/merge
Command failed, waiting 24 seconds to retry
Running git fetch --quiet --depth=50 --tags origin refs/pull/48642/merge:task_head [try 5/5]
fatal: couldn't find remote ref refs/pull/48642/merge
Command failed, out of retries
[taskcluster 2024-10-18 19:36:54.620Z] === Task Finished ===
[taskcluster 2024-10-18 19:36:54.693Z] Unsuccessful task run with exit code: 128 completed in 49.606 seconds