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

Builds were broken for custom docker image #600

Open
squidarth opened this issue Aug 22, 2023 · 0 comments
Open

Builds were broken for custom docker image #600

squidarth opened this issue Aug 22, 2023 · 0 comments

Comments

@squidarth
Copy link
Collaborator

Describe the bug

On Aug 17, Truss integration tests started failing. The issue was that there were a few hours that day where there was an issue building Trusses with custom base image. The build failure was:

File has unexpected size (1127072 != 1126689). Mirror sync in progress

When running:

RUN apt update && \
    apt install -y bash \
                build-essential \
                git \
                curl \
                ca-certificates \
                software-properties-common \
    && apt-get autoremove -y \
    && apt-get clean -y \
    && rm -rf /var/lib/apt/lists/*

Note that this only seemed to affect custom docker images, and the issue went away when the nvidia mirror was fixed (see https://forums.developer.nvidia.com/t/failed-to-download-artifacts-from-https-developer-download-nvidia-com-mirror-sync-in-progress/263506/4 for context)

We should take a quick look to see:

  • Is this an issue related to the custom docker image that we are using in the integration test, or is this problem braoder than that?
  • Are there any remediations we need to take here

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots/Logs
If applicable, add screenshots or logs to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. macOS]
  • Environment versions [e.g. python versions, framework/package versions]
  • Truss version [e.g. 22]

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant