Replies: 3 comments
-
For upcoming fluent-package v5.0.7, package repository was updated recently, but not synced fully yet. |
Beta Was this translation helpful? Give feedback.
-
As the Fluent repository cache was updated, the above issue was resolved for now. |
Beta Was this translation helpful? Give feedback.
-
By the way, I didn't know fluent-package LTS is used in GitLab infra. If there are no obstacles, we want to note them in use-case here. https://www.fluentd.org/testimonials Could you feedback via GitHub issue template? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Starting at 1320 UTC, we (at GitLab) started getting errors trying to download the Ubuntu package:
This is still going on, we're tracking it in https://gitlab.com/gitlab-com/gl-infra/production/-/issues/19833 and have reported it on the FluentD slack, but I thought it was worth opening here too.
To Reproduce
On a ubuntu focal host, set up the following:
cat /etc/apt/sources.list.d/fluentd.list
deb "http://packages.treasuredata.com/lts/5/ubuntu/focal" focal contrib
Run apt-get update.
apt-get update
Hit:1 http://us-east1.gce.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://us-east1.gce.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://us-east1.gce.archive.ubuntu.com/ubuntu focal-backports InRelease
Get:4 https://packages.treasuredata.com/lts/5/ubuntu/focal focal InRelease [10.9 kB]
Hit:5 https://packages.cloud.google.com/apt cloud-sdk InRelease
Get:6 https://esm.ubuntu.com/infra/ubuntu focal-infra-security InRelease [7,462 B]
Get:8 https://esm.ubuntu.com/infra/ubuntu focal-infra-updates InRelease [7,461 B]
Hit:9 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:10 https://dpkg.wiz.io/projects/sensor-repos sensor-apt InRelease
Get:7 https://packages.gitlab.com/gitlab/pre-release/ubuntu focal InRelease [23.3 kB]
Get:11 https://packages.treasuredata.com/lts/5/ubuntu/focal focal/contrib amd64 Packages [4,599 B]
Ign:11 https://packages.treasuredata.com/lts/5/ubuntu/focal focal/contrib amd64 Packages
Get:12 https://packages.treasuredata.com/lts/5/ubuntu/focal focal/contrib all Packages [2,834 B]
Ign:11 http://packages.treasuredata.com/lts/5/ubuntu/focal focal/contrib amd64 Packages
Ign:11 http://packages.treasuredata.com/lts/5/ubuntu/focal focal/contrib amd64 Packages
Err:11 http://packages.treasuredata.com/lts/5/ubuntu/focal focal/contrib amd64 Packages
File has unexpected size (4302 != 4599). Mirror sync in progress? [IP: 18.173.166.108 443]
Get:13 https://packages.gitlab.com/gitlab/pre-release/ubuntu focal/main amd64 Packages [1,728 kB]
Fetched 1,777 kB in 2s (1,068 kB/s)
Reading package lists... Done
E: Failed to fetch http://packages.treasuredata.com/lts/5/ubuntu/focal/dists/focal/contrib/binary-amd64/Packages File has unexpected size (4302 != 4599). Mirror sync in progress? [IP: 18.173.166.108 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Expected behavior
This should work.
Your Environment
Your Configuration
Your Error Log
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions