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

Allow all clippy lints on generated uniffi code #2985

Merged
merged 1 commit into from
Oct 24, 2024

Allow all clippy lints on generated uniffi code

006ce3b
Select commit
Loading
Failed to load commit list.
Merged

Allow all clippy lints on generated uniffi code #2985

Allow all clippy lints on generated uniffi code
006ce3b
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / Decision Task succeeded Oct 24, 2024 in 1m 5s

FirefoxCI (pull_request)

The task that creates all of the other tasks in the task graph

Details

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

Task Status

Started: 2024-10-24T12:42:54.808Z
Resolved: 2024-10-24T12:43:59.333Z
Task Execution Time: 1 minute, 4 seconds, 525 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/actions.json
- public/chain-of-trust.json
- public/chain-of-trust.json.sig
- public/docker-contexts/linux.tar.gz
- public/fetch-content
- public/full-task-graph.json
- public/label-to-taskid.json
- public/logs/certified.log
- public/logs/live_backing.log
- public/logs/live.log
- public/parameters.yml
- public/runnable-jobs.json
- public/run-task
- public/target-tasks.json
- public/task-graph.json


[taskcluster 2024-10-24 12:42:54.967Z] Task ID: Iul_5XiwRxKjvpoaiAOhZQ
[taskcluster 2024-10-24 12:42:54.967Z] Worker ID: 744272635276820189
[taskcluster 2024-10-24 12:42:54.967Z] Worker Group: us-central1-a
[taskcluster 2024-10-24 12:42:54.967Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2024-10-24 12:42:54.967Z] Worker Pool: glean-1/decision-gcp
[taskcluster 2024-10-24 12:42:54.967Z] Worker Version: 38.0.5
[taskcluster 2024-10-24 12:42:54.967Z] Public IP: 34.44.181.112
[taskcluster 2024-10-24 12:42:54.967Z] Hostname: glean-1-decision-gcp-futd1fu2thkzm25hlgrxrg
[taskcluster 2024-10-24 12:42:54.967Z] using cache "glean-project-glean-level-1-checkouts-sparse-v1" -> /builds/worker/checkouts

2a7d780491a3 - Started downloading
e67bee4813b9 - Started downloading
25d693efad98 - Started downloading
2a7d780491a3 - Downloaded in 0.115 seconds
6349ad8d72a7 - Started downloading
6349ad8d72a7 - Downloaded in 0.001 seconds
25d693efad98 - Downloaded in 0.38 seconds
e67bee4813b9 - Downloaded in 0.543 seconds
Digest: sha256:ffed8883c6f3e505dd88bafd7a153103b768c77609bf0cbafd15dd602ba95352
Status: Downloaded newer image for mozillareleases/taskgraph@sha256:ffed8883c6f3e505dd88bafd7a153103b768c77609bf0cbafd15dd602ba95352
[taskcluster 2024-10-24 12:43:04.524Z] === Task Starting ===
[setup 2024-10-24T12:43:05.611Z] run-task started in /
[setup 2024-10-24T12:43:05.611Z] Invoked by command: --glean-checkout=/builds/worker/checkouts/vcs --task-cwd=/builds/worker/checkouts/vcs -- bash -cx ln -s /builds/worker/artifacts artifacts && taskgraph decision --pushlog-id='0' --pushdate='0' --project='glean' --message="" --owner='[email protected]' --level='1' --base-repository="$GLEAN_BASE_REPOSITORY" --head-repository="$GLEAN_HEAD_REPOSITORY" --head-ref="$GLEAN_HEAD_REF" --head-rev="$GLEAN_HEAD_REV" --head-tag="$GLEAN_HEAD_TAG" --repository-type="$GLEAN_REPOSITORY_TYPE" --tasks-for='github-pull-request' #{extraArgs}

