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