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

Adding twin ADRS on wrapper code and async Rust #5910

Closed
wants to merge 1 commit into from

Adding twin ADRS on wrapper code and async Rust

4de5963
Select commit
Loading
Failed to load commit list.
Closed

Adding twin ADRS on wrapper code and async Rust #5910

Adding twin ADRS on wrapper code and async Rust
4de5963
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / Build summary task succeeded May 21, 2024 in 4m 53s

FirefoxCI (pull_request)

Summary task for the nightly/release builds that reports failures.

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-05-21 16:07:46.754Z] Task ID: OdLtu3L8QheD4D05OAqIMQ
[taskcluster 2024-05-21 16:07:46.754Z] Worker ID: 2869677282323167373
[taskcluster 2024-05-21 16:07:46.754Z] Worker Group: us-west1-b
[taskcluster 2024-05-21 16:07:46.754Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-16
[taskcluster 2024-05-21 16:07:46.754Z] Worker Pool: app-services-1/b-linux-gcp
[taskcluster 2024-05-21 16:07:46.754Z] Worker Version: 38.0.5
[taskcluster 2024-05-21 16:07:46.754Z] Public IP: 34.127.80.49
[taskcluster 2024-05-21 16:07:46.754Z] Hostname: app-services-1-b-linux-gcp-jr0gac0kq-29h6sdnwv5ww
[taskcluster 2024-05-21 16:07:46.754Z] using cache "app-services-level-1-checkouts-v3-7afeb851dd97df8f3607-aUYhd6GnSHyTBSOQz_hkrA" -> /builds/worker/checkouts

[taskcluster 2024-05-21 16:07:52.850Z] Downloading artifact "public/image.tar.zst" from task ID: aUYhd6GnSHyTBSOQz_hkrA.
[taskcluster 2024-05-21 16:07:57.852Z] Download Progress: 8.68%
[taskcluster 2024-05-21 16:08:02.853Z] Download Progress: 20.93%
[taskcluster 2024-05-21 16:08:07.852Z] Download Progress: 33.74%
[taskcluster 2024-05-21 16:08:12.853Z] Download Progress: 47.09%
[taskcluster 2024-05-21 16:08:17.853Z] Download Progress: 59.33%
[taskcluster 2024-05-21 16:08:22.854Z] Download Progress: 71.36%
[taskcluster 2024-05-21 16:08:27.853Z] Download Progress: 83.94%
[taskcluster 2024-05-21 16:08:32.853Z] Download Progress: 96.01%
[taskcluster 2024-05-21 16:08:35.301Z] Downloaded artifact successfully.
[taskcluster 2024-05-21 16:08:35.301Z] Downloaded 1796.585 mb
[taskcluster 2024-05-21 16:08:35.301Z] Decompressing downloaded image
[taskcluster 2024-05-21 16:08:45.140Z] Loading docker image from downloaded archive.
[taskcluster 2024-05-21 16:09:42.284Z] Image 'public/image.tar.zst' from task 'aUYhd6GnSHyTBSOQz_hkrA' loaded.  Using image ID sha256:29cb46b7089e0d92355528fef2a46670cbe9c27116ade130e1edf464a0b7a568.
[taskcluster 2024-05-21 16:09:42.792Z] === Task Starting ===
[setup 2024-05-21T16:09:51.538Z] run-task started in /builds/worker
[setup 2024-05-21T16:09:51.538Z] Invoked by command: --appservices-checkout=/builds/worker/checkouts/vcs/ -- bash -cx /builds/worker/checkouts/vcs/taskcluster/scripts/deps-complete.py
[setup 2024-05-21T16:09:51.538Z] Python version: 3.10.12
[cache 2024-05-21T16:09:51.540Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-05-21T16:09:51.540Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-05-21T16:09:51.540Z] volume /builds/worker/checkouts is a cache
[setup 2024-05-21T16:09:51.541Z] running as worker:worker
[vcs 2024-05-21T16:09:51.541Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-05-21T16:09:51.543Z] executing ['git', 'clone', 'https://github.com/mozilla/application-services', '/builds/worker/checkouts/vcs']
[vcs 2024-05-21T16:09:51.544Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-05-21T16:09:53.575Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/bendk/application-services', 'wrappers-and-async-adrs']
[vcs 2024-05-21T16:09:53.913Z] From https://github.com/bendk/application-services
[vcs 2024-05-21T16:09:53.913Z]  * branch              wrappers-and-async-adrs -> FETCH_HEAD
[vcs 2024-05-21T16:09:53.916Z] executing ['git', 'checkout', '-f', '-B', 'wrappers-and-async-adrs', '4de5963f0a7b2125a75723e8fd3d8b01807258bb']
[vcs 2024-05-21T16:09:54.040Z] Switched to a new branch 'wrappers-and-async-adrs'
[vcs 2024-05-21T16:09:54.040Z] executing ['git', 'submodule', 'init']
[vcs 2024-05-21T16:09:54.059Z] Submodule 'components/external/glean' (https://github.com/mozilla/glean) registered for path 'components/external/glean'
[vcs 2024-05-21T16:09:54.059Z] executing ['git', 'submodule', 'update', '--force']
[vcs 2024-05-21T16:09:54.079Z] Cloning into '/builds/worker/checkouts/vcs/components/external/glean'...
[vcs 2024-05-21T16:10:08.520Z] Submodule path 'components/external/glean': checked out 'b36db16974764a2fdec96659cb7cb2c9afa951ac'
[vcs 2024-05-21T16:10:08.521Z] cleaning git checkout...
[vcs 2024-05-21T16:10:08.521Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-05-21T16:10:08.527Z] removing []
[vcs 2024-05-21T16:10:08.527Z] successfully cleaned git checkout!
[vcs 2024-05-21T16:10:08.528Z] TinderboxPrint:<a href='https://github.com/bendk/application-services/commit/4de5963f0a7b2125a75723e8fd3d8b01807258bb' title='Built from application-services commit 4de5963f0a7b2125a75723e8fd3d8b01807258bb'>4de5963f0a7b2125a75723e8fd3d8b01807258bb</a>
[task 2024-05-21T16:10:08.528Z] executing ['bash', '-cx', '/builds/worker/checkouts/vcs/taskcluster/scripts/deps-complete.py']
[task 2024-05-21T16:10:08.530Z] + /builds/worker/checkouts/vcs/taskcluster/scripts/deps-complete.py
[task 2024-05-21T16:10:08.609Z] 
[task 2024-05-21T16:10:08.609Z] ---- Checking for failed tasks ----
[task 2024-05-21T16:10:08.609Z] All successful!
[taskcluster 2024-05-21 16:10:08.916Z] === Task Finished ===
[taskcluster 2024-05-21 16:10:08.917Z] Successful task run with exit code: 0 completed in 142.164 seconds