suztomo commented on PR #25724: URL: https://github.com/apache/beam/pull/25724#issuecomment-1457213314
It's still failing https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2_PR/175/console with the license check. ``` 17:36:16 Traceback (most recent call last): 17:36:16 File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_DataflowV2_PR/src/sdks/java/container/license_scripts/pull_licenses_java.py", line 58, in pull_from_url 17:36:16 url_read = urlopen(Request(url, headers={ 17:36:16 File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen 17:36:16 return opener.open(url, data, timeout) 17:36:16 File "/usr/lib/python3.8/urllib/request.py", line 531, in open 17:36:16 response = meth(req, response) 17:36:16 File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response 17:36:16 response = self.parent.error( 17:36:16 File "/usr/lib/python3.8/urllib/request.py", line 569, in error 17:36:16 return self._call_chain(*args) 17:36:16 File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain 17:36:16 result = func(*args) 17:36:16 File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default 17:36:16 raise HTTPError(req.full_url, code, msg, hdrs, fp) 17:36:16 urllib.error.HTTPError: HTTP Error 404: Not Found 17:36:16 ERROR:root:Invalid url for flatbuffers-java-1.12.0: https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE.txt after 9 retries. 17:36:16 ERROR:root:['flatbuffers-java-1.12.0'] 17:36:16 ERROR:root:**************************************** Licenses were not able to be pulled automatically for some dependencies. Please search source code of the dependencies on the internet and add "license" and "notice" (if available) field to /home/jenkins/jenkins- ``` -- 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]
