Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase timeout for installing go-licenses #567

Closed
ckunki opened this issue Apr 8, 2024 · 0 comments · Fixed by #573
Closed

Increase timeout for installing go-licenses #567

ckunki opened this issue Apr 8, 2024 · 0 comments · Fixed by #573
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@ckunki
Copy link
Collaborator

ckunki commented Apr 8, 2024

Currently this fails due to timeout error

[ERROR] Failed to execute goal com.exasol:project-keeper-maven-plugin:4.3.0:fix (default-cli) 
on project extension-manager-parent-pom: Execution default-cli
of goal com.exasol:project-keeper-maven-plugin:4.3.0:fix failed: E-PK-CORE-161: 
Error installing go binary 'go-licenses'.: 
E-PK-CORE-128: Timeout while waiting 120000ms for command 
'go install github.com/google/[email protected]'. Output was ''
[ERROR] Error output: 'go: downloading github.com/google/go-licenses v1.6.0'

Measurement:

  • Starship Output: ... took 2m22s
  • A second manual run ... took 2m12s

Proposal: increase timeout to 6-10 min

Workaround: call manually (without timeout)

go install github.com/google/[email protected]
@ckunki ckunki added the bug Unwanted / harmful behavior label Apr 8, 2024
@kaklakariada kaklakariada self-assigned this May 3, 2024
kaklakariada added a commit that referenced this issue May 8, 2024
kaklakariada added a commit that referenced this issue May 8, 2024
* #570: Fixed CVE-2024-31573

* #567: Increase timeout for installing go-licenses

* Upgrade plugins

* Fix maven warning

* Downgrade maven-source-plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants