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

Remote settings: add signature verification support #6534

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Add signatures optional feature

20d1058
Select commit
Loading
Failed to load commit list.
Draft

Remote settings: add signature verification support #6534

Add signatures optional feature
20d1058
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / lint-ktlint succeeded Dec 20, 2024 in 1m 49s

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-12-20T11:27:31.888Z
Resolved: 2024-12-20T11:28:14.929Z
Task Execution Time: 43 seconds, 41 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

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


[taskcluster 2024-12-20 11:27:31.926Z] Task ID: J5MfknRdQwWvIMTOtiEypw
[taskcluster 2024-12-20 11:27:31.926Z] Worker ID: 5413895769663532164
[taskcluster 2024-12-20 11:27:31.926Z] Worker Group: us-west1-a
[taskcluster 2024-12-20 11:27:31.926Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-16
[taskcluster 2024-12-20 11:27:31.926Z] Worker Pool: app-services-1/b-linux-gcp
[taskcluster 2024-12-20 11:27:31.926Z] Worker Version: 38.0.5
[taskcluster 2024-12-20 11:27:31.926Z] Public IP: 34.82.142.97
[taskcluster 2024-12-20 11:27:31.926Z] Hostname: app-services-1-b-linux-gcp-phgcpsertiwocfmqxtz8vg
[taskcluster 2024-12-20 11:27:31.926Z] using cache "app-services-level-1-checkouts-v3-0afbf72f72cb5ffedd2f-FSotUo1ERx6KYaQx5B5DVQ" -> /builds/worker/checkouts

[taskcluster 2024-12-20 11:27:32.361Z] Image 'public/image.tar.zst' from task 'FSotUo1ERx6KYaQx5B5DVQ' loaded.  Using image ID sha256:86ed7859ccad0818d25374f224e5ee566cb459006ed732ffcea3504f05d2d081.
[taskcluster 2024-12-20 11:27:32.371Z] === Task Starting ===
[setup 2024-12-20T11:27:32.616Z] run-task started in /builds/worker
[setup 2024-12-20T11:27:32.616Z] Invoked by command: --appservices-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx ./gradlew ktlint
[setup 2024-12-20T11:27:32.616Z] Python version: 3.10.12
[cache 2024-12-20T11:27:32.617Z] cache /builds/worker/checkouts exists; requirements: gid=1000 uid=1000 version=1
[volume 2024-12-20T11:27:32.617Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-12-20T11:27:32.617Z] volume /builds/worker/checkouts is a cache
[setup 2024-12-20T11:27:32.617Z] running as worker:worker
[vcs 2024-12-20T11:27:32.618Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-12-20T11:27:32.619Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/leplatrem/application-services', 'remote-settings-signature-verification']
[vcs 2024-12-20T11:27:32.929Z] From https://github.com/leplatrem/application-services
[vcs 2024-12-20T11:27:32.929Z]  * branch                remote-settings-signature-verification -> FETCH_HEAD
[vcs 2024-12-20T11:27:32.938Z] executing ['git', 'checkout', '-f', '-B', 'remote-settings-signature-verification', '20d105824f3e4294c792897f176a7819f1782671']
[vcs 2024-12-20T11:27:32.943Z] Reset branch 'remote-settings-signature-verification'
[vcs 2024-12-20T11:27:32.944Z] executing ['git', 'submodule', 'init']
[vcs 2024-12-20T11:27:32.962Z] executing ['git', 'submodule', 'update', '--force']
[vcs 2024-12-20T11:27:32.997Z] Submodule path 'components/external/glean': checked out '2fe73c4d2876f5e1c073fb4ac4c010a36ad5c825'
[vcs 2024-12-20T11:27:32.998Z] cleaning git checkout...
[vcs 2024-12-20T11:27:32.998Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-12-20T11:27:33.004Z] removing []
[vcs 2024-12-20T11:27:33.004Z] successfully cleaned git checkout!
[vcs 2024-12-20T11:27:33.005Z] TinderboxPrint:<a href='https://github.com/leplatrem/application-services/commit/20d105824f3e4294c792897f176a7819f1782671' title='Built from application-services commit 20d105824f3e4294c792897f176a7819f1782671'>20d105824f3e4294c792897f176a7819f1782671</a>
[task 2024-12-20T11:27:33.005Z] executing ['bash', '-cx', './gradlew ktlint']
[task 2024-12-20T11:27:33.006Z] + ./gradlew ktlint
[task 2024-12-20T11:27:33.076Z] Downloading https://services.gradle.org/distributions/gradle-8.11.1-bin.zip
[task 2024-12-20T11:27:34.753Z] .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
[task 2024-12-20T11:27:36.001Z] 
[task 2024-12-20T11:27:36.001Z] Welcome to Gradle 8.11.1!
[task 2024-12-20T11:27:36.001Z] 
[task 2024-12-20T11:27:36.001Z] Here are the highlights of this release:
[task 2024-12-20T11:27:36.001Z]  - Parallel load and store for Configuration Cache
[task 2024-12-20T11:27:36.001Z]  - Java compilation errors at the end of the build output
[task 2024-12-20T11:27:36.001Z]  - Consolidated report for warnings and deprecations
[task 2024-12-20T11:27:36.001Z] 
[task 2024-12-20T11:27:36.002Z] For more details see https://docs.gradle.org/8.11.1/release-notes.html
[task 2024-12-20T11:27:36.002Z] 
[task 2024-12-20T11:27:36.100Z] 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-12-20T11:27:37.100Z] Daemon will be stopped at the end of the build 
[task 2024-12-20T11:27:40.900Z] Local configuration: absent local.properties; proceeding as normal.
[task 2024-12-20T11:28:03.300Z] 
[task 2024-12-20T11:28:03.302Z] > Configure project :autofill
[task 2024-12-20T11:28:03.302Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:03.302Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:03.302Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:03.302Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:04.200Z] 
[task 2024-12-20T11:28:04.200Z] > Configure project :crashtest
[task 2024-12-20T11:28:04.200Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:04.200Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:04.200Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:04.200Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:04.400Z] 
[task 2024-12-20T11:28:04.400Z] > Configure project :errorsupport
[task 2024-12-20T11:28:04.400Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:04.400Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:04.400Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:04.400Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:05.500Z] 
[task 2024-12-20T11:28:05.500Z] > Configure project :fxaclient
[task 2024-12-20T11:28:05.500Z] Requires glean_parser 16.1
[task 2024-12-20T11:28:05.500Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:05.500Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:05.500Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:05.500Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:06.200Z] 
[task 2024-12-20T11:28:06.200Z] > Configure project :logins
[task 2024-12-20T11:28:06.200Z] Requires glean_parser 16.1
[task 2024-12-20T11:28:06.200Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:06.200Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:06.200Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:06.200Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:06.500Z] 
[task 2024-12-20T11:28:06.500Z] > Configure project :nimbus
[task 2024-12-20T11:28:06.500Z] Requires glean_parser 16.1
[task 2024-12-20T11:28:06.500Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:06.500Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:06.500Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:06.500Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:06.700Z] 
[task 2024-12-20T11:28:06.700Z] > Configure project :places
[task 2024-12-20T11:28:06.700Z] Requires glean_parser 16.1
[task 2024-12-20T11:28:06.700Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:06.700Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:06.700Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:06.700Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:06.800Z] 
[task 2024-12-20T11:28:06.800Z] > Configure project :push
[task 2024-12-20T11:28:06.800Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:06.800Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:06.800Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:06.800Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:06.900Z] 
[task 2024-12-20T11:28:06.900Z] > Configure project :remotesettings
[task 2024-12-20T11:28:06.900Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:06.900Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:06.900Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:06.900Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:07.000Z] 
[task 2024-12-20T11:28:07.000Z] > Configure project :rust-log-forwarder
[task 2024-12-20T11:28:07.000Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:07.000Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:07.000Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:07.000Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:07.100Z] 
[task 2024-12-20T11:28:07.101Z] > Configure project :suggest
[task 2024-12-20T11:28:07.101Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:07.101Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:07.101Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:07.101Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:07.300Z] 
[task 2024-12-20T11:28:07.300Z] > Configure project :sync15
[task 2024-12-20T11:28:07.300Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:07.300Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:07.300Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:07.300Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:07.500Z] 
[task 2024-12-20T11:28:07.500Z] > Configure project :syncmanager
[task 2024-12-20T11:28:07.500Z] Requires glean_parser 16.1
[task 2024-12-20T11:28:07.500Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:07.500Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:07.500Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:07.500Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:07.600Z] 
[task 2024-12-20T11:28:07.600Z] > Configure project :tabs
[task 2024-12-20T11:28:07.600Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2024-12-20T11:28:07.600Z] This is a build performance and scalability issue.
[task 2024-12-20T11:28:07.600Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-12-20T11:28:07.600Z] Run with --info for a stacktrace.
[task 2024-12-20T11:28:12.582Z] 
[task 2024-12-20T11:28:12.583Z] > Task :ktlint
[task 2024-12-20T11:28:12.583Z] [Incubating] Problems report is available at: file:///builds/worker/checkouts/vcs/build/reports/problems/problems-report.html
[task 2024-12-20T11:28:12.583Z] 
[task 2024-12-20T11:28:12.583Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-12-20T11:28:12.583Z] 
[task 2024-12-20T11:28:12.583Z] 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-12-20T11:28:12.583Z] 
[task 2024-12-20T11:28:12.583Z] 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-12-20T11:28:12.583Z] 
[task 2024-12-20T11:28:12.583Z] BUILD SUCCESSFUL in 39s
[task 2024-12-20T11:28:12.583Z] 1 actionable task: 1 executed
[taskcluster 2024-12-20 11:28:14.438Z] === Task Finished ===
[taskcluster 2024-12-20 11:28:14.438Z] Successful task run with exit code: 0 completed in 42.513 seconds