Hello,
Suddenly I cannot deploy anymore to app engine. The deploy command waits
for the operation to complete for 10 minutes and then throws a Error
Response: [13] The system encountered a fatal error.
I have attached the log.
Cheers
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/4c342d37-8f6d-40a9-b9ed-469077aeabfa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2017-04-05 00:12:51,488 DEBUG root Loaded Command Group:
['gcloud', 'app']
2017-04-05 00:12:51,599 DEBUG root Loaded Command Group:
['gcloud', 'app', 'deploy']
2017-04-05 00:12:51,602 DEBUG root Running gcloud.app.deploy with
Namespace(_deepest_parser=ArgumentParser(prog='gcloud.app.deploy', usage=None,
description='Deploy the local code and/or configuration of your app to App
Engine.', version=None, formatter_class=<class 'argparse.HelpFormatter'>,
conflict_handler='error', add_help=False), _specified_args={'promote':
'--promote', 'version': '--version', 'deployables': 'DEPLOYABLES:1'},
account=None, authority_selector=None, authorization_token_file=None,
bucket=None, calliope_command=<googlecloudsdk.calliope.backend.Command object
at 0x7fbdc8a45d10>, command_path=['gcloud', 'app', 'deploy'],
configuration=None, credential_file_override=None,
deployables=['/home/antonio/dev/projects/madchampionship-bundle/madchampionship/build/staged-app/app.yaml'],
docker_build=None, document=None, flatten=None, format=None, h=None,
help=None, http_timeout=None, ignore_bad_certs=False, image_url=None,
log_http=None, project=None, promote='true', quiet=None, server=None,
skip_image_url_validation=False, skip_staging=False,
stop_previous_version=None, trace_email=None, trace_log=None, trace_token=None,
user_output_enabled=None, verbosity='warning', version='dev').
2017-04-05 00:12:51,611 WARNING root The "module" parameter in
application .yaml files is deprecated. Please use the "service" parameter
instead.
2017-04-05 00:12:53,604 DEBUG root API endpoint:
[https://appengine.googleapis.com/], API version: [v1]
2017-04-05 00:12:54,460 INFO ___FILE_ONLY___ You are about to deploy the
following services:
2017-04-05 00:12:54,461 INFO ___FILE_ONLY___ -
madchampionship-157316/default/dev (from
[/home/antonio/dev/projects/madchampionship-bundle/madchampionship/build/staged-app/app.yaml])
Deploying to URL: [https://madchampionship-157316.appspot.com]
2017-04-05 00:12:54,461 DEBUG root No bucket specified,
retrieving default bucket.
2017-04-05 00:12:54,462 DEBUG root Using bucket
[gs://staging.madchampionship-157316.appspot.com].
2017-04-05 00:12:54,628 INFO ___FILE_ONLY___ Beginning deployment of
service [default]...
2017-04-05 00:12:54,628 DEBUG root No staging command found for
runtime [java7] and environment [STANDARD].
2017-04-05 00:12:55,249 DEBUG root Skipping upload of
[WEB-INF/lib/repackaged-appengine-ant-1.9.4.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/groovy-templates-2.5.0-alpha-1.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/ant-junit-1.9.9.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/nekohtml-1.9.16.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/groovy-2.5.0-alpha-1.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[source-context.json]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/groovy-xml-2.5.0-alpha-1.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/jackson-annotations-2.8.0.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/xml-apis-1.3.04.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/classes/source-context.json]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/repackaged-appengine-eclipse-jdt-ecj.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[META-INF/MANIFEST.MF]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/ant-1.9.9.jar]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of [app.yaml]
2017-04-05 00:12:55,250 DEBUG root Skipping upload of
[WEB-INF/lib/ezmorph-1.0.6.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/repackaged-appengine-tomcat-juli-6.0.29.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/remote-transport-http-0.5.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/gpars-1.2.1.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/bcprov-jdk15on-1.55.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/repackaged-appengine-jasper-6.0.29.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/bson-3.2.2.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/json-lib-2.3-jdk15.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/ant-launcher-1.9.9.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/appengine-tools-sdk-1.9.48.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[__static__/META-INF/MANIFEST.MF]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/groovy-ant-2.5.0-alpha-1.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/log4j-1.2.17.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/xercesImpl-2.9.1.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/commons-beanutils-1.8.0.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/remote-core-0.5.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/ant-antlr-1.9.9.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/groovy-groovydoc-2.5.0-alpha-1.jar]
2017-04-05 00:12:55,251 DEBUG root Skipping upload of
[WEB-INF/lib/groovy-all-2.5.0-alpha-1.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/jackson-core-2.8.4.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/servlet-api-2.5.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/GMetrics-0.7.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/xml-resolver-1.2.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/java-jwt-3.1.0.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/mongodb-driver-3.2.2.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/jackson-databind-2.8.4.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/appengine-generated/app.yaml]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/repackaged-appengine-jasper-el-6.0.29.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/cucumber-core-1.2.4.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/web.xml]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/repackaged-appengine-jakarta-standard-1.1.2.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/cucumber-jvm-deps-1.0.5.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/repackaged-appengine-ant-launcher-1.9.4.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/repackaged-appengine-jakarta-jstl-1.1.2.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/commons-collections-3.2.1.jar]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of [index.jsp]
2017-04-05 00:12:55,252 DEBUG root Skipping upload of
[WEB-INF/lib/httpclient-4.2.1.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/_ah_compiled_jsps-0000.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[source-contexts.json]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/commons-codec-1.10.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/commons-lang-2.4.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/http-builder-0.7.1.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/multiverse-core-0.7.0.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/commons-lang3-3.5.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/gherkin-2.12.2.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/jsr166y-1.7.0.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/commons-logging-1.1.1.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/cucumber-groovy-1.2.4.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/appengine-api-labs-1.9.48.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/_ah_webinf_classes-0000.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/gate-0.1.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/httpcore-4.2.1.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/mongodb-driver-core-3.2.2.jar]
2017-04-05 00:12:55,253 DEBUG root Skipping upload of
[WEB-INF/lib/cucumber-html-0.2.3.jar]
2017-04-05 00:12:55,254 DEBUG root Uploading 1 file to Google
Cloud Storage
2017-04-05 00:12:55,254 DEBUG root Using [16] threads
2017-04-05 00:12:55,260 INFO ___FILE_ONLY___
#============================================================#
2017-04-05 00:12:55,260 INFO ___FILE_ONLY___ #= Uploading 1 file to Google
Cloud Storage =#
2017-04-05 00:12:55,260 INFO ___FILE_ONLY___ #
2017-04-05 00:12:55,268 INFO root Uploading
[/home/antonio/dev/projects/madchampionship-bundle/madchampionship/build/staged-app/WEB-INF/appengine-web.xml]
to [7ceceb94491bf6425db6ecbb02470b970c629621]
2017-04-05 00:12:55,539 INFO ___FILE_ONLY___
============================================================
2017-04-05 00:12:55,539 INFO ___FILE_ONLY___ #
2017-04-05 00:12:55,546 INFO ___FILE_ONLY___ File upload done.
2017-04-05 00:12:55,547 INFO root Manifest:
[{'WEB-INF/lib/repackaged-appengine-ant-1.9.4.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/0470ca4b76b2fbcc40be65220b0e234127d96068',
'sha1Sum': '0470ca4b76b2fbcc40be65220b0e234127d96068'},
'WEB-INF/lib/groovy-templates-2.5.0-alpha-1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/52130a27c35ff1ac95a2b9bbfbe50adab785da18',
'sha1Sum': '52130a27c35ff1ac95a2b9bbfbe50adab785da18'},
'WEB-INF/lib/ant-junit-1.9.9.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/0499a8fe453a3bffad764821cae9fb1cf8646c43',
'sha1Sum': '0499a8fe453a3bffad764821cae9fb1cf8646c43'},
'WEB-INF/lib/nekohtml-1.9.16.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/61e35204e5a8fdb864152f84e2e3b33ab56f50ab',
'sha1Sum': '61e35204e5a8fdb864152f84e2e3b33ab56f50ab'},
'WEB-INF/lib/groovy-2.5.0-alpha-1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/6ef8e5f9cd431bc214d81e0f6cfbd3411f49086e',
'sha1Sum': '6ef8e5f9cd431bc214d81e0f6cfbd3411f49086e'}, 'source-context.json':
{'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/5a349a8256890bcc6689b5b0c0e250d9835613ea',
'sha1Sum': '5a349a8256890bcc6689b5b0c0e250d9835613ea'},
'WEB-INF/lib/groovy-xml-2.5.0-alpha-1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/0a56e854f1ba2596876e03fb76c3e4c53a4323ba',
'sha1Sum': '0a56e854f1ba2596876e03fb76c3e4c53a4323ba'},
'WEB-INF/lib/jackson-annotations-2.8.0.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/45b426f7796b741035581a176744d91090e2e6fb',
'sha1Sum': '45b426f7796b741035581a176744d91090e2e6fb'},
'WEB-INF/lib/xml-apis-1.3.04.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/90b215f48fe42776c8c7f6e3509ec54e84fd65ef',
'sha1Sum': '90b215f48fe42776c8c7f6e3509ec54e84fd65ef'},
'WEB-INF/classes/source-context.json': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/ba70216a622b1251a7c9cceb10e0792ebf2765b4',
'sha1Sum': 'ba70216a622b1251a7c9cceb10e0792ebf2765b4'},
'WEB-INF/lib/repackaged-appengine-eclipse-jdt-ecj.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/6299b5a9cf602d6da0febdadc97ea0eb64c407d0',
'sha1Sum': '6299b5a9cf602d6da0febdadc97ea0eb64c407d0'},
'META-INF/MANIFEST.MF': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/79e33dd52ebdf615e6696ae69add91cb990d81e2',
'sha1Sum': '79e33dd52ebdf615e6696ae69add91cb990d81e2'},
'WEB-INF/appengine-web.xml': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/7ceceb94491bf6425db6ecbb02470b970c629621',
'sha1Sum': '7ceceb94491bf6425db6ecbb02470b970c629621'},
'WEB-INF/lib/ant-1.9.9.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/9dc55233d8c0809e57b2ec7f78376da3f32872bd',
'sha1Sum': '9dc55233d8c0809e57b2ec7f78376da3f32872bd'}, 'app.yaml':
{'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/d12be906600e8c990a1dc965f612cd19c69f4a91',
'sha1Sum': 'd12be906600e8c990a1dc965f612cd19c69f4a91'},
'WEB-INF/lib/ezmorph-1.0.6.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/01e55d2a0253ea37745d33062852fd2c90027432',
'sha1Sum': '01e55d2a0253ea37745d33062852fd2c90027432'},
'WEB-INF/lib/repackaged-appengine-tomcat-juli-6.0.29.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/2a029b6fac8d10c86687bc586fc1e4be80277312',
'sha1Sum': '2a029b6fac8d10c86687bc586fc1e4be80277312'},
'WEB-INF/lib/remote-transport-http-0.5.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/9a0dbbccf567a7b87b8119e18571e0c237ce6661',
'sha1Sum': '9a0dbbccf567a7b87b8119e18571e0c237ce6661'},
'WEB-INF/lib/gpars-1.2.1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/c3ea0fbcd67a163bd5e3a3efdaa3428262d0d437',
'sha1Sum': 'c3ea0fbcd67a163bd5e3a3efdaa3428262d0d437'},
'WEB-INF/lib/bcprov-jdk15on-1.55.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/935f2e57a00ec2c489cbd2ad830d4a399708f979',
'sha1Sum': '935f2e57a00ec2c489cbd2ad830d4a399708f979'},
'WEB-INF/lib/repackaged-appengine-jasper-6.0.29.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/a8323563496877401755fde1c8c39dd7c98c334a',
'sha1Sum': 'a8323563496877401755fde1c8c39dd7c98c334a'},
'WEB-INF/lib/bson-3.2.2.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/b0278bca693eeb91e14db32aea0987a0eed99336',
'sha1Sum': 'b0278bca693eeb91e14db32aea0987a0eed99336'},
'WEB-INF/lib/json-lib-2.3-jdk15.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/f35340c0a0380141f62c72b76c8fb4bfa638d8c1',
'sha1Sum': 'f35340c0a0380141f62c72b76c8fb4bfa638d8c1'},
'WEB-INF/lib/ant-launcher-1.9.9.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/c5841b18f5299f17fc53223c3a378e08278a5ef7',
'sha1Sum': 'c5841b18f5299f17fc53223c3a378e08278a5ef7'},
'WEB-INF/lib/appengine-tools-sdk-1.9.48.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/c56ef5af75fd604d633eee5984ed67f7774c3c18',
'sha1Sum': 'c56ef5af75fd604d633eee5984ed67f7774c3c18'},
'__static__/META-INF/MANIFEST.MF': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/79e33dd52ebdf615e6696ae69add91cb990d81e2',
'sha1Sum': '79e33dd52ebdf615e6696ae69add91cb990d81e2'},
'WEB-INF/lib/groovy-ant-2.5.0-alpha-1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/843088e37130539357b3d198d1a2f2414879071c',
'sha1Sum': '843088e37130539357b3d198d1a2f2414879071c'},
'WEB-INF/lib/log4j-1.2.17.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/5af35056b4d257e4b64b9e8069c0746e8b08629f',
'sha1Sum': '5af35056b4d257e4b64b9e8069c0746e8b08629f'},
'WEB-INF/lib/xercesImpl-2.9.1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/7bc7e49ddfe4fb5f193ed37ecc96c12292c8ceb6',
'sha1Sum': '7bc7e49ddfe4fb5f193ed37ecc96c12292c8ceb6'},
'WEB-INF/lib/commons-beanutils-1.8.0.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/0c651d5103c649c12b20d53731643e5fffceb536',
'sha1Sum': '0c651d5103c649c12b20d53731643e5fffceb536'},
'WEB-INF/lib/remote-core-0.5.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/77ca34b0794414803cc93e794f8c879b901e32e9',
'sha1Sum': '77ca34b0794414803cc93e794f8c879b901e32e9'},
'WEB-INF/lib/ant-antlr-1.9.9.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/0bb58fa1d688ebcb55a45b35a3de3b4540675fad',
'sha1Sum': '0bb58fa1d688ebcb55a45b35a3de3b4540675fad'},
'WEB-INF/lib/groovy-groovydoc-2.5.0-alpha-1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/0c8901d8e2a710f0def2fbde4716ce3287861dca',
'sha1Sum': '0c8901d8e2a710f0def2fbde4716ce3287861dca'},
'WEB-INF/lib/groovy-all-2.5.0-alpha-1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/1f5cbd66b534a0dc79b79e4e86fcd68f6b6cf530',
'sha1Sum': '1f5cbd66b534a0dc79b79e4e86fcd68f6b6cf530'},
'WEB-INF/lib/jackson-core-2.8.4.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/ca365c0817cc345ea831cae7c4e9b42a72b32281',
'sha1Sum': 'ca365c0817cc345ea831cae7c4e9b42a72b32281'},
'WEB-INF/lib/servlet-api-2.5.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/5959582d97d8b61f4d154ca9e495aafd16726e34',
'sha1Sum': '5959582d97d8b61f4d154ca9e495aafd16726e34'},
'WEB-INF/lib/GMetrics-0.7.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/7c772263571db39b38511906a51d8182de7b1ade',
'sha1Sum': '7c772263571db39b38511906a51d8182de7b1ade'},
'WEB-INF/lib/xml-resolver-1.2.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/3d0f97750b3a03e0971831566067754ba4bfd68c',
'sha1Sum': '3d0f97750b3a03e0971831566067754ba4bfd68c'},
'WEB-INF/lib/java-jwt-3.1.0.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/dd8c53848114b43828d7e66d1d137164a632ef94',
'sha1Sum': 'dd8c53848114b43828d7e66d1d137164a632ef94'},
'WEB-INF/lib/mongodb-driver-3.2.2.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/8b5c4610953eec83435d87547d34976848508875',
'sha1Sum': '8b5c4610953eec83435d87547d34976848508875'},
'WEB-INF/lib/jackson-databind-2.8.4.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/1c36c81e79cacdf48116afba8495e3393d267ba1',
'sha1Sum': '1c36c81e79cacdf48116afba8495e3393d267ba1'},
'WEB-INF/appengine-generated/app.yaml': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/d12be906600e8c990a1dc965f612cd19c69f4a91',
'sha1Sum': 'd12be906600e8c990a1dc965f612cd19c69f4a91'},
'WEB-INF/lib/repackaged-appengine-jasper-el-6.0.29.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/d1cb756ac654e1e6461fddcf9df6038f6bd22e5a',
'sha1Sum': 'd1cb756ac654e1e6461fddcf9df6038f6bd22e5a'},
'WEB-INF/lib/cucumber-core-1.2.4.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/72790b1da44d8d3d2764c6aef29865ee228bbeb1',
'sha1Sum': '72790b1da44d8d3d2764c6aef29865ee228bbeb1'}, 'WEB-INF/web.xml':
{'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/f1a992b3fb6672834efab87c2556ef14b965e8a9',
'sha1Sum': 'f1a992b3fb6672834efab87c2556ef14b965e8a9'},
'WEB-INF/lib/repackaged-appengine-jakarta-standard-1.1.2.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/05eb4e2906143e2a0249fc0c8c3aef10cf6da68b',
'sha1Sum': '05eb4e2906143e2a0249fc0c8c3aef10cf6da68b'},
'WEB-INF/lib/cucumber-jvm-deps-1.0.5.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/69ed0efe4b81f05da3c0bdc7281cbdc43f5ceb26',
'sha1Sum': '69ed0efe4b81f05da3c0bdc7281cbdc43f5ceb26'},
'WEB-INF/lib/repackaged-appengine-ant-launcher-1.9.4.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/4cfad29367eea0406340b011e811c609e4547ca8',
'sha1Sum': '4cfad29367eea0406340b011e811c609e4547ca8'},
'WEB-INF/lib/repackaged-appengine-jakarta-jstl-1.1.2.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/969cb852a22f155d327e504258fdf5b06538aae9',
'sha1Sum': '969cb852a22f155d327e504258fdf5b06538aae9'},
'WEB-INF/lib/commons-collections-3.2.1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/761ea405b9b37ced573d2df0d1e3a4e0f9edc668',
'sha1Sum': '761ea405b9b37ced573d2df0d1e3a4e0f9edc668'}, 'index.jsp':
{'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/f48f1e0dfe9b7fc38e59a1976765ae5a66d613fd',
'sha1Sum': 'f48f1e0dfe9b7fc38e59a1976765ae5a66d613fd'},
'WEB-INF/lib/httpclient-4.2.1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/b69bd03af60bf487b3ae1209a644ecac587bf6fc',
'sha1Sum': 'b69bd03af60bf487b3ae1209a644ecac587bf6fc'},
'WEB-INF/lib/_ah_compiled_jsps-0000.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/c9a8bf79dfb269eb521b750c485639b9a2d9209a',
'sha1Sum': 'c9a8bf79dfb269eb521b750c485639b9a2d9209a'},
'source-contexts.json': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/c0a179cf37a23a6238958f26c05aa4422bd6555a',
'sha1Sum': 'c0a179cf37a23a6238958f26c05aa4422bd6555a'},
'WEB-INF/lib/commons-codec-1.10.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/4b95f4897fa13f2cd904aee711aeafc0c5295cd8',
'sha1Sum': '4b95f4897fa13f2cd904aee711aeafc0c5295cd8'},
'WEB-INF/lib/commons-lang-2.4.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/16313e02a793435009f1e458fa4af5d879f6fb11',
'sha1Sum': '16313e02a793435009f1e458fa4af5d879f6fb11'},
'WEB-INF/lib/http-builder-0.7.1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/a21771ae3da5ce9f5c4d7a60c1e716666aa2acf9',
'sha1Sum': 'a21771ae3da5ce9f5c4d7a60c1e716666aa2acf9'},
'WEB-INF/lib/multiverse-core-0.7.0.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/db77d55199bc5672f05f5d725b70dd10033251ed',
'sha1Sum': 'db77d55199bc5672f05f5d725b70dd10033251ed'},
'WEB-INF/lib/commons-lang3-3.5.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/6c6c702c89bfff3cd9e80b04d668c5e190d588c6',
'sha1Sum': '6c6c702c89bfff3cd9e80b04d668c5e190d588c6'},
'WEB-INF/lib/gherkin-2.12.2.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/017138631fa20fd0e44a13e50d6b7be59cee1a94',
'sha1Sum': '017138631fa20fd0e44a13e50d6b7be59cee1a94'},
'WEB-INF/lib/jsr166y-1.7.0.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/8547fcb1c29b4f8c745c3f49a536aca58fc30f54',
'sha1Sum': '8547fcb1c29b4f8c745c3f49a536aca58fc30f54'},
'WEB-INF/lib/commons-logging-1.1.1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/5043bfebc3db072ed80fbd362e7caf00e885d8ae',
'sha1Sum': '5043bfebc3db072ed80fbd362e7caf00e885d8ae'},
'WEB-INF/lib/cucumber-groovy-1.2.4.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/26f7ce2370b574d8fef0ceb330d17af9cbd43d2d',
'sha1Sum': '26f7ce2370b574d8fef0ceb330d17af9cbd43d2d'},
'WEB-INF/lib/appengine-api-labs-1.9.48.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/055ebdcc5841f2a1381c7ce67354291a0776eec6',
'sha1Sum': '055ebdcc5841f2a1381c7ce67354291a0776eec6'},
'WEB-INF/lib/_ah_webinf_classes-0000.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/d36ca6b2bb9677bd173d6e8d98b94791f319dd32',
'sha1Sum': 'd36ca6b2bb9677bd173d6e8d98b94791f319dd32'},
'WEB-INF/lib/gate-0.1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/da18686f94699ac1effd6eeb7cdcd70b2959efdc',
'sha1Sum': 'da18686f94699ac1effd6eeb7cdcd70b2959efdc'},
'WEB-INF/lib/httpcore-4.2.1.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/2d503272bf0a8b5f92d64db78b4ba9abbaccc6fd',
'sha1Sum': '2d503272bf0a8b5f92d64db78b4ba9abbaccc6fd'},
'WEB-INF/lib/mongodb-driver-core-3.2.2.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/5fe989e7863333970ab0698f18c2ae9d3cb1b2d0',
'sha1Sum': '5fe989e7863333970ab0698f18c2ae9d3cb1b2d0'},
'WEB-INF/lib/cucumber-html-0.2.3.jar': {'sourceUrl':
'https://storage.googleapis.com/staging.madchampionship-157316.appspot.com/624a0c986088e32910336dd77aee5191c04a8201',
'sha1Sum': '624a0c986088e32910336dd77aee5191c04a8201'}}]
2017-04-05 00:12:55,547 INFO ___FILE_ONLY___ Updating service [default]...
2017-04-05 00:12:55,557 DEBUG root Converted YAML to JSON: "{
"betaSettings": {
"auto_id_policy": "default"
},
"handlers": [
{
"securityLevel": "SECURE_OPTIONAL",
"staticFiles": {
"path": "__static__\\1",
"requireMatchingFile": true,
"uploadPathRegex": "__NOT_USED__"
},
"urlRegex": "(/.*)"
},
{
"script": {
"scriptPath": "unused"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/"
},
{
"script": {
"scriptPath": "unused"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/_ah/.*"
},
{
"script": {
"scriptPath": "unused"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/api"
},
{
"script": {
"scriptPath": "unused"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": ".*\\.jsp"
},
{
"script": {
"scriptPath": "unused"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/.*/"
},
{
"script": {
"scriptPath": "unused"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/api/.*"
},
{
"script": {
"scriptPath": "unused"
},
"securityLevel": "SECURE_OPTIONAL",
"urlRegex": "/remote_api"
}
],
"inboundServices": [
"INBOUND_SERVICE_WARMUP"
],
"runtime": "java7",
"threadsafe": true
}"
2017-04-05 00:12:56,887 DEBUG root Received operation:
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
2017-04-05 00:12:57,063 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:02,248 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:07,978 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:13,137 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:18,356 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:23,526 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:28,675 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:33,832 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:38,993 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:44,173 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:49,326 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:54,487 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:13:59,629 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:04,786 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:09,930 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:15,082 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:20,248 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:25,390 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:30,530 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:35,666 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:40,826 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:45,972 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:51,118 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:14:56,259 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:01,424 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:06,567 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:11,713 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:16,859 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:22,026 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:27,162 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:32,302 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:37,450 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:42,803 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:47,943 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:53,083 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:15:58,224 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:03,441 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:08,584 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:13,729 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:18,879 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:24,055 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:29,198 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:34,558 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:39,697 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:44,861 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:49,997 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:16:55,171 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:00,331 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:05,476 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:10,620 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:15,761 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:20,924 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:26,070 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:31,201 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:36,344 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:41,539 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:46,842 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:51,985 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:17:57,131 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:02,376 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:07,519 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:12,667 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:17,810 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:22,972 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:28,112 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:33,256 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:38,400 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:43,574 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:48,721 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:53,868 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:18:59,006 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:04,161 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:09,295 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:15,032 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:20,373 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:25,617 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:30,786 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:35,965 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:41,205 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:46,544 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:51,721 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:19:56,932 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:03,103 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:08,260 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:13,455 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:18,628 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:23,793 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:29,160 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:34,343 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:39,521 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:44,821 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:50,065 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:20:55,218 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:00,519 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:05,698 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:10,979 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:16,149 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:21,475 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:26,709 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:31,875 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:37,027 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:42,234 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:47,389 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:52,544 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:21:57,696 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:02,898 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:08,081 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:13,233 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:18,423 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:23,877 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:29,071 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:34,342 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:39,487 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:44,642 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:49,796 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:22:54,954 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:23:00,126 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
not complete. Waiting 5s.
2017-04-05 00:23:05,284 DEBUG root Operation
[apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18]
complete. Result: {
"metadata": {
"target": "apps/madchampionship-157316/services/default/versions/dev",
"method": "google.appengine.v1.Versions.CreateVersion",
"user": "[email protected]",
"insertTime": "2017-04-04T23:12:56.076Z",
"ephemeralMessage": "Creating new version configuration in service
\"dev\".",
"endTime": "2017-04-04T23:23:04.961Z",
"@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1"
},
"done": true,
"name":
"apps/madchampionship-157316/operations/3ca94701-2b5f-426e-8448-81edbd3daf18",
"error": {
"message": "The system encountered a fatal error",
"code": 13
}
}
2017-04-05 00:23:05,285 DEBUG root (gcloud.app.deploy) Error
Response: [13] The system encountered a fatal error
Traceback (most recent call last):
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/calliope/cli.py", line
712, in Execute
resources = args.calliope_command.Run(cli=self, args=args)
File "/usr/lib/google-cloud-sdk/lib/googlecloudsdk/calliope/backend.py", line
758, in Run
resources = command_instance.Run(args)
File "/usr/lib/google-cloud-sdk/lib/surface/app/deploy.py", line 61, in Run
args, runtime_builder_strategy=runtime_builder_strategy)
File
"/usr/lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py",
line 432, in RunDeploy
all_services, app.gcrDomain)
File
"/usr/lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/app/deploy_util.py",
line 268, in Deploy
endpoints_info)
File
"/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/appengine_api_client.py",
line 141, in DeployService
operation)
File
"/usr/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/operations_util.py",
line 142, in WaitForOperation
encoding.MessageToPyValue(completed_operation.error)))
OperationError: Error Response: [13] The system encountered a fatal error
2017-04-05 00:23:05,285 ERROR root (gcloud.app.deploy) Error
Response: [13] The system encountered a fatal error