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

Issue updating with apt #4142

Closed
danilofuchs opened this issue Dec 19, 2024 · 5 comments
Closed

Issue updating with apt #4142

danilofuchs opened this issue Dec 19, 2024 · 5 comments
Assignees

Comments

@danilofuchs
Copy link

Brief summary

Cannot install 0.55.1 through APT

k6 version

0.55.1

OS

Pop_OS! 22.04

Docker version and image (if applicable)

No response

Steps to reproduce the problem

sudo gpg --no-default-keyring --keyring /usr/share/keyrings/k6-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C5AD17C747E3415A3642D57D77C6C491D6AC1D69
echo "deb [signed-by=/usr/share/keyrings/k6-archive-keyring.gpg] https://dl.k6.io/deb stable main" | sudo tee /etc/apt/sources.list.d/k6.list
sudo apt-get update
sudo apt-get install k6

Expected behaviour

Installs

Actual behaviour

Get:1 https://dl.k6.io/deb stable/main amd64 k6 amd64 0.55.1 [28.7 MB]
Err:1 https://dl.k6.io/deb stable/main amd64 k6 amd64 0.55.1
  File has unexpected size (28726870 != 28726866). Mirror sync in progress? [IP: 108.139.182.83 443]
  Hashes of expected file:
   - SHA512:ba485f4455f5203ea6401dcb89efd500002c9bb2951b8b927dd7b2ca504d195358de84c4bfa28f538df836206c01d613d395850f4d0bfd8d167c6a2c270f9874
   - SHA256:2dcaf1223f67366edbd829433ab7fe79af5c7debfa2f37b99fc5afc36d0710c5
   - SHA1:26b043f66299c9904d24c9cd23226c63837aafeb [weak]
   - MD5Sum:eeb70d9835a3c723e3d7ee3bbd21a1fb [weak]
   - Filesize:28726866 [weak]
E: Failed to fetch https://dl.k6.io/deb/dists/stable/main/binary-amd64/k6-v0.55.1-amd64.deb  File has unexpected size (28726870 != 28726866). Mirror sync in progress? [IP: 108.139.182.83 443]
   Hashes of expected file:
    - SHA512:ba485f4455f5203ea6401dcb89efd500002c9bb2951b8b927dd7b2ca504d195358de84c4bfa28f538df836206c01d613d395850f4d0bfd8d167c6a2c270f9874
    - SHA256:2dcaf1223f67366edbd829433ab7fe79af5c7debfa2f37b99fc5afc36d0710c5
    - SHA1:26b043f66299c9904d24c9cd23226c63837aafeb [weak]
    - MD5Sum:eeb70d9835a3c723e3d7ee3bbd21a1fb [weak]
    - Filesize:28726866 [weak]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
@jcmillett
Copy link

Seeing the same issue when attempting to install k6 during ci/cd pipeline.

@DavidTolleyAutomatiq
Copy link

This is happening to me in both local and in CI builds, same error

@leononame
Copy link

On Fedora, we have a similar problem:

>>> Downloading successful, but checksum doesn't match. Calculated: b1e092048e89d121eebd55c8405793016416e2a479bdfdeaec5a1d1de24228a0(sha256)  Expected: 9e57d19cc4b026cf501776b158969d14dc0f421189a431b529600bef88a01b3b(sha256)  - https://dl.k6.io/rpm/x86_64/k6-v0.55.1-amd64.rpm  

@VladKCF
Copy link

VladKCF commented Dec 20, 2024

We started see k6 installation last night at CI/CD side

@mstoykov mstoykov mentioned this issue Dec 20, 2024
5 tasks
@ankur22
Copy link
Contributor

ankur22 commented Dec 20, 2024

Hello everyone, please accept our sincere apologies. It seems that the publish of v0.55.1 failed. We have released v0.55.2 which was successful.

Linked PR: #4147

@ankur22 ankur22 closed this as completed Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants