Skip to content

Add getProfileFlowInfo selector.

firefoxci-taskcluster / hello-world succeeded Nov 8, 2024 in 3m 9s

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-08T03:16:53.944Z
Resolved: 2024-11-08T03:17:08.151Z
Task Execution Time: 14 seconds, 207 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

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


[taskcluster 2024-11-08 03:16:54.456Z] Task ID: M1rJQd4JRZaTEyFqZddfSQ
[taskcluster 2024-11-08 03:16:54.456Z] Worker ID: 5837958592535215238
[taskcluster 2024-11-08 03:16:54.456Z] Worker Group: us-central1-b
[taskcluster 2024-11-08 03:16:54.456Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-11-08 03:16:54.456Z] Worker Type: t-linux-large-gcp
[taskcluster 2024-11-08 03:16:54.456Z] Public IP: 104.154.25.126
[taskcluster 2024-11-08 03:16:54.456Z] Hostname: mozilla-t-t-linux-large-gcp-be4w1gbnsz2fvyjvqdhrla
[taskcluster 2024-11-08 03:16:54.456Z] using cache "mozilla-level-1-checkouts-hg58-v3-2922149087d95338df26" -> /builds/worker/checkouts

[taskcluster 2024-11-08 03:16:55.659Z] Downloading artifact "public/image.tar.zst" from task ID: Y1fT4rT8RX2D1lvZ0mUrWg.
[taskcluster 2024-11-08 03:16:57.744Z] Downloaded artifact successfully.
[taskcluster 2024-11-08 03:16:57.744Z] Downloaded 31.216 mb
[taskcluster 2024-11-08 03:16:57.744Z] Decompressing downloaded image
[taskcluster 2024-11-08 03:16:58.203Z] Loading docker image from downloaded archive.
[taskcluster 2024-11-08 03:16:59.566Z] Image 'public/image.tar.zst' from task 'Y1fT4rT8RX2D1lvZ0mUrWg' loaded.  Using image ID sha256:28756b3cef477aa83024520cf13d24fd74643e971e98620eb801978023c2415d.
[taskcluster 2024-11-08 03:16:59.660Z] === 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-08T03:17:00.073Z] run-task started in /
[setup 2024-11-08T03:17:00.073Z] Invoked by command: --firefox_profiler-checkout=/builds/worker/checkouts/vcs/ -- bash -cx echo "Hello $NOUN!"
[setup 2024-11-08T03:17:00.074Z] Python version: 3.12.7
[cache 2024-11-08T03:17:00.075Z] 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-08T03:17:00.075Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-11-08T03:17:00.075Z] volume /builds/worker/checkouts is a cache
[setup 2024-11-08T03:17:00.075Z] running as worker:worker
[vcs 2024-11-08T03:17:00.075Z] 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-08T03:17:00.076Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-11-08T03:17:06.767Z] 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-08T03:17:06.981Z] From https://github.com/mstange/perf.html
[vcs 2024-11-08T03:17:06.981Z]  * branch              get-flows  -> FETCH_HEAD
[vcs 2024-11-08T03:17:06.982Z] executing ['git', 'checkout', '-f', '-B', 'get-flows', '127fa1b709e74d493c4b0d8f197f368f9a288cc3']
/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-08T03:17:07.301Z] Switched to a new branch 'get-flows'
[vcs 2024-11-08T03:17:07.302Z] cleaning git checkout...
[vcs 2024-11-08T03:17:07.302Z] 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-08T03:17:07.305Z] removing []
[vcs 2024-11-08T03:17:07.305Z] 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-08T03:17:07.306Z] TinderboxPrint:<a href='https://github.com/mstange/perf.html/commit/127fa1b709e74d493c4b0d8f197f368f9a288cc3' title='Built from perf.html commit 127fa1b709e74d493c4b0d8f197f368f9a288cc3'>127fa1b709e74d493c4b0d8f197f368f9a288cc3</a>
[task 2024-11-08T03:17:07.306Z] 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-08T03:17:07.307Z] + echo 'Hello World!'
[task 2024-11-08T03:17:07.307Z] Hello World!
[taskcluster 2024-11-08 03:17:07.584Z] === Task Finished ===
[taskcluster 2024-11-08 03:17:07.584Z] Successful task run with exit code: 0 completed in 13.129 seconds