Package Details: python2-gsutil 4.39-2

Git Clone URL: https://aur.archlinux.org/python2-gsutil.git (read-only, click to copy)
Package Base: python2-gsutil
Description: A command line tool for interacting with cloud storage services.
Upstream URL: https://cloud.google.com/storage/docs/gsutil
Licenses: Apache
Submitter: jamesan
Maintainer: None
Last Packager: jamesan
Votes: 0
Popularity: 0.000000
First Submitted: 2018-03-16 16:28 (UTC)
Last Updated: 2019-06-25 04:43 (UTC)

Latest Comments

dreieck commented on 2018-11-28 18:37 (UTC) (edited on 2018-11-28 18:39 (UTC) by dreieck)

I made the package python2-socksipy-branch-1.01 and pushed it to the AUR, now it does not complain anymore. (You can refer to it by depending on python2-socksipy-branch=1.01, since python2-socksipy-branch-1.01 has the appropriate depends-entry.)

Now complains about other packages arise:

pkg_resources.DistributionNotFound: The 'retry_decorator>=1.0.0' distribution was not found and is required by gsutil

dreieck commented on 2018-11-28 18:18 (UTC)

When running, it fails with The 'SocksiPy-branch==1.01' distribution was not found and is required by gsutil:

$ cloudfusion 
Traceback (most recent call last):
  File "/sbin/cloudfusion", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3126, in <module>
    @_call_aside
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3110, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3139, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 581, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 898, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 784, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'SocksiPy-branch==1.01' distribution was not found and is required by gsutil

dreieck commented on 2018-11-28 17:57 (UTC)

During check(), there are long delays and things which do not seem to work:

==> Starting check()...
running test
Searching for SocksiPy-branch==1.01
Reading https://pypi.org/simple/SocksiPy-branch/
Downloading https://files.pythonhosted.org/packages/69/ed/3659a7e2cff38c3156cf919f8f6ee63360147ba97460c0a8c130f8b781e0/SocksiPy-branch-1.01.tar.gz#sha256=17a95060e28c3b9038a9b8c1865c54f8c1c5bef15d561bf777c9bbf3c80e8406
Best match: SocksiPy-branch 1.1
Processing SocksiPy-branch-1.01.tar.gz
Writing /tmp/easy_install-qzps_R/SocksiPy-branch-1.01/setup.cfg
Running SocksiPy-branch-1.01/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qzps_R/SocksiPy-branch-1.01/egg-dist-tmp-y3vz5U
/usr/lib/python2.7/site-packages/setuptools/dist.py:470: UserWarning: Normalizing '1.01' to '1.1'
  normalized_version,
zip_safe flag not set; analyzing archive contents...
Moving SocksiPy_branch-1.1-py2.7.egg to /tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs

Installed /tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/SocksiPy_branch-1.1-py2.7.egg
[...]
[works fine so far]
[...]
Installed /tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/pyu2f-0.1.4-py2.7.egg
running egg_info
writing requirements to gsutil.egg-info/requires.txt
writing gsutil.egg-info/PKG-INFO
writing top-level names to gsutil.egg-info/top_level.txt
writing dependency_links to gsutil.egg-info/dependency_links.txt
writing entry points to gsutil.egg-info/entry_points.txt
reading manifest file 'gsutil.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching 'gslib/commands/update.py'
writing manifest file 'gsutil.egg-info/SOURCES.txt'
running build_ext
test_read (gslib.tests.test_file_part.TestFilePart)
Tests various reaad operations with FilePart. ... ok
test_seek (gslib.tests.test_file_part.TestFilePart)
Tests seeking in a FilePart. ... ok
test_tell (gslib.tests.test_file_part.TestFilePart) ... ok
test_iterator (gslib.tests.test_copy_objects_iterator.TestCopyObjectsIterator) ... ok
test_iterator_metadata (gslib.tests.test_copy_objects_iterator.TestCopyObjectsIterator) ... ok
test_disallowed_header (gslib.tests.test_setmeta.TestSetMeta) ... FAIL
test_duplicate_header (gslib.tests.test_setmeta.TestSetMeta) ... FAIL
test_duplicate_header_removal (gslib.tests.test_setmeta.TestSetMeta) ... FAIL
test_generation_precondition (gslib.tests.test_setmeta.TestSetMeta)
Tests setting metadata with a generation precondition. ... ERROR:root:Retrying in 0.99 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 2.01 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 3.73 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 8.45 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 16.06 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 30.80 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR
test_initial_metadata (gslib.tests.test_setmeta.TestSetMeta)
Tests copying file to an object with metadata. ... ERROR:root:Retrying in 1.09 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 1.99 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 4.26 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 7.64 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 16.21 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 33.06 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR
test_invalid_non_ascii_custom_header (gslib.tests.test_setmeta.TestSetMeta) ... FAIL
test_invalid_non_ascii_header_value (gslib.tests.test_setmeta.TestSetMeta) ... FAIL
test_metadata_parallelism (gslib.tests.test_setmeta.TestSetMeta)
Ensure that custom metadata works in the multi-thread/process case. ... ERROR:root:Retrying in 1.09 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 1.93 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 4.13 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 7.98 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 14.76 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 30.00 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR
test_metageneration_precondition (gslib.tests.test_setmeta.TestSetMeta)
Tests setting metadata with a metageneration precondition. ... ERROR:root:Retrying in 1.03 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 2.05 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 3.95 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 8.41 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 16.52 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 29.32 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR
test_overwrite_existing (gslib.tests.test_setmeta.TestSetMeta)
Tests overwriting an object's metadata. ... ERROR:root:Retrying in 0.98 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 1.85 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 3.98 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 8.04 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 15.02 seconds ...
[...]
[going on and on and on]
[...]
ERROR:root:Retrying in 34.09 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR
Fatal Python error: initsite: Failed to import the site module
Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 168, in addpackage
    exec(line)
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.7/importlib/util.py", line 14, in <module>
    from contextlib import contextmanager
  File "/usr/lib/python3.7/contextlib.py", line 5, in <module>
    from collections import deque
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 579, in <module>
    main()
  File "/usr/lib/python3.7/site.py", line 566, in main
    known_paths = addsitepackages(known_paths)
  File "/usr/lib/python3.7/site.py", line 349, in addsitepackages
    addsitedir(sitedir, known_paths)
  File "/usr/lib/python3.7/site.py", line 207, in addsitedir
    addpackage(sitedir, name, known_paths)
  File "/usr/lib/python3.7/site.py", line 178, in addpackage
    import traceback
  File "/usr/lib/python3.7/traceback.py", line 3, in <module>
    import collections
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
ERROR:root:Retrying in 0.94 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 713, in _RunTabCompletion
    self.assertEqual(results, expected_results)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 743, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 725, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)
AssertionError: Lists differ: [] != ['/tmp/gsutil-test-test_acl_ar...

Second list contains 1 additional elements.
First extra element 0:
'/tmp/gsutil-test-test_acl_argument-directory-e9a7462eTHA0ML/a_local_file '

- []
+ ['/tmp/gsutil-test-test_acl_argument-directory-e9a7462eTHA0ML/a_local_file ']
Error processing line 1 of /usr/lib/python3.7/site-packages/google_auth-1.6.1-py3.7-nspkg.pth:

Fatal Python error: initsite: Failed to import the site module
Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 168, in addpackage
    exec(line)
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.7/importlib/util.py", line 14, in <module>
    from contextlib import contextmanager
  File "/usr/lib/python3.7/contextlib.py", line 5, in <module>
    from collections import deque
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 579, in <module>
    main()
  File "/usr/lib/python3.7/site.py", line 566, in main
    known_paths = addsitepackages(known_paths)
  File "/usr/lib/python3.7/site.py", line 349, in addsitepackages
    addsitedir(sitedir, known_paths)
  File "/usr/lib/python3.7/site.py", line 207, in addsitedir
    addpackage(sitedir, name, known_paths)
  File "/usr/lib/python3.7/site.py", line 178, in addpackage
    import traceback
  File "/usr/lib/python3.7/traceback.py", line 3, in <module>
    import collections
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
ERROR:root:Retrying in 1.84 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 713, in _RunTabCompletion
    self.assertEqual(results, expected_results)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 743, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 725, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)
AssertionError: Lists differ: [] != ['/tmp/gsutil-test-test_acl_ar...

Second list contains 1 additional elements.
First extra element 0:
'/tmp/gsutil-test-test_acl_argument-directory-e9a7462eTHA0ML/a_local_file '

- []
+ ['/tmp/gsutil-test-test_acl_argument-directory-e9a7462eTHA0ML/a_local_file ']
Error processing line 1 of /usr/lib/python3.7/site-packages/google_auth-1.6.1-py3.7-nspkg.pth:

Fatal Python error: initsite: Failed to import the site module
Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 168, in addpackage
    exec(line)
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.7/importlib/util.py", line 14, in <module>
    from contextlib import contextmanager
  File "/usr/lib/python3.7/contextlib.py", line 5, in <module>
    from collections import deque
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 579, in <module>
    main()
  File "/usr/lib/python3.7/site.py", line 566, in main
    known_paths = addsitepackages(known_paths)
  File "/usr/lib/python3.7/site.py", line 349, in addsitepackages
    addsitedir(sitedir, known_paths)
  File "/usr/lib/python3.7/site.py", line 207, in addsitedir
    addpackage(sitedir, name, known_paths)
  File "/usr/lib/python3.7/site.py", line 178, in addpackage
    import traceback
  File "/usr/lib/python3.7/traceback.py", line 3, in <module>
    import collections
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
ERROR:root:Retrying in 4.27 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 713, in _RunTabCompletion
    self.assertEqual(results, expected_results)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 743, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 725, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)
