In my mac m1 laptop I am trying to install the pro...
# troubleshoot
a
In my mac m1 laptop I am trying to install the project but while running the
./gradlew quickstart
getting below error.
Copy code
> Task :docker:elasticsearch-setup:docker
#12 10.24 go: <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>: <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>: Get "<https://proxy.golang.org/github.com/jwilder/dockerize/@v/v0.6.1.info>": dial tcp: lookup <http://proxy.golang.org|proxy.golang.org> on 192.168.65.5:53: read udp 172.17.0.2:59270->192.168.65.5:53: i/o timeout
#12 ERROR: executor failed running [/bin/sh -c go install <http://github.com/jwilder/dockerize@$DOCKERIZE_VERSION|github.com/jwilder/dockerize@$DOCKERIZE_VERSION>]: exit code: 1
------
 > [binary 5/5] RUN go install <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>:
#12 10.24 go: <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>: <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>: Get "<https://proxy.golang.org/github.com/jwilder/dockerize/@v/v0.6.1.info>": dial tcp: lookup <http://proxy.golang.org|proxy.golang.org> on 192.168.65.5:53: read udp 172.17.0.2:59270->192.168.65.5:53: i/o timeout
------
ERROR: failed to solve: executor failed running [/bin/sh -c go install <http://github.com/jwilder/dockerize@$DOCKERIZE_VERSION|github.com/jwilder/dockerize@$DOCKERIZE_VERSION>]: exit code: 1

> Task :docker:elasticsearch-setup:docker FAILED

> Task :docker:mysql-setup:docker FAILED
#11 10.24 go: <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>: <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>: Get "<https://proxy.golang.org/github.com/jwilder/dockerize/@v/v0.6.1.info>": dial tcp: lookup <http://proxy.golang.org|proxy.golang.org> on 192.168.65.5:53: read udp 172.17.0.2:59270->192.168.65.5:53: i/o timeout
#11 ERROR: executor failed running [/bin/sh -c go install <http://github.com/jwilder/dockerize@$DOCKERIZE_VERSION|github.com/jwilder/dockerize@$DOCKERIZE_VERSION>]: exit code: 1
------
 > [binary 5/5] RUN go install <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>:
#11 10.24 go: <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>: <http://github.com/jwilder/dockerize@v0.6.1|github.com/jwilder/dockerize@v0.6.1>: Get "<https://proxy.golang.org/github.com/jwilder/dockerize/@v/v0.6.1.info>": dial tcp: lookup <http://proxy.golang.org|proxy.golang.org> on 192.168.65.5:53: read udp 172.17.0.2:59270->192.168.65.5:53: i/o timeout
------
ERROR: failed to solve: executor failed running [/bin/sh -c go install <http://github.com/jwilder/dockerize@$DOCKERIZE_VERSION|github.com/jwilder/dockerize@$DOCKERIZE_VERSION>]: exit code: 1

> Task :datahub-web-react:yarnInstall
Done in 15.09s.

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':docker:elasticsearch-setup:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':docker:mysql-setup:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at <https://help.gradle.org>

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/6.9.2/userguide/command_line_interface.html#sec:command_line_warnings>

BUILD FAILED in 1m 8s
209 actionable tasks: 82 executed, 127 up-to-date
nsimadas@bcd0746626a5 datahub %
📖 1
🔍 1
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: ✅ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? ✅ button ✅ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? ✅ button Did you find a solution to your issue? ❌ Sorry you weren't able to find a solution. I'm sending you some tips on info you can provide to help the community troubleshoot. Whenever you feel your issue is solved, please react ✅ to your original message to let us know!
a
This was blocked by my company proxy so I have added this env varibale at docker files.
Copy code
RUN go env -w GOPROXY=direct
d
Hi Simanchal, were you able to run it successfully after adding envs?
a
That specific issue is gone, now I am getting some other issue.