- Bad error response (non-JSON)
ERROR: test_copy_existing_file (storage.TestStorageWriteFiles)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/storage.py", line181, intest_copy_existing_filenew_blob=self.bucket.copy_blob(blob, self.bucket, 'CloudLogoCopy')
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/storage/bucket.py", line460, incopy_blobmethod='POST', path=api_path, _target_object=new_blob)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/connection.py", line337, inapi_requesterror_info=method+' '+url)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/exceptions.py", line185, inmake_exceptionpayload=json.loads(content)
File"/opt/python/2.7.9/lib/python2.7/json/__init__.py", line338, inloadsreturn_default_decoder.decode(s)
File"/opt/python/2.7.9/lib/python2.7/json/decoder.py", line366, indecodeobj, end=self.raw_decode(s, idx=_w(s, 0).end())
File"/opt/python/2.7.9/lib/python2.7/json/decoder.py", line384, inraw_decoderaiseValueError("No JSON object could be decoded")
ValueError: NoJSONobjectcouldbedecodedFrom https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/84536058
2. Missing files
======================================================================ERROR: tearDownModule (storage)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/storage.py", line47, intearDownModulebucket.delete(force=True)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/storage/bucket.py", line358, indelete_target_object=None)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/connection.py", line419, inapi_requesterror_info=method+' '+url)
gcloud.exceptions.Conflict: 409Thebucketyoutriedtodeletewasnotempty. (DELETEhttps://www.googleapis.com/storage/v1/b/new1440625507341)
======================================================================FAIL: test_second_level (storage.TestStoragePseudoHierarchy)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/storage.py", line290, intest_second_level'parent/child/file22.txt'])
AssertionError: Listsdiffer: [] != ['parent/child/file21.txt', 'parent/child/file22.txt']
Secondlistcontains2additionalelements.
Firstextraelement0:
parent/child/file21.txt- []
From https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/77405118
3. Backend Error (500)
======================================================================ERROR: test_list_buckets (storage.TestStorageBuckets)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/storage.py", line58, intearDownCLIENT.bucket(bucket_name).delete()
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/storage/batch.py", line263, in__exit__self.finish()
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/storage/batch.py", line249, infinishself._finish_futures(responses)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/storage/batch.py", line231, in_finish_futuresraisemake_exception(*exception_args)
gcloud.exceptions.InternalServerError: 500BackendError----------------------------------------------------------------------
From:
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/77600321
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/82969179
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/97488225
- Delete blob -> 404 (probably eventual consistency error)
======================================================================ERROR: setUpClass (storage.TestStoragePseudoHierarchy)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/regression/storage.py", line241, insetUpClassblob.delete()
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/regression3/lib/python3.4/site-packages/gcloud/storage/blob.py", line264, indeletereturnself.bucket.delete_blob(self.name)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/regression3/lib/python3.4/site-packages/gcloud/storage/bucket.py", line361, indelete_blobself.connection.api_request(method='DELETE', path=blob_path)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/regression3/lib/python3.4/site-packages/gcloud/connection.py", line293, inapi_requestraisemake_exception(response, content)
gcloud.exceptions.NotFound: 404NotFound----------------------------------------------------------------------
From:
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/58811668
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/97491709
- Eventual consistency error
======================================================================FAIL: test_paginate_files (storage.TestStorageListFiles)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/storage.py", line231, intest_paginate_filesself.assertEqual(len(last_blobs), truncation_size)
AssertionError: 0!=1
From:
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/84165044
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/92143108
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/93053612
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/97374670
- https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/98356544
- Service unavailable (503) error
ERROR: test_list_buckets (storage.TestStorageBuckets)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/storage.py", line76, intest_list_bucketsbucket=CLIENT.create_bucket(bucket_name)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/storage/client.py", line215, increate_bucketbucket.create(client=self)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/storage/bucket.py", line172, increatedata={'name': self.name}, _target_object=self)
File"/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/connection.py", line337, inapi_requesterror_info=method+' '+url)
gcloud.exceptions.ServiceUnavailable: 503BackendError (POSThttps://www.googleapis.com/storage/v1/b?project=precise-truck-742)From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/90171219
From https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/84536058
2. Missing files
From https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/77405118
3. Backend Error (500)
From:
From:
From:
From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/90171219