Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 4, 2025

Integration tests fail when attempting apt-get update in containers because Debian Buster repositories have been archived and are no longer available at standard URLs.

Changes

  • Updated node:16.13node:22 (aligns with .node-version)
  • Updated ruby:2.6ruby:3.3

Both container images now use maintained Debian releases with active package repositories.

Original prompt

This section details on the original issue you should resolve

<issue_title>bug: 🐝 Integration tests are failing</issue_title>
<issue_description>### Describe the bug

Run apt-get update && apt-get install -y rsync
Ign:1 http://deb.debian.org/debian buster InRelease
Ign:2 http://security.debian.org/debian-security buster/updates InRelease
Ign:3 http://deb.debian.org/debian buster-updates InRelease
Err:4 http://security.debian.org/debian-security buster/updates Release
404 Not Found [IP: 146.75.30.132 80]
Err:5 http://deb.debian.org/debian buster Release
404 Not Found [IP: 146.75.30.132 80]
Err:6 http://deb.debian.org/debian buster-updates Release
404 Not Found [IP: 146.75.30.132 80]
Reading package lists...
E: The repository 'http://security.debian.org/debian-security buster/updates Release' does not have a Release file.
E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file.
E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file.
Error: Process completed with exit code 100.

Reproduction Steps

Run the integration.yml file and you'll see a failure

Logs

Workflow

NA

Additional Comments

No response</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix integration tests due to repository 404 errors Fix integration tests failing on Debian Buster EOL Nov 4, 2025
Copilot AI requested a review from JamesIves November 4, 2025 15:08
Copilot finished work on behalf of JamesIves November 4, 2025 15:08
@JamesIves JamesIves marked this pull request as ready for review November 4, 2025 15:09
@JamesIves JamesIves merged commit 601634e into dev Nov 4, 2025
3 checks passed
@JamesIves JamesIves deleted the copilot/fix-integration-test-errors branch November 4, 2025 15:09
JamesIves added a commit that referenced this pull request Nov 4, 2025
* Initial plan

* Update container images to fix Debian Buster EOL issue



---------

Co-authored-by: Copilot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: 🐝 Integration tests are failing

2 participants