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

Zesty apt sources fail; Zesty is EOL #2884

Closed
conorsch opened this issue Jan 17, 2018 · 1 comment
Closed

Zesty apt sources fail; Zesty is EOL #2884

conorsch opened this issue Jan 17, 2018 · 1 comment

Comments

@conorsch
Copy link
Contributor

conorsch commented Jan 17, 2018

Bug

Description

Our build logic uses apt repos from Ubuntu Zesty for modern versions of gettext—specifically, for fuzzy matching support. Zesty reached end-of-life (EOL) on 2018-01-13. The zesty dist is now gone from the Canonical repos: http://archive.ubuntu.com/ubuntu/dists/

Steps to Reproduce

  1. Run vagrant up development.

Expected Behavior

Observe development VM provisioned successfully.

Actual Behavior

Development VM fails during Ansible run due to the zesty apt requirement:

TASK [app-test : Add gettext zesty apt repository] *****************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: , E:Some index files failed to download. They have been ignored, or old ones used instead.
fatal: [development]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Traceback (most recent call last):\n  File \"/tmp/ansible_0tMw6F/ansible_module_apt_repository.py\", line 565, in <module>\n    main()\n  File \"/tmp/ansible_0tMw6F/ansible_module_apt_repository.py\", line 553, in main\n    cache.update()\n  File \"/usr/lib/python2.7/dist-packages/apt/cache.py\", line 440, in update\n    raise FetchFailedException(e)\napt.cache.FetchFailedException: W:Failed to fetch http://archive.ubuntu.com/ubuntu/dists/zesty/main/binary-amd64/Packages  404  Not Found [IP: 91.189.88.161 80]\n, W:Failed to fetch http://archive.ubuntu.com/ubuntu/dists/zesty/main/binary-i386/Packages  404  Not Found [IP: 91.189.88.161 80]\n, E:Some index files failed to download. They have been ignored, or old ones used instead.\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}

Comments

We should swap the zesty apt repo requirement for a different modern version of Ubuntu. Consult the EOL dates: https://wiki.ubuntu.com/Releases Is Xenial appropriate? That'd be excellent if so—since we're evaluating a transition to Xenial anyway (#1530)—but I assume @dachary's already investigated that and decided the Xenial version was not sufficient, thus the Zesty requirement in the first place.

@conorsch
Copy link
Contributor Author

Closed via #2886.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant