youngoli commented on pull request #15323: URL: https://github.com/apache/beam/pull/15323#issuecomment-898175156
I'm getting the following in the portable precommit that I'm not getting locally: ``` 0:12:47 > Task :sdks:java:container:java11:dockerPrepare 20:12:47 > Task :sdks:java:container:java8:dockerPrepare 20:12:47 20:13:01 > Task :sdks:java:container:java11:docker FAILED 20:13:01 ADD failed: stat /var/lib/docker/tmp/docker-builder404132390/target/third_party_licenses: no such file or directory 20:13:01 20:13:01 > Task :sdks:java:container:java8:docker 20:13:01 ---> b6682aecacc4 20:13:01 Step 13/18 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/ 20:13:01 ADD failed: stat /var/lib/docker/tmp/docker-builder652068173/target/third_party_licenses: no such file or directory 20:13:01 20:13:01 > Task :sdks:java:container:java8:docker FAILED ``` Not sure why this license issue may be happening, but it doesn't seem to be a flake. -- 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]