AssertionError: Lists differ: [] != ['/tmp/gsutil-test-test_acl_ar...

Second list contains 1 additional elements.
First extra element 0:
'/tmp/gsutil-test-test_acl_argument-directory-e9a7462eTHA0ML/a_local_file '

- []
+ ['/tmp/gsutil-test-test_acl_argument-directory-e9a7462eTHA0ML/a_local_file ']
Error processing line 1 of /usr/lib/python3.7/site-packages/google_auth-1.6.1-py3.7-nspkg.pth:

Fatal Python error: initsite: Failed to import the site module
Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 168, in addpackage
    exec(line)
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.7/importlib/util.py", line 14, in <module>
    from contextlib import contextmanager
  File "/usr/lib/python3.7/contextlib.py", line 5, in <module>
    from collections import deque
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 579, in <module>
    main()
  File "/usr/lib/python3.7/site.py", line 566, in main
    known_paths = addsitepackages(known_paths)
  File "/usr/lib/python3.7/site.py", line 349, in addsitepackages
    addsitedir(sitedir, known_paths)
  File "/usr/lib/python3.7/site.py", line 207, in addsitedir
    addpackage(sitedir, name, known_paths)
  File "/usr/lib/python3.7/site.py", line 178, in addpackage
    import traceback
  File "/usr/lib/python3.7/traceback.py", line 3, in <module>
    import collections
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
ERROR:root:Retrying in 7.98 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 713, in _RunTabCompletion
    self.assertEqual(results, expected_results)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 743, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 725, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)
AssertionError: Lists differ: [] != ['/tmp/gsutil-test-test_acl_ar...

Second list contains 1 additional elements.
First extra element 0:
'/tmp/gsutil-test-test_acl_argument-directory-e9a7462eTHA0ML/a_local_file '

- []
+ ['/tmp/gsutil-test-test_acl_argument-directory-e9a7462eTHA0ML/a_local_file ']
Error processing line 1 of /usr/lib/python3.7/site-packages/google_auth-1.6.1-py3.7-nspkg.pth:

Fatal Python error: initsite: Failed to import the site module
Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 168, in addpackage
    exec(line)
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.7/importlib/util.py", line 14, in <module>
    from contextlib import contextmanager
  File "/usr/lib/python3.7/contextlib.py", line 5, in <module>
    from collections import deque
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site.py", line 579, in <module>
    main()
  File "/usr/lib/python3.7/site.py", line 566, in main
    known_paths = addsitepackages(known_paths)
  File "/usr/lib/python3.7/site.py", line 349, in addsitepackages
    addsitedir(sitedir, known_paths)
  File "/usr/lib/python3.7/site.py", line 207, in addsitedir
    addpackage(sitedir, name, known_paths)
  File "/usr/lib/python3.7/site.py", line 178, in addpackage
    import traceback
  File "/usr/lib/python3.7/traceback.py", line 3, in <module>
    import collections
  File "/usr/lib/python3.7/collections/__init__.py", line 27, in <module>
    from reprlib import recursive_repr as _recursive_repr
  File "/usr/lib/python2.7/site-packages/reprlib/__init__.py", line 7, in <module>
    raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
FAIL
test_bucket_only_no_objects (gslib.tests.test_tabcomplete.TestTabComplete)
Tests that bucket-only tab completion doesn't match objects. ... ERROR:root:Retrying in 0.97 seconds ...
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/retry_decorator/retry_decorator.py", line 26, in f_retry
    return f(*args, **kwargs)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/gslib/tests/testcase/integration_testcase.py", line 375, in _CreateBucketWithExponentialBackoff
    headers=headers)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/storage_uri.py", line 574, in create_bucket
    storage_class)
  File "/tmp/yaourt-tmp-felics/aur-python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket
    response.status, response.reason, body)
GSResponseError: GSResponseError: 400 Bad Request
<?xml version='1.0' encoding='UTF-8'?><Error><Code>MissingSecurityHeader</Code><Message>Your request was missing a required header.</Message><Details>Authorization</Details></Error>
ERROR:root:Retrying in 2.12 seconds ...
[...]
[going on and on and on]
[...]
[I have aborted the process]

Uncommenting the check()-function builds fine, however I do not know if it works.

gyurman commented on 2018-09-09 12:13 (UTC)

I cannot install: File "myfolder/cloudfusion-git/python2-gsutil/src/gsutil-4.29/.eggs/boto-2.48.0-py2.7.egg/boto/gs/connection.py", line 104, in create_bucket response.status, response.reason, body) GSResponseError: GSResponseError: 400 Bad Request <?xml version='1.0' encoding='UTF-8'?><error>MissingSecurityHeader<message>Your request was missing a required header.</message></error>

<details>Authorization</details> ^Cinterrupted