We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
maven
No response
https://github.com/onthegomap/planetiler/blob/main/pom.xml
https://github.com/onthegomap/planetiler/blob/40e64a2fd303900989fa133fcec4d9c8daa33e81/.github/dependabot.yml#L6-L17
Expected: dependabot opens new PRs when dependencies are updated. Actual: No PRs have been opened since January 31, and on https://github.com/onthegomap/planetiler/network/updates I see errors:
and an example update log https://github.com/onthegomap/planetiler/network/updates/794518193 is:
proxy | 2024/03/01 10:05:30 proxy starting, commit: b46ea0704f16a9103c1637eea8708f9cf4f39684 proxy | 2024/03/01 10:05:30 Listening (:1080) updater | 2024-03-01T10:12:00.003183228 [794518193:main:WARN:src/devices/src/legacy/serial.rs:222] Detached the serial input due to peer close/error. updater | time="2024-03-01T10:12:03Z" level=info msg="guest starting" commit=684e575d82404ac8cfafa9000ff20dbc9dddb4f6 updater | time="2024-03-01T10:12:03Z" level=info msg="starting job..." fetcher_timeout=10m0s job_id=794518193 updater_timeout=45m0s updater_version=a8d33f7bd41710faa9653b1416b61eb2fece30b0-maven updater | 2024/03/01 10:12:13 INFO <job_794518193> Starting job processing updater | 2024/03/01 10:12:13 INFO <job_794518193> Job definition: {"job":{"allowed-updates":[{"dependency-type":"direct","update-type":"all"}],"commit-message-options":{"include-scope":null,"prefix":null,"prefix-development":null},"credentials-metadata":[{"host":"github.com","type":"git_source"}],"debug":null,"dependencies":null,"dependency-group-to-refresh":null,"dependency-groups":[],"existing-group-pull-requests":[],"existing-pull-requests":[[{"dependency-name":"org.slf4j:slf4j-api","dependency-version":"2.0.0"}],[{"dependency-name":"org.slf4j:slf4j-api","dependency-version":"2.0.2"}],[{"dependency-name":"org.apache.logging.log4j:log4j-api","dependency-version":"2.16.0"},{"dependency-name":"org.apache.logging.log4j:log4j-core","dependency-version":"2.16.0"},{"dependency-name":"org.apache.logging.log4j:log4j-slf4j-impl","dependency-version":"2.16.0"}],[{"dependency-name":"org.apache.logging.log4j:log4j-api","dependency-version":"2.19.0"},{"dependency-name":"org.apache.logging.log4j:log4j-core","dependency-version":"2.19.0"},{"dependency-name":"org.apache.logging.log4j:log4j-slf4j-impl","dependency-version":"2.19.0"}]],"experiments":{"proxy-cached":true,"record-ecosystem-versions":true,"record-update-job-unknown-error":true},"ignore-conditions":[{"dependency-name":"com.google.protobuf:protobuf-java","source":".github/dependabot.yml","update-types":null,"updated-at":"2023-06-23T09:53:49.000Z","version-requirement":"3.23.3"}],"lockfile-only":false,"max-updater-run-time":2700,"package-manager":"maven","proxy-log-response-body-on-auth-failure":true,"reject-external-code":false,"repo-private":false,"requirements-update-strategy":null,"security-advisories":[],"security-updates-only":false,"source":{"api-endpoint":"https://api.github.com/","branch":null,"directory":"/.","hostname":"github.com","provider":"github","repo":"onthegomap/planetiler"},"update-subdependencies":false,"updating-a-pull-request":false,"vendor-dependencies":false}} updater | proxy | 2024/03/01 10:12:13 [002] GET https://github.com:443/onthegomap/planetiler/info/refs?service=git-upload-pack proxy | 2024/03/01 10:12:13 [002] * authenticating git server request (host: github.com) proxy | 2024/03/01 10:12:13 [002] 200 https://github.com:443/onthegomap/planetiler/info/refs?service=git-upload-pack proxy | 2024/03/01 10:12:13 [004] POST https://github.com:443/onthegomap/planetiler/git-upload-pack proxy | 2024/03/01 10:12:13 [004] * authenticating git server request (host: github.com) proxy | 2024/03/01 10:12:13 [004] 200 https://github.com:443/onthegomap/planetiler/git-upload-pack proxy | 2024/03/01 10:12:13 [006] POST https://github.com:443/onthegomap/planetiler/git-upload-pack proxy | 2024/03/01 10:12:13 [006] * authenticating git server request (host: github.com) proxy | 2024/03/01 10:12:14 [006] 200 https://github.com:443/onthegomap/planetiler/git-upload-pack updater | 2024/03/01 10:12:19 ERROR <job_794518193> Error during file fetching; aborting: /planetiler-openmaptiles/submodule.pom.xml not found updater | 2024/03/01 10:12:19 INFO <job_794518193> Finished job processing updater | 2024/03/01 10:12:19 INFO Results: updater | Dependabot encountered '1' error(s) during execution, please check the logs for more details. updater | +---------------------------+ updater | | Errors | updater | +---------------------------+ updater | | dependency_file_not_found | updater | +---------------------------+ updater | time="2024-03-01T10:12:19Z" level=info msg="task complete" container_id=job-794518193-file-fetcher exit_code=0 job_id=794518193 step=fetcher updater | time="2024-03-01T10:12:20Z" level=warning msg="failed during fetch, skipping updater" job_id=794518193
submodule.pom.xml is a file that should show up in the repo after pulling submodule dependencies.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Package ecosystem
maven
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
https://github.com/onthegomap/planetiler/blob/main/pom.xml
dependabot.yml content
https://github.com/onthegomap/planetiler/blob/40e64a2fd303900989fa133fcec4d9c8daa33e81/.github/dependabot.yml#L6-L17
Updated dependency
No response
What you expected to see, versus what you actually saw
Expected: dependabot opens new PRs when dependencies are updated.
Actual: No PRs have been opened since January 31, and on https://github.com/onthegomap/planetiler/network/updates I see errors:
and an example update log https://github.com/onthegomap/planetiler/network/updates/794518193 is:
submodule.pom.xml is a file that should show up in the repo after pulling submodule dependencies.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: