[
https://issues.apache.org/jira/browse/BEAM-9764?focusedWorklogId=425497&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425497
]
ASF GitHub Bot logged work on BEAM-9764:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Apr/20 23:43
Start Date: 20/Apr/20 23:43
Worklog Time Spent: 10m
Work Description: Hannah-Jiang commented on a change in pull request
#11428:
URL: https://github.com/apache/beam/pull/11428#discussion_r411765855
##########
File path: sdks/java/container/license_scripts/license_script.sh
##########
@@ -25,15 +25,23 @@ pip install PyYAML==5.3
pip install tenacity==5.0.4
Review comment:
I reviewed to use tox here, but it is a little complicated. We want to
keep it simple within a script, so it's easy to use and maintain. Current
scripts run at local machine, (not within a docker), so docker will still have
clear environment.
----------------------------------------------------------------
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: 425497)
Time Spent: 3h 20m (was: 3h 10m)
> :sdks:java:container:generateThirdPartyLicenses failing
> -------------------------------------------------------
>
> Key: BEAM-9764
> URL: https://issues.apache.org/jira/browse/BEAM-9764
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core, test-failures
> Reporter: Udi Meiri
> Assignee: Hannah Jiang
> Priority: Major
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> https://builds.apache.org/job/beam_PreCommit_Python2_PVR_Flink_Cron/774/console
> The traceback is interspersed with other logs:
> {code}
> Traceback (most recent call last):
> Successfully pulled
> java_third_party_licenses/protobuf-java-util-3.11.1.jar/LICENSE from
> https://opensource.org/licenses/BSD-3-Clause
> Successfully pulled java_third_party_licenses/protoc-3.11.0.jar/LICENSE from
> http://www.apache.org/licenses/LICENSE-2.0.txt
> File "sdks/java/container/license_scripts/pull_licenses_java.py", line 138,
> in <module>
> Successfully pulled java_third_party_licenses/protoc-3.11.1.jar/LICENSE from
> http://www.apache.org/licenses/LICENSE-2.0.txt
> license_url = dep['moduleLicenseUrl']
> Successfully pulled java_third_party_licenses/zetasketch-0.1.0.jar/LICENSE
> from http://www.apache.org/licenses/LICENSE-2.0.txt
> KeyError: 'moduleLicenseUrl'
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)