You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Fokko Driesprong (JIRA)" <ji...@apache.org> on 2018/01/31 10:08:00 UTC

[jira] [Resolved] (AIRFLOW-2050) Travis permissions issues

     [ https://issues.apache.org/jira/browse/AIRFLOW-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fokko Driesprong resolved AIRFLOW-2050.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request #2993
[https://github.com/apache/incubator-airflow/pull/2993]

> Travis permissions issues
> -------------------------
>
>                 Key: AIRFLOW-2050
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2050
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Fokko Driesprong
>            Priority: Major
>             Fix For: 2.0.0
>
>
> There is a wheel that has incorrect permissions and it conflicts with our MySQL build:
> {{Exception:}}{{Traceback (most recent call last):}}{{ File "/home/travis/build/apache/incubator-airflow/.tox/py35-backend_mysql/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main}}{{ status = self.run(options, args)}}{{ File "/home/travis/build/apache/incubator-airflow/.tox/py35-backend_mysql/lib/python3.5/site-packages/pip/commands/wheel.py", line 199, in run}}{{ if not wb.build():}}{{ File "/home/travis/build/apache/incubator-airflow/.tox/py35-backend_mysql/lib/python3.5/site-packages/pip/wheel.py", line 749, in build}}{{ self.requirement_set.prepare_files(self.finder)}}{{ File "/home/travis/build/apache/incubator-airflow/.tox/py35-backend_mysql/lib/python3.5/site-packages/pip/req/req_set.py", line 380, in prepare_files}}{{ ignore_dependencies=self.ignore_dependencies))}}{{ File "/home/travis/build/apache/incubator-airflow/.tox/py35-backend_mysql/lib/python3.5/site-packages/pip/req/req_set.py", line 620, in _prepare_file}}{{ session=self.session, hashes=hashes)}}{{ File "/home/travis/build/apache/incubator-airflow/.tox/py35-backend_mysql/lib/python3.5/site-packages/pip/download.py", line 809, in unpack_url}}{{ unpack_file_url(link, location, download_dir, hashes=hashes)}}{{ File "/home/travis/build/apache/incubator-airflow/.tox/py35-backend_mysql/lib/python3.5/site-packages/pip/download.py", line 715, in unpack_file_url}}{{ unpack_file(from_path, location, content_type, link)}}{{ File "/home/travis/build/apache/incubator-airflow/.tox/py35-backend_mysql/lib/python3.5/site-packages/pip/utils/__init__.py", line 599, in unpack_file}}{{ flatten=not filename.endswith('.whl')}}{{ File "/home/travis/build/apache/incubator-airflow/.tox/py35-backend_mysql/lib/python3.5/site-packages/pip/utils/__init__.py", line 482, in unzip_file}}{{ zipfp = open(filename, 'rb')}}{{PermissionError: [Errno 13] Permission denied: '/home/travis/.wheelhouse/Flask_Admin-1.5.0-py3-none-any.whl'}}
> The fix is currently deleting this file, until is has been cleared from the caching.
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)