MatthijsBurgh opened a new issue #3420:
URL: https://github.com/apache/couchdb/issues/3420
## Description
```bash
E: Failed to fetch
https://apache.bintray.com/couchdb-deb/dists/focal/main/binary-amd64/Packages.gz
File has unexpected size (1136 != 1011). Mirror sync in progress? [IP:
34.215.63.224 443]
Hashes of expected file:
- Filesize:1011 [weak]
-
SHA256:54c02f85956b97b0948461d1f3b6d736163c5048ffa13d5198776b13f34ab637
- SHA1:c0c9b49fb5898bc596790dad1ed56963644ae37e [weak]
- MD5Sum:2d9a544a74959858c5c141c57bfeef55 [weak]
Release file created at: Thu, 17 Sep 2020 22:04:09 +0000
E: Some index files failed to download. They have been ignored, or old
ones used instead.
```
This only seems to happen on GitHub Actions on Focal, it does work on my
local machine on Focal. Also Bionic seems to work on both GitHub Actions and my
local machine. So I think it is an issue related to this specific
server(34.215.63.224 443).
## Steps to Reproduce
```bash
sudo sh -c 'echo "deb https://apache.bintray.com/couchdb-deb `lsb_release
-cs` main" > /etc/apt/sources.list.d/couchdb.list'
wget https://couchdb.apache.org/repo/bintray-pubkey.asc -O - | sudo apt-key
add -
sudo apt-get update
```
## Expected Behaviour
Just updating apt-get without any issues.
## Your Environment
* Operating system and version: Ubuntu 20.04
## Additional Context
None
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]