unboundedsystems / adapt

ReactJS for your infrastructure. Create and deploy full-stack apps to any infrastructure using the power of React.

Home Page:https://adaptjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EBUSY error with 'adapt run' on Windows

mterrel opened this issue · comments

When attempting to follow the instructions in the GKE blog article, the adapt run step results in the error Error: EBUSY: resource busy or locked, rmdir, like in the following output:

$ adapt run k8s-test --deployID app-test
[13:23:59] Installing node modules [started]
[13:24:02] Installing node modules [failed]
[13:24:02] → EBUSY: resource busy or locked, rmdir 'E:\Sites\wud\deploy'
Error: EBUSY: resource busy or locked, rmdir 'E:\Sites\wud\deploy'
Code: EBUSY

Adapt version: v0.3.1
Node version: 12.18.3
Windows 10
GNU bash, version 4.4.23(1)-release (x86_64-pc-msys) (MinGW) - Note that this error also occurs when run under PowerShell.

Thanks to @kirkbross for originally reporting this issue.

The issue here appears to be Windows-specific, due to incorrect checks in the utils isLocal function for Windows paths with a drive letter.

Added beta-level support for running on Windows with https://gitlab.com/unboundedsystems/adapt/-/merge_requests/350
This specific issue was fixed in 3e0664a

The fixes were published in version 0.4.0-next.6 and will be published in 0.4.0 in the near future. Please try out Adapt on Windows and let us know if you see any issues, either by chatting with us on Gitter or opening a new issue.

To install or upgrade your Adapt CLI to the current next version:

yarn global add @adpt/cli@next

or

npm install -g @adpt/cli@next

If you have existing Adapt projects, you'll also need to update the version of @adpt/... packages that those projects use. For projects created with adapt new ..., go into the deploy directory and edit package.json. Change the versions of dependencies @adpt/core and @adpt/cloud and any other dependencies that start with @adpt to be 0.4.0-next.6 or later.

I got an error but just realized I had deleted my instance to save money! Let me try again.

Oops! My instructions for upgrading were incomplete. I'm guessing you went back to the project you had already created earlier? That one will still have the older versions specified in its package.json. So you can either hand edit deploy\package.json and change the versions of @adpt/core and @adpt/cloud to 0.4.0-next.6 or you can delete the whole project and start again with adapt new ... and create a new project that should have the right versions already set up.

Okay... this time it deployed but with errors. Here's the whole deploy. I can't be certain I didn't do something wrong but I deleted my VM instance and recreated the app. The only thing I re-used was my existing (empty) GCP project.

$ adapt run k8s-test --deployID app-test
[15:02:10] Installing node modules [started]
[15:02:10] → yarn install v1.22.0
[15:02:10] → info No lockfile found.
[15:02:10] → [1/4] Resolving packages...
[15:02:12] → [2/4] Fetching packages...
[15:02:12] → [3/4] Linking dependencies...
[15:02:19] → [4/4] Building fresh packages...
[15:02:19] → success Saved lockfile.
[15:02:19] → Done in 9.30s.
[15:02:19] Installing node modules [completed]
[15:02:19] Validating project [started]
[15:02:19] Validating project [completed]
[15:02:19] Creating new project deployment [started]
[15:02:20] Compiling project [started]
[15:02:42] Compiling project [completed]
[15:02:42] Building new DOM [started]
[15:02:46] Building new DOM [completed]
[15:02:46] Loading previous DOM [started]
[15:02:46] Loading previous DOM [completed]
[15:02:46] Observing environment [started]
[15:02:46] Observing environment [completed]
[15:02:46] Deploying [started]
[15:02:46] Deployment progress [started]
[15:02:46] Applying changes to environment [started]
[15:02:46] → Rebuilding DOM
[15:02:54] → Observing and analyzing environment
[15:02:59] → Applying changes to environment
[15:02:59] LocalDockerImage [started]
[15:02:59] Resource [started]
[15:02:59] RegistryDockerImage [started]
[15:02:59] LocalDockerImage [started]
[15:02:59] LocalDockerImage [started]
[15:02:59] Resource [started]
[15:02:59] RegistryDockerImage [started]
[15:02:59] LocalDockerImage [started]
[15:02:59] Resource [started]
[15:02:59] RegistryDockerImage [started]
[15:02:59] LocalDockerImage [started]
[15:02:59] Resource [started]
[15:02:59] RegistryDockerImage [started]
[15:02:59] Service [started]
[15:02:59] Deployment [started]
[15:02:59] Container [started]
[15:02:59] Service [started]
[15:02:59] Deployment [started]
[15:02:59] Container [started]
[15:02:59] Service [started]
[15:02:59] Deployment [started]
[15:02:59] Container [started]
[15:02:59] Service [started]
[15:02:59] Deployment [started]
[15:02:59] Container [started]
[15:02:59] Building Docker image 'nginx-url-router' [title changed]
[15:02:59] Creating Service urlrouter-netsvc-9c3707bc6ff5867c6437aacd52cec8d3 [title changed]
[15:02:59] Building Docker image 'react-app' [title changed]
[15:02:59] Creating Service reactapp-netsvc-cf53f22dcf1a3d5ac75bfd4367877f20 [title changed]
[15:02:59] Building Docker image 'node-service' [title changed]
[15:02:59] Creating Service nodeservice-netsvc-ec3d0910228c8cc73e07972b8ba157b9 [title changed]
[15:02:59] Building Docker image 'preloaded-postgres' [title changed]
[15:02:59] Creating Service postgres-testpostgres-netsvc-65f2d033629fc8d0a9d5e4e572892000 [title changed]
[15:02:59] → No pods specified, or waiting for Pod elements to not build to null
[15:02:59] → Waiting for Docker image
[15:02:59] Service [completed]
[15:02:59] → No pods specified, or waiting for Pod elements to not build to null
[15:02:59] → Waiting for Docker image
[15:02:59] Service [completed]
[15:02:59] → No pods specified, or waiting for Pod elements to not build to null
[15:02:59] → Waiting for Docker image
[15:02:59] Service [completed]
[15:02:59] → No pods specified, or waiting for Pod elements to not build to null
[15:02:59] → Waiting for Docker image
Thu, 24 Sep 2020 22:02:59 GMT [deploy:run:deploy:act] INFO: Doing Building Docker image 'nginx-url-router'
Thu, 24 Sep 2020 22:02:59 GMT [deploy:run:deploy:act] INFO: Doing Creating Service urlrouter-netsvc-9c3707bc6ff5867c6437aacd52cec8d3
Thu, 24 Sep 2020 22:02:59 GMT [deploy:run:deploy:act] INFO: Doing Building Docker image 'react-app'
Thu, 24 Sep 2020 22:02:59 GMT [deploy:run:deploy:act] INFO: Doing Creating Service reactapp-netsvc-cf53f22dcf1a3d5ac75bfd4367877f20
Thu, 24 Sep 2020 22:02:59 GMT [deploy:run:deploy:act] INFO: Doing Building Docker image 'node-service'
Thu, 24 Sep 2020 22:02:59 GMT [deploy:run:deploy:act] INFO: Doing Creating Service nodeservice-netsvc-ec3d0910228c8cc73e07972b8ba157b9
Thu, 24 Sep 2020 22:02:59 GMT [deploy:run:deploy:act] INFO: Doing Building Docker image 'preloaded-postgres'
Thu, 24 Sep 2020 22:02:59 GMT [deploy:run:deploy:act] INFO: Doing Creating Service postgres-testpostgres-netsvc-65f2d033629fc8d0a9d5e4e572892000
[15:03:00] → Waiting for resource to be created
[15:03:04] Creating Service nodeservice-netsvc-ec3d0910228c8cc73e07972b8ba157b9 [completed]
[15:03:04] Creating Service urlrouter-netsvc-9c3707bc6ff5867c6437aacd52cec8d3 [completed]
[15:03:04] Creating Service reactapp-netsvc-cf53f22dcf1a3d5ac75bfd4367877f20 [completed]
[15:03:04] Creating Service postgres-testpostgres-netsvc-65f2d033629fc8d0a9d5e4e572892000 [completed]
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: --Error while Building Docker image 'node-service'
Error: Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test E:\Sites\wud\backend
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=.dockerfile.e90f7a6bd9d117cad90d&forcerm=1&labels=%7B%22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmode=default&rm=1&session=v636h11trw59hoh4bxlixfhap&shmsize=0&target=&ulimits=null&version=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
----------
[15:03:04] Building Docker image 'node-service' [title changed]
[15:03:04] Building Docker image 'node-service' [failed]
[15:03:04] → Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test E:\Sites\wud\backend
[15:03:04] Applying changes to environment [failed]
[15:03:04] → Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test E:\Sites\wud\backend
[15:03:04] Deploying [failed]
[15:03:04] → Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test E:\Sites\wud\backend
[15:03:04] Pushing image 'node-service' to gcr.io/wuddit-427 [title changed]
[15:03:04] Pushing image 'node-service' to gcr.io/wuddit-427 [failed]
[15:03:04] → A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying LocalNodeImage: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Pushing image 'node-service' to gcr.io/wuddit-427: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: --Error while Building Docker image 'react-app'
Error: Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test E:\Sites\wud\frontend
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=.dockerfile.33f46381a220bab2eed0&forcerm=1&labels=%7B%22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmode=default&rm=1&session=6fghqond23ar1eug3xldc35ln&shmsize=0&target=&ulimits=null&version=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
----------
[15:03:04] Building Docker image 'react-app' [title changed]
[15:03:04] Building Docker image 'react-app' [failed]
[15:03:04] → Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test E:\Sites\wud\frontend
[15:03:04] Building Docker image 'nginx-static' [title changed]
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying LocalNodeImage: A dependency failed to deploy successfully
[15:03:04] Building Docker image 'nginx-static' [failed]
[15:03:04] → A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactApp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactApp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactApp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactApp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
[15:03:04] Pushing image 'nginx-static' to gcr.io/wuddit-427 [title changed]
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Building Docker image 'nginx-static': A dependency failed to deploy successfully
[15:03:04] Pushing image 'nginx-static' to gcr.io/wuddit-427 [failed]
[15:03:04] → A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Group: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying SequenceDeferred: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying ApplyStyle: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp-Group"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp-img"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp-Group"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp-img"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Pushing image 'nginx-static' to gcr.io/wuddit-427: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Sequence: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying ApplyStyle: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying ReactApp: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: --Error while Building Docker image 'nginx-url-router'
Error: Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test C:\Users\kirkb\AppData\Local\Temp\adapt-docker-build-V2ctrf
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=.dockerfile.27661dbbda6ce9492a00&forcerm=1&labels=%7B%22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmode=default&rm=1&session=otf05wmcnz6asra8qrij0yyrj&shmsize=0&target=&ulimits=null&version=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
----------
[15:03:04] Building Docker image 'nginx-url-router' [title changed]
[15:03:04] Building Docker image 'nginx-url-router' [failed]
[15:03:04] → Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test C:\Users\kirkb\AppData\Local\Temp\adapt-docker-build-V2ctrf
[15:03:04] Pushing image 'nginx-url-router' to gcr.io/wuddit-427 [title changed]
[15:03:04] Pushing image 'nginx-url-router' to gcr.io/wuddit-427 [failed]
[15:03:04] → A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter-Group"], ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","LocalDockerImage"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter-Group"], ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","LocalDockerImage"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Pushing image 'nginx-url-router' to gcr.io/wuddit-427: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Group: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying SequenceDeferred: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying ApplyStyle: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Sequence: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: --Error while Building Docker image 'preloaded-postgres'
Error: Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test C:\Users\kirkb\AppData\Local\Temp\adapt-docker-build-zibMWC
time="2020-09-24T15:03:04-07:00" level=error msg="failed to dial gRPC: cannot connect to the Docker daemon. Is 'docker daemon' running on this host?: open //./pipe/docker_engine: The system cannot find the file specified."
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=.dockerfile.24633dc9d63c1fe013ea&forcerm=1&labels=%7B%22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmode=default&rm=1&session=2ud3m1ce09rxqcrnbqh6e7n3q&shmsize=0&target=&ulimits=null&version=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
----------
[15:03:04] Building Docker image 'preloaded-postgres' [title changed]
[15:03:04] Building Docker image 'preloaded-postgres' [failed]
[15:03:04] → Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test C:\Users\kirkb\AppData\Local\Temp\adapt-docker-build-zibMWC
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying UrlRouter: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying ApplyStyle: A dependency failed to deploy successfully
[15:03:04] Pushing image 'preloaded-postgres' to gcr.io/wuddit-427 [title changed]
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying PreloadedPostgresImage: A dependency failed to deploy successfully
[15:03:04] Pushing image 'preloaded-postgres' to gcr.io/wuddit-427 [failed]
[15:03:04] → A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-Group"], ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-img","Postgres-TestPostgres-img-LocalDockerImage"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-Group"], ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-img","Postgres-TestPostgres-img-LocalDockerImage"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Pushing image 'preloaded-postgres' to gcr.io/wuddit-427: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Group: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying SequenceDeferred: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying ApplyStyle: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Sequence: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying TestPostgres: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","NodeService","NodeService","NodeService","NodeService","NodeService","NodeService","NodeService-Group"], ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Edge( ["App","App-Group","NodeService","NodeService","NodeService","NodeService","NodeService","NodeService","NodeService-Group"], ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres"] ): A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying ApplyStyle: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Group: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying ApplyStyle: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying Group: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run:deploy:act] ERROR: Error while deploying App: A dependency failed to deploy successfully
Thu, 24 Sep 2020 22:03:04 GMT [deploy:run] ERROR: Error creating deployment: Errors encountered during plugin action phase
[15:03:04] Deployment progress [failed]
[15:03:04] → Errors encountered during plugin action phase
[15:03:04] Creating new project deployment [failed]
[15:03:04] → This project cannot be deployed.
47 errors encountered during deploy:
[deploy:run:deploy:act] : --Error while Building Docker image 'node-service'
Error: Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test E:\Sites\wud\backend
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=.dockerfile.e90f7a6bd9d117cad90d&forcerm=1&labels=%7B%22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmode=default&rm=1&session=v636h11trw59hoh4bxlixfhap&shmsize=0&target=&ulimits=null&version=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
----------
[deploy:run:deploy:act] : Error while deploying LocalNodeImage: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Pushing image 'node-service' to gcr.io/wuddit-427: A dependency failed to deploy successfully
[deploy:run:deploy:act] : --Error while Building Docker image 'react-app'
Error: Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test E:\Sites\wud\frontend
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=.dockerfile.33f46381a220bab2eed0&forcerm=1&labels=%7B%22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmode=default&rm=1&session=6fghqond23ar1eug3xldc35ln&shmsize=0&target=&ulimits=null&version=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
----------
[deploy:run:deploy:act] : Error while deploying LocalNodeImage: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactApp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactApp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactApp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactApp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Building Docker image 'nginx-static': A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Group: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying SequenceDeferred: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp-Group"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp-img"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp-Group"], ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp-img"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Pushing image 'nginx-static' to gcr.io/wuddit-427: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Sequence: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying ReactApp: A dependency failed to deploy successfully
[deploy:run:deploy:act] : --Error while Building Docker image 'nginx-url-router'
Error: Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test C:\Users\kirkb\AppData\Local\Temp\adapt-docker-build-V2ctrf
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=.dockerfile.27661dbbda6ce9492a00&forcerm=1&labels=%7B%22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmode=default&rm=1&session=otf05wmcnz6asra8qrij0yyrj&shmsize=0&target=&ulimits=null&version=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
----------
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter-Group"], ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","LocalDockerImage"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter-Group"], ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRouter","LocalDockerImage"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Pushing image 'nginx-url-router' to gcr.io/wuddit-427: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Group: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying SequenceDeferred: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Sequence: A dependency failed to deploy successfully
[deploy:run:deploy:act] : --Error while Building Docker image 'preloaded-postgres'
Error: Command failed with exit code 1: docker build -f - --force-rm --label org.adaptjs.deployID=app-test C:\Users\kirkb\AppData\Local\Temp\adapt-docker-build-zibMWC
time="2020-09-24T15:03:04-07:00" level=error msg="failed to dial gRPC: cannot connect to the Docker daemon. Is 'docker daemon' running on this host?: open //./pipe/docker_engine: The system cannot find the file specified."
error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=.dockerfile.24633dc9d63c1fe013ea&forcerm=1&labels=%7B%22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmode=default&rm=1&session=2ud3m1ce09rxqcrnbqh6e7n3q&shmsize=0&target=&ulimits=null&version=1: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
----------
[deploy:run:deploy:act] : Error while deploying UrlRouter: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying PreloadedPostgresImage: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-Group"], ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-img","Postgres-TestPostgres-img-LocalDockerImage"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-Group"], ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-img","Postgres-TestPostgres-img-LocalDockerImage"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Pushing image 'preloaded-postgres' to gcr.io/wuddit-427: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Group: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying SequenceDeferred: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Sequence: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying TestPostgres: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","NodeService","NodeService","NodeService","NodeService","NodeService","NodeService","NodeService-Group"], ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Edge( ["App","App-Group","NodeService","NodeService","NodeService","NodeService","NodeService","NodeService","NodeService-Group"], ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres"] ): A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Group: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying Group: A dependency failed to deploy successfully
[deploy:run:deploy:act] : Error while deploying App: A dependency failed to deploy successfully
[deploy:run] : Error creating deployment: Errors encountered during plugin action phase

