axiqia commented on issue #179: docker compose make quick start hangs URL: https://github.com/apache/incubator-openwhisk-devtools/issues/179#issuecomment-449919991 @rabbah I'm sorry for the late reply. I ran the following code ``` git clone https://github.com/apache/incubator-openwhisk-devtools.git cd incubator-openwhisk-devtools/docker-compose make quick-start ``` and there was no error about creating the directory. But it still recipe for target 'setup', bellow is details. ``` $ make quick-start % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 134 0 134 0 0 137 0 --:--:-- --:--:-- --:--:-- 137 100 10.7M 0 10.7M 0 0 2085k 0 --:--:-- 0:00:05 --:--:-- 3310k Unpacking tarball. downloading the CLI tool ... downloading cli for linux % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 626 0 626 0 0 609 0 --:--:-- 0:00:01 --:--:-- 609 100 3845k 100 3845k 0 0 289k 0 0:00:13 0:00:13 --:--:-- 250k pulling the docker images short list... Using default tag: latest latest: Pulling from openwhisk/controller Digest: sha256:aee7767c8f35474e9f7d4a36bbc77f8e207556b7c759111b6291289fbe4b9b4e Status: Image is up to date for openwhisk/controller:latest Using default tag: latest latest: Pulling from openwhisk/invoker Digest: sha256:1a81296919e62cc51f0041230c03d20f5ef243d6df19554064def85fe0fb7fd3 Status: Image is up to date for openwhisk/invoker:latest Using default tag: latest latest: Pulling from openwhisk/nodejs6action 027274c8e111: Pull complete d3f9339a1359: Pull complete 872f75707cf4: Pull complete dd5eed9f50d5: Pull complete 28f71e00156f: Pull complete d11b46f7864e: Downloading 0352ff3f9ba2: Download complete 97b04a9a6d18: Download complete f422020d2a27: Download complete 6685692c5515: Downloading 8e1342e7b5b8: Downloading 0134e7b87d46: Downloading 3de96dc5f9dc: Downloading latest: Pulling from openwhisk/nodejs6action Digest: sha256:2a37560109e5b3ff4427e77282566500e578049834c2ffe5613a0678df1bcac8 Status: Image is up to date for openwhisk/nodejs6action:latest Using default tag: latest latest: Pulling from openwhisk/dockerskeleton Digest: sha256:85afe317d91b2fd97243812084b27e502dd2e6e001a187febd42af9ba61d03ce Status: Image is up to date for openwhisk/dockerskeleton:latest host ip address: 10.2.64.1 checking required ports ... ... OK ... preparing api-gateway configuration pinging minio... ... OK Removing openwhisk_minio_1 Recreating 3989bbdd5847_openwhisk_minio_1 ... done 2018/12/26 04:34:54 ERROR : Attempt 1/3 failed with 1 errors and: RequestError: send request failed caused by: Head http://minio.docker:9000/api-gateway: dial tcp: lookup minio.docker on 127.0.0.11:53: read udp 127.0.0.1:40619->127.0.0.11:53: i/o timeout 2018/12/26 05:01:17 ERROR : Attempt 2/3 failed with 1 errors and: RequestError: send request failed caused by: Head http://minio.docker:9000/api-gateway: dial tcp: lookup minio.docker on 127.0.0.11:53: read udp 127.0.0.1:57420->127.0.0.11:53: i/o timeout 2018/12/26 05:26:43 ERROR : Attempt 3/3 failed with 1 errors and: RequestError: send request failed caused by: Head http://minio.docker:9000/api-gateway: dial tcp: lookup minio.docker on 127.0.0.11:53: read udp 127.0.0.1:52130->127.0.0.11:53: i/o timeout 2018/12/26 05:26:43 Failed to mkdir: RequestError: send request failed caused by: Head http://minio.docker:9000/api-gateway: dial tcp: lookup minio.docker on 127.0.0.11:53: read udp 127.0.0.1:52130->127.0.0.11:53: i/o timeout Makefile:201: recipe for target 'setup' failed make: *** [setup] Error 1 ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
