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

Bug 1931373 - Add FTS matching data #6531

Merged
merged 1 commit into from
Jan 7, 2025

Bug 1931373 - Add FTS matching data

983d585
Select commit
Loading
Failed to load commit list.
Merged

Bug 1931373 - Add FTS matching data #6531

Bug 1931373 - Add FTS matching data
983d585
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / lint-detekt succeeded Jan 7, 2025 in 4m 47s

FirefoxCI (pull_request)

Running detekt over all modules

Details

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

Task Status

Started: 2025-01-07T14:35:03.648Z
Resolved: 2025-01-07T14:38:09.894Z
Task Execution Time: 3 minutes, 6 seconds, 246 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

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


[taskcluster 2025-01-07 14:35:03.674Z] Task ID: FmCx-W8dT2ibJVO5qsMxIg
[taskcluster 2025-01-07 14:35:03.674Z] Worker ID: 7029572976480650708
[taskcluster 2025-01-07 14:35:03.674Z] Worker Group: us-west1-a
[taskcluster 2025-01-07 14:35:03.674Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-16
[taskcluster 2025-01-07 14:35:03.674Z] Worker Pool: app-services-1/b-linux-gcp
[taskcluster 2025-01-07 14:35:03.674Z] Worker Version: 38.0.5
[taskcluster 2025-01-07 14:35:03.674Z] Public IP: 34.82.30.104
[taskcluster 2025-01-07 14:35:03.674Z] Hostname: app-services-1-b-linux-gcp-n6shnsugs6gpkf4ssmhhkw
[taskcluster 2025-01-07 14:35:03.674Z] using cache "app-services-level-1-checkouts-v3-0afbf72f72cb5ffedd2f-FSotUo1ERx6KYaQx5B5DVQ" -> /builds/worker/checkouts

[taskcluster 2025-01-07 14:35:07.030Z] Downloading artifact "public/image.tar.zst" from task ID: FSotUo1ERx6KYaQx5B5DVQ.
[taskcluster 2025-01-07 14:35:12.032Z] Download Progress: 16.13%
[taskcluster 2025-01-07 14:35:17.032Z] Download Progress: 45.91%
[taskcluster 2025-01-07 14:35:22.032Z] Download Progress: 76.08%
[taskcluster 2025-01-07 14:35:26.223Z] Downloaded artifact successfully.
[taskcluster 2025-01-07 14:35:26.224Z] Downloaded 1789.067 mb
[taskcluster 2025-01-07 14:35:26.225Z] Decompressing downloaded image
[taskcluster 2025-01-07 14:35:38.841Z] Loading docker image from downloaded archive.
[taskcluster 2025-01-07 14:36:46.614Z] Image 'public/image.tar.zst' from task 'FSotUo1ERx6KYaQx5B5DVQ' loaded.  Using image ID sha256:86ed7859ccad0818d25374f224e5ee566cb459006ed732ffcea3504f05d2d081.
[taskcluster 2025-01-07 14:36:47.147Z] === Task Starting ===
[setup 2025-01-07T14:36:53.909Z] run-task started in /builds/worker
[setup 2025-01-07T14:36:53.909Z] Invoked by command: --appservices-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx ./gradlew detekt
[setup 2025-01-07T14:36:53.909Z] Python version: 3.10.12
[cache 2025-01-07T14:36:53.911Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2025-01-07T14:36:53.911Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2025-01-07T14:36:53.911Z] volume /builds/worker/checkouts is a cache
[setup 2025-01-07T14:36:53.911Z] running as worker:worker
[vcs 2025-01-07T14:36:53.912Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2025-01-07T14:36:53.914Z] executing ['git', 'clone', 'https://github.com/mozilla/application-services', '/builds/worker/checkouts/vcs']
[vcs 2025-01-07T14:36:53.915Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2025-01-07T14:36:57.992Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/bendk/application-services', 'push-mollqwzklyms']
[vcs 2025-01-07T14:36:58.386Z] From https://github.com/bendk/application-services
[vcs 2025-01-07T14:36:58.386Z]  * branch                push-mollqwzklyms -> FETCH_HEAD
[vcs 2025-01-07T14:36:58.389Z] executing ['git', 'checkout', '-f', '-B', 'push-mollqwzklyms', '983d5859ab0d735d125f439f08b3f79aa702764f']
[vcs 2025-01-07T14:36:58.537Z] Switched to a new branch 'push-mollqwzklyms'
[vcs 2025-01-07T14:36:58.537Z] executing ['git', 'submodule', 'init']
[vcs 2025-01-07T14:36:58.562Z] Submodule 'components/external/glean' (https://github.com/mozilla/glean) registered for path 'components/external/glean'
[vcs 2025-01-07T14:36:58.562Z] executing ['git', 'submodule', 'update', '--force']
[vcs 2025-01-07T14:36:58.587Z] Cloning into '/builds/worker/checkouts/vcs/components/external/glean'...
[vcs 2025-01-07T14:37:19.567Z] Submodule path 'components/external/glean': checked out '2fe73c4d2876f5e1c073fb4ac4c010a36ad5c825'
[vcs 2025-01-07T14:37:19.568Z] cleaning git checkout...
[vcs 2025-01-07T14:37:19.568Z] executing ['git', 'clean', '-nxdff']
[vcs 2025-01-07T14:37:19.575Z] removing []
[vcs 2025-01-07T14:37:19.575Z] successfully cleaned git checkout!
[vcs 2025-01-07T14:37:19.577Z] TinderboxPrint:<a href='https://github.com/bendk/application-services/commit/983d5859ab0d735d125f439f08b3f79aa702764f' title='Built from application-services commit 983d5859ab0d735d125f439f08b3f79aa702764f'>983d5859ab0d735d125f439f08b3f79aa702764f</a>
[task 2025-01-07T14:37:19.577Z] executing ['bash', '-cx', './gradlew detekt']
[task 2025-01-07T14:37:19.579Z] + ./gradlew detekt
[task 2025-01-07T14:37:19.668Z] Downloading https://services.gradle.org/distributions/gradle-8.12-bin.zip
[task 2025-01-07T14:37:21.424Z] .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
[task 2025-01-07T14:37:22.780Z] 
[task 2025-01-07T14:37:22.780Z] Welcome to Gradle 8.12!
[task 2025-01-07T14:37:22.781Z] 
[task 2025-01-07T14:37:22.781Z] Here are the highlights of this release:
[task 2025-01-07T14:37:22.781Z]  - Enhanced error and warning reporting with the Problems API
[task 2025-01-07T14:37:22.781Z]  - File-system watching support on Alpine Linux
[task 2025-01-07T14:37:22.781Z]  - Build and test Swift 6 libraries and apps
[task 2025-01-07T14:37:22.781Z] 
[task 2025-01-07T14:37:22.782Z] For more details see https://docs.gradle.org/8.12/release-notes.html
[task 2025-01-07T14:37:22.782Z] 
[task 2025-01-07T14:37:22.880Z] 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.12/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
[task 2025-01-07T14:37:23.979Z] Daemon will be stopped at the end of the build 
[task 2025-01-07T14:37:28.679Z] Local configuration: absent local.properties; proceeding as normal.
[task 2025-01-07T14:37:54.180Z] 
[task 2025-01-07T14:37:54.182Z] > Configure project :autofill
[task 2025-01-07T14:37:54.182Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:54.182Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:54.182Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:54.182Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:55.579Z] 
[task 2025-01-07T14:37:55.579Z] > Configure project :crashtest
[task 2025-01-07T14:37:55.579Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:55.579Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:55.580Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:55.580Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:55.779Z] 
[task 2025-01-07T14:37:55.780Z] > Configure project :errorsupport
[task 2025-01-07T14:37:55.780Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:55.780Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:55.780Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:55.780Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:57.679Z] 
[task 2025-01-07T14:37:57.679Z] > Configure project :fxaclient
[task 2025-01-07T14:37:57.679Z] Requires glean_parser 16.1
[task 2025-01-07T14:37:57.679Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:57.679Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:57.679Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:57.679Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:58.479Z] 
[task 2025-01-07T14:37:58.479Z] > Configure project :logins
[task 2025-01-07T14:37:58.479Z] Requires glean_parser 16.1
[task 2025-01-07T14:37:58.479Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:58.479Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:58.479Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:58.479Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:58.879Z] 
[task 2025-01-07T14:37:58.879Z] > Configure project :nimbus
[task 2025-01-07T14:37:58.879Z] Requires glean_parser 16.1
[task 2025-01-07T14:37:58.879Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:58.880Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:58.880Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:58.880Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:59.079Z] 
[task 2025-01-07T14:37:59.079Z] > Configure project :places
[task 2025-01-07T14:37:59.079Z] Requires glean_parser 16.1
[task 2025-01-07T14:37:59.079Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:59.079Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:59.079Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:59.079Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:59.179Z] 
[task 2025-01-07T14:37:59.179Z] > Configure project :push
[task 2025-01-07T14:37:59.179Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:59.179Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:59.179Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:59.179Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:59.379Z] 
[task 2025-01-07T14:37:59.379Z] > Configure project :remotesettings
[task 2025-01-07T14:37:59.379Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:59.379Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:59.379Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:59.379Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:59.479Z] 
[task 2025-01-07T14:37:59.479Z] > Configure project :rust-log-forwarder
[task 2025-01-07T14:37:59.479Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:59.479Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:59.479Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:59.479Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:59.579Z] 
[task 2025-01-07T14:37:59.579Z] > Configure project :suggest
[task 2025-01-07T14:37:59.579Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:59.579Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:59.579Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:59.579Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:59.679Z] 
[task 2025-01-07T14:37:59.679Z] > Configure project :sync15
[task 2025-01-07T14:37:59.679Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:59.679Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:59.679Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:59.679Z] Run with --info for a stacktrace.
[task 2025-01-07T14:37:59.879Z] 
[task 2025-01-07T14:37:59.879Z] > Configure project :syncmanager
[task 2025-01-07T14:37:59.879Z] Requires glean_parser 16.1
[task 2025-01-07T14:37:59.879Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:37:59.879Z] This is a build performance and scalability issue.
[task 2025-01-07T14:37:59.879Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:37:59.879Z] Run with --info for a stacktrace.
[task 2025-01-07T14:38:00.079Z] 
[task 2025-01-07T14:38:00.079Z] > Configure project :tabs
[task 2025-01-07T14:38:00.079Z] Configuration 'megazordNative' was resolved during configuration time.
[task 2025-01-07T14:38:00.079Z] This is a build performance and scalability issue.
[task 2025-01-07T14:38:00.079Z] See https://github.com/gradle/gradle/issues/2298
[task 2025-01-07T14:38:00.079Z] Run with --info for a stacktrace.
[task 2025-01-07T14:38:07.579Z] 
[task 2025-01-07T14:38:07.579Z] > Task :detekt
[task 2025-01-07T14:38:07.630Z] 
[task 2025-01-07T14:38:07.630Z] [Incubating] Problems report is available at: file:///builds/worker/checkouts/vcs/build/reports/problems/problems-report.html
[task 2025-01-07T14:38:07.630Z] 
[task 2025-01-07T14:38:07.630Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[task 2025-01-07T14:38:07.630Z] 
[task 2025-01-07T14:38:07.630Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[task 2025-01-07T14:38:07.630Z] 
[task 2025-01-07T14:38:07.630Z] For more on this, please refer to https://docs.gradle.org/8.12/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
[task 2025-01-07T14:38:07.630Z] 
[task 2025-01-07T14:38:07.630Z] BUILD SUCCESSFUL in 47s
[task 2025-01-07T14:38:07.630Z] 1 actionable task: 1 executed
[taskcluster 2025-01-07 14:38:09.253Z] === Task Finished ===
[taskcluster 2025-01-07 14:38:09.253Z] Successful task run with exit code: 0 completed in 185.58 seconds