apache / apache/openwhisk-devtools
make quick-start (docker-compose) failed
- Vorherrschende Sprache
- JavaScript
- Sterne
- 181
- Forks
- 124
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
```
Beitragsleitfaden
Rechercherichtung
Start at the setup target in Makefile around line 237 and inspect the command that reads TMP_HOME/tmp/openwhisk/local.env before running docker-compose for apigateway and rclone. Reproduce the quick-start flow and trace why this command causes setup to fail despite the reported status code; done means the docker-compose quick-start completes without the Makefile recipe error.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- docker, docker-compose
- Bereich
- devops, tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100