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

feat: store remote-settings attachments in local storage #6490

Merged
merged 1 commit into from
Nov 22, 2024

feat: store remote-settings attachments in local storage

b356317
Select commit
Loading
Failed to load commit list.
Merged

feat: store remote-settings attachments in local storage #6490

feat: store remote-settings attachments in local storage
b356317
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / lint-ktlint succeeded Nov 22, 2024 in 5m 3s

FirefoxCI (pull_request)

Running ktlint over all modules

Details

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

Task Status

Started: 2024-11-22T20:38:34.903Z
Resolved: 2024-11-22T20:41:51.111Z
Task Execution Time: 3 minutes, 16 seconds, 208 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

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


[taskcluster 2024-11-22 20:38:34.960Z] Task ID: LNCXgbT_QHu9c3FKrLqoyg
[taskcluster 2024-11-22 20:38:34.960Z] Worker ID: 5941113137077769603
[taskcluster 2024-11-22 20:38:34.960Z] Worker Group: us-west1-a
[taskcluster 2024-11-22 20:38:34.960Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-16
[taskcluster 2024-11-22 20:38:34.960Z] Worker Pool: app-services-1/b-linux-gcp
[taskcluster 2024-11-22 20:38:34.960Z] Worker Version: 38.0.5
[taskcluster 2024-11-22 20:38:34.960Z] Public IP: 35.197.96.170
[taskcluster 2024-11-22 20:38:34.960Z] Hostname: app-services-1-b-linux-gcp-inoak8fdryyq1xf78pptcq
[taskcluster 2024-11-22 20:38:34.960Z] using cache "app-services-level-1-checkouts-v3-0afbf72f72cb5ffedd2f-B-Q55wz8Qnis6Yl70Oyb0A" -> /builds/worker/checkouts

[taskcluster 2024-11-22 20:38:38.773Z] Downloading artifact "public/image.tar.zst" from task ID: B-Q55wz8Qnis6Yl70Oyb0A.
[taskcluster 2024-11-22 20:38:43.776Z] Download Progress: 13.87%
[taskcluster 2024-11-22 20:38:48.776Z] Download Progress: 27.64%
[taskcluster 2024-11-22 20:38:53.776Z] Download Progress: 44.19%
[taskcluster 2024-11-22 20:38:58.776Z] Download Progress: 60.86%
[taskcluster 2024-11-22 20:39:03.777Z] Download Progress: 78.20%
[taskcluster 2024-11-22 20:39:08.777Z] Download Progress: 95.18%
[taskcluster 2024-11-22 20:39:10.030Z] Downloaded artifact successfully.
[taskcluster 2024-11-22 20:39:10.031Z] Downloaded 1790.220 mb
[taskcluster 2024-11-22 20:39:10.031Z] Decompressing downloaded image
[taskcluster 2024-11-22 20:39:19.975Z] Loading docker image from downloaded archive.
[taskcluster 2024-11-22 20:40:22.044Z] Image 'public/image.tar.zst' from task 'B-Q55wz8Qnis6Yl70Oyb0A' loaded.  Using image ID sha256:980a67a845dd7a4f62a938a42b23a51a261d8ec52177491f8101620a7d523651.
[taskcluster 2024-11-22 20:40:22.555Z] === Task Starting ===
[setup 2024-11-22T20:40:29.967Z] run-task started in /builds/worker
[setup 2024-11-22T20:40:29.967Z] Invoked by command: --appservices-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx ./gradlew ktlint
[setup 2024-11-22T20:40:29.967Z] Python version: 3.10.12
[cache 2024-11-22T20:40:29.968Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-11-22T20:40:29.968Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-11-22T20:40:29.968Z] volume /builds/worker/checkouts is a cache
[setup 2024-11-22T20:40:29.968Z] running as worker:worker
[vcs 2024-11-22T20:40:29.969Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-11-22T20:40:29.970Z] executing ['git', 'clone', 'https://github.com/mozilla/application-services', '/builds/worker/checkouts/vcs']
[vcs 2024-11-22T20:40:29.971Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-11-22T20:40:33.946Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla/application-services', 'store-attachments']
[vcs 2024-11-22T20:40:34.171Z] From https://github.com/mozilla/application-services
[vcs 2024-11-22T20:40:34.171Z]  * branch                store-attachments -> FETCH_HEAD
[vcs 2024-11-22T20:40:34.180Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla/application-services', 'store-attachments']
[vcs 2024-11-22T20:40:34.460Z] From https://github.com/mozilla/application-services
[vcs 2024-11-22T20:40:34.461Z]  * branch                store-attachments -> FETCH_HEAD
[vcs 2024-11-22T20:40:34.470Z] executing ['git', 'checkout', '-f', '-B', 'store-attachments', 'b35631746a1ee9e278b3cd6336c3dfbff4132291']
[vcs 2024-11-22T20:40:34.599Z] Switched to a new branch 'store-attachments'
[vcs 2024-11-22T20:40:34.599Z] executing ['git', 'submodule', 'init']
[vcs 2024-11-22T20:40:34.618Z] Submodule 'components/external/glean' (https://github.com/mozilla/glean) registered for path 'components/external/glean'
[vcs 2024-11-22T20:40:34.619Z] executing ['git', 'submodule', 'update', '--force']
[vcs 2024-11-22T20:40:34.638Z] Cloning into '/builds/worker/checkouts/vcs/components/external/glean'...
[vcs 2024-11-22T20:40:51.981Z] Submodule path 'components/external/glean': checked out '505c497f9ecfc0ab32c19b62f14c73c378c2d826'
[vcs 2024-11-22T20:40:51.982Z] cleaning git checkout...
[vcs 2024-11-22T20:40:51.982Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-11-22T20:40:51.988Z] removing []
[vcs 2024-11-22T20:40:51.988Z] successfully cleaned git checkout!
[vcs 2024-11-22T20:40:51.990Z] TinderboxPrint:<a href='https://github.com/mozilla/application-services/commit/b35631746a1ee9e278b3cd6336c3dfbff4132291' title='Built from application-services commit b35631746a1ee9e278b3cd6336c3dfbff4132291'>b35631746a1ee9e278b3cd6336c3dfbff4132291</a>
[task 2024-11-22T20:40:51.990Z] executing ['bash', '-cx', './gradlew ktlint']
[task 2024-11-22T20:40:51.991Z] + ./gradlew ktlint
[task 2024-11-22T20:40:52.062Z] Downloading https://services.gradle.org/distributions/gradle-8.11.1-bin.zip
[task 2024-11-22T20:40:53.706Z] .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
[task 2024-11-22T20:40:54.925Z] 
[task 2024-11-22T20:40:54.925Z] Welcome to Gradle 8.11.1!
[task 2024-11-22T20:40:54.925Z] 
[task 2024-11-22T20:40:54.925Z] Here are the highlights of this release:
[task 2024-11-22T20:40:54.926Z]  - Parallel load and store for Configuration Cache
[task 2024-11-22T20:40:54.926Z]  - Java compilation errors at the end of the build output
[task 2024-11-22T20:40:54.926Z]  - Consolidated report for warnings and deprecations
[task 2024-11-22T20:40:54.926Z] 
[task 2024-11-22T20:40:54.926Z] For more details see https://docs.gradle.org/8.11.1/release-notes.html
[task 2024-11-22T20:40:54.927Z] 
[task 2024-11-22T20:40:55.024Z] To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.11.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
[task 2024-11-22T20:40:55.924Z] Daemon will be stopped at the end of the build 
[task 2024-11-22T20:40:59.824Z] Local configuration: absent local.properties; proceeding as normal.
[task 2024-11-22T20:41:22.425Z] 
[task 2024-11-22T20:41:22.427Z] > Configure project :autofill
[task 2024-11-22T20:41:22.427Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:22.427Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:22.427Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:22.427Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:24.224Z] 
[task 2024-11-22T20:41:24.224Z] > Configure project :full-megazord
[task 2024-11-22T20:41:24.224Z] C/C++: Ignoring invalid ABI 'riscv64' found in ABI metadata file '/builds/worker/android-sdk/ndk/27.2.12479018/meta/abis.json'.
[task 2024-11-22T20:41:24.424Z] 
[task 2024-11-22T20:41:24.424Z] > Configure project :crashtest
[task 2024-11-22T20:41:24.425Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:24.425Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:24.425Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:24.425Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:24.524Z] 
[task 2024-11-22T20:41:24.524Z] > Configure project :errorsupport
[task 2024-11-22T20:41:24.524Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:24.524Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:24.525Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:24.525Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:26.024Z] 
[task 2024-11-22T20:41:26.024Z] > Configure project :fxaclient
[task 2024-11-22T20:41:26.024Z] Requires glean_parser 15.2
[task 2024-11-22T20:41:26.024Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:26.024Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:26.024Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:26.024Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:26.424Z] 
[task 2024-11-22T20:41:26.424Z] > Configure project :httpconfig
[task 2024-11-22T20:41:26.424Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:26.424Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:26.424Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:26.424Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:26.624Z] 
[task 2024-11-22T20:41:26.624Z] > Configure project :logins
[task 2024-11-22T20:41:26.624Z] Requires glean_parser 15.2
[task 2024-11-22T20:41:26.624Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:26.624Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:26.624Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:26.624Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:27.024Z] 
[task 2024-11-22T20:41:27.024Z] > Configure project :nimbus
[task 2024-11-22T20:41:27.024Z] Requires glean_parser 15.2
[task 2024-11-22T20:41:27.024Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:27.024Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:27.024Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:27.024Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:27.224Z] 
[task 2024-11-22T20:41:27.224Z] > Configure project :places
[task 2024-11-22T20:41:27.224Z] Requires glean_parser 15.2
[task 2024-11-22T20:41:27.224Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:27.224Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:27.224Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:27.224Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:27.324Z] 
[task 2024-11-22T20:41:27.324Z] > Configure project :push
[task 2024-11-22T20:41:27.324Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:27.324Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:27.324Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:27.324Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:27.424Z] 
[task 2024-11-22T20:41:27.424Z] > Configure project :remotesettings
[task 2024-11-22T20:41:27.424Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:27.424Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:27.424Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:27.424Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:27.524Z] 
[task 2024-11-22T20:41:27.524Z] > Configure project :rust-log-forwarder
[task 2024-11-22T20:41:27.524Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:27.524Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:27.524Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:27.524Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:27.624Z] 
[task 2024-11-22T20:41:27.624Z] > Configure project :suggest
[task 2024-11-22T20:41:27.624Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:27.624Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:27.624Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:27.624Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:27.724Z] 
[task 2024-11-22T20:41:27.724Z] > Configure project :sync15
[task 2024-11-22T20:41:27.724Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:27.724Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:27.724Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:27.724Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:27.824Z] 
[task 2024-11-22T20:41:27.824Z] > Configure project :syncmanager
[task 2024-11-22T20:41:27.824Z] Requires glean_parser 15.2
[task 2024-11-22T20:41:27.824Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:27.824Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:27.824Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:27.824Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:28.024Z] 
[task 2024-11-22T20:41:28.024Z] > Configure project :tabs
[task 2024-11-22T20:41:28.024Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-11-22T20:41:28.024Z] This is a build performance and scalability issue.
[task 2024-11-22T20:41:28.024Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-11-22T20:41:28.024Z] Run with --info for a stacktrace.
[task 2024-11-22T20:41:37.924Z] 
[task 2024-11-22T20:41:37.924Z] > Configure project :tooling-nimbus-gradle
[task 2024-11-22T20:41:37.924Z] WARNING: Unsupported Kotlin plugin version.
[task 2024-11-22T20:41:37.924Z] The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `2.0.20` that might work differently than in the requested version `1.9.24`.
[task 2024-11-22T20:41:49.424Z] 
[task 2024-11-22T20:41:49.424Z] > Task :ktlint
[task 2024-11-22T20:41:49.478Z] [Incubating] Problems report is available at: file:///builds/worker/checkouts/vcs/build/reports/problems/problems-report.html
[task 2024-11-22T20:41:49.478Z] 
[task 2024-11-22T20:41:49.478Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-11-22T20:41:49.478Z] 
[task 2024-11-22T20:41:49.478Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[task 2024-11-22T20:41:49.478Z] 
[task 2024-11-22T20:41:49.478Z] For more on this, please refer to https://docs.gradle.org/8.11.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
[task 2024-11-22T20:41:49.478Z] 
[task 2024-11-22T20:41:49.478Z] BUILD SUCCESSFUL in 57s
[task 2024-11-22T20:41:49.478Z] 1 actionable task: 1 executed
[taskcluster 2024-11-22 20:41:50.621Z] === Task Finished ===
[taskcluster 2024-11-22 20:41:50.621Z] Successful task run with exit code: 0 completed in 195.662 seconds