jrmccluskey opened a new issue, #26180: URL: https://github.com/apache/beam/issues/26180
### What happened? During the :sdks:go:container:docker step used in multiple pre and post-commits the following error appears: ``` 15:41:55 #10 [6/8] COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ 15:41:55 #10 ERROR: lstat /var/lib/docker/tmp/buildkit-mount2275715998/target/go-licenses: no such file or directory 15:41:55 ------ 15:41:55 15:41:55 > [6/8] COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/: 15:41:55 > Task :sdks:go:container:docker FAILED ``` This is preventing Go test from building and executing successfully. ### Issue Failure Failure: Test is continually failing ### Issue Priority Priority: 0 (outage / failing precommit test impacting development) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [X] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
