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

[deploy preview] Experimental UI for flows #5190

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Add a flow panel.

f6a6a44
Select commit
Loading
Failed to load commit list.
Draft

[deploy preview] Experimental UI for flows #5190

Add a flow panel.
f6a6a44
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / hello-world succeeded Dec 30, 2024 in 5m 18s

FirefoxCI (pull_request)

Prints 'Hello World'

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2024-12-30T15:45:53.980Z
Resolved: 2024-12-30T15:46:06.787Z
Task Execution Time: 12 seconds, 807 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

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


[taskcluster 2024-12-30 15:45:54.695Z] Task ID: fzDuTtK-TG2_DYsROW60wQ
[taskcluster 2024-12-30 15:45:54.695Z] Worker ID: 9156819013460754719
[taskcluster 2024-12-30 15:45:54.695Z] Worker Group: us-central1-c
[taskcluster 2024-12-30 15:45:54.695Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-12-30 15:45:54.695Z] Worker Type: t-linux-large-gcp
[taskcluster 2024-12-30 15:45:54.695Z] Public IP: 34.28.33.148
[taskcluster 2024-12-30 15:45:54.695Z] Hostname: mozilla-t-t-linux-large-gcp-wc8zthbstw2vsfzhi7ajqw
[taskcluster 2024-12-30 15:45:54.695Z] using cache "mozilla-level-1-checkouts-hg58-v3-2922149087d95338df26" -> /builds/worker/checkouts

[taskcluster 2024-12-30 15:45:55.578Z] Downloading artifact "public/image.tar.zst" from task ID: WD2s9ti5Q0KJ_wlmrDcP7Q.
[taskcluster 2024-12-30 15:45:56.082Z] Downloaded artifact successfully.
[taskcluster 2024-12-30 15:45:56.082Z] Downloaded 31.345 mb
[taskcluster 2024-12-30 15:45:56.083Z] Decompressing downloaded image
[taskcluster 2024-12-30 15:45:56.334Z] Loading docker image from downloaded archive.
[taskcluster 2024-12-30 15:45:57.698Z] Image 'public/image.tar.zst' from task 'WD2s9ti5Q0KJ_wlmrDcP7Q' loaded.  Using image ID sha256:91460e6949fa2e0fbef1be9b3858c3e6dbf16039312a757fb776e7ef0958b78f.
[taskcluster 2024-12-30 15:45:57.783Z] === Task Starting ===
/usr/local/bin/run-task:113: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[setup 2024-12-30T15:45:58.167Z] run-task started in /
[setup 2024-12-30T15:45:58.167Z] Invoked by command: --firefox_profiler-checkout=/builds/worker/checkouts/vcs/ -- bash -cx echo "Hello $NOUN!"
[setup 2024-12-30T15:45:58.167Z] Python version: 3.12.8
[cache 2024-12-30T15:45:58.168Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
/usr/local/bin/run-task:323: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[volume 2024-12-30T15:45:58.169Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-12-30T15:45:58.169Z] volume /builds/worker/checkouts is a cache
[setup 2024-12-30T15:45:58.169Z] running as worker:worker
[vcs 2024-12-30T15:45:58.169Z] executing ['git', 'clone', 'https://github.com/firefox-devtools/profiler', '/builds/worker/checkouts/vcs']
/usr/local/bin/run-task:113: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-12-30T15:45:58.170Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-12-30T15:46:05.285Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mstange/perf.html', 'get-flows']
/usr/local/bin/run-task:113: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-12-30T15:46:05.550Z] From https://github.com/mstange/perf.html
[vcs 2024-12-30T15:46:05.550Z]  * branch              get-flows  -> FETCH_HEAD
[vcs 2024-12-30T15:46:05.551Z] executing ['git', 'checkout', '-f', '-B', 'get-flows', 'f6a6a44992e41f2aa8e1a36f840b41a84f74b6aa']
/usr/local/bin/run-task:113: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-12-30T15:46:05.876Z] Switched to a new branch 'get-flows'
[vcs 2024-12-30T15:46:05.876Z] cleaning git checkout...
[vcs 2024-12-30T15:46:05.876Z] executing ['git', 'clean', '-nxdff']
/usr/local/bin/run-task:113: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-12-30T15:46:05.879Z] removing []
[vcs 2024-12-30T15:46:05.879Z] successfully cleaned git checkout!
/usr/local/bin/run-task:113: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-12-30T15:46:05.881Z] TinderboxPrint:<a href='https://github.com/mstange/perf.html/commit/f6a6a44992e41f2aa8e1a36f840b41a84f74b6aa' title='Built from perf.html commit f6a6a44992e41f2aa8e1a36f840b41a84f74b6aa'>f6a6a44992e41f2aa8e1a36f840b41a84f74b6aa</a>
[task 2024-12-30T15:46:05.881Z] executing ['bash', '-cx', 'echo "Hello $NOUN!"']
/usr/local/bin/run-task:113: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[task 2024-12-30T15:46:05.882Z] + echo 'Hello World!'
[task 2024-12-30T15:46:05.882Z] Hello World!
[taskcluster 2024-12-30 15:46:06.147Z] === Task Finished ===
[taskcluster 2024-12-30 15:46:06.148Z] Successful task run with exit code: 0 completed in 11.454 seconds