-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
I saw this locally yesterday, but the builds worked in Travis. Today, Travis is reporting the same errors:
https://travis-ci.org/GoogleCloudPlatform/gcloud-node/#L2635
1) storage acls buckets should add entity to default access controls:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
2) storage acls buckets should grant an account access:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
3) storage acls buckets should update an account:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
4) storage acls files should grant an account access:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
5) storage acls files should update an account:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.