Skip to content

Add getProfileFlowInfo selector.

firefoxci-taskcluster / hello-world succeeded Nov 7, 2024 in 2m 59s

FirefoxCI (pull_request)

Prints 'Hello World'

Details

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

Task Status

Started: 2024-11-07T18:34:40.191Z
Resolved: 2024-11-07T18:34:51.115Z
Task Execution Time: 10 seconds, 924 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

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


[taskcluster 2024-11-07 18:34:40.341Z] Task ID: LHwduFYqReqvGj814P_enA
[taskcluster 2024-11-07 18:34:40.341Z] Worker ID: 2064176661552740095
[taskcluster 2024-11-07 18:34:40.341Z] Worker Group: us-west1-a
[taskcluster 2024-11-07 18:34:40.341Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-11-07 18:34:40.341Z] Worker Type: t-linux-large-gcp
[taskcluster 2024-11-07 18:34:40.341Z] Public IP: 35.199.184.177
[taskcluster 2024-11-07 18:34:40.341Z] Hostname: mozilla-t-t-linux-large-gcp-ucelutlcth6sa93pg6nb1q
[taskcluster 2024-11-07 18:34:40.341Z] using cache "mozilla-level-1-checkouts-hg58-v3-2922149087d95338df26" -> /builds/worker/checkouts

[taskcluster 2024-11-07 18:34:40.867Z] Downloading artifact "public/image.tar.zst" from task ID: LECasi6BTvG_9Zqm5wlB6w.
[taskcluster 2024-11-07 18:34:41.247Z] Downloaded artifact successfully.
[taskcluster 2024-11-07 18:34:41.247Z] Downloaded 31.216 mb
[taskcluster 2024-11-07 18:34:41.247Z] Decompressing downloaded image
[taskcluster 2024-11-07 18:34:41.438Z] Loading docker image from downloaded archive.
[taskcluster 2024-11-07 18:34:42.851Z] Image 'public/image.tar.zst' from task 'LECasi6BTvG_9Zqm5wlB6w' loaded.  Using image ID sha256:cfa69dac9462def747a506dee7907c301e2edeba4b59001a5e6de2ac12d7e5f4.
[taskcluster 2024-11-07 18:34:42.885Z] === 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-11-07T18:34:43.267Z] run-task started in /
[setup 2024-11-07T18:34:43.268Z] Invoked by command: --firefox_profiler-checkout=/builds/worker/checkouts/vcs/ -- bash -cx echo "Hello $NOUN!"
[setup 2024-11-07T18:34:43.268Z] Python version: 3.12.7
[cache 2024-11-07T18:34:43.269Z] 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-11-07T18:34:43.269Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-11-07T18:34:43.269Z] volume /builds/worker/checkouts is a cache
[setup 2024-11-07T18:34:43.269Z] running as worker:worker
[vcs 2024-11-07T18:34:43.269Z] 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-11-07T18:34:43.270Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-11-07T18:34:50.010Z] 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-11-07T18:34:50.339Z] From https://github.com/mstange/perf.html
[vcs 2024-11-07T18:34:50.339Z]  * branch              get-flows  -> FETCH_HEAD
[vcs 2024-11-07T18:34:50.341Z] executing ['git', 'checkout', '-f', '-B', 'get-flows', 'b42888faed33eed322c040fdf352d3652c802096']
/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-11-07T18:34:50.350Z] Switched to a new branch 'get-flows'
[vcs 2024-11-07T18:34:50.351Z] cleaning git checkout...
[vcs 2024-11-07T18:34:50.351Z] 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-11-07T18:34:50.354Z] removing []
[vcs 2024-11-07T18:34:50.354Z] 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-11-07T18:34:50.355Z] TinderboxPrint:<a href='https://github.com/mstange/perf.html/commit/b42888faed33eed322c040fdf352d3652c802096' title='Built from perf.html commit b42888faed33eed322c040fdf352d3652c802096'>b42888faed33eed322c040fdf352d3652c802096</a>
[task 2024-11-07T18:34:50.355Z] 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-11-07T18:34:50.356Z] + echo 'Hello World!'
[task 2024-11-07T18:34:50.356Z] Hello World!
[taskcluster 2024-11-07 18:34:50.619Z] === Task Finished ===
[taskcluster 2024-11-07 18:34:50.620Z] Successful task run with exit code: 0 completed in 10.28 seconds