Skip to content

Remove public OAuth API, direct to go through state machine

48b66d0
Select commit
Loading
Failed to load commit list.
Open

Remove public OAuth API, direct to go through state machine #7395

Remove public OAuth API, direct to go through state machine
48b66d0
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / lint-ktlint succeeded Jun 3, 2026 in 52s

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: 2026-06-03T21:14:11.009Z
Resolved: 2026-06-03T21:15:02.926Z
Task Execution Time: 51 seconds, 917 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: Laf4dpU0RNSzgb4qAT7lCA
RunId: 0

Artifacts

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


[taskcluster 2026-06-03T21:14:11.053Z] Worker Type (app-services-1/b-linux) settings:
[taskcluster 2026-06-03T21:14:11.053Z]   {
[taskcluster 2026-06-03T21:14:11.053Z]     "generic-worker": {
[taskcluster 2026-06-03T21:14:11.053Z]       "config": {
[taskcluster 2026-06-03T21:14:11.053Z]         "headlessTasks": true
[taskcluster 2026-06-03T21:14:11.053Z]       },
[taskcluster 2026-06-03T21:14:11.053Z]       "engine": "multiuser",
[taskcluster 2026-06-03T21:14:11.053Z]       "go-arch": "amd64",
[taskcluster 2026-06-03T21:14:11.053Z]       "go-os": "linux",
[taskcluster 2026-06-03T21:14:11.053Z]       "go-version": "go1.26.2",
[taskcluster 2026-06-03T21:14:11.053Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v99.2.1",
[taskcluster 2026-06-03T21:14:11.053Z]       "revision": "ddb9ce7efdb98ae2d0917b69778e9f3cd125e07f",
[taskcluster 2026-06-03T21:14:11.053Z]       "source": "https://github.com/taskcluster/taskcluster/commits/ddb9ce7efdb98ae2d0917b69778e9f3cd125e07f",
[taskcluster 2026-06-03T21:14:11.053Z]       "version": "99.2.1"
[taskcluster 2026-06-03T21:14:11.053Z]     },
[taskcluster 2026-06-03T21:14:11.053Z]     "image": "projects/taskcluster-imaging/global/images/gw-fxci-gcp-l1-2404-amd64-headless-googlecompute-2026-05-04",
[taskcluster 2026-06-03T21:14:11.053Z]     "instance-id": "3536137339074849310",
[taskcluster 2026-06-03T21:14:11.053Z]     "instance-type": "projects/887720501152/machineTypes/c2-standard-16",
[taskcluster 2026-06-03T21:14:11.053Z]     "local-ipv4": "10.138.0.94",
[taskcluster 2026-06-03T21:14:11.053Z]     "project-id": "fxci-production-level1-workers",

...(11 lines hidden)...

[taskcluster 2026-06-03T21:14:16.662Z] [mounts] File mount "dockerimage" handled by registered handler (cache: /home/generic-worker/downloads/TFHgfOB6ToWz183Xv0lJXw, SHA256: b0adfe3514e33c645075e39d6d7f82d26d5c08478b47b3ad22b22607642c89be)
[taskcluster 2026-06-03T21:14:16.662Z] [d2g] Using cached docker image "linux:latest"
[taskcluster 2026-06-03T21:14:16.662Z] Executing command 0: docker run -t --name taskcontainer_IrxOVEiYRZK-TgX3hApMqg --memory-swap -1 --pids-limit -1 --pull=never --log-driver=none '--add-host=localhost.localdomain:127.0.0.1' -v /home/task_178052125066768/cache0:/builds/worker/checkouts --add-host=taskcluster:host-gateway --env-file 'env.list' 8ca8f50c7a855c7848ea4b4f2d6b045e826cd499d4786283a74760c97f3a0c62 /usr/local/bin/run-task --appservices-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx './gradlew ktlint'
[setup 2026-06-03T21:14:16.851Z] run-task started in /builds/worker
[setup 2026-06-03T21:14:16.851Z] Invoked by command: --appservices-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx ./gradlew ktlint
[setup 2026-06-03T21:14:16.851Z] Python version: 3.10.12
[cache 2026-06-03T21:14:16.853Z] cache /builds/worker/checkouts exists; requirements: gid=1000 uid=1000 version=1
[volume 2026-06-03T21:14:16.853Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2026-06-03T21:14:16.853Z] volume /builds/worker/checkouts is a cache
[setup 2026-06-03T21:14:16.853Z] running as worker:worker
[vcs 2026-06-03T21:14:16.853Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2026-06-03T21:14:16.855Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/skhamis/application-services', 'remove-public-oauth']
[vcs 2026-06-03T21:14:17.290Z] From https://github.com/skhamis/application-services
[vcs 2026-06-03T21:14:17.290Z]  * branch                remove-public-oauth -> FETCH_HEAD
[vcs 2026-06-03T21:14:17.292Z] executing ['git', 'checkout', '-f', '-B', 'remove-public-oauth', '48b66d07bb8917d61f06c01294647b7fce163b5b']
[vcs 2026-06-03T21:14:17.307Z] Switched to a new branch 'remove-public-oauth'
[vcs 2026-06-03T21:14:17.308Z] executing ['git', 'submodule', 'init']
[vcs 2026-06-03T21:14:17.330Z] executing ['git', 'submodule', 'update', '--force']
[vcs 2026-06-03T21:14:17.353Z] cleaning git checkout...
[vcs 2026-06-03T21:14:17.353Z] executing ['git', 'clean', '-nxdff']
[vcs 2026-06-03T21:14:17.403Z] removing ['/builds/worker/checkouts/vcs/.gradle/', '/builds/worker/checkouts/vcs/.kotlin/', '/builds/worker/checkouts/vcs/build/', '/builds/worker/checkouts/vcs/components/push/android/build/', '/builds/worker/checkouts/vcs/libs/android/', '/builds/worker/checkouts/vcs/libs/desktop/', '/builds/worker/checkouts/vcs/local.properties', '/builds/worker/checkouts/vcs/megazords/full/android/build/', '/builds/worker/checkouts/vcs/target/']
[vcs 2026-06-03T21:14:17.882Z] successfully cleaned git checkout!
[vcs 2026-06-03T21:14:17.884Z] TinderboxPrint:<a href='https://github.com/skhamis/application-services/commit/48b66d07bb8917d61f06c01294647b7fce163b5b' title='Built from application-services commit 48b66d07bb8917d61f06c01294647b7fce163b5b'>48b66d07bb8917d61f06c01294647b7fce163b5b</a>
[task 2026-06-03T21:14:17.884Z] executing ['bash', '-cx', './gradlew ktlint']
[task 2026-06-03T21:14:17.885Z] + ./gradlew ktlint
[task 2026-06-03T21:14:17.973Z] Downloading https://services.gradle.org/distributions/gradle-8.14.3-bin.zip
[task 2026-06-03T21:14:19.411Z] .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%..............100%
[task 2026-06-03T21:14:20.605Z] 
[task 2026-06-03T21:14:20.606Z] Welcome to Gradle 8.14.3!
[task 2026-06-03T21:14:20.606Z] 
[task 2026-06-03T21:14:20.606Z] Here are the highlights of this release:
[task 2026-06-03T21:14:20.606Z]  - Java 24 support
[task 2026-06-03T21:14:20.606Z]  - GraalVM Native Image toolchain selection
[task 2026-06-03T21:14:20.606Z]  - Enhancements to test reporting
[task 2026-06-03T21:14:20.606Z]  - Build Authoring improvements
[task 2026-06-03T21:14:20.606Z] 
[task 2026-06-03T21:14:20.606Z] For more details see https://docs.gradle.org/8.14.3/release-notes.html
[task 2026-06-03T21:14:20.606Z] 
[task 2026-06-03T21:14:20.705Z] 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.14.3/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
[task 2026-06-03T21:14:21.705Z] Daemon will be stopped at the end of the build 
[task 2026-06-03T21:14:26.504Z] Local configuration: absent local.properties; proceeding as normal.
[task 2026-06-03T21:14:46.905Z] 
[task 2026-06-03T21:14:46.905Z] > Configure project :ads-client
[task 2026-06-03T21:14:46.905Z] Requires glean_parser 19.0
[task 2026-06-03T21:14:48.304Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:48.304Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:48.304Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:48.304Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:49.704Z] 
[task 2026-06-03T21:14:49.704Z] > Configure project :autofill
[task 2026-06-03T21:14:49.704Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:49.704Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:49.704Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:49.704Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:49.804Z] 
[task 2026-06-03T21:14:49.804Z] > Configure project :crashtest
[task 2026-06-03T21:14:49.804Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:49.804Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:49.804Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:49.804Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:51.404Z] 
[task 2026-06-03T21:14:51.404Z] > Configure project :errorsupport
[task 2026-06-03T21:14:51.404Z] Requires glean_parser 19.0
[task 2026-06-03T21:14:51.404Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:51.404Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:51.404Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:51.404Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:51.604Z] 
[task 2026-06-03T21:14:51.604Z] > Configure project :fxaclient
[task 2026-06-03T21:14:51.604Z] Requires glean_parser 19.0
[task 2026-06-03T21:14:51.604Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:51.604Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:51.604Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:51.604Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:53.104Z] 
[task 2026-06-03T21:14:53.104Z] > Configure project :httpconfig
[task 2026-06-03T21:14:53.104Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:53.104Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:53.104Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:53.104Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:53.204Z] 
[task 2026-06-03T21:14:53.204Z] > Configure project :init_rust_components
[task 2026-06-03T21:14:53.204Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:53.204Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:53.204Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:53.204Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:53.504Z] 
[task 2026-06-03T21:14:53.504Z] > Configure project :logins
[task 2026-06-03T21:14:53.504Z] Requires glean_parser 19.0
[task 2026-06-03T21:14:53.504Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:53.504Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:53.504Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:53.504Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:53.604Z] 
[task 2026-06-03T21:14:53.604Z] > Configure project :merino
[task 2026-06-03T21:14:53.604Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:53.604Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:53.604Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:53.604Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:53.804Z] 
[task 2026-06-03T21:14:53.804Z] > Configure project :nimbus
[task 2026-06-03T21:14:53.804Z] Requires glean_parser 19.0
[task 2026-06-03T21:14:53.804Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:53.804Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:53.804Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:53.804Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:54.004Z] 
[task 2026-06-03T21:14:54.004Z] > Configure project :places
[task 2026-06-03T21:14:54.004Z] Requires glean_parser 19.0
[task 2026-06-03T21:14:54.004Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:54.004Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:54.004Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:54.004Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:54.104Z] 
[task 2026-06-03T21:14:54.104Z] > Configure project :push
[task 2026-06-03T21:14:54.104Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:54.104Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:54.104Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:54.104Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:54.204Z] 
[task 2026-06-03T21:14:54.204Z] > Configure project :relay
[task 2026-06-03T21:14:54.204Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:54.204Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:54.204Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:54.204Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:54.404Z] 
[task 2026-06-03T21:14:54.404Z] > Configure project :remotesettings
[task 2026-06-03T21:14:54.404Z] Requires glean_parser 19.0
[task 2026-06-03T21:14:54.404Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:54.404Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:54.404Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:54.404Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:54.504Z] 
[task 2026-06-03T21:14:54.504Z] > Configure project :rust-log-forwarder
[task 2026-06-03T21:14:54.504Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:54.504Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:54.504Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:54.504Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:54.604Z] 
[task 2026-06-03T21:14:54.604Z] > Configure project :search
[task 2026-06-03T21:14:54.604Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:54.604Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:54.604Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:54.604Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:54.704Z] 
[task 2026-06-03T21:14:54.704Z] > Configure project :suggest
[task 2026-06-03T21:14:54.704Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:54.704Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:54.704Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:54.704Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:54.804Z] 
[task 2026-06-03T21:14:54.804Z] > Configure project :sync15
[task 2026-06-03T21:14:54.804Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:54.804Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:54.804Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:54.804Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:55.004Z] 
[task 2026-06-03T21:14:55.004Z] > Configure project :syncmanager
[task 2026-06-03T21:14:55.004Z] Requires glean_parser 19.0
[task 2026-06-03T21:14:55.004Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:55.004Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:55.004Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:55.004Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:55.104Z] 
[task 2026-06-03T21:14:55.104Z] > Configure project :tabs
[task 2026-06-03T21:14:55.104Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:55.104Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:55.104Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:55.104Z] Run with --info for a stacktrace.
[task 2026-06-03T21:14:55.204Z] 
[task 2026-06-03T21:14:55.204Z] > Configure project :tracing
[task 2026-06-03T21:14:55.204Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2026-06-03T21:14:55.204Z] This is a build performance and scalability issue.
[task 2026-06-03T21:14:55.204Z] See https://github.com/gradle/gradle/issues/2298
[task 2026-06-03T21:14:55.204Z] Run with --info for a stacktrace.
[task 2026-06-03T21:15:01.304Z] 
[task 2026-06-03T21:15:01.304Z] > Task :ktlint
[task 2026-06-03T21:15:01.338Z] 
[task 2026-06-03T21:15:01.338Z] [Incubating] Problems report is available at: file:///builds/worker/checkouts/vcs/build/reports/problems/problems-report.html
[task 2026-06-03T21:15:01.338Z] 
[task 2026-06-03T21:15:01.338Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2026-06-03T21:15:01.338Z] 
[task 2026-06-03T21:15:01.338Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[task 2026-06-03T21:15:01.338Z] 
[task 2026-06-03T21:15:01.338Z] For more on this, please refer to https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
[task 2026-06-03T21:15:01.338Z] 
[task 2026-06-03T21:15:01.338Z] BUILD SUCCESSFUL in 43s
[task 2026-06-03T21:15:01.338Z] 1 actionable task: 1 executed
[taskcluster 2026-06-03T21:15:02.255Z]                        Exit Code: 0
[taskcluster 2026-06-03T21:15:02.255Z]                        User Time: 17.743ms
[taskcluster 2026-06-03T21:15:02.255Z]                      Kernel Time: 10.646ms
[taskcluster 2026-06-03T21:15:02.255Z]                        Wall Time: 45.592948818s
[taskcluster 2026-06-03T21:15:02.255Z]  Average Available System Memory: 60.17 GiB
[taskcluster 2026-06-03T21:15:02.255Z]       Average System Memory Used: 2.62 GiB
[taskcluster 2026-06-03T21:15:02.255Z]          Peak System Memory Used: 3.52 GiB
[taskcluster 2026-06-03T21:15:02.255Z]              Total System Memory: 62.79 GiB
[taskcluster 2026-06-03T21:15:02.255Z]                           Result: SUCCEEDED
[taskcluster 2026-06-03T21:15:02.256Z] === Task Finished ===
[taskcluster 2026-06-03T21:15:02.256Z] Task Duration: 45.59340439s
[taskcluster 2026-06-03T21:15:02.516Z] [mounts] Preserving cache: Moving "/home/task_178052125066768/cache0" to "/home/generic-worker/caches/XGedbBTMQNisKBBNzJfi_Q"