You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2019/08/16 01:27:00 UTC

[jira] [Resolved] (HBASE-22856) HBASE-Find-Flaky-Tests fails with pip error

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

Duo Zhang resolved HBASE-22856.
-------------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed
    Release Note: Update the base docker image to ubuntu 18.04 for the find flaky tests jenkins job.

Pushed to all active branches.

Thanks [~psomogyi] for reviewing.

> HBASE-Find-Flaky-Tests fails with pip error
> -------------------------------------------
>
>                 Key: HBASE-22856
>                 URL: https://issues.apache.org/jira/browse/HBASE-22856
>             Project: HBase
>          Issue Type: Bug
>          Components: build, test
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: 3.0.0, 1.5.0, 2.3.0, 1.3.6, 1.4.11, 2.1.7, 2.2.2, 2.0.7
>
>         Attachments: HBASE-22856.patch
>
>
> {noformat}
> 09:59:16  Downloading/unpacking future (from -r /hbase/dev-support/python-requirements.txt (line 19))
> 09:59:16    Running setup.py (path:/tmp/pip_build_root/future/setup.py) egg_info for package future
> 09:59:16      /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
> 09:59:16        warnings.warn(msg)
> 09:59:16      
> 09:59:16      warning: no files found matching '*.au' under directory 'tests'
> 09:59:16      warning: no files found matching '*.gif' under directory 'tests'
> 09:59:16      warning: no files found matching '*.txt' under directory 'tests'
> 09:59:16  Downloading/unpacking gitpython (from -r /hbase/dev-support/python-requirements.txt (line 20))
> 09:59:16    Running setup.py (path:/tmp/pip_build_root/gitpython/setup.py) egg_info for package gitpython
> 09:59:16      /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
> 09:59:16        warnings.warn(msg)
> 09:59:16      error in GitPython setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
> 09:59:16      Complete output from command python setup.py egg_info:
> 09:59:16      /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
> 09:59:16  
> 09:59:16    warnings.warn(msg)
> 09:59:16  
> 09:59:16  error in GitPython setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
> 09:59:16  
> 09:59:16  ----------------------------------------
> 09:59:16  Cleaning up...
> 09:59:16  Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/gitpython
> 09:59:16  Storing debug log for failure in /root/.pip/pip.log
> 09:59:17  The command '/bin/sh -c apt-get -y update     && apt-get -y install curl python-pip     && pip install -r /hbase/dev-support/python-requirements.txt' returned a non-zero code: 1
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)