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

Dependabot encountered an error performing the update #11168

Open
1 task done
CramBL opened this issue Dec 21, 2024 · 8 comments
Open
1 task done

Dependabot encountered an error performing the update #11168

CramBL opened this issue Dec 21, 2024 · 8 comments
Labels
L: docker Docker containers L: git:submodules Git submodules L: github:actions GitHub Actions L: go:modules Golang modules L: javascript L: python T: bug 🐞 Something isn't working

Comments

@CramBL
Copy link

CramBL commented Dec 21, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

github actions

dependabot.yml content

version: 2
updates:
  - package-ecosystem: github-actions
    directory: "/"
    groups:
      GitHub_Actions:
        patterns:
          - "*" # open a single pull request to update all actions
    schedule:
      interval: weekly
    pull-request-branch-name:
      # Separate sections of the branch name with a hyphen
      # default is '/' which makes artisan-tools fail
      separator: "-"

Updated dependency

.github/workflows/ci.yml
crate-ci/typos@d01f29c # v1.27.0 -> crate-ci/typos@9d89015 # v1.28.4
docker/login-action@3d58c27 # v3.0.0 -> docker/login-action@7ca3450 # v3.0.0

.github/workflows/release.yml
docker/login-action@3d58c27 # v3.0.0 -> docker/login-action@7ca3450 # v3.0.0

What you expected to see, versus what you actually saw

I expect that it runs successfully and creates a PR with dependency updates just as it did 4 days ago.

Dependabot run fails and includes:

 Dependabot encountered '1' error(s) during execution, please check the logs for more details.
+----------------------+
|        Errors        |
+----------------------+
| unresolvable_version |
+----------------------+
Failure running container 0f2d4cb0ae7dfec970622f94c6316a72d96c77ebefb41c00288532f23ceb6581

But there's no indication what exactly failed.

