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

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16346526#comment-16346526 ] 

ASF subversion and git services commented on AIRFLOW-2050:
----------------------------------------------------------

Commit 48202ad5bd763c5f500baf6f0ea208f25cf4134b in incubator-airflow's branch refs/heads/master from [~Fokko]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=48202ad ]

[AIRFLOW-2050] Fix Travis permission problem

The travis build has issues with reading the Flask
Admin wheel.
Explicitly delete the wheel for now.

Closes #2993 from Fokko/fd-fix-permissions-travis


> 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)