Skip to content

Instantly share code, notes, and snippets.

@pkaminski
Last active August 29, 2015 14:26
Show Gist options
  • Save pkaminski/6c111a29712845f4dc90 to your computer and use it in GitHub Desktop.
Save pkaminski/6c111a29712845f4dc90 to your computer and use it in GitHub Desktop.
Output of `gcloud preview app deploy app.yaml --remote --version $BUILD_GROUP_NUMBER --force --set-default --verbosity debug`
Branch: release; pull request: false; build: 586
Deploying server...
DEBUG: Running gcloud.preview.app.deploy with Namespace(__calliope_internal_deepest_parser=ArgumentParser(prog='gcloud.preview.app.deploy', usage=None, description="*(BETA)* This command is used to deploy both code and configuration to the App Engine\nserver. As an input it takes one or more ``DEPLOYABLES'' that should be\nuploaded. A ``DEPLOYABLE'' can be a module's .yaml file or a configuration's\n.yaml file.", version=None, formatter_class=<class 'argparse.HelpFormatter'>, conflict_handler='error', add_help=False), bucket=None, cmd_func=<bound method Command.Run of <googlecloudsdk.calliope.backend.Command object at 0x7f3124024590>>, command_path=['gcloud', 'preview', 'app', 'deploy'], deployables=['app.yaml'], document=None, env_vars=None, force=True, format=None, h=None, help=None, http_timeout=None, log_http=None, markdown=None, project=None, quiet=None, remote=True, server=None, set_default=True, trace_token=None, user_output_enabled=None, verbosity='debug', version='586').
You are about to deploy the following modules:
- reviewable-prod/default (from [/root/workspace/src/github.com/Reviewable/reviewable-server/app.yaml])
Deployed URL: [https://reviewable-prod.appspot.com]
Do you want to continue (Y/n)?
Beginning deployment...
Verifying that Managed VMs are enabled and ready.
DEBUG: Host: appengine.google.com
DEBUG: _Authenticate configuring auth; needs_auth=False
DEBUG: Sending request to https://appengine.google.com/api/vms/prepare?app_id=reviewable-prod headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body=
INFO: Attempting refresh to obtain initial access_token
INFO: Refreshing access_token
DEBUG: Got response: {bucket: vm-containers.reviewable-prod.appspot.com, path: /containers}
INFO: Refreshing access_token
INFO: Refreshing access_token
INFO: Refreshing access_token
INFO: Refreshing access_token
INFO: Refreshing access_token
INFO: Refreshing access_token
INFO: Refreshing access_token
Provisioning remote build service.
DEBUG: Loaded Command Group: ['gcloud', 'compute']
DEBUG: Loaded Command Group: ['gcloud', 'compute', 'firewall_rules']
DEBUG: Loaded Command Group: ['gcloud', 'compute', 'firewall-rules', 'list']
DEBUG: Running gcloud.compute.firewall-rules.list with Namespace(__calliope_internal_deepest_parser=ArgumentParser(prog='gcloud.compute.firewall-rules.list', usage=None, description='List Google Compute Engine firewall rules.', version=None, formatter_class=<class 'argparse.HelpFormatter'>, conflict_handler='error', add_help=False), cmd_func=<bound method Command.Run of <googlecloudsdk.calliope.backend.Command object at 0x7f31230b1ed0>>, command_path=['gcloud', 'compute', 'firewall-rules', 'list'], document=None, endpoint=None, format=None, h=None, help=None, http_timeout=None, limit=None, log_http=None, markdown=None, names=[], project=None, quiet=None, regexp=None, sort_by=None, trace_token=None, uri=False, user_output_enabled='false', verbosity=None, version=None).
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudapis.compute.v1.compute_v1_client.FirewallsService object at 0x7f3122b02610>, 'List', <ComputeFirewallsListRequest
maxResults: 500
project: 'reviewable-prod'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<FirewallList
id: u'projects/reviewable-prod/global/firewalls'
items: [<Firewall
allowed: [<AllowedValueListEntry
IPProtocol: u'tcp'
ports: [u'2376']>]
creationTimestamp: u'2015-07-31T17:58:24.884-07:00'
description: u''
id: 6963764327535128494
kind: u'compute#firewall'
name: u'allow-gae-builder'
network: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/networks/default'
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/firewalls/allow-gae-builder'
sourceRanges: [u'0.0.0.0/0']
sourceTags: []
targetTags: [u'gae-builder']>, <Firewall
allowed: [<AllowedValueListEntry
IPProtocol: u'icmp'
ports: []>]
creationTimestamp: u'2015-07-31T14:34:38.710-07:00'
description: u'Allow ICMP from anywhere'
id: 70988715781519489
kind: u'compute#firewall'
name: u'default-allow-icmp'
network: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/networks/default'
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/firewalls/default-allow-icmp'
sourceRanges: [u'0.0.0.0/0']
sourceTags: []
targetTags: []>, <Firewall
allowed: [<AllowedValueListEntry
IPProtocol: u'tcp'
ports: [u'1-65535']>, <AllowedValueListEntry
IPProtocol: u'udp'
ports: [u'1-65535']>, <AllowedValueListEntry
IPProtocol: u'icmp'
ports: []>]
creationTimestamp: u'2015-07-31T14:34:38.862-07:00'
description: u'Allow internal traffic on the default network'
id: 13745867491166054825L
kind: u'compute#firewall'
name: u'default-allow-internal'
network: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/networks/default'
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/firewalls/default-allow-internal'
sourceRanges: [u'10.240.0.0/16']
sourceTags: []
targetTags: []>, <Firewall
allowed: [<AllowedValueListEntry
IPProtocol: u'tcp'
ports: [u'3389']>]
creationTimestamp: u'2015-07-31T14:34:38.862-07:00'
description: u'Allow RDP from anywhere'
id: 4863165939226345642
kind: u'compute#firewall'
name: u'default-allow-rdp'
network: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/networks/default'
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/firewalls/default-allow-rdp'
sourceRanges: [u'0.0.0.0/0']
sourceTags: []
targetTags: []>, <Firewall
allowed: [<AllowedValueListEntry
IPProtocol: u'tcp'
ports: [u'22']>]
creationTimestamp: u'2015-07-31T14:34:38.783-07:00'
description: u'Allow SSH from anywhere'
id: 11066996881113828688L
kind: u'compute#firewall'
name: u'default-allow-ssh'
network: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/networks/default'
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/firewalls/default-allow-ssh'
sourceRanges: [u'0.0.0.0/0']
sourceTags: []
targetTags: []>]
kind: u'compute#firewallList'
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/global/firewalls'>]
INFO: Network already configured.
INFO: Creating remote build VM [gae-builder-vm-586]
DEBUG: Loaded Command Group: ['gcloud', 'compute', 'instances']
DEBUG: Loaded Command Group: ['gcloud', 'compute', 'instances', 'create']
Copying certificates for secure access. You may be prompted to create an SSH keypair.
DEBUG: Loaded Command Group: ['gcloud', 'compute', 'copy_files']
Warning: Permanently added '104.197.108.224' (ECDSA) to the list of known hosts.
Permission denied (publickey).
Warning: Permanently added '104.197.108.224' (ECDSA) to the list of known hosts.
DEBUG: Detected docker environment variables: DOCKER_HOST=tcp://104.197.108.224:2376, DOCKER_CERT_PATH=../../../../../../tmp/tmpSZkqjJ, DOCKER_TLS_VERIFY=True
INFO: Starting new HTTPS connection (1): 104.197.108.224
DEBUG: "GET /v1.16/_ping HTTP/1.1" 200 2
Building and pushing image for module [default]
INFO: Looking for the Dockerfile in /root/workspace/src/github.com/Reviewable/reviewable-server
INFO: Using Dockerfile found in /root/workspace/src/github.com/Reviewable/reviewable-server
INFO: Building docker image reviewable-prod.default.586 from /root/workspace/src/github.com/Reviewable/reviewable-server/Dockerfile:
INFO: -------------------------------- DOCKER OUTPUT ---------------------------------
DEBUG: "POST /v1.16/build?pull=True&nocache=False&q=False&t=reviewable-prod.default.586&forcerm=False&rm=True HTTP/1.1" 200 None
INFO: Step 0 : FROM node:0.12
INFO: ---> 7d78f074f358
INFO: Step 1 : RUN mkdir -p /usr/src/app
INFO: ---> Running in c963edcf0bf6
INFO: ---> a190b51b74bb
INFO: Removing intermediate container c963edcf0bf6
INFO: Step 2 : WORKDIR /usr/src/app
INFO: ---> Running in a43a4a7cf2bf
INFO: ---> 26759893a6c2
INFO: Removing intermediate container a43a4a7cf2bf
INFO: Step 3 : COPY package.json npm-shrinkwrap.json /usr/src/app/
INFO: ---> c0d1bb777b93
INFO: Removing intermediate container 452364630a95
INFO: Step 4 : RUN npm install
INFO: ---> Running in 176bf2aa7e72
INFO: npm WARN peerDependencies The peer dependency superagent@>= 0.15.4 && < 1 included from superagent-proxy will no
INFO: npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
INFO: npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
INFO: escape-html@1.0.2 node_modules/escape-html
INFO:
INFO: string-hash@1.1.0 node_modules/string-hash
INFO:
INFO: ms@0.7.1 node_modules/ms
INFO:
INFO: co-sleep@0.0.1 node_modules/co-sleep
INFO:
INFO: co@4.6.0 node_modules/co
INFO:
INFO: clone@0.2.0 node_modules/clone
INFO:
INFO: agentkeepalive@2.0.2 node_modules/agentkeepalive
INFO:
INFO: toposort@0.2.10 node_modules/toposort
INFO:
INFO: serialized-lru-cache@3.1.0 node_modules/serialized-lru-cache
INFO:
INFO: underscore@1.8.3 node_modules/underscore
INFO:
INFO: mandrill-api@1.0.45 node_modules/mandrill-api
INFO:
INFO: firebase@2.2.8 node_modules/firebase
INFO: └── faye-websocket@0.10.0 (websocket-driver@0.6.2)
INFO:
INFO: nodefire@0.3.17 node_modules/nodefire
INFO: ├── firebase-rolling-log@0.1.0
INFO: ├── firebase-token-generator@2.0.0
INFO: └── es6-promise@2.3.0
INFO:
INFO: firelease@0.3.11 node_modules/firelease
INFO: ├── promise.prototype.finally@1.0.1
INFO: └── es6-promise@2.3.0
INFO:
INFO: hubkit@0.2.1 node_modules/hubkit
INFO: ├── es6-promise@2.3.0
INFO: └── superagent-ls@1.1.0 (extend@1.2.1, methods@1.0.1, cookiejar@2.0.1, component-emitter@1.1.2, reduce-component@1.0.1, debug@2.2.0, mime@1.2.11, qs@2.3.3, readable-stream@1.0.27-1, formidable@1.0.14, form-data@0.1.3)
INFO:
INFO: heroku-client@1.11.0 node_modules/heroku-client
INFO: ├── inflection@1.7.1
INFO: ├── q@1.4.1
INFO: ├── simple-encryptor@1.0.3 (scmp@0.0.3)
INFO: ├── path-proxy@1.0.0 (inflection@1.3.8)
INFO: ├── lazy.js@0.4.0
INFO: ├── memjs@0.8.5
INFO: ├── concat-stream@1.4.10 (inherits@2.0.1, typedarray@0.0.6, readable-stream@1.1.13)
INFO: └── logfmt@1.2.0 (split@0.2.10, through@2.3.7, lodash@2.4.2)
INFO:
INFO: stripe@3.6.0 node_modules/stripe
INFO: ├── qs@2.4.2
INFO: ├── bluebird@2.9.34
INFO: └── lodash@3.10.0
INFO:
INFO: raven@0.7.3 node_modules/raven
INFO: ├── lsmod@0.0.3
INFO: ├── stack-trace@0.0.7
INFO: ├── cookie@0.1.0
INFO: └── node-uuid@1.4.3
INFO:
INFO: loggly@1.0.8 node_modules/loggly
INFO: ├── json-stringify-safe@5.0.0
INFO: ├── timespan@2.3.0
INFO: └── request@2.49.0 (caseless@0.8.0, forever-agent@0.5.2, aws-sign2@0.5.0, stringstream@0.0.4, oauth-sign@0.5.0, tunnel-agent@0.4.0, node-uuid@1.4.3, qs@2.3.3, mime-types@1.0.2, combined-stream@0.0.7, form-data@0.1.4, bl@0.9.4, http-signature@0.10.1, tough-cookie@1.1.0, hawk@1.1.1)
INFO:
INFO: request@2.60.0 node_modules/request
INFO: ├── aws-sign2@0.5.0
INFO: ├── forever-agent@0.6.1
INFO: ├── stringstream@0.0.4
INFO: ├── caseless@0.11.0
INFO: ├── oauth-sign@0.8.0
INFO: ├── tunnel-agent@0.4.1
INFO: ├── isstream@0.1.2
INFO: ├── json-stringify-safe@5.0.1
INFO: ├── extend@3.0.0
INFO: ├── node-uuid@1.4.3
INFO: ├── qs@4.0.0
INFO: ├── combined-stream@1.0.5 (delayed-stream@1.0.0)
INFO: ├── form-data@1.0.0-rc2 (async@1.4.0)
INFO: ├── mime-types@2.1.3 (mime-db@1.15.0)
INFO: ├── tough-cookie@2.0.0
INFO: ├── bl@1.0.0 (readable-stream@2.0.2)
INFO: ├── hawk@3.1.0 (cryptiles@2.0.4, sntp@1.0.9, boom@2.8.0, hoek@2.14.0)
INFO: ├── har-validator@1.8.0 (commander@2.8.1, chalk@1.1.0, bluebird@2.9.34, is-my-json-valid@2.12.1)
INFO: └── http-signature@0.11.0 (assert-plus@0.1.5, asn1@0.1.11, ctype@0.5.3)
INFO:
INFO: analytics-node@1.2.2 node_modules/analytics-node
INFO: ├── superagent-retry@0.4.0
INFO: ├── join-component@1.0.0
INFO: ├── uid@0.0.2
INFO: ├── clone@0.1.19
INFO: ├── component-type@1.0.0
INFO: ├── debug@1.0.4 (ms@0.6.2)
INFO: ├── lodash@2.4.2
INFO: ├── superagent@0.19.1 (extend@1.2.1, methods@1.0.1, cookiejar@2.0.1, component-emitter@1.1.2, reduce-component@1.0.1, qs@1.2.0, mime@1.2.11, readable-stream@1.0.27-1, formidable@1.0.14, form-data@0.1.3)
INFO: └── superagent-proxy@0.3.1 (debug@0.7.4, proxy-agent@1.1.0)
INFO:
INFO: express@4.13.2 node_modules/express
INFO: ├── merge-descriptors@1.0.0
INFO: ├── array-flatten@1.1.1
INFO: ├── cookie@0.1.3
INFO: ├── utils-merge@1.0.0
INFO: ├── cookie-signature@1.0.6
INFO: ├── methods@1.1.1
INFO: ├── fresh@0.3.0
INFO: ├── range-parser@1.0.2
INFO: ├── vary@1.0.1
INFO: ├── path-to-regexp@0.1.7
INFO: ├── etag@1.7.0
INFO: ├── content-type@1.0.1
INFO: ├── parseurl@1.3.0
INFO: ├── content-disposition@0.5.0
INFO: ├── serve-static@1.10.0
INFO: ├── depd@1.0.1
INFO: ├── debug@2.2.0
INFO: ├── qs@4.0.0
INFO: ├── finalhandler@0.4.0 (unpipe@1.0.0)
INFO: ├── on-finished@2.3.0 (ee-first@1.1.1)
INFO: ├── proxy-addr@1.0.8 (forwarded@0.1.0, ipaddr.js@1.0.1)
INFO: ├── send@0.13.0 (destroy@1.0.3, statuses@1.2.1, mime@1.3.4, http-errors@1.3.1)
INFO: ├── type-is@1.6.6 (media-typer@0.3.0, mime-types@2.1.4)
INFO: └── accepts@1.2.12 (negotiator@0.5.3, mime-types@2.1.4)
INFO: ---> 3f3d3c4a7084
INFO: Removing intermediate container 176bf2aa7e72
INFO: Step 5 : COPY . /usr/src/app
INFO: ---> 33e5a6af1c0d
INFO: Removing intermediate container 45bf2e4d986b
INFO: Step 6 : EXPOSE 8080
INFO: ---> Running in d78072bc9ff2
INFO: ---> 3176f2bae833
INFO: Removing intermediate container d78072bc9ff2
INFO: Step 7 : CMD
INFO: ---> Running in e6f5949f1ab1
INFO: ---> f8f90586576e
INFO: Removing intermediate container e6f5949f1ab1
INFO: Step 8 : ENTRYPOINT node --harmony --expose-gc src/main.js
INFO: ---> Running in c83c57493ca5
INFO: ---> aaa2abc89ba5
INFO: Removing intermediate container c83c57493ca5
INFO: Successfully built aaa2abc89ba5
INFO: --------------------------------------------------------------------------------
INFO: Image reviewable-prod.default.586 built, id = aaa2abc89ba5
DEBUG: Configured access to appengine.gcr.io.
DEBUG: "POST /v1.16/images/aaa2abc89ba5/tag?repo=appengine.gcr.io%2Fgcloud%2Freviewable-prod.default.586&force=1 HTTP/1.1" 201 0
INFO: Pushing image to Google Container Registry...
INFO: Starting new HTTPS connection (1): appengine.gcr.io
DEBUG: "GET /v2/ HTTP/1.1" 404 1428
INFO: Starting new HTTPS connection (1): appengine.gcr.io
DEBUG: "GET /v1/_ping HTTP/1.1" 200 None
DEBUG: "POST /v1.16/images/appengine.gcr.io/gcloud/reviewable-prod.default.586/push HTTP/1.1" 200 None
INFO: The push refers to a repository [appengine.gcr.io/gcloud/reviewable-prod.default.586] (len: 1)
INFO: Sending image list
INFO: Pushing repository appengine.gcr.io/gcloud/reviewable-prod.default.586 (1 tags)
INFO: Image 902b87aaaec9 already pushed, skipping
INFO: Image 9a61b6b1315e already pushed, skipping
INFO: Image 1ff9f26f09fb already pushed, skipping
INFO: Image 607e965985c1 already pushed, skipping
INFO: Image 9213e81cb0f2 already pushed, skipping
INFO: Image cc9b036c3f21 already pushed, skipping
INFO: Image c6666d87aca6 already pushed, skipping
INFO: Image 5981cac2f0ce already pushed, skipping
INFO: Image 62f17165f77c already pushed, skipping
INFO: Image 7d78f074f358 already pushed, skipping
INFO: Pushing
INFO: Buffering to disk: 2.56 kB
INFO: Buffering to disk
INFO: Pushing: 512 B/2.56 kB
INFO: Pushing: 1.024 kB/2.56 kB
INFO: Pushing: 1.536 kB/2.56 kB
INFO: Pushing: 2.048 kB/2.56 kB
INFO: Pushing: 2.56 kB/2.56 kB
INFO: Pushing: 2.56 kB/2.56 kB
INFO: Image successfully pushed
INFO: Pushing
INFO: Buffering to disk: 1.024 kB
INFO: Buffering to disk
INFO: Pushing: 512 B/1.024 kB
INFO: Pushing: 1.024 kB/1.024 kB
INFO: Pushing: 1.024 kB/1.024 kB
INFO: Image successfully pushed
INFO: Pushing
INFO: Buffering to disk: 86.02 kB
INFO: Buffering to disk
INFO: Pushing: 1.024 kB/86.02 kB
INFO: Pushing: 2.048 kB/86.02 kB
INFO: Pushing: 34.82 kB/86.02 kB
INFO: Pushing: 67.58 kB/86.02 kB
INFO: Pushing: 82.98 kB/86.02 kB
INFO: Pushing: 83.97 kB/86.02 kB
INFO: Pushing: 84.91 kB/86.02 kB
INFO: Pushing: 86.02 kB/86.02 kB
INFO: Pushing: 86.02 kB/86.02 kB
INFO: Image successfully pushed
INFO: Pushing
INFO: Buffering to disk: 557.1 kB
INFO: Buffering to disk: 1.114 MB
INFO: Buffering to disk: 1.671 MB
INFO: Buffering to disk: 2.228 MB
INFO: Buffering to disk: 2.785 MB
INFO: Buffering to disk: 3.342 MB
INFO: Buffering to disk: 3.899 MB
INFO: Buffering to disk: 4.456 MB
INFO: Buffering to disk: 5.014 MB
INFO: Buffering to disk: 5.571 MB
INFO: Buffering to disk: 6.128 MB
INFO: Buffering to disk: 6.685 MB
INFO: Buffering to disk: 7.242 MB
INFO: Buffering to disk: 7.799 MB
INFO: Buffering to disk: 8.356 MB
INFO: Buffering to disk: 8.913 MB
INFO: Buffering to disk: 9.47 MB
INFO: Buffering to disk: 10.03 MB
INFO: Buffering to disk: 10.58 MB
INFO: Buffering to disk: 11.14 MB
INFO: Buffering to disk: 11.7 MB
INFO: Buffering to disk: 12.26 MB
INFO: Buffering to disk: 12.81 MB
INFO: Buffering to disk: 13.37 MB
INFO: Buffering to disk: 13.93 MB
INFO: Buffering to disk: 14.48 MB
INFO: Buffering to disk: 15.04 MB
INFO: Buffering to disk: 15.6 MB
INFO: Buffering to disk: 16.15 MB
INFO: Buffering to disk: 16.71 MB
INFO: Buffering to disk: 17.27 MB
INFO: Buffering to disk: 17.83 MB
INFO: Buffering to disk: 18.38 MB
INFO: Buffering to disk: 18.94 MB
INFO: Buffering to disk: 19.5 MB
INFO: Buffering to disk: 20.05 MB
INFO: Buffering to disk: 20.61 MB
INFO: Buffering to disk: 21.17 MB
INFO: Buffering to disk: 21.73 MB
INFO: Buffering to disk: 22.28 MB
INFO: Buffering to disk: 22.84 MB
INFO: Buffering to disk: 23.4 MB
INFO: Buffering to disk: 23.95 MB
INFO: Buffering to disk: 24.51 MB
INFO: Buffering to disk: 25.07 MB
INFO: Buffering to disk: 25.62 MB
INFO: Buffering to disk: 26.18 MB
INFO: Buffering to disk: 26.74 MB
INFO: Buffering to disk: 27.3 MB
INFO: Buffering to disk: 27.85 MB
INFO: Buffering to disk: 28.41 MB
INFO: Buffering to disk: 28.97 MB
INFO: Buffering to disk: 29.52 MB
INFO: Buffering to disk: 30.08 MB
INFO: Buffering to disk: 30.64 MB
INFO: Buffering to disk: 31.2 MB
INFO: Buffering to disk: 31.75 MB
INFO: Buffering to disk: 32.31 MB
INFO: Buffering to disk: 32.87 MB
INFO: Buffering to disk: 33.42 MB
INFO: Buffering to disk: 33.98 MB
INFO: Buffering to disk: 34.54 MB
INFO: Buffering to disk: 35.09 MB
INFO: Buffering to disk: 35.65 MB
INFO: Buffering to disk: 36.21 MB
INFO: Buffering to disk: 36.77 MB
INFO: Buffering to disk: 37.32 MB
INFO: Buffering to disk: 37.88 MB
INFO: Buffering to disk: 38.44 MB
INFO: Buffering to disk: 38.99 MB
INFO: Buffering to disk: 39.55 MB
INFO: Buffering to disk: 40.11 MB
INFO: Buffering to disk: 40.67 MB
INFO: Buffering to disk: 41.22 MB
INFO: Buffering to disk: 41.78 MB
INFO: Buffering to disk: 42.34 MB
INFO: Buffering to disk: 42.89 MB
INFO: Buffering to disk: 43.45 MB
INFO: Buffering to disk: 44.01 MB
INFO: Buffering to disk: 44.56 MB
INFO: Buffering to disk: 45.12 MB
INFO: Buffering to disk: 45.68 MB
INFO: Buffering to disk: 46.24 MB
INFO: Buffering to disk: 46.79 MB
INFO: Buffering to disk: 47.35 MB
INFO: Buffering to disk: 47.91 MB
INFO: Buffering to disk: 48.46 MB
INFO: Buffering to disk: 49.02 MB
INFO: Buffering to disk: 49.58 MB
INFO: Buffering to disk: 50.14 MB
INFO: Buffering to disk: 50.69 MB
INFO: Buffering to disk: 51.25 MB
INFO: Buffering to disk: 51.81 MB
INFO: Buffering to disk: 52.36 MB
INFO: Buffering to disk: 52.92 MB
INFO: Buffering to disk: 53.48 MB
INFO: Buffering to disk: 54.03 MB
INFO: Buffering to disk: 54.59 MB
INFO: Buffering to disk: 55.15 MB
INFO: Buffering to disk: 55.71 MB
INFO: Buffering to disk: 56.26 MB
INFO: Buffering to disk: 56.82 MB
INFO: Buffering to disk: 57.38 MB
INFO: Buffering to disk: 57.93 MB
INFO: Buffering to disk: 58.49 MB
INFO: Buffering to disk: 59.05 MB
INFO: Buffering to disk: 59.6 MB
INFO: Buffering to disk: 60.16 MB
INFO: Buffering to disk: 60.72 MB
INFO: Buffering to disk: 61.28 MB
INFO: Buffering to disk: 61.83 MB
INFO: Buffering to disk: 62.39 MB
INFO: Buffering to disk: 62.95 MB
INFO: Buffering to disk: 63.5 MB
INFO: Buffering to disk: 64.06 MB
INFO: Buffering to disk: 64.62 MB
INFO: Buffering to disk: 65.18 MB
INFO: Buffering to disk: 65.73 MB
INFO: Buffering to disk: 66.29 MB
INFO: Buffering to disk: 66.85 MB
INFO: Buffering to disk: 67.4 MB
INFO: Buffering to disk: 67.96 MB
INFO: Buffering to disk: 68.52 MB
INFO: Buffering to disk: 69.07 MB
INFO: Buffering to disk: 69.63 MB
INFO: Buffering to disk: 70.19 MB
INFO: Buffering to disk: 70.75 MB
INFO: Buffering to disk: 71.3 MB
INFO: Buffering to disk: 71.86 MB
INFO: Buffering to disk: 72.42 MB
INFO: Buffering to disk: 72.97 MB
INFO: Buffering to disk: 73.53 MB
INFO: Buffering to disk: 74.09 MB
INFO: Buffering to disk: 74.65 MB
INFO: Buffering to disk: 75.2 MB
INFO: Buffering to disk: 75.76 MB
INFO: Buffering to disk: 76.32 MB
INFO: Buffering to disk: 76.87 MB
INFO: Buffering to disk: 77.43 MB
INFO: Buffering to disk: 77.99 MB
INFO: Buffering to disk: 78.54 MB
INFO: Buffering to disk: 79.1 MB
INFO: Buffering to disk: 79.66 MB
INFO: Buffering to disk: 80.22 MB
INFO: Buffering to disk: 80.77 MB
INFO: Buffering to disk: 81.33 MB
INFO: Buffering to disk: 81.89 MB
INFO: Buffering to disk: 82.44 MB
INFO: Buffering to disk: 83 MB
INFO: Buffering to disk: 83.56 MB
INFO: Buffering to disk: 84.12 MB
INFO: Buffering to disk: 84.67 MB
INFO: Buffering to disk: 85.23 MB
INFO: Buffering to disk: 85.79 MB
INFO: Buffering to disk: 86.34 MB
INFO: Buffering to disk: 86.9 MB
INFO: Buffering to disk: 87.46 MB
INFO: Buffering to disk: 88.01 MB
INFO: Buffering to disk: 88.57 MB
INFO: Buffering to disk: 89.13 MB
INFO: Buffering to disk: 89.69 MB
INFO: Buffering to disk: 90.24 MB
INFO: Buffering to disk: 90.8 MB
INFO: Buffering to disk: 91.36 MB
INFO: Buffering to disk: 91.91 MB
INFO: Buffering to disk: 92.47 MB
INFO: Buffering to disk: 93.03 MB
INFO: Buffering to disk: 93.59 MB
INFO: Buffering to disk: 94.14 MB
INFO: Buffering to disk: 94.7 MB
INFO: Buffering to disk: 95.26 MB
INFO: Buffering to disk: 95.81 MB
INFO: Buffering to disk: 96.37 MB
INFO: Buffering to disk: 96.93 MB
INFO: Buffering to disk: 97.48 MB
INFO: Buffering to disk: 98.04 MB
INFO: Buffering to disk: 98.6 MB
INFO: Buffering to disk: 99.16 MB
INFO: Buffering to disk: 99.71 MB
INFO: Buffering to disk: 100.3 MB
INFO: Buffering to disk: 100.8 MB
INFO: Buffering to disk: 101.4 MB
INFO: Buffering to disk: 101.9 MB
INFO: Buffering to disk: 102.5 MB
INFO: Buffering to disk: 103.1 MB
INFO: Buffering to disk: 103.6 MB
INFO: Buffering to disk: 104.2 MB
INFO: Buffering to disk: 104.7 MB
INFO: Buffering to disk: 105.3 MB
INFO: Buffering to disk: 105.8 MB
INFO: Buffering to disk: 106.4 MB
INFO: Buffering to disk: 107 MB
INFO: Buffering to disk: 107.5 MB
INFO: Buffering to disk: 108.1 MB
INFO: Buffering to disk: 108.6 MB
INFO: Buffering to disk: 109.2 MB
INFO: Buffering to disk: 109.7 MB
INFO: Buffering to disk: 110.3 MB
INFO: Buffering to disk: 110.9 MB
INFO: Buffering to disk: 111.4 MB
INFO: Buffering to disk: 112 MB
INFO: Buffering to disk: 112.5 MB
INFO: Buffering to disk: 113.1 MB
INFO: Buffering to disk: 113.6 MB
INFO: Buffering to disk: 114.2 MB
INFO: Buffering to disk: 114.8 MB
INFO: Buffering to disk: 115.3 MB
INFO: Buffering to disk: 115.9 MB
INFO: Buffering to disk: 116.4 MB
INFO: Buffering to disk: 117 MB
INFO: Buffering to disk: 117.5 MB
INFO: Buffering to disk: 118.1 MB
INFO: Buffering to disk: 118.7 MB
INFO: Buffering to disk: 119.2 MB
INFO: Buffering to disk: 119.8 MB
INFO: Buffering to disk: 120.3 MB
INFO: Buffering to disk: 120.9 MB
INFO: Buffering to disk: 121.4 MB
INFO: Buffering to disk: 122 MB
INFO: Buffering to disk: 122.6 MB
INFO: Buffering to disk: 123.1 MB
INFO: Buffering to disk: 123.7 MB
INFO: Buffering to disk: 124.2 MB
INFO: Buffering to disk: 124.8 MB
INFO: Buffering to disk: 125.3 MB
INFO: Buffering to disk: 125.9 MB
INFO: Buffering to disk: 126.5 MB
INFO: Buffering to disk: 127 MB
INFO: Buffering to disk: 127.6 MB
INFO: Buffering to disk: 128.1 MB
INFO: Buffering to disk: 128.7 MB
INFO: Buffering to disk: 129 MB
INFO: Buffering to disk
INFO: Pushing: 555.5 kB/129 MB
INFO: Pushing: 1.113 MB/129 MB
INFO: Pushing: 1.67 MB/129 MB
INFO: Pushing: 2.227 MB/129 MB
INFO: Pushing: 2.784 MB/129 MB
INFO: Pushing: 3.341 MB/129 MB
INFO: Pushing: 3.898 MB/129 MB
INFO: Pushing: 4.455 MB/129 MB
INFO: Pushing: 5.012 MB/129 MB
INFO: Pushing: 5.569 MB/129 MB
INFO: Pushing: 6.126 MB/129 MB
INFO: Pushing: 6.683 MB/129 MB
INFO: Pushing: 7.24 MB/129 MB
INFO: Pushing: 7.797 MB/129 MB
INFO: Pushing: 8.354 MB/129 MB
INFO: Pushing: 8.911 MB/129 MB
INFO: Pushing: 9.468 MB/129 MB
INFO: Pushing: 10.03 MB/129 MB
INFO: Pushing: 10.58 MB/129 MB
INFO: Pushing: 11.14 MB/129 MB
INFO: Pushing: 11.7 MB/129 MB
INFO: Pushing: 12.25 MB/129 MB
INFO: Pushing: 12.81 MB/129 MB
INFO: Pushing: 13.37 MB/129 MB
INFO: Pushing: 13.92 MB/129 MB
INFO: Pushing: 14.48 MB/129 MB
INFO: Pushing: 15.04 MB/129 MB
INFO: Pushing: 15.6 MB/129 MB
INFO: Pushing: 16.15 MB/129 MB
INFO: Pushing: 16.71 MB/129 MB
INFO: Pushing: 17.27 MB/129 MB
INFO: Pushing: 17.82 MB/129 MB
INFO: Pushing: 18.38 MB/129 MB
INFO: Pushing: 18.94 MB/129 MB
INFO: Pushing: 19.5 MB/129 MB
INFO: Pushing: 20.05 MB/129 MB
INFO: Pushing: 20.61 MB/129 MB
INFO: Pushing: 21.17 MB/129 MB
INFO: Pushing: 21.72 MB/129 MB
INFO: Pushing: 22.28 MB/129 MB
INFO: Pushing: 22.84 MB/129 MB
INFO: Pushing: 23.39 MB/129 MB
INFO: Pushing: 23.95 MB/129 MB
INFO: Pushing: 24.51 MB/129 MB
INFO: Pushing: 25.07 MB/129 MB
INFO: Pushing: 25.62 MB/129 MB
INFO: Pushing: 26.18 MB/129 MB
INFO: Pushing: 26.74 MB/129 MB
INFO: Pushing: 27.29 MB/129 MB
INFO: Pushing: 27.85 MB/129 MB
INFO: Pushing: 28.41 MB/129 MB
INFO: Pushing: 28.97 MB/129 MB
INFO: Pushing: 29.52 MB/129 MB
INFO: Pushing: 30.08 MB/129 MB
INFO: Pushing: 30.64 MB/129 MB
INFO: Pushing: 31.19 MB/129 MB
INFO: Pushing: 31.75 MB/129 MB
INFO: Pushing: 32.31 MB/129 MB
INFO: Pushing: 32.86 MB/129 MB
INFO: Pushing: 33.42 MB/129 MB
INFO: Pushing: 33.98 MB/129 MB
INFO: Pushing: 34.54 MB/129 MB
INFO: Pushing: 35.09 MB/129 MB
INFO: Pushing: 35.65 MB/129 MB
INFO: Pushing: 36.21 MB/129 MB
INFO: Pushing: 36.76 MB/129 MB
INFO: Pushing: 37.32 MB/129 MB
INFO: Pushing: 37.88 MB/129 MB
INFO: Pushing: 38.44 MB/129 MB
INFO: Pushing: 38.99 MB/129 MB
INFO: Pushing: 39.55 MB/129 MB
INFO: Pushing: 40.11 MB/129 MB
INFO: Pushing: 40.66 MB/129 MB
INFO: Pushing: 41.22 MB/129 MB
INFO: Pushing: 41.78 MB/129 MB
INFO: Pushing: 42.33 MB/129 MB
INFO: Pushing: 42.89 MB/129 MB
INFO: Pushing: 43.45 MB/129 MB
INFO: Pushing: 44.01 MB/129 MB
INFO: Pushing: 44.56 MB/129 MB
INFO: Pushing: 45.12 MB/129 MB
INFO: Pushing: 45.68 MB/129 MB
INFO: Pushing: 46.23 MB/129 MB
INFO: Pushing: 46.77 MB/129 MB
INFO: Pushing: 47.33 MB/129 MB
INFO: Pushing: 47.88 MB/129 MB
INFO: Pushing: 48.43 MB/129 MB
INFO: Pushing: 48.97 MB/129 MB
INFO: Pushing: 49.5 MB/129 MB
INFO: Pushing: 50.03 MB/129 MB
INFO: Pushing: 50.57 MB/129 MB
INFO: Pushing: 51.12 MB/129 MB
INFO: Pushing: 51.64 MB/129 MB
INFO: Pushing: 52.17 MB/129 MB
INFO: Pushing: 52.71 MB/129 MB
INFO: Pushing: 53.25 MB/129 MB
INFO: Pushing: 53.78 MB/129 MB
INFO: Pushing: 54.32 MB/129 MB
INFO: Pushing: 54.88 MB/129 MB
INFO: Pushing: 55.4 MB/129 MB
INFO: Pushing: 55.93 MB/129 MB
INFO: Pushing: 56.47 MB/129 MB
INFO: Pushing: 57 MB/129 MB
INFO: Pushing: 57.54 MB/129 MB
INFO: Pushing: 58.08 MB/129 MB
INFO: Pushing: 58.62 MB/129 MB
INFO: Pushing: 59.15 MB/129 MB
INFO: Pushing: 59.69 MB/129 MB
INFO: Pushing: 60.25 MB/129 MB
INFO: Pushing: 60.79 MB/129 MB
INFO: Pushing: 61.32 MB/129 MB
INFO: Pushing: 61.85 MB/129 MB
INFO: Pushing: 62.39 MB/129 MB
INFO: Pushing: 62.92 MB/129 MB
INFO: Pushing: 63.47 MB/129 MB
INFO: Pushing: 64 MB/129 MB
INFO: Pushing: 64.53 MB/129 MB
INFO: Pushing: 65.06 MB/129 MB
INFO: Pushing: 65.61 MB/129 MB
INFO: Pushing: 66.14 MB/129 MB
INFO: Pushing: 66.69 MB/129 MB
INFO: Pushing: 67.21 MB/129 MB
INFO: Pushing: 67.74 MB/129 MB
INFO: Pushing: 68.28 MB/129 MB
INFO: Pushing: 68.8 MB/129 MB
INFO: Pushing: 69.34 MB/129 MB
INFO: Pushing: 69.87 MB/129 MB
INFO: Pushing: 70.41 MB/129 MB
INFO: Pushing: 70.94 MB/129 MB
INFO: Pushing: 71.46 MB/129 MB
INFO: Pushing: 71.99 MB/129 MB
INFO: Pushing: 72.54 MB/129 MB
INFO: Pushing: 73.1 MB/129 MB
INFO: Pushing: 73.66 MB/129 MB
INFO: Pushing: 74.22 MB/129 MB
INFO: Pushing: 74.77 MB/129 MB
INFO: Pushing: 75.3 MB/129 MB
INFO: Pushing: 75.84 MB/129 MB
INFO: Pushing: 76.37 MB/129 MB
INFO: Pushing: 76.91 MB/129 MB
INFO: Pushing: 77.44 MB/129 MB
INFO: Pushing: 78 MB/129 MB
INFO: Pushing: 78.53 MB/129 MB
INFO: Pushing: 79.07 MB/129 MB
INFO: Pushing: 79.61 MB/129 MB
INFO: Pushing: 80.14 MB/129 MB
INFO: Pushing: 80.67 MB/129 MB
INFO: Pushing: 81.22 MB/129 MB
INFO: Pushing: 81.75 MB/129 MB
INFO: Pushing: 82.3 MB/129 MB
INFO: Pushing: 82.83 MB/129 MB
INFO: Pushing: 83.37 MB/129 MB
INFO: Pushing: 83.9 MB/129 MB
INFO: Pushing: 84.42 MB/129 MB
INFO: Pushing: 84.97 MB/129 MB
INFO: Pushing: 85.5 MB/129 MB
INFO: Pushing: 86.03 MB/129 MB
INFO: Pushing: 86.55 MB/129 MB
INFO: Pushing: 87.11 MB/129 MB
INFO: Pushing: 87.66 MB/129 MB
INFO: Pushing: 88.19 MB/129 MB
INFO: Pushing: 88.72 MB/129 MB
INFO: Pushing: 89.27 MB/129 MB
INFO: Pushing: 89.8 MB/129 MB
INFO: Pushing: 90.32 MB/129 MB
INFO: Pushing: 90.85 MB/129 MB
INFO: Pushing: 91.4 MB/129 MB
INFO: Pushing: 91.95 MB/129 MB
INFO: Pushing: 92.48 MB/129 MB
INFO: Pushing: 93.01 MB/129 MB
INFO: Pushing: 93.54 MB/129 MB
INFO: Pushing: 94.07 MB/129 MB
INFO: Pushing: 94.6 MB/129 MB
INFO: Pushing: 95.13 MB/129 MB
INFO: Pushing: 95.69 MB/129 MB
INFO: Pushing: 96.24 MB/129 MB
INFO: Pushing: 96.8 MB/129 MB
INFO: Pushing: 97.32 MB/129 MB
INFO: Pushing: 97.87 MB/129 MB
INFO: Pushing: 98.4 MB/129 MB
INFO: Pushing: 98.95 MB/129 MB
INFO: Pushing: 99.47 MB/129 MB
INFO: Pushing: 100 MB/129 MB
INFO: Pushing: 100.5 MB/129 MB
INFO: Pushing: 101.1 MB/129 MB
INFO: Pushing: 101.6 MB/129 MB
INFO: Pushing: 102.2 MB/129 MB
INFO: Pushing: 102.7 MB/129 MB
INFO: Pushing: 103.2 MB/129 MB
INFO: Pushing: 103.8 MB/129 MB
INFO: Pushing: 104.3 MB/129 MB
INFO: Pushing: 104.8 MB/129 MB
INFO: Pushing: 105.4 MB/129 MB
INFO: Pushing: 105.9 MB/129 MB
INFO: Pushing: 106.5 MB/129 MB
INFO: Pushing: 107 MB/129 MB
INFO: Pushing: 107.5 MB/129 MB
INFO: Pushing: 108.1 MB/129 MB
INFO: Pushing: 108.6 MB/129 MB
INFO: Pushing: 109.2 MB/129 MB
INFO: Pushing: 109.7 MB/129 MB
INFO: Pushing: 110.3 MB/129 MB
INFO: Pushing: 110.8 MB/129 MB
INFO: Pushing: 111.3 MB/129 MB
INFO: Pushing: 111.9 MB/129 MB
INFO: Pushing: 112.4 MB/129 MB
INFO: Pushing: 112.9 MB/129 MB
INFO: Pushing: 113.4 MB/129 MB
INFO: Pushing: 114 MB/129 MB
INFO: Pushing: 114.5 MB/129 MB
INFO: Pushing: 115.1 MB/129 MB
INFO: Pushing: 115.6 MB/129 MB
INFO: Pushing: 116.1 MB/129 MB
INFO: Pushing: 116.7 MB/129 MB
INFO: Pushing: 117.2 MB/129 MB
INFO: Pushing: 117.8 MB/129 MB
INFO: Pushing: 118.3 MB/129 MB
INFO: Pushing: 118.8 MB/129 MB
INFO: Pushing: 119.3 MB/129 MB
INFO: Pushing: 119.9 MB/129 MB
INFO: Pushing: 120.4 MB/129 MB
INFO: Pushing: 120.9 MB/129 MB
INFO: Pushing: 121.5 MB/129 MB
INFO: Pushing: 122 MB/129 MB
INFO: Pushing: 122.6 MB/129 MB
INFO: Pushing: 123.1 MB/129 MB
INFO: Pushing: 123.6 MB/129 MB
INFO: Pushing: 124.2 MB/129 MB
INFO: Pushing: 124.7 MB/129 MB
INFO: Pushing: 125.2 MB/129 MB
INFO: Pushing: 125.8 MB/129 MB
INFO: Pushing: 126.3 MB/129 MB
INFO: Pushing: 126.8 MB/129 MB
INFO: Pushing: 127.3 MB/129 MB
INFO: Pushing: 127.9 MB/129 MB
INFO: Pushing: 128.4 MB/129 MB
INFO: Pushing: 128.9 MB/129 MB
INFO: Pushing: 129 MB/129 MB
INFO: Image successfully pushed
INFO: Pushing
INFO: Buffering to disk: 244.2 kB
INFO: Buffering to disk
INFO: Pushing: 2.56 kB/244.2 kB
INFO: Pushing: 37.38 kB/244.2 kB
INFO: Pushing: 70.14 kB/244.2 kB
INFO: Pushing: 85.54 kB/244.2 kB
INFO: Pushing: 88.06 kB/244.2 kB
INFO: Pushing: 103.1 kB/244.2 kB
INFO: Pushing: 107 kB/244.2 kB
INFO: Pushing: 140.8 kB/244.2 kB
INFO: Pushing: 167.1 kB/244.2 kB
INFO: Pushing: 170 kB/244.2 kB
INFO: Pushing: 176.5 kB/244.2 kB
INFO: Pushing: 180.3 kB/244.2 kB
INFO: Pushing: 185.3 kB/244.2 kB
INFO: Pushing: 207.5 kB/244.2 kB
INFO: Pushing: 212.9 kB/244.2 kB
INFO: Pushing: 217.7 kB/244.2 kB
INFO: Pushing: 226.7 kB/244.2 kB
INFO: Pushing: 238.6 kB/244.2 kB
INFO: Pushing: 242.9 kB/244.2 kB
INFO: Pushing: 244.2 kB/244.2 kB
INFO: Image successfully pushed
INFO: Pushing
INFO: Buffering to disk: 1.024 kB
INFO: Buffering to disk
INFO: Pushing: 512 B/1.024 kB
INFO: Pushing: 1.024 kB/1.024 kB
INFO: Pushing: 1.024 kB/1.024 kB
INFO: Image successfully pushed
INFO: Pushing
INFO: Buffering to disk: 1.024 kB
INFO: Buffering to disk
INFO: Pushing: 512 B/1.024 kB
INFO: Pushing: 1.024 kB/1.024 kB
INFO: Pushing: 1.024 kB/1.024 kB
INFO: Image successfully pushed
INFO: Pushing
INFO: Buffering to disk: 1.024 kB
INFO: Buffering to disk
INFO: Pushing: 512 B/1.024 kB
INFO: Pushing: 1.024 kB/1.024 kB
INFO: Pushing: 1.024 kB/1.024 kB
INFO: Image successfully pushed
INFO: Pushing tag for rev [aaa2abc89ba5] on {https://appengine.gcr.io/v1/repositories/gcloud/reviewable-prod.default.586/tags/latest}
INFO: Tearing down remote build vm.
Updating module [default]...DEBUG: Host: appengine.google.com
DEBUG: _Authenticate configuring auth; needs_auth=False
DEBUG: Sending request to https://appengine.google.com/api/appversion/rollback?app_id=reviewable-prod&force_rollback=0&module=default&version=586 headers={'X-appcfg-api-version': '1', 'content-length': '0', 'Content-Type': 'application/octet-stream'} body=
INFO: Attempting refresh to obtain initial access_token
INFO: Refreshing access_token
DEBUG: Loaded Command Group: ['gcloud', 'compute', 'instances', 'delete']
Updating module [default].../
Updating module [default]...-
Updating module [default]...\
Updating module [default]...|
Updating module [default].../
Updating module [default]...-
Updating module [default]...\
Updating module [default]...|
Updating module [default].../
Updating module [default]...-
Updating module [default]...\
Updating module [default]...|
Updating module [default].../
Updating module [default]...-
Updating module [default]...\
Updating module [default]...|
Updating module [default].../
Updating module [default]...-
Updating module [default]...\
Updating module [default]...|
Updating module [default]...done.
DEBUG: Operations to inspect: [<Operation
endTime: u'2015-08-01T18:57:19.386-07:00'
id: 5767150410494690684
insertTime: u'2015-08-01T18:57:18.356-07:00'
kind: u'compute#operation'
name: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
operationType: u'delete'
progress: 0
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/operations/operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
startTime: u'2015-08-01T18:57:18.555-07:00'
status: StatusValueValuesEnum(RUNNING, 2)
targetId: 13732723629684698987L
targetLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/instances/gae-builder-vm-586'
user: u'piotr@reviewable.io'
warnings: []
zone: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f'>]
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudapis.compute.v1.compute_v1_client.ZoneOperationsService object at 0x7f31236ce310>, 'Get', <ComputeZoneOperationsGetRequest
operation: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
project: 'reviewable-prod'
zone: u'us-central1-f'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Operation
endTime: u'2015-08-01T18:57:19.386-07:00'
id: 5767150410494690684
insertTime: u'2015-08-01T18:57:18.356-07:00'
kind: u'compute#operation'
name: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
operationType: u'delete'
progress: 0
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/operations/operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
startTime: u'2015-08-01T18:57:18.555-07:00'
status: StatusValueValuesEnum(RUNNING, 2)
targetId: 13732723629684698987L
targetLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/instances/gae-builder-vm-586'
user: u'piotr@reviewable.io'
warnings: []
zone: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f'>]
DEBUG: Sleeping for 7s.
DEBUG: Operations to inspect: [<Operation
endTime: u'2015-08-01T18:57:19.386-07:00'
id: 5767150410494690684
insertTime: u'2015-08-01T18:57:18.356-07:00'
kind: u'compute#operation'
name: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
operationType: u'delete'
progress: 0
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/operations/operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
startTime: u'2015-08-01T18:57:18.555-07:00'
status: StatusValueValuesEnum(RUNNING, 2)
targetId: 13732723629684698987L
targetLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/instances/gae-builder-vm-586'
user: u'piotr@reviewable.io'
warnings: []
zone: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f'>]
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudapis.compute.v1.compute_v1_client.ZoneOperationsService object at 0x7f31236ce310>, 'Get', <ComputeZoneOperationsGetRequest
operation: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
project: 'reviewable-prod'
zone: u'us-central1-f'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Operation
endTime: u'2015-08-01T18:57:19.386-07:00'
id: 5767150410494690684
insertTime: u'2015-08-01T18:57:18.356-07:00'
kind: u'compute#operation'
name: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
operationType: u'delete'
progress: 0
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/operations/operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
startTime: u'2015-08-01T18:57:18.555-07:00'
status: StatusValueValuesEnum(RUNNING, 2)
targetId: 13732723629684698987L
targetLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/instances/gae-builder-vm-586'
user: u'piotr@reviewable.io'
warnings: []
zone: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f'>]
DEBUG: Sleeping for 8s.
DEBUG: Operations to inspect: [<Operation
endTime: u'2015-08-01T18:57:19.386-07:00'
id: 5767150410494690684
insertTime: u'2015-08-01T18:57:18.356-07:00'
kind: u'compute#operation'
name: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
operationType: u'delete'
progress: 0
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/operations/operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
startTime: u'2015-08-01T18:57:18.555-07:00'
status: StatusValueValuesEnum(RUNNING, 2)
targetId: 13732723629684698987L
targetLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/instances/gae-builder-vm-586'
user: u'piotr@reviewable.io'
warnings: []
zone: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f'>]
DEBUG: Starting batch request...
DEBUG: Adding request: (<googlecloudapis.compute.v1.compute_v1_client.ZoneOperationsService object at 0x7f31236ce310>, 'Get', <ComputeZoneOperationsGetRequest
operation: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
project: 'reviewable-prod'
zone: u'us-central1-f'>)
DEBUG: Making batch request...
DEBUG: Batch request done; responses [<Operation
endTime: u'2015-08-01T18:57:46.472-07:00'
id: 5767150410494690684
insertTime: u'2015-08-01T18:57:18.356-07:00'
kind: u'compute#operation'
name: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
operationType: u'delete'
progress: 100
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/operations/operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
startTime: u'2015-08-01T18:57:18.555-07:00'
status: StatusValueValuesEnum(DONE, 0)
targetId: 13732723629684698987L
targetLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/instances/gae-builder-vm-586'
user: u'piotr@reviewable.io'
warnings: []
zone: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f'>]
DEBUG: Sleeping for 9s.
DEBUG: Operations to inspect: [<Operation
endTime: u'2015-08-01T18:57:46.472-07:00'
id: 5767150410494690684
insertTime: u'2015-08-01T18:57:18.356-07:00'
kind: u'compute#operation'
name: u'operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
operationType: u'delete'
progress: 100
selfLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/operations/operation-1438480638230-51c4a5f753df3-cfff9945-2b94d791'
startTime: u'2015-08-01T18:57:18.555-07:00'
status: StatusValueValuesEnum(DONE, 0)
targetId: 13732723629684698987L
targetLink: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/instances/gae-builder-vm-586'
user: u'piotr@reviewable.io'
warnings: []
zone: u'https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f'>]
Deleted [https://www.googleapis.com/compute/v1/projects/reviewable-prod/zones/us-central1-f/instances/gae-builder-vm-586].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment