openwhisk-devtools icon indicating copy to clipboard operation
openwhisk-devtools copied to clipboard

make quick-start (docker-compose) failed

Open auctores opened this issue 2 years ago • 0 comments

here is the output...

Makefile:504: warning: overriding recipe for target 'install-package-alarms'
Makefile:497: warning: ignoring old recipe for target 'install-package-alarms'
Unpacking tarball.
downloading the CLI tool ...
downloading cli for linux
nightly: Pulling from openwhisk/controller
Digest: sha256:017cc01f1f04f7ad8d95c187cd5e840f9afd88de8572a191be6dd93ee0c2d356
Status: Image is up to date for openwhisk/controller:nightly
nightly: Pulling from openwhisk/nodejs6action
Digest: sha256:f36f93c2ce7a8c98b7a966e520e0e8eecc8ddeec44471e6ae76b433fc16640a7
Status: Image is up to date for openwhisk/nodejs6action:nightly
nightly: Pulling from openwhisk/dockerskeleton
Digest: sha256:7ee7669ba0f5aceeb8dfe2e1d6978cd74df19cba60bea42b66fb25606211eec5
Status: Image is up to date for openwhisk/dockerskeleton:nightly
pulling the docker images short list...
nightly: Pulling from openwhisk/invoker
Digest: sha256:eeb36944a383b915d782f7e5274aa76eb1e1454c47c9c6bef95c3b349df8c6ab
Status: Image is up to date for openwhisk/invoker:nightly
host ip address: xxx.xxx.xxx.xxx
checking required ports ...
 ... OK
  ... preparing api-gateway configuration
pinging minio...
 ... OK
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  from cryptography.hazmat.backends import default_backend
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  from cryptography.hazmat.backends import default_backend
openwhisk_minio_1 is up-to-date
{u'StatusCode': 0, u'Error': None}
Makefile:237: recipe for target 'setup' failed
make: *** [setup] Error 1

It seems that this line produces the error:

$(shell cat $(TMP_HOME)/tmp/openwhisk/local.env) docker-compose --project-name openwhisk run --rm --no-deps apigateway rclone mkdir minio:api-gateway

auctores avatar May 13 '22 16:05 auctores