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

Compile with Android SDK 35 [ci full] #6309

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

Compile with Android SDK 35

638f222
Select commit
Loading
Failed to load commit list.
Draft

Compile with Android SDK 35 [ci full] #6309

Compile with Android SDK 35
638f222
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / lint-ktlint succeeded Jul 19, 2024 in 4m 31s

FirefoxCI (pull_request)

Running ktlint over all modules

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-07-19 21:11:46.085Z] Task ID: fnRCoVLIQsONz5TULM-JFA
[taskcluster 2024-07-19 21:11:46.085Z] Worker ID: 6391231976027154643
[taskcluster 2024-07-19 21:11:46.085Z] Worker Group: us-west1-b
[taskcluster 2024-07-19 21:11:46.085Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-16
[taskcluster 2024-07-19 21:11:46.085Z] Worker Pool: app-services-1/b-linux-gcp
[taskcluster 2024-07-19 21:11:46.085Z] Worker Version: 38.0.5
[taskcluster 2024-07-19 21:11:46.085Z] Public IP: 34.145.126.222
[taskcluster 2024-07-19 21:11:46.085Z] Hostname: app-services-1-b-linux-gcp-b-j3cm6wrk-recbssyd5bq
[taskcluster 2024-07-19 21:11:46.085Z] using cache "app-services-level-1-checkouts-v3-7afeb851dd97df8f3607-CZxB5DbWSKOFvEff-kBvOQ" -> /builds/worker/checkouts

[taskcluster 2024-07-19 21:11:51.767Z] Downloading artifact "public/image.tar.zst" from task ID: CZxB5DbWSKOFvEff-kBvOQ.
[taskcluster 2024-07-19 21:11:56.768Z] Download Progress: 32.48%
[taskcluster 2024-07-19 21:12:01.768Z] Download Progress: 67.50%
[taskcluster 2024-07-19 21:12:06.351Z] Downloaded artifact successfully.
[taskcluster 2024-07-19 21:12:06.352Z] Downloaded 2001.669 mb
[taskcluster 2024-07-19 21:12:06.353Z] Decompressing downloaded image
[taskcluster 2024-07-19 21:12:16.230Z] Loading docker image from downloaded archive.
[taskcluster 2024-07-19 21:13:10.359Z] Image 'public/image.tar.zst' from task 'CZxB5DbWSKOFvEff-kBvOQ' loaded.  Using image ID sha256:ed5527b76b98604fd5abef018124fca0e3c06bdab633c2fca4f2fa0642b8a91f.
[taskcluster 2024-07-19 21:13:10.857Z] === Task Starting ===
[setup 2024-07-19T21:13:17.635Z] run-task started in /builds/worker
[setup 2024-07-19T21:13:17.635Z] Invoked by command: --appservices-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx ./gradlew ktlint
[setup 2024-07-19T21:13:17.635Z] Python version: 3.10.12
[cache 2024-07-19T21:13:17.636Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-07-19T21:13:17.637Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-07-19T21:13:17.637Z] volume /builds/worker/checkouts is a cache
[setup 2024-07-19T21:13:17.637Z] running as worker:worker
[vcs 2024-07-19T21:13:17.637Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-07-19T21:13:17.639Z] executing ['git', 'clone', 'https://github.com/mozilla/application-services', '/builds/worker/checkouts/vcs']
[vcs 2024-07-19T21:13:17.640Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-07-19T21:13:20.187Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/rvandermeulen/application-services', 'compilesdk_35']
[vcs 2024-07-19T21:13:20.529Z] From https://github.com/rvandermeulen/application-services
[vcs 2024-07-19T21:13:20.529Z]  * branch              compilesdk_35 -> FETCH_HEAD
[vcs 2024-07-19T21:13:20.532Z] executing ['git', 'checkout', '-f', '-B', 'compilesdk_35', '638f2226f28b75a3f1b6df9dbd897b7428f1b7dc']
[vcs 2024-07-19T21:13:20.658Z] Switched to a new branch 'compilesdk_35'
[vcs 2024-07-19T21:13:20.658Z] executing ['git', 'submodule', 'init']
[vcs 2024-07-19T21:13:20.677Z] Submodule 'components/external/glean' (https://github.com/mozilla/glean) registered for path 'components/external/glean'
[vcs 2024-07-19T21:13:20.677Z] executing ['git', 'submodule', 'update', '--force']
[vcs 2024-07-19T21:13:20.697Z] Cloning into '/builds/worker/checkouts/vcs/components/external/glean'...
[vcs 2024-07-19T21:13:34.938Z] Submodule path 'components/external/glean': checked out '6ba5ccfab799bf88d570832dc20553373739102d'
[vcs 2024-07-19T21:13:34.938Z] cleaning git checkout...
[vcs 2024-07-19T21:13:34.938Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-07-19T21:13:34.945Z] removing []
[vcs 2024-07-19T21:13:34.945Z] successfully cleaned git checkout!
[vcs 2024-07-19T21:13:34.946Z] TinderboxPrint:<a href='https://github.com/rvandermeulen/application-services/commit/638f2226f28b75a3f1b6df9dbd897b7428f1b7dc' title='Built from application-services commit 638f2226f28b75a3f1b6df9dbd897b7428f1b7dc'>638f2226f28b75a3f1b6df9dbd897b7428f1b7dc</a>
[task 2024-07-19T21:13:34.947Z] executing ['bash', '-cx', './gradlew ktlint']
[task 2024-07-19T21:13:34.948Z] + ./gradlew ktlint
[task 2024-07-19T21:13:35.019Z] Downloading https://services.gradle.org/distributions/gradle-8.8-bin.zip
[task 2024-07-19T21:13:36.568Z] .............10%.............20%.............30%.............40%.............50%.............60%..............70%.............80%.............90%.............100%
[task 2024-07-19T21:13:37.724Z] 
[task 2024-07-19T21:13:37.724Z] Welcome to Gradle 8.8!
[task 2024-07-19T21:13:37.724Z] 
[task 2024-07-19T21:13:37.725Z] Here are the highlights of this release:
[task 2024-07-19T21:13:37.725Z]  - Running Gradle on Java 22
[task 2024-07-19T21:13:37.725Z]  - Configurable Gradle daemon JVM
[task 2024-07-19T21:13:37.725Z]  - Improved IDE performance for large projects
[task 2024-07-19T21:13:37.725Z] 
[task 2024-07-19T21:13:37.725Z] For more details see https://docs.gradle.org/8.8/release-notes.html
[task 2024-07-19T21:13:37.725Z] 
[task 2024-07-19T21:13:37.824Z] 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.8/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
[task 2024-07-19T21:13:38.624Z] Daemon will be stopped at the end of the build 
[task 2024-07-19T21:13:42.323Z] Local configuration: absent local.properties; proceeding as normal.
[task 2024-07-19T21:14:03.324Z] 
[task 2024-07-19T21:14:03.326Z] > Configure project :autofill
[task 2024-07-19T21:14:03.326Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:03.326Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:03.326Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:03.326Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:05.023Z] 
[task 2024-07-19T21:14:05.023Z] > Configure project :full-megazord
[task 2024-07-19T21:14:05.023Z] C/C++: Ignoring invalid ABI 'riscv64' found in ABI metadata file '/builds/worker/android-sdk/ndk/27.0.12077973/meta/abis.json'.
[task 2024-07-19T21:14:05.323Z] 
[task 2024-07-19T21:14:05.323Z] > Configure project :crashtest
[task 2024-07-19T21:14:05.323Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:05.323Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:05.323Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:05.323Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:05.423Z] 
[task 2024-07-19T21:14:05.423Z] > Configure project :errorsupport
[task 2024-07-19T21:14:05.423Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:05.423Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:05.423Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:05.423Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:06.423Z] 
[task 2024-07-19T21:14:06.423Z] > Configure project :fxaclient
[task 2024-07-19T21:14:06.423Z] Requires glean_parser 14.0
[task 2024-07-19T21:14:06.423Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:06.423Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:06.423Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:06.423Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:06.824Z] 
[task 2024-07-19T21:14:06.824Z] > Configure project :httpconfig
[task 2024-07-19T21:14:06.824Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:06.824Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:06.824Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:06.824Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:07.023Z] 
[task 2024-07-19T21:14:07.024Z] > Configure project :logins
[task 2024-07-19T21:14:07.024Z] Requires glean_parser 14.0
[task 2024-07-19T21:14:07.024Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:07.024Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:07.024Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:07.024Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:07.323Z] 
[task 2024-07-19T21:14:07.323Z] > Configure project :nimbus
[task 2024-07-19T21:14:07.323Z] Requires glean_parser 14.0
[task 2024-07-19T21:14:07.323Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:07.323Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:07.323Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:07.323Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:07.523Z] 
[task 2024-07-19T21:14:07.523Z] > Configure project :places
[task 2024-07-19T21:14:07.523Z] Requires glean_parser 14.0
[task 2024-07-19T21:14:07.523Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:07.523Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:07.523Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:07.523Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:07.623Z] 
[task 2024-07-19T21:14:07.623Z] > Configure project :push
[task 2024-07-19T21:14:07.623Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:07.623Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:07.623Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:07.623Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:07.723Z] 
[task 2024-07-19T21:14:07.723Z] > Configure project :remotesettings
[task 2024-07-19T21:14:07.723Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:07.723Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:07.723Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:07.723Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:07.823Z] 
[task 2024-07-19T21:14:07.823Z] > Configure project :rust-log-forwarder
[task 2024-07-19T21:14:07.823Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:07.823Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:07.823Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:07.823Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:07.923Z] 
[task 2024-07-19T21:14:07.923Z] > Configure project :suggest
[task 2024-07-19T21:14:07.923Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:07.923Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:07.923Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:07.923Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:08.023Z] 
[task 2024-07-19T21:14:08.023Z] > Configure project :sync15
[task 2024-07-19T21:14:08.023Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:08.023Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:08.023Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:08.023Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:08.123Z] 
[task 2024-07-19T21:14:08.123Z] > Configure project :syncmanager
[task 2024-07-19T21:14:08.123Z] Requires glean_parser 14.0
[task 2024-07-19T21:14:08.123Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:08.123Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:08.124Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:08.124Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:08.223Z] 
[task 2024-07-19T21:14:08.223Z] > Configure project :tabs
[task 2024-07-19T21:14:08.223Z] Configuration 'jnaForTest' was resolved during configuration time.
[task 2024-07-19T21:14:08.223Z] This is a build performance and scalability issue.
[task 2024-07-19T21:14:08.223Z] See https://github.com/gradle/gradle/issues/2298
[task 2024-07-19T21:14:08.223Z] Run with --info for a stacktrace.
[task 2024-07-19T21:14:17.923Z] 
[task 2024-07-19T21:14:17.923Z] > Configure project :tooling-nimbus-gradle
[task 2024-07-19T21:14:17.923Z] WARNING: Unsupported Kotlin plugin version.
[task 2024-07-19T21:14:17.923Z] The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.9.22` that might work differently than in the requested version `1.9.24`.
[task 2024-07-19T21:14:30.123Z] 
[task 2024-07-19T21:14:30.123Z] > Task :ktlint
[task 2024-07-19T21:14:30.211Z] 
[task 2024-07-19T21:14:30.211Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2024-07-19T21:14:30.211Z] 
[task 2024-07-19T21:14:30.211Z] 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-07-19T21:14:30.211Z] 
[task 2024-07-19T21:14:30.211Z] For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
[task 2024-07-19T21:14:30.211Z] 
[task 2024-07-19T21:14:30.211Z] BUILD SUCCESSFUL in 55s
[task 2024-07-19T21:14:30.212Z] 1 actionable task: 1 executed
[taskcluster 2024-07-19 21:14:31.430Z] === Task Finished ===
[taskcluster 2024-07-19 21:14:31.430Z] Successful task run with exit code: 0 completed in 165.346 seconds