Bug 1424571
Summary: | ansible-lint: FTBFS in rawhide | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | ansible-lint | Assignee: | Parag Nemade <pnemade> | ||||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | rawhide | CC: | pnemade, upstream-release-monitoring | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2017-02-23 05:09:16 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | 1421485 | ||||||||||
Bug Blocks: | 1423041 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2017-02-17 17:35:55 UTC
Created attachment 1254972 [details]
build.log
Created attachment 1254973 [details]
root.log
Created attachment 1254974 [details]
state.log
Seems like this is a problem with pypi rather than ansible-lint Searching for jinja2<2.9 Reading https://pypi.python.org/simple/jinja2/ Download error on https://pypi.python.org/simple/jinja2/: [Errno -2] Name or service not known -- Some packages may not be found! Couldn't retrieve index page for 'jinja2' Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found! No local packages or working download links found for jinja2<2.9 error: Could not find suitable distribution for Requirement.parse('jinja2<2.9') This is the second occurrence of this (I got a similar bug against ansible-inventory-grapher) - can the problem identification be made a little more sophisticated? I concluded that ansible package's setup.py need to be updated to allow jinja2 > 2.9 requirements. Currently its limited to jinja2<2.9 and we have no jinja2-2.8.x package in rawhide anymore. Thus it falls back to pulling such requirement from pip and on koji there is no internet connection hence it failed. Reported bug1421485 against ansible *** Bug 1421668 has been marked as a duplicate of this bug. *** pnemade's ansible-lint-3.4.11-1.fc26 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=858691 |