Falha ao buscar archive.ubuntu e security.ubuntu [Heroku Container]

0

Estou recebendo o seguinte erro ao tentar enviar um aplicativo para o Heroku.

Need to get 419 kB of archives.
After this operation, 998 kB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main unzip amd64 6.0-9ubuntu1.5
  Could not connect to archive.ubuntu.com:80 (91.189.91.26), connection timed out [IP: 91.189.91.26 80]
Err http://archive.ubuntu.com/ubuntu/ trusty/main zip amd64 3.0-8
  Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.26 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main unzip amd64 6.0-9ubuntu1.5
  Could not connect to security.ubuntu.com:80 (91.189.88.149), connection timed out [IP: 91.189.88.149 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/unzip/unzip_6.0-9ubuntu1.5_amd64.deb  Could not connect to security.ubuntu.com:80 (91.189.88.149), connection timed out [IP: 91.189.88.149 80]

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/z/zip/zip_3.0-8_amd64.deb  Unable to connect to archive.ubuntu.com:http: [IP: 91.189.91.26 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command '/bin/sh -c apt-get -y install wget zip' returned a non-zero code: 100
 ▸    Error: docker build exited with 100

sources.list

# deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215.2)]/ xenial main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://old-releases.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://old-releases.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu/ xenial universe
# deb-src http://old-releases.ubuntu.com/ubuntu/ xenial universe
deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse
deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://old-releases.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://old-releases.ubuntu.com/ubuntu xenial-security main restricted
deb http://old-releases.ubuntu.com/ubuntu xenial-security universe
# deb-src http://old-releases.ubuntu.com/ubuntu xenial-security universe
deb http://old-releases.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://old-releases.ubuntu.com/ubuntu xenial-security multiverse
deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable
# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable

Eu já tentei atualizar o [CODE] sudo apt-get upgrade; atualizar [/ CODE] e renomear os arquivos em sources.list.

Alguma idéia do que poderia ser?

Thx adiantado.

    
por KuJiM 08.11.2017 / 22:54

0 respostas