This repository was archived by the owner on Jul 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Travis build failing on Debian 7 #546
Copy link
Copy link
Closed
Description
The recent Travis builds are all failing on Debian 7:
Step 5/19 : RUN apt-get update && apt-get install -y apt-utils
---> Running in 74161e0792e0
Ign http://deb.debian.org wheezy Release.gpg
Ign http://deb.debian.org wheezy-updates Release.gpg
Ign http://deb.debian.org wheezy-backports Release.gpg
Ign http://deb.debian.org wheezy Release
Ign http://deb.debian.org wheezy-updates Release
Ign http://deb.debian.org wheezy-backports Release
Get:1 http://security.debian.org wheezy/updates Release.gpg [1601 B]
Get:2 http://security.debian.org wheezy/updates Release [52.3 kB]
Err http://deb.debian.org wheezy/main amd64 Packages
404 Not Found
Err http://deb.debian.org wheezy-updates/main amd64 Packages
404 Not Found
Get:3 http://security.debian.org wheezy/updates/main amd64 Packages [743 kB]
Err http://deb.debian.org wheezy-backports/main amd64 Packages
404 Not Found
Fetched 797 kB in 0s (931 kB/s)
W: Failed to fetch http://deb.debian.org/debian/dists/wheezy/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://deb.debian.org/debian/dists/wheezy-updates/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://deb.debian.org/debian/dists/wheezy-backports/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
The command '/bin/sh -c apt-get update && apt-get install -y apt-utils' returned a non-zero code: 100
The command "docker build --build-arg APP_UID=$(id -u) --build-arg APP_GID=$(id -g) -t cpp_tango .travis/${OS_TYPE}" failed and exited with 100 during .
This seems to be due to Debian Wheezy end of life.
There are no longer wheezy related directories under https://deb.debian.org/debian/dists/
Metadata
Metadata
Assignees
Labels
No labels