nielsbasjes commented on pull request #13308:
URL: https://github.com/apache/beam/pull/13308#issuecomment-732800818
In the current version still fails to `./gradlew build` completely.
2 problems right now:
First this error that "sometimes" occurs:
```
-----------
* What went wrong:
Execution failed for task ':sdks:go:test:load:resolveBuildDependencies'.
> Exception in resolution, message is:
Cannot resolve dependency:github.com/etcd-io/etcd:
commit='11214aa33bf5a47d3d9d8dafe0f6b97237dfe921',
urls=[https://github.com/etcd-io/etcd.git, [email protected]:etcd-io/etcd.git]
Resolution stack is:
+- github.com/apache/beam/sdks/go/test/load
+- ./github.com/apache/beam/sdks/go@/home/nbasjes/beam/sdks/go
```
The funny thing is that apparently the code is locked to a commit in etcd
that was put in in February 2018, almost 2 years ago.
Second building the website consistently fails with this.
```
> Task :website:startDockerContainer
16b1c9631a0b35b77e763b80145fa07320be545c679c118c329ceaa3968a44eb
> Task :website:installDependencies FAILED
OCI runtime exec failed: exec failed: container_linux.go:349: starting
container process caused "chdir to cwd (\"/opt/website/www\") set in
config.json failed: no such file or directory": unknown
> Task :website:initGitSubmodules FAILED
fatal: Not a git repository (or any parent up to mount point /opt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> Task :website:buildCodeSamples FAILED
OCI runtime exec failed: exec failed: container_linux.go:349: starting
container process caused "chdir to cwd (\"/opt/website/www\") set in
config.json failed: no such file or directory": unknown
```
A container for the image `beam-website:latest` is started.
I checked and the directory `/opt` in the container is empty (i.e.
`/opt/website/www` does not exist)
A generic problem I found here is that if you run this multiple time you end
up with multiple docker containers running that are not terminated
automatically. I'm ignoring this for now.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]