[setup 2024-10-24T12:43:05.611Z] Python version: 3.11.2
[vcs 2024-10-24T12:43:05.613Z] WARNING: vcs checkout path (/builds/worker/checkouts/vcs) not in cache or volume; performance will likely suffer
[setup 2024-10-24T12:43:05.613Z] running as worker:worker
[vcs 2024-10-24T12:43:05.613Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-10-24T12:43:05.615Z] executing ['git', 'clone', 'https://github.com/mozilla/glean', '/builds/worker/checkouts/vcs']
[vcs 2024-10-24T12:43:05.618Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-10-24T12:43:55.161Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla/glean', 'avoid-uniffi-clippy-error']
[vcs 2024-10-24T12:43:55.378Z] From https://github.com/mozilla/glean
[vcs 2024-10-24T12:43:55.379Z]  * branch                avoid-uniffi-clippy-error -> FETCH_HEAD
[vcs 2024-10-24T12:43:55.387Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla/glean', 'avoid-uniffi-clippy-error']
[vcs 2024-10-24T12:43:55.570Z] From https://github.com/mozilla/glean
[vcs 2024-10-24T12:43:55.570Z]  * branch                avoid-uniffi-clippy-error -> FETCH_HEAD
[vcs 2024-10-24T12:43:55.575Z] executing ['git', 'checkout', '-f', '-B', 'avoid-uniffi-clippy-error', '006ce3b639260532eb7f3796d31425a923d9cf16']
[vcs 2024-10-24T12:43:55.669Z] Switched to a new branch 'avoid-uniffi-clippy-error'
[vcs 2024-10-24T12:43:55.671Z] cleaning git checkout...
[vcs 2024-10-24T12:43:55.671Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-10-24T12:43:55.676Z] removing []
[vcs 2024-10-24T12:43:55.676Z] successfully cleaned git checkout!
[vcs 2024-10-24T12:43:55.678Z] TinderboxPrint:<a href='https://github.com/mozilla/glean/commit/006ce3b639260532eb7f3796d31425a923d9cf16' title='Built from glean commit 006ce3b639260532eb7f3796d31425a923d9cf16'>006ce3b639260532eb7f3796d31425a923d9cf16</a>
[task 2024-10-24T12:43:55.678Z] executing ['bash', '-cx', 'ln -s /builds/worker/artifacts artifacts && taskgraph decision --pushlog-id=\'0\' --pushdate=\'0\' --project=\'glean\' --message="" --owner=\'[email protected]\' --level=\'1\' --base-repository="$GLEAN_BASE_REPOSITORY" --head-repository="$GLEAN_HEAD_REPOSITORY" --head-ref="$GLEAN_HEAD_REF" --head-rev="$GLEAN_HEAD_REV" --head-tag="$GLEAN_HEAD_TAG" --repository-type="$GLEAN_REPOSITORY_TYPE" --tasks-for=\'github-pull-request\' #{extraArgs}\n']
[task 2024-10-24T12:43:55.681Z] + ln -s /builds/worker/artifacts artifacts
[task 2024-10-24T12:43:55.682Z] + taskgraph decision --pushlog-id=0 --pushdate=0 --project=glean --message= [email protected] --level=1 --base-repository=https://github.com/mozilla/glean --head-repository=https://github.com/mozilla/glean --head-ref=avoid-uniffi-clippy-error --head-rev=006ce3b639260532eb7f3796d31425a923d9cf16 --head-tag= --repository-type=git --tasks-for=github-pull-request
[task 2024-10-24T12:43:55.924Z] 2024-10-24 12:43:55,924 - INFO - Loading graph configuration.
[task 2024-10-24T12:43:55.945Z] 2024-10-24 12:43:55,945 - INFO - base_ref has been reset from "" to "origin/main".
[task 2024-10-24T12:43:55.945Z] 2024-10-24 12:43:55,945 - INFO - base_rev is not set.
[task 2024-10-24T12:43:55.946Z] 2024-10-24 12:43:55,945 - INFO - Using base_ref "origin/main" to determine latest common revision...
[task 2024-10-24T12:43:55.948Z] 2024-10-24 12:43:55,948 - INFO - base_rev has been reset from "" to "a547c0b095130933256f0361cb358db97158b5d7".
[task 2024-10-24T12:43:55.951Z] 2024-10-24 12:43:55,951 - WARNING - using default project parameters; add glean to PER_PROJECT_PARAMETERS in /usr/local/lib/python3.11/dist-packages/taskgraph/decision.py to customize behavior for this project
[task 2024-10-24T12:43:55.951Z] 2024-10-24 12:43:55,951 - INFO - Using Parameters(id=028851b1e83e) (from defaults)
[task 2024-10-24T12:43:55.952Z] 2024-10-24 12:43:55,952 - INFO - writing artifact file `parameters.yml`
[task 2024-10-24T12:43:55.957Z] 2024-10-24 12:43:55,957 - INFO - writing artifact file `actions.json`
[task 2024-10-24T12:43:55.958Z] 2024-10-24 12:43:55,958 - INFO - Loading kinds
[task 2024-10-24T12:43:55.960Z] 2024-10-24 12:43:55,960 - INFO - Generating full task set
[task 2024-10-24T12:43:55.967Z] 2024-10-24 12:43:55,967 - INFO - Generated 1 tasks for kind android-build
[task 2024-10-24T12:43:55.968Z] 2024-10-24 12:43:55,968 - INFO - Writing docker-contexts/linux.tar.gz for docker image linux
[task 2024-10-24T12:43:55.985Z] 2024-10-24 12:43:55,985 - INFO - Generated 1 tasks for kind docker-image
[task 2024-10-24T12:43:55.995Z] 2024-10-24 12:43:55,995 - INFO - Generated 3 tasks for kind module-build
[task 2024-10-24T12:43:55.997Z] 2024-10-24 12:43:55,997 - INFO - Generated 1 tasks for kind rust
[task 2024-10-24T12:43:56.001Z] 2024-10-24 12:43:56,001 - INFO - Generated 3 tasks for kind signing
[task 2024-10-24T12:43:56.004Z] 2024-10-24 12:43:56,004 - INFO - Generated 3 tasks for kind beetmover
[task 2024-10-24T12:43:56.005Z] 2024-10-24 12:43:56,004 - INFO - Generating full task graph
[task 2024-10-24T12:43:56.005Z] 2024-10-24 12:43:56,004 - INFO - Full task graph contains 12 tasks and 14 dependencies
[task 2024-10-24T12:43:56.005Z] 2024-10-24 12:43:56,005 - INFO - writing artifact file `full-task-graph.json`
[task 2024-10-24T12:43:56.008Z] 2024-10-24 12:43:56,008 - INFO - writing artifact file `runnable-jobs.json`
[task 2024-10-24T12:43:56.009Z] 2024-10-24 12:43:56,009 - INFO - Generating target task set
[task 2024-10-24T12:43:56.009Z] 2024-10-24 12:43:56,009 - INFO - Filter filter_target_tasks pruned 9 tasks (3 remain)
[task 2024-10-24T12:43:56.009Z] 2024-10-24 12:43:56,009 - INFO - writing artifact file `target-tasks.json`
[task 2024-10-24T12:43:56.010Z] 2024-10-24 12:43:56,010 - INFO - Generating target task graph
[task 2024-10-24T12:43:56.010Z] 2024-10-24 12:43:56,010 - INFO - Adding 0 tasks with `always_target` attribute
[task 2024-10-24T12:43:56.010Z] 2024-10-24 12:43:56,010 - INFO - Generating optimized task graph
[task 2024-10-24T12:43:56.010Z] 2024-10-24 12:43:56,010 - INFO - No tasks removed during optimization
[task 2024-10-24T12:43:56.231Z] 2024-10-24 12:43:56,231 - INFO - Replaced 1 tasks by index-search (index-search) during optimization.
[task 2024-10-24T12:43:56.232Z] 2024-10-24 12:43:56,232 - INFO - writing artifact file `task-graph.json`
[task 2024-10-24T12:43:56.233Z] 2024-10-24 12:43:56,233 - INFO - writing artifact file `label-to-taskid.json`
[task 2024-10-24T12:43:56.235Z] 2024-10-24 12:43:56,235 - INFO - Creating task with taskId EkYCwm1WTQeMJ3DzAoj5lA for android-build-pr
[task 2024-10-24T12:43:56.236Z] 2024-10-24 12:43:56,236 - INFO - Creating task with taskId C2zr8TlzTPaO231ik0c5Ig for rust-beta-tests
[taskcluster 2024-10-24 12:43:56.590Z] === Task Finished ===
[taskcluster 2024-10-24 12:43:58.548Z] Successful task run with exit code: 0 completed in 63.582 seconds