Skip to content

Instantly share code, notes, and snippets.

View aaron-prindle's full-sized avatar
💭
📦

Aaron Prindle aaron-prindle

💭
📦
  • Google
  • San Francisco
View GitHub Profile
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO builder initialization took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO check python version took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO check python version took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO checking_cached_interpreter_layer took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO create_virtualenv took 1 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO tar_venv_interpreter took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO gzip_venv_interpreter took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO building_interpreter_layer took 2 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO check
gunicorn
uwsgi
django
flask
google-cloud
requests
cryptography
pillow
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO builder initialization took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO check python version took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO check python version took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO checking_cached_interpreter_layer took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO create_virtualenv took 1 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO tar_venv_interpreter took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO gzip_venv_interpreter took 0 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO building_interpreter_layer took 2 seconds
Step #2 - "build-image-gcr.io/ftl-node-test/repro_test-image:latest": INFO check
{
"autoload": {
"psr-4": {
"Google\\Cloud\\Samples\\Bookshelf\\": ["src", "test/lib"]
}
},
"require": {
"php": ">=5.5",
"silex/silex": "^1.3",
"psr/log": "*",
{
"autoload": {
"psr-4": {
"Google\\Cloud\\Samples\\Bookshelf\\": ["src", "test/lib"]
}
},
"require": {
"php": ">=5.5",
"silex/silex": "^1.3",
"psr/log": "*",
{
"autoload": {
"psr-4": {
"Google\\Cloud\\Samples\\Bookshelf\\": ["src", "test/lib"]
}
},
"require": {
"php": ">=5.5",
"silex/silex": "^1.3",
"psr/log": "*",
____Loading complete. Analyzing...
____Found 1 target...
Target //ftl:node_builder up-to-date:
bazel-bin/ftl/node_builder
____Elapsed time: 0.174s, Critical Path: 0.00s
____Running command line: bazel-bin/ftl/node_builder '--base=gcr.io/google-appengine/nodejs:latest' '--name=gcr.io/aprindle-vm/node-test-v130:latest' '--directory=/usr/local/google/home/aprindle/runtimes-common/src/github.com/GoogleCloudPlatform/runtimes-common/ftl/node/benchmark/data/large_app'
2018-01-05,15:41:47.158 INFO Loading Docker credentials for repository 'gcr.io/google-appengine/nodejs:latest'
2018-01-05,15:41:47.158 INFO Loading Docker credentials for repository 'gcr.io/aprindle-vm/node-test-v130:latest'
2018-01-05,15:41:47.586 INFO Invoking 'docker-credential-gcr' to obtain Docker credentials.
____Loading package: ftl
____Loading complete. Analyzing...
____Found 1 target...
Target //ftl:node_builder up-to-date:
bazel-bin/ftl/node_builder
____Elapsed time: 0.222s, Critical Path: 0.01s
____Running command line: bazel-bin/ftl/node_builder '--base=gcr.io/google-appengine/nodejs:latest' '--name=gcr.io/aprindle-vm/node-test-v122:latest' '--directory=/usr/local/google/home/aprindle/runtimes-common/src/github.com/GoogleCloudPlatform/runtimes-common/ftl/node/benchmark/data/large_app' --no-cache '--v=INFO'
2018-01-05,14:56:27.459 INFO Loading Docker credentials for repository 'gcr.io/google-appengine/nodejs:latest'
2018-01-05,14:56:27.459 INFO Loading Docker credentials for repository 'gcr.io/aprindle-vm/node-test-v122:latest'
____Loading complete. Analyzing...
____Found 1 target...
Target //ftl:node_builder up-to-date:
bazel-bin/ftl/node_builder
____Elapsed time: 0.194s, Critical Path: 0.00s
____Running command line: bazel-bin/ftl/node_builder '--base=gcr.io/google-appengine/nodejs:latest' '--name=gcr.io/aprindle-vm/node-test-v122:latest' '--directory=/usr/local/google/home/aprindle/runtimes-common/src/github.com/GoogleCloudPlatform/runtimes-common/ftl/node/benchmark/data/large_app' --no-cache '--v=INFO'
2018-01-05,14:55:28.371 INFO Loading Docker credentials for repository 'gcr.io/google-appengine/nodejs:latest'
2018-01-05,14:55:28.371 INFO Loading Docker credentials for repository 'gcr.io/aprindle-vm/node-test-v122:latest'
2018-01-05,14:55:28.371 INFO builder initialization took 0 seconds
def GetCacheKey(self, descriptor_files):
descriptor = None
for f in descriptor_files:
if self.ctx.Contains(f):
descriptor = f
descriptor_contents = self.ctx.GetFile(descriptor)
break
if not descriptor:
logging.info('No package descriptor found. No packages installed.')
return None