[
https://issues.apache.org/jira/browse/BEAM-10541?focusedWorklogId=461312&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-461312
]
ASF GitHub Bot logged work on BEAM-10541:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Jul/20 22:50
Start Date: 20/Jul/20 22:50
Worklog Time Spent: 10m
Work Description: chamikaramj commented on a change in pull request
#12322:
URL: https://github.com/apache/beam/pull/12322#discussion_r457735295
##########
File path: sdks/java/container/license_scripts/dep_urls_java.yaml
##########
@@ -121,6 +121,9 @@ jsp-api:
jsr166e:
'1.1.0':
license:
"https://raw.githubusercontent.com/twitter-archive/jsr166e/master/LICENSE"
+junrar:
Review comment:
Sounds good.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 461312)
Time Spent: 1h (was: 50m)
> Java License fetcher script is broken on 2.23.0 release branch.
> ----------------------------------------------------------------
>
> Key: BEAM-10541
> URL: https://issues.apache.org/jira/browse/BEAM-10541
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Valentyn Tymofieiev
> Assignee: Valentyn Tymofieiev
> Priority: P0
> Fix For: 2.23.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Symptom:
> {noformat}
> 01:13:23 > Task :sdks:java:container:pullLicenses
> 01:13:23 Traceback (most recent call last):
> 01:13:23 File
> "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase/src/sdks/java/container/license_scripts/pull_licenses_java.py",
> line 53, in pull_from_url
> 01:13:23 url_read = urlopen(url)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
> 01:13:23 return opener.open(url, data, timeout)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 472, in open
> 01:13:23 response = meth(req, response)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 582, in
> http_response
> 01:13:23 'http', request, response, code, msg, hdrs)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 504, in error
> 01:13:23 result = self._call_chain(*args)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 444, in
> _call_chain
> 01:13:23 result = func(*args)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 696, in
> http_error_302
> 01:13:23 return self.parent.open(new, timeout=req.timeout)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 472, in open
> 01:13:23 response = meth(req, response)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 582, in
> http_response
> 01:13:23 'http', request, response, code, msg, hdrs)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 510, in error
> 01:13:23 return self._call_chain(*args)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 444, in
> _call_chain
> 01:13:23 result = func(*args)
> 01:13:23 File "/usr/lib/python3.5/urllib/request.py", line 590, in
> http_error_default
> 01:13:23 raise HTTPError(req.full_url, code, msg, hdrs, fp)
> 01:13:23 urllib.error.HTTPError: HTTP Error 404: Not Found
> 01:13:23 ERROR:root:Invalid url for junrar-4.0.0:
> https://raw.github.com/junrar/junrar/master/license.txt. Retrying...
> 01:13:23
> {noformat}
> Caused by changes in master repo.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)