Skip to content

fix(gerrit): defer change creation to createPr() #94126

fix(gerrit): defer change creation to createPr()

fix(gerrit): defer change creation to createPr() #94126

Triggered via pull request March 27, 2026 15:41
Status Failure
Total duration 2m 34s
Artifacts 17

build.yml

on: pull_request
lint-docs
37s
lint-docs
lint-actions
10s
lint-actions
Matrix: prefetch
build-docs
59s
build-docs
build-docker
0s
build-docker
test-e2e
46s
test-e2e
Matrix: test
coverage-threshold
0s
coverage-threshold
codecov
0s
codecov
test-success
4s
test-success
release
0s
release
deploy-docs-site
0s
deploy-docs-site
notify-release-failure
0s
notify-release-failure
notify-docs-failure
0s
notify-docs-failure
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 19 warnings
lint-actions
Docker pull failed with exit code 1
test (7/16)
Process completed with exit code 1.
lib/modules/platform/gerrit/index.spec.ts > modules/platform/gerrit/index > createPr() > createPr() - with labels: lib/modules/platform/gerrit/index.spec.ts#L443
Error: expect(received).toHaveBeenCalledExactlyOnceWith(expected) Expected mock function to have been called exactly once with Array [ Object { "files": Array [], "pushOptions": Array [ "notify=NONE", "hashtag=label1", "hashtag=label2", ], "sourceRef": "source", "targetRef": "refs/for/target", }, ], but it was called with Object { "files": Array [], "pushOptions": Array [ "notify=NONE", "ready", "hashtag=label1", "hashtag=label2", ], "sourceRef": "source", "targetRef": "refs/for/target", } ❯ lib/modules/platform/gerrit/index.spec.ts:443:30
lib/modules/platform/gerrit/index.spec.ts > modules/platform/gerrit/index > createPr() > createPr() - with autoApprove: lib/modules/platform/gerrit/index.spec.ts#L409
Error: expect(received).toHaveBeenCalledExactlyOnceWith(expected) Expected mock function to have been called exactly once with Array [ Object { "files": Array [], "pushOptions": Array [ "notify=NONE", "label=Code-Review+2", ], "sourceRef": "source", "targetRef": "refs/for/target", }, ], but it was called with Object { "files": Array [], "pushOptions": Array [ "notify=NONE", "ready", "label=Code-Review+2", ], "sourceRef": "source", "targetRef": "refs/for/target", } ❯ lib/modules/platform/gerrit/index.spec.ts:409:30
lib/modules/platform/gerrit/index.spec.ts > modules/platform/gerrit/index > createPr() > createPr() - creates change by pushing to refs/for/: lib/modules/platform/gerrit/index.spec.ts#L373
Error: expect(received).toHaveBeenCalledExactlyOnceWith(expected) Expected mock function to have been called exactly once with Array [ Object { "files": Array [], "pushOptions": Array [ "notify=NONE", ], "sourceRef": "source", "targetRef": "refs/for/target", }, ], but it was called with Object { "files": Array [], "pushOptions": Array [ "notify=NONE", "ready", ], "sourceRef": "source", "targetRef": "refs/for/target", } ❯ lib/modules/platform/gerrit/index.spec.ts:373:30
test-success
Process completed with exit code 1.
lint-actions
Docker pull failed with exit code 1, back off 1.878 seconds before retry.
lint-actions
Docker pull failed with exit code 1, back off 4.193 seconds before retry.
test (14/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (7/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (13/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (10/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (12/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (8/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (9/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (2/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (11/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (3/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (4/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (5/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (6/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (15/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (16/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (1/16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-docs
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
coverage-datasources-1
539 KB
sha256:1455c819ff859b06b38239156311709b14013ec205de472f7164d295af5c90db
coverage-datasources-2
538 KB
sha256:3c0077b1ccd8c334646390f6d859d6dc10b47ebcb0f0b5d91e79f535ad20a4ce
coverage-git-1
275 KB
sha256:10564587d61319d0ef0e5c47cc7f5c8f321823fc3d31447f3bc251ec183d485a
coverage-git-2
289 KB
sha256:0365bd054508af34714185ee878a8fb07de40d1a0a984fad657722819e5d4d8f
coverage-managers-1
597 KB
sha256:4ae54a8b00048b19687186e20f8552242ddae8072d1bfc8223ee4ce8df4a8119
coverage-managers-2
569 KB
sha256:e96c6de5083b70826fe93a662bdc4df8dca554e7012a56a21196c2574f75f0ee
coverage-managers-3
700 KB
sha256:86d33b1b077f3d96cab90793494355c888364c36ee8334dbc69c63e60260999c
coverage-managers-4
1.01 MB
sha256:7ae33444397630819a25bfd29a71321c3423549c41c1a11bb2fe22eb47593589
coverage-other
1.55 MB
sha256:e6e7b4c07d6c4e4d96e4a2ff8223e8571342f3dab9447ee6c512ea165097e1c4
coverage-util
1.34 MB
sha256:39bfd98fcfd4d0e018609cdf33be05dc3aedf8062957a270b43d3602f39df2a5
coverage-versioning
1.01 MB
sha256:878766bcb2b3f7c73c2041bcfcda8f6e51ece01e5daf7409304bd6c2007915f4
coverage-workers-1
1.17 MB
sha256:4fccb1b7e40c19590d53ecd02ffbabaa0e8d66708103922a2537f0e402682bd4
coverage-workers-2
1.32 MB
sha256:9adacc3b0653c21e726981e3038b772f3cc5e815a931e7a44e9e361e4a74fc8b
coverage-workers-3
1.22 MB
sha256:00cfb69014265fe1d07a754eba9e698ada8c014c1767ce63d7a75e8fc3176906
coverage-workers-4
1.57 MB
sha256:41694bb717b539544a6e5acd4e985790470ff8d0e2c68db464a634d5aec653c1
docs
2.39 MB
sha256:434726aff898d03f57b71a73079bea6e4b9be1d6c2fb2f8b337e6745799c254f
renovate-dist
3.6 MB
sha256:9ad60ae20f2c923863dce6bd953cd0557cfc9f59662c7d31da0d23bd2f50ae4d