It successfully ran 4 days ago, but 9 hours ago I changed one line in another workflow file (I think it's unrelated to this issue) committed it and commented @dependabot recreate on the existing PR. Then it failed with this issue. I reran it 3 times (by recreating) and then I reverted the one-line change and recreated once more and it still failed. So I guess it is a dependabot issue.

Images of the diff or a link to the PR, issue, or logs

2024-12-21T18:37:19.3607558Z Current runner version: '2.321.0'
2024-12-21T18:37:19.3634537Z ##[group]Operating System
2024-12-21T18:37:19.3635439Z Ubuntu
2024-12-21T18:37:19.3635922Z 22.04.5
2024-12-21T18:37:19.3636424Z LTS
2024-12-21T18:37:19.3636985Z ##[endgroup]
2024-12-21T18:37:19.3637515Z ##[group]Runner Image
2024-12-21T18:37:19.3638117Z Image: ubuntu-22.04
2024-12-21T18:37:19.3638652Z Version: 20241215.1.0
2024-12-21T18:37:19.3639645Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20241215.1/images/ubuntu/Ubuntu2204-Readme.md
2024-12-21T18:37:19.3641047Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20241215.1
2024-12-21T18:37:19.3641978Z ##[endgroup]
2024-12-21T18:37:19.3642498Z ##[group]Runner Image Provisioner
2024-12-21T18:37:19.3643141Z 2.0.404.1
2024-12-21T18:37:19.3643632Z ##[endgroup]
2024-12-21T18:37:19.3644996Z ##[group]GITHUB_TOKEN Permissions
2024-12-21T18:37:19.3646940Z Contents: read
2024-12-21T18:37:19.3647507Z Metadata: read
2024-12-21T18:37:19.3648303Z Packages: read
2024-12-21T18:37:19.3648882Z ##[endgroup]
2024-12-21T18:37:19.3651995Z Secret source: None
2024-12-21T18:37:19.3652942Z Prepare workflow directory
2024-12-21T18:37:19.3961534Z Prepare all required actions
2024-12-21T18:37:19.3997900Z Getting action download info
2024-12-21T18:37:19.5891392Z Download action repository 'github/dependabot-action@main' (SHA:5d3c630476dfb4baa925294dc30c0bf77be27467)
2024-12-21T18:37:20.3701118Z Complete job name: Dependabot
2024-12-21T18:37:20.4363299Z ##[group]Run mkdir -p ./dependabot-job-936378042-1734806230
2024-12-21T18:37:20.4364271Z �[36;1mmkdir -p ./dependabot-job-936378042-1734806230�[0m
2024-12-21T18:37:20.4891498Z shell: /usr/bin/bash -e {0}
2024-12-21T18:37:20.4892635Z ##[endgroup]
2024-12-21T18:37:20.5218601Z ##[group]Run github/dependabot-action@main
2024-12-21T18:37:20.5219994Z env:
2024-12-21T18:37:20.5220947Z DEPENDABOT_DISABLE_CLEANUP: 1
2024-12-21T18:37:20.5222038Z DEPENDABOT_ENABLE_CONNECTIVITY_CHECK: 0
2024-12-21T18:37:20.5223635Z GITHUB_TOKEN: ***
2024-12-21T18:37:20.5225319Z GITHUB_DEPENDABOT_JOB_TOKEN: ***
2024-12-21T18:37:20.5227141Z GITHUB_DEPENDABOT_CRED_TOKEN: ***
2024-12-21T18:37:20.5228353Z ##[endgroup]
2024-12-21T18:37:20.8774516Z 🤖 ~ starting update ~
2024-12-21T18:37:20.8799752Z Fetching job details
2024-12-21T18:37:21.2900891Z ##[group]Pulling updater images
2024-12-21T18:37:21.3128435Z Pulling image ghcr.io/dependabot/dependabot-updater-github-actions:38038d3ff97feb8a9b73c4fc325971a17d356b60...
2024-12-21T18:37:36.3266986Z Pulled image ghcr.io/dependabot/dependabot-updater-github-actions:38038d3ff97feb8a9b73c4fc325971a17d356b60
2024-12-21T18:37:36.3281540Z Pulling image ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy:v2.0.20241213020825@sha256:4839cb1467623a51c41a50d4d9a770fc36bebc75b45f12ea3b58aeb14413c53b...
2024-12-21T18:37:37.1083877Z Pulled image ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy:v2.0.20241213020825@sha256:4839cb1467623a51c41a50d4d9a770fc36bebc75b45f12ea3b58aeb14413c53b
2024-12-21T18:37:37.1087741Z ##[endgroup]
2024-12-21T18:37:37.1088929Z Starting update process
2024-12-21T18:37:38.0790075Z Created proxy container: 5ffcaeccbed55e03033c3aaf96a5eb657305f16465772b2c13a5ac6622fe5ac1
2024-12-21T18:37:39.3745170Z Created container: 0f2d4cb0ae7dfec970622f94c6316a72d96c77ebefb41c00288532f23ceb6581
2024-12-21T18:37:39.7638321Z proxy | 2024/12/21 18:37:39 proxy starting, commit: 39f5c2fb29cacce3bbeea1bdf58a1d3430dd0f97
2024-12-21T18:37:39.7646453Z proxy | 2024/12/21 18:37:39 Listening (:1080)
2024-12-21T18:37:39.8637826Z updater | Updating certificates in /etc/ssl/certs...
2024-12-21T18:37:41.1752346Z updater | rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
2024-12-21T18:37:41.2251031Z updater | 1 added, 0 removed; done.
2024-12-21T18:37:41.2251886Z updater | Running hooks in /etc/ca-certificates/update.d...
2024-12-21T18:37:41.2310643Z updater | done.
2024-12-21T18:37:43.2627434Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Starting job processing
2024-12-21T18:37:43.2639777Z 2024/12/21 18:37:43 INFO <job_936378042> Job definition: {"job":{"allowed-updates":[{"dependency-type":"direct","update-type":"all"}],"commit-message-options":{"prefix":null,"prefix-development":null,"include-scope":null},"credentials-metadata":[{"type":"git_source","host":"github.com"}],"debug":null,"dependencies":["crate-ci/typos","docker/login-action"],"dependency-groups":[{"name":"github_actions","rules":{"patterns":["*"]}}],"dependency-group-to-refresh":"github_actions","existing-pull-requests":[],"existing-group-pull-requests":[{"dependency-group-name":"github_actions","dependencies":[{"dependency-name":"crate-ci/typos","dependency-version":"1.28.4","directory":"/"},{"dependency-name":"docker/login-action","dependency-version":"7ca345011ac4304463197fac0e56eab1bc7e6af0","directory":"/"}]}],"experiments":{"record-ecosystem-versions":true,"record-update-job-unknown-error":true,"proxy-cached":true,"move-job-token":true,"dependency-change-validation":true,"nuget-native-analysis":true,"nuget-use-direct-discovery":true,"enable-file-parser-python-local":true,"npm-v6-deprecation-warning":true,"lead-security-dependency":true,"enable-record-ecosystem-meta":true,"enable-shared-helpers-command-timeout":true},"ignore-conditions":[],"lockfile-only":false,"max-updater-run-time":2700,"package-manager":"github_actions","proxy-log-response-body-on-auth-failure":true,"requirements-update-strategy":null,"reject-external-code":false,"security-advisories":[],"security-updates-only":false,"source":{"provider":"github","repo":"luftkode/settings-manager","branch":null,"api-endpoint":"https://api.github.com/","hostname":"github.com","directories":["/"]},"updating-a-pull-request":true,"update-subdependencies":false,"vendor-dependencies":false,"repo-private":true}}
2024-12-21T18:37:43.3093959Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Started process PID: 1070 with command: {} git config --global credential.helper '!/home/dependabot/common/lib/dependabot/../../bin/git-credential-store-immutable --file /home/dependabot/dependabot-updater/git.store' {}
2024-12-21T18:37:43.3208837Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Process PID: 1070 completed with status: pid 1070 exit 0
2024-12-21T18:37:43.3471098Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:43.3512507Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Started process PID: 1078 with command: {} git config --global --replace-all url.https://github.com/.insteadOf ssh://[email protected]/ {}
2024-12-21T18:37:43.3570506Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Process PID: 1078 completed with status: pid 1078 exit 0
2024-12-21T18:37:43.3572155Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:43.3590721Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Started process PID: 1085 with command: {} git config --global --add url.https://github.com/.insteadOf ssh://[email protected]: {}
2024-12-21T18:37:43.3644629Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Process PID: 1085 completed with status: pid 1085 exit 0
2024-12-21T18:37:43.3646128Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:43.3684765Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Started process PID: 1092 with command: {} git config --global --add url.https://github.com/.insteadOf [email protected]: {}
2024-12-21T18:37:43.3757576Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Process PID: 1092 completed with status: pid 1092 exit 0
2024-12-21T18:37:43.3758938Z 2024/12/21 18:37:43 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:43.3780432Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Started process PID: 1099 with command: {} git config --global --add url.https://github.com/.insteadOf [email protected]/ {}
2024-12-21T18:37:43.3976047Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Process PID: 1099 completed with status: pid 1099 exit 0
2024-12-21T18:37:43.4005264Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Total execution time: 0.02 seconds
2024-12-21T18:37:43.4026972Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Started process PID: 1105 with command: {} git config --global --add url.https://github.com/.insteadOf git://github.com/ {}
2024-12-21T18:37:43.4287806Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Process PID: 1105 completed with status: pid 1105 exit 0
2024-12-21T18:37:43.4299356Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Total execution time: 0.03 seconds
2024-12-21T18:37:43.4419961Z updater | 2024/12/21 18:37:43 INFO <job_936378042> Started process PID: 1112 with command: {} git clone --no-tags --depth 1 --recurse-submodules --shallow-submodules https://github.com/luftkode/settings-manager /home/dependabot/dependabot-updater/repo {}
2024-12-21T18:37:44.2833228Z proxy | 2024/12/21 18:37:44 [002] GET https://github.com:443/luftkode/settings-manager/info/refs?service=git-upload-pack
2024-12-21T18:37:44.2844464Z proxy | 2024/12/21 18:37:44 [002] * authenticating git server request (host: github.com)
2024-12-21T18:37:44.4891301Z proxy | 2024/12/21 18:37:44 [002] 200 https://github.com:443/luftkode/settings-manager/info/refs?service=git-upload-pack
2024-12-21T18:37:44.5452065Z proxy | 2024/12/21 18:37:44 [004] POST https://github.com:443/luftkode/settings-manager/git-upload-pack
2024-12-21T18:37:44.5460877Z proxy | 2024/12/21 18:37:44 [004] * authenticating git server request (host: github.com)
2024-12-21T18:37:44.6377485Z proxy | 2024/12/21 18:37:44 [004] 200 https://github.com:443/luftkode/settings-manager/git-upload-pack
2024-12-21T18:37:44.7088557Z proxy | 2024/12/21 18:37:44 [006] POST https://github.com:443/luftkode/settings-manager/git-upload-pack
2024-12-21T18:37:44.7139218Z proxy | 2024/12/21 18:37:44 [006] * authenticating git server request (host: github.com)
2024-12-21T18:37:44.8274332Z proxy | 2024/12/21 18:37:44 [006] 200 https://github.com:443/luftkode/settings-manager/git-upload-pack
2024-12-21T18:37:44.9625845Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Process PID: 1112 completed with status: pid 1112 exit 0
2024-12-21T18:37:44.9627325Z 2024/12/21 18:37:44 INFO <job_936378042> Total execution time: 1.53 seconds
2024-12-21T18:37:44.9636038Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Started process PID: 1156 with command: {} git -C /home/dependabot/dependabot-updater/repo ls-files --stage {}
2024-12-21T18:37:44.9694205Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Process PID: 1156 completed with status: pid 1156 exit 0
2024-12-21T18:37:44.9695532Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:44.9755670Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Started process PID: 1170 with command: {} git config --global credential.helper '!/home/dependabot/common/lib/dependabot/../../bin/git-credential-store-immutable --file /home/dependabot/dependabot-updater/git.store' {}
2024-12-21T18:37:44.9828599Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Process PID: 1170 completed with status: pid 1170 exit 0
2024-12-21T18:37:44.9829997Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:44.9873276Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Started process PID: 1178 with command: {} git config --global --replace-all url.https://github.com/.insteadOf ssh://[email protected]/ {}
2024-12-21T18:37:44.9901173Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Process PID: 1178 completed with status: pid 1178 exit 0
2024-12-21T18:37:44.9903117Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:44.9920778Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Started process PID: 1185 with command: {} git config --global --add url.https://github.com/.insteadOf ssh://[email protected]: {}
2024-12-21T18:37:44.9972465Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Process PID: 1185 completed with status: pid 1185 exit 0
2024-12-21T18:37:44.9974081Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:44.9993456Z updater | 2024/12/21 18:37:44 INFO <job_936378042> Started process PID: 1192 with command: {} git config --global --add url.https://github.com/.insteadOf [email protected]: {}
2024-12-21T18:37:45.0161430Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1192 completed with status: pid 1192 exit 0
2024-12-21T18:37:45.0166026Z 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.02 seconds
2024-12-21T18:37:45.0199916Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1198 with command: {} git config --global --add url.https://github.com/.insteadOf [email protected]/ {}
2024-12-21T18:37:45.0220641Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1198 completed with status: pid 1198 exit 0
2024-12-21T18:37:45.0222799Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.0281413Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1205 with command: {} git config --global --add url.https://github.com/.insteadOf git://github.com/ {}
2024-12-21T18:37:45.0292641Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1205 completed with status: pid 1205 exit 0
2024-12-21T18:37:45.0294927Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.0351496Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1212 with command: {} git rev-parse HEAD {}
2024-12-21T18:37:45.0360887Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1212 completed with status: pid 1212 exit 0
2024-12-21T18:37:45.0362872Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.0442342Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1227 with command: {} git config --global credential.helper '!/home/dependabot/common/lib/dependabot/../../bin/git-credential-store-immutable --file /home/dependabot/dependabot-updater/git.store' {}
2024-12-21T18:37:45.0635890Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1227 completed with status: pid 1227 exit 0
2024-12-21T18:37:45.0637265Z 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.02 seconds
2024-12-21T18:37:45.0647137Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1234 with command: {} git config --global --replace-all url.https://github.com/.insteadOf ssh://[email protected]/ {}
2024-12-21T18:37:45.0696441Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1234 completed with status: pid 1234 exit 0
2024-12-21T18:37:45.0698218Z 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.0705613Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1240 with command: {} git config --global --add url.https://github.com/.insteadOf ssh://[email protected]: {}
2024-12-21T18:37:45.0760677Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1240 completed with status: pid 1240 exit 0
2024-12-21T18:37:45.0762252Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.0771343Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1247 with command: {} git config --global --add url.https://github.com/.insteadOf [email protected]: {}
2024-12-21T18:37:45.0826982Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1247 completed with status: pid 1247 exit 0
2024-12-21T18:37:45.0828019Z 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.0837254Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1254 with command: {} git config --global --add url.https://github.com/.insteadOf [email protected]/ {}
2024-12-21T18:37:45.0882456Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1254 completed with status: pid 1254 exit 0
2024-12-21T18:37:45.0883903Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.0892689Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1261 with command: {} git config --global --add url.https://github.com/.insteadOf git://github.com/ {}
2024-12-21T18:37:45.0945892Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1261 completed with status: pid 1261 exit 0
2024-12-21T18:37:45.0946911Z 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.0953127Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1268 with command: {} git rev-parse HEAD {}
2024-12-21T18:37:45.1014010Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1268 completed with status: pid 1268 exit 0
2024-12-21T18:37:45.1015139Z 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.1189845Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1282 with command: {} git config --global credential.helper '!/home/dependabot/common/lib/dependabot/../../bin/git-credential-store-immutable --file /home/dependabot/dependabot-updater/git.store' {}
2024-12-21T18:37:45.1246321Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1282 completed with status: pid 1282 exit 0
2024-12-21T18:37:45.1247516Z 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.1254592Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1289 with command: {} git config --global --replace-all url.https://github.com/.insteadOf ssh://[email protected]/ {}
2024-12-21T18:37:45.1307021Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1289 completed with status: pid 1289 exit 0
2024-12-21T18:37:45.1308235Z 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.1315427Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1296 with command: {} git config --global --add url.https://github.com/.insteadOf ssh://[email protected]: {}
2024-12-21T18:37:45.1367509Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1296 completed with status: pid 1296 exit 0
2024-12-21T18:37:45.1368591Z 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.1379694Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1303 with command: {} git config --global --add url.https://github.com/.insteadOf [email protected]: {}
2024-12-21T18:37:45.1427817Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1303 completed with status: pid 1303 exit 0
2024-12-21T18:37:45.1431238Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.1442762Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1310 with command: {} git config --global --add url.https://github.com/.insteadOf [email protected]/ {}
2024-12-21T18:37:45.1498191Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1310 completed with status: pid 1310 exit 0
2024-12-21T18:37:45.1499234Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.1505610Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Started process PID: 1317 with command: {} git config --global --add url.https://github.com/.insteadOf git://github.com/ {}
2024-12-21T18:37:45.1559656Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Process PID: 1317 completed with status: pid 1317 exit 0
2024-12-21T18:37:45.1560789Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Total execution time: 0.01 seconds
2024-12-21T18:37:45.1683534Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Base commit SHA: 5c076f4502fc2e4a7603aeba82aedf80a69f26dc
2024-12-21T18:37:45.1704630Z updater | 2024/12/21 18:37:45 INFO <job_936378042> Finished job processing
2024-12-21T18:37:46.8017141Z updater | 2024/12/21 18:37:46 INFO <job_936378042> Starting job processing
2024-12-21T18:37:47.0067527Z proxy | 2024/12/21 18:37:47 [008] GET https://github.com:443/actions/checkout.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.0068750Z proxy | 2024/12/21 18:37:47 [008] * authenticating git server request (host: github.com)
2024-12-21T18:37:47.0822039Z proxy | 2024/12/21 18:37:47 [008] 200 https://github.com:443/actions/checkout.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.2067010Z proxy | 2024/12/21 18:37:47 [010] GET https://github.com:443/crate-ci/typos.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.2068489Z proxy | 2024/12/21 18:37:47 [010] * authenticating git server request (host: github.com)
2024-12-21T18:37:47.2813337Z proxy | 2024/12/21 18:37:47 [010] 200 https://github.com:443/crate-ci/typos.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.4546261Z proxy | 2024/12/21 18:37:47 [012] GET https://github.com:443/extractions/setup-just.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.4547517Z 2024/12/21 18:37:47 [012] * authenticating git server request (host: github.com)
2024-12-21T18:37:47.5350332Z proxy | 2024/12/21 18:37:47 [012] 200 https://github.com:443/extractions/setup-just.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.6345559Z proxy | 2024/12/21 18:37:47 [014] GET https://github.com:443/docker/login-action.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.6347100Z proxy | 2024/12/21 18:37:47 [014] * authenticating git server request (host: github.com)
2024-12-21T18:37:47.7155750Z proxy | 2024/12/21 18:37:47 [014] 200 https://github.com:443/docker/login-action.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.8466972Z proxy | 2024/12/21 18:37:47 [016] GET https://github.com:443/actions/checkout.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.8468716Z 2024/12/21 18:37:47 [016] 200 https://github.com:443/actions/checkout.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.9465090Z proxy | 2024/12/21 18:37:47 [018] GET https://github.com:443/extractions/setup-just.git/info/refs?service=git-upload-pack
2024-12-21T18:37:47.9466621Z 2024/12/21 18:37:47 [018] 200 https://github.com:443/extractions/setup-just.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.0466335Z proxy | 2024/12/21 18:37:48 [020] GET https://github.com:443/dangoslen/dependabot-changelog-helper.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.0467648Z 2024/12/21 18:37:48 [020] * authenticating git server request (host: github.com)
2024-12-21T18:37:48.1479681Z proxy | 2024/12/21 18:37:48 [020] 200 https://github.com:443/dangoslen/dependabot-changelog-helper.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.2786739Z proxy | 2024/12/21 18:37:48 [022] GET https://github.com:443/stefanzweifel/git-auto-commit-action.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.2789885Z proxy | 2024/12/21 18:37:48 [022] * authenticating git server request (host: github.com)
2024-12-21T18:37:48.3563901Z proxy | 2024/12/21 18:37:48 [022] 200 https://github.com:443/stefanzweifel/git-auto-commit-action.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.4628754Z proxy | 2024/12/21 18:37:48 [024] GET https://github.com:443/actions/checkout.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.4630038Z 2024/12/21 18:37:48 [024] 200 https://github.com:443/actions/checkout.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.5631093Z proxy | 2024/12/21 18:37:48 [026] GET https://github.com:443/extractions/setup-just.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.5632727Z proxy | 2024/12/21 18:37:48 [026] 200 https://github.com:443/extractions/setup-just.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.6671356Z proxy | 2024/12/21 18:37:48 [028] GET https://github.com:443/docker/login-action.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.6672919Z 2024/12/21 18:37:48 [028] 200 https://github.com:443/docker/login-action.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.7750571Z proxy | 2024/12/21 18:37:48 [030] GET https://github.com:443/actions/checkout.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.7752205Z 2024/12/21 18:37:48 [030] 200 https://github.com:443/actions/checkout.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.8746283Z proxy | 2024/12/21 18:37:48 [032] GET https://github.com:443/extractions/setup-just.git/info/refs?service=git-upload-pack
2024-12-21T18:37:48.8748390Z proxy | 2024/12/21 18:37:48 [032] 200 https://github.com:443/extractions/setup-just.git/info/refs?service=git-upload-pack
2024-12-21T18:37:49.0860210Z proxy | 2024/12/21 18:37:49 [034] POST /update_jobs/936378042/record_update_job_error
2024-12-21T18:37:49.2364971Z proxy | 2024/12/21 18:37:49 [034] 204 /update_jobs/936378042/record_update_job_error
2024-12-21T18:37:49.2864109Z proxy | 2024/12/21 18:37:49 [036] PATCH /update_jobs/936378042/mark_as_processed
2024-12-21T18:37:49.4022131Z proxy | 2024/12/21 18:37:49 [036] 204 /update_jobs/936378042/mark_as_processed
2024-12-21T18:37:49.4049346Z updater | 2024/12/21 18:37:49 INFO <job_936378042> Finished job processing
2024-12-21T18:37:49.4065154Z updater | 2024/12/21 18:37:49 INFO Results:
2024-12-21T18:37:49.4066169Z Dependabot encountered '1' error(s) during execution, please check the logs for more details.
2024-12-21T18:37:49.4067087Z +----------------------+
2024-12-21T18:37:49.4067546Z | Errors |
2024-12-21T18:37:49.4068537Z +----------------------+
2024-12-21T18:37:49.4069027Z | unresolvable_version |
2024-12-21T18:37:49.4069493Z +----------------------+
2024-12-21T18:37:49.5400310Z Failure running container 0f2d4cb0ae7dfec970622f94c6316a72d96c77ebefb41c00288532f23ceb6581
2024-12-21T18:37:49.5523289Z Cleaned up container 0f2d4cb0ae7dfec970622f94c6316a72d96c77ebefb41c00288532f23ceb6581
2024-12-21T18:37:49.5627849Z proxy | 2024/12/21 18:37:49 Posting metrics to remote API endpoint
2024-12-21T18:37:49.5628579Z 2024/12/21 18:37:49 7/18 calls cached (38%)
2024-12-21T18:37:50.2970863Z ##[error]Dependabot encountered an error performing the update

Error: The updater encountered one or more errors.

For more information see: https://github.com/luftkode/settings-manager/network/updates/936378042 (write access to the repository is required to view the log)
2024-12-21T18:37:50.2983912Z 🤖 ~ finished: error reported to Dependabot ~
2024-12-21T18:37:50.3079517Z Post job cleanup.
2024-12-21T18:37:50.4328190Z Cleaning up orphan processes

@SimonMarquis
Copy link

This also breaks the UI panel for dependabot
Screenshot_20241224-135515

@SimonMarquis
Copy link

Everything is back to normal on my repository. Automated (and manual) check ran successfully.

@CramBL
Copy link
Author

CramBL commented Jan 2, 2025

I still encounter the issue

 Dependabot encountered '1' error(s) during execution, please check the logs for more details.
+----------------------+
|        Errors        |
+----------------------+
| unresolvable_version |
+----------------------+
Failure running container 40170837f57f72d76d21c896a2c39e5891243521a3b97ab47c5ae2fc5b52afaf
Cleaned up container 40170837f57f72d76d21c896a2c39e5891243521a3b97ab47c5ae2fc5b52afaf
  proxy | 2025/01/02 09:42:22 7/18 calls cached (38%)
2025/01/02 09:42:22 Posting metrics to remote API endpoint
Error: Dependabot encountered an error performing the update

It's non-sense, there's no unresolveable version, and it doesn't even attempt to say which version it thinks was unresolvable.

@vitalijr2
Copy link

I have met the same issue.

2025/01/02 21:21:17 [034] 200 [https://github.com:443/actions/checkout.git/info/refs?service=git-upload-pack](https://github.com/actions/checkout.git/info/refs?service=git-upload-pack)
  proxy | 2025/01/02 21:21:17 [036] GET [https://github.com:443/actions/setup-java.git/info/refs?service=git-upload-pack](https://github.com/actions/setup-java.git/info/refs?service=git-upload-pack)
2025/01/02 21:21:17 [036] 200 [https://github.com:443/actions/setup-java.git/info/refs?service=git-upload-pack](https://github.com/actions/setup-java.git/info/refs?service=git-upload-pack)
  proxy | 2025/01/02 21:21:17 [038] POST /update_jobs/942296221/record_update_job_error
  proxy | 2025/01/02 21:21:17 [038] 204 /update_jobs/942296221/record_update_job_error
  proxy | 2025/01/02 21:21:17 [040] PATCH /update_jobs/942296221/mark_as_processed
  proxy | 2025/01/02 21:21:17 [040] 204 /update_jobs/942296221/mark_as_processed
updater | 2025/01/02 21:21:17 INFO <job_942296221> Finished job processing
updater | 2025/01/02 21:21:17 INFO Results:
Dependabot encountered '1' error(s) during execution, please check the logs for more details.
+----------------------+
|        Errors        |
+----------------------+
| unresolvable_version |
+----------------------+
Failure running container e9228d58284aed526f17f946a912bba78c99be0beb2fb92b6f27c306d8ff0303
Cleaned up container e9228d58284aed526f17f946a912bba78c99be0beb2fb92b6f27c306d8ff0303
  proxy | 2025/01/02 21:21:18 8/20 calls cached (40%)
2025/01/02 21:21:18 Posting metrics to remote API endpoint
Error: Dependabot encountered an error performing the update

Error: The updater encountered one or more errors.

@cristianmadularu
Copy link

We are getting the same:
image

@Xottab-DUTY
Copy link

I confirm that we have the same problem.
https://github.com/OpenXRay/xray-16/actions/runs/12651277820/job/35251545532

Xottab-DUTY added a commit to OpenXRay/xray-16 that referenced this issue Jan 7, 2025
It was added to the .gitmodules config file in #1710, but wasn't added to the git tree.
It was breaking entire dependabot workflow (dependabot/dependabot-core#11168)
@Xottab-DUTY
Copy link

I've managed to fix the problem:
The root cause for me was that a submodule was added to the .gitmodules file, but was missing from the git tree.
dependabot wrote a comment pull request page about that when I started to interact with it. The PR was about different dependency. You can look it here: OpenXRay/xray-16#1267

Suggested changes:

  1. Dependabot should not fall into error if something is missing, just submit a warning and continue checking other submodules.
  2. Write detailed error info in the log, don't rely on comments because dependabot only writes them if it creates pull requests, answers to user messages. In any other cases there will be no comment meaning that the error is silent.

@cristianmadularu
Copy link

I was able to find a workaround. The same project used to work fine a few weeks ago (~approx 4 weeks ago) and then it started failing with the error (a timeout essentially) after 55min. It is a monorepo containing 20+ TypeScript projects.

I have configured the dependabot scan to run on a self-hosted runner where the 55 min timeout no longer applies. After 2h00m48s, the dependabot task finished and tons of PRs were created (as expected).

I can only assume that maybe the runners that had previously been assigned for the dependabot tasks have been scaled down or maybe a change in the dependabot code made it take longer than previous.

Anyway, that is how I was able to work around the problem... :)

@brettfo brettfo removed the L: dotnet:nuget NuGet packages via nuget or dotnet label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: docker Docker containers L: git:submodules Git submodules L: github:actions GitHub Actions L: go:modules Golang modules L: javascript L: python T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

6 participants