Deployment created but errors occurred in the deploy phase.
DeployID is: app-test
 »   Error: This project cannot be deployed.
 »   47 errors encountered during deploy:
 »   [deploy:run:deploy:act] : --Error while Building Docker image
 »   'node-service'
 »   Error: Command failed with exit code 1: docker build -f - --force-rm
 »   --label org.adaptjs.deployID=app-test E:\Sites\wud\backend
 »   error during connect: Post
 »   http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefr
 »   om=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpu
 »   shares=0&dockerfile=.dockerfile.e90f7a6bd9d117cad90d&forcerm=1&labels=%7B%
 »   22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmo
 »   de=default&rm=1&session=v636h11trw59hoh4bxlixfhap&shmsize=0&target=&ulimit
 »   s=null&version=1: open //./pipe/docker_engine: The system cannot find the
 »   file specified. In the default daemon configuration on Windows, the docker
 »   client must be run elevated to connect. This error may also indicate that
 »   the docker daemon is not running.
 »   ----------
 »   [deploy:run:deploy:act] : Error while deploying LocalNodeImage: A
 »   dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Pushing image
 »   'node-service' to gcr.io/wuddit-427: A dependency failed to deploy
 »   successfully
 »   [deploy:run:deploy:act] : --Error while Building Docker image 'react-app'
 »   Error: Command failed with exit code 1: docker build -f - --force-rm
 »   --label org.adaptjs.deployID=app-test E:\Sites\wud\frontend
 »   error during connect: Post
 »   http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefr
 »   om=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpu
 »   shares=0&dockerfile=.dockerfile.33f46381a220bab2eed0&forcerm=1&labels=%7B%
 »   22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmo
 »   de=default&rm=1&session=6fghqond23ar1eug3xldc35ln&shmsize=0&target=&ulimit
 »   s=null&version=1: open //./pipe/docker_engine: The system cannot find the
 »   file specified. In the default daemon configuration on Windows, the docker
 »   client must be run elevated to connect. This error may also indicate that
 »   the docker daemon is not running.
 »   ----------
 »   [deploy:run:deploy:act] : Error while deploying LocalNodeImage: A
 »   dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp",
 »   "ReactApp","ReactApp","ReactApp","ReactApp"],
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactA
 »   pp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp",
 »   "ReactApp","ReactApp","ReactApp","ReactApp"],
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactA
 »   pp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp",
 »   "ReactApp","ReactApp","ReactApp","ReactApp"],
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactA
 »   pp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp",
 »   "ReactApp","ReactApp","ReactApp","ReactApp"],
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp-img","ReactA
 »   pp-img-LocalDockerImage"] ): A dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Building Docker image
 »   'nginx-static': A dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Group: A dependency failed
 »   to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying SequenceDeferred: A
 »   dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp",
 »   "ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactAp
 »   p-Group"],
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp",
 »   "ReactApp","ReactApp","ReactApp","ReactApp-img"] ): A dependency failed to
 »   deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp",
 »   "ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp","ReactAp
 »   p-Group"],
 »   ["App","App-Group","ReactApp","ReactApp","ReactApp","ReactApp","ReactApp",
 »   "ReactApp","ReactApp","ReactApp","ReactApp-img"] ): A dependency failed to
 »   deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Pushing image
 »   'nginx-static' to gcr.io/wuddit-427: A dependency failed to deploy
 »   successfully
 »   [deploy:run:deploy:act] : Error while deploying Sequence: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying ReactApp: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : --Error while Building Docker image
 »   'nginx-url-router'
 »   Error: Command failed with exit code 1: docker build -f - --force-rm
 »   --label org.adaptjs.deployID=app-test
 »   C:\Users\kirkb\AppData\Local\Temp\adapt-docker-build-V2ctrf
 »   error during connect: Post
 »   http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefr
 »   om=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpu
 »   shares=0&dockerfile=.dockerfile.27661dbbda6ce9492a00&forcerm=1&labels=%7B%
 »   22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmo
 »   de=default&rm=1&session=otf05wmcnz6asra8qrij0yyrj&shmsize=0&target=&ulimit
 »   s=null&version=1: open //./pipe/docker_engine: The system cannot find the
 »   file specified. In the default daemon configuration on Windows, the docker
 »   client must be run elevated to connect. This error may also indicate that
 »   the docker daemon is not running.
 »   ----------
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRou
 »   ter","UrlRouter","UrlRouter","UrlRouter","UrlRouter-Group"],
 »   ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRou
 »   ter","LocalDockerImage"] ): A dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRou
 »   ter","UrlRouter","UrlRouter","UrlRouter","UrlRouter-Group"],
 »   ["App","App-Group","UrlRouter","UrlRouter","UrlRouter","UrlRouter","UrlRou
 »   ter","LocalDockerImage"] ): A dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Pushing image
 »   'nginx-url-router' to gcr.io/wuddit-427: A dependency failed to deploy
 »   successfully
 »   [deploy:run:deploy:act] : Error while deploying Group: A dependency failed
 »   to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying SequenceDeferred: A
 »   dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Sequence: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : --Error while Building Docker image
 »   'preloaded-postgres'
 »   Error: Command failed with exit code 1: docker build -f - --force-rm
 »   --label org.adaptjs.deployID=app-test
 »   C:\Users\kirkb\AppData\Local\Temp\adapt-docker-build-zibMWC
 »   time="2020-09-24T15:03:04-07:00" level=error msg="failed to dial gRPC:
 »   cannot connect to the Docker daemon. Is 'docker daemon' running on this
 »   host?: open //./pipe/docker_engine: The system cannot find the file
 »   specified."
 »   error during connect: Post
 »   http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/build?buildargs=%7B%7D&cachefr
 »   om=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpu
 »   shares=0&dockerfile=.dockerfile.24633dc9d63c1fe013ea&forcerm=1&labels=%7B%
 »   22org.adaptjs.deployID%22%3A%22app-test%22%7D&memory=0&memswap=0&networkmo
 »   de=default&rm=1&session=2ud3m1ce09rxqcrnbqh6e7n3q&shmsize=0&target=&ulimit
 »   s=null&version=1: open //./pipe/docker_engine: The system cannot find the
 »   file specified. In the default daemon configuration on Windows, the docker
 »   client must be run elevated to connect. This error may also indicate that
 »   the docker daemon is not running.
 »   ----------
 »   [deploy:run:deploy:act] : Error while deploying UrlRouter: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying PreloadedPostgresImage: A
 »   dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres
 »   -TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-T
 »   estPostgres","Postgres-TestPostgres","Postgres-TestPostgres-Group"],
 »   ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres
 »   -TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-img","Postgr
 »   es-TestPostgres-img-LocalDockerImage"] ): A dependency failed to deploy
 »   successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres
 »   -TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres","Postgres-T
 »   estPostgres","Postgres-TestPostgres","Postgres-TestPostgres-Group"],
 »   ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres
 »   -TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres-img","Postgr
 »   es-TestPostgres-img-LocalDockerImage"] ): A dependency failed to deploy
 »   successfully
 »   [deploy:run:deploy:act] : Error while deploying Pushing image
 »   'preloaded-postgres' to gcr.io/wuddit-427: A dependency failed to deploy
 »   successfully
 »   [deploy:run:deploy:act] : Error while deploying Group: A dependency failed
 »   to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying SequenceDeferred: A
 »   dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Sequence: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying TestPostgres: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","NodeService","NodeService","NodeService","NodeService"
 »   ,"NodeService","NodeService","NodeService-Group"],
 »   ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres
 »   -TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres"] ): A
 »   dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Edge(
 »   ["App","App-Group","NodeService","NodeService","NodeService","NodeService"
 »   ,"NodeService","NodeService","NodeService-Group"],
 »   ["App","App-Group","Postgres","Postgres","Postgres-TestPostgres","Postgres
 »   -TestPostgres","Postgres-TestPostgres","Postgres-TestPostgres"] ): A
 »   dependency failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Group: A dependency failed
 »   to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying ApplyStyle: A dependency
 »   failed to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying Group: A dependency failed
 »   to deploy successfully
 »   [deploy:run:deploy:act] : Error while deploying App: A dependency failed
 »   to deploy successfully
 »   [deploy:run] : Error creating deployment: Errors encountered during plugin
 »   action phase
 »
 »   Deployment created but errors occurred in the deploy phase.
 »   DeployID is: app-test

Do you have Docker Desktop installed and running on your local Windows system? What happens if you just type docker info from your command line prompt?

$ docker info
Client:
 Debug Mode: false

Server:
ERROR: error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/info: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
errors pretty printing info

Ok, so it looks like Docker Desktop isn't running or isn't set up correctly on your system. Do you have a Docker Desktop item in your Windows start menu? If so, open that and hopefully that should start Docker running. Note that it can take a minute or two for Docker to fully start up. Normally, you'll see two notifications: one when you first open Docker and another when it's fully up and running.

If you have Docker installed but are still having trouble, try the troubleshooting guide from Docker.

If you don't have Docker installed, you can find it here: https://hub.docker.com/editions/community/docker-ce-desktop-windows

Also ensure you have the gcloud SDK installed too. And if you just installed either one, you might want to reboot once just to ensure everything is set up correctly.

Okay. I updated Docker Desktop and with it running reran adapt run k8s-test --deployID app-test and voila:

Deployment created successfully. DeployID is: app-test2.

(I re-named it app-test2 because I got an already exists error using app-test)

Woohoo!! 🎉 Thanks for being so patient and working through the issues. Let me know if you have more questions or need more help.

Thanks for fix! Now I'm going to try to expand it to the moviedb app. I'm assuming all the instructions still apply?

There is a small update to the instructions due to a difference in the tar command on Windows. The next version of docs has the change. But for reference, from the moviedb\deploy directory, type:

curl https://gitlab.com/adpt/gsg-moviedb/-/archive/v2/gsg-moviedb-v2.tar.gz | tar -zxvf - --strip=1 -C ..

Let me know if you have any trouble.