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

Remove "Back to home" link on import errors when not loading from file #5279

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Remove "Back to home" link on import errors when not loading from file

0eb5ec1
Select commit
Loading
Failed to load commit list.
Open

Remove "Back to home" link on import errors when not loading from file #5279

Remove "Back to home" link on import errors when not loading from file
0eb5ec1
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / hello-world succeeded Dec 28, 2024 in 3m 4s

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-28T20:39:36.313Z
Resolved: 2024-12-28T20:39:48.429Z
Task Execution Time: 12 seconds, 116 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

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


[taskcluster 2024-12-28 20:39:36.667Z] Task ID: dj3qqxRmSZqoz0cTnbJmMA
[taskcluster 2024-12-28 20:39:36.667Z] Worker ID: 3363717380304658211
[taskcluster 2024-12-28 20:39:36.667Z] Worker Group: us-central1-b
[taskcluster 2024-12-28 20:39:36.667Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-12-28 20:39:36.667Z] Worker Type: t-linux-large-gcp
[taskcluster 2024-12-28 20:39:36.667Z] Public IP: 104.154.55.138
[taskcluster 2024-12-28 20:39:36.667Z] Hostname: mozilla-t-t-linux-large-gcp-atdortkksdmpplvwod-zva
[taskcluster 2024-12-28 20:39:36.667Z] using cache "mozilla-level-1-checkouts-hg58-v3-2922149087d95338df26" -> /builds/worker/checkouts

[taskcluster 2024-12-28 20:39:37.545Z] Downloading artifact "public/image.tar.zst" from task ID: fCPiSJ70T2qNHTsc5P-p4g.
[taskcluster 2024-12-28 20:39:38.085Z] Downloaded artifact successfully.
[taskcluster 2024-12-28 20:39:38.085Z] Downloaded 31.345 mb
[taskcluster 2024-12-28 20:39:38.085Z] Decompressing downloaded image
[taskcluster 2024-12-28 20:39:38.318Z] Loading docker image from downloaded archive.
[taskcluster 2024-12-28 20:39:39.697Z] Image 'public/image.tar.zst' from task 'fCPiSJ70T2qNHTsc5P-p4g' loaded.  Using image ID sha256:c54c2f2de3744527215295d645747992bec32b6e8467ae1bcd6fb0c43fa7f03d.
[taskcluster 2024-12-28 20:39:39.769Z] === 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-28T20:39:40.164Z] run-task started in /
[setup 2024-12-28T20:39:40.164Z] Invoked by command: --firefox_profiler-checkout=/builds/worker/checkouts/vcs/ -- bash -cx echo "Hello $NOUN!"
[setup 2024-12-28T20:39:40.165Z] Python version: 3.12.8
[cache 2024-12-28T20:39:40.166Z] 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-28T20:39:40.166Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-12-28T20:39:40.166Z] volume /builds/worker/checkouts is a cache
[setup 2024-12-28T20:39:40.166Z] running as worker:worker
[vcs 2024-12-28T20:39:40.166Z] 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-28T20:39:40.167Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-12-28T20:39:46.939Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/nisargjhaveri/firefox-profiler', 'remove_back_home']
/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-28T20:39:47.143Z] From https://github.com/nisargjhaveri/firefox-profiler
[vcs 2024-12-28T20:39:47.143Z]  * branch              remove_back_home -> FETCH_HEAD
[vcs 2024-12-28T20:39:47.145Z] executing ['git', 'checkout', '-f', '-B', 'remove_back_home', '0eb5ec1b926ec207dd1740e776c07d7e0150f59f']
/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-28T20:39:47.465Z] Switched to a new branch 'remove_back_home'
[vcs 2024-12-28T20:39:47.465Z] cleaning git checkout...
[vcs 2024-12-28T20:39:47.465Z] 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-28T20:39:47.469Z] removing []
[vcs 2024-12-28T20:39:47.469Z] 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-28T20:39:47.470Z] TinderboxPrint:<a href='https://github.com/nisargjhaveri/firefox-profiler/commit/0eb5ec1b926ec207dd1740e776c07d7e0150f59f' title='Built from firefox-profiler commit 0eb5ec1b926ec207dd1740e776c07d7e0150f59f'>0eb5ec1b926ec207dd1740e776c07d7e0150f59f</a>
[task 2024-12-28T20:39:47.470Z] 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-28T20:39:47.471Z] + echo 'Hello World!'
[task 2024-12-28T20:39:47.471Z] Hello World!
[taskcluster 2024-12-28 20:39:47.752Z] === Task Finished ===
[taskcluster 2024-12-28 20:39:47.753Z] Successful task run with exit code: 0 completed in 11.087 seconds