-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Message in logs: Installer "Extract *.zip/*.tar.gz" cannot be used to install #2477
Comments
Also noted by @karianna in the sign_build job today. |
@gdams Can we get some attention on this to clear it up please? It's not good to have these messages across the logs and we should understand why this is happening and endeavour to clear it up and you know how it was introduced. I believe that it originated from work you did for the installer at the end of 2021 and that you'd done some work to clear it up in some places but it still remains an issue in various jobs and you are best place to understand and resolve it. In addition to the messages seen elsewhere I was working on a prototype jenkins job this week and the ppc64le system being used is failing with this error which seems likely be related given the version number that is specified in the message:
|
@gdams Can you clarify the implications if this is removed from the jenkins tools config please? Would we need to have JDK11 installed elsewhere on some of the machines? (And does it need to be 11?) Since this was for only one specific purpose it seems suboptimal to have it as something that is triggered for many jobs. @steelhead31 Will the installer rewrite still require this install? |
I dont believe it is used in the linux package install, unless there's some dependency Im not aware of. |
I raised this in a slack thread but since it's not obvious that we have a solution yet I'm copying it here. There is a "JDK installation" role defined in the jenkins Global Tool Config which is intended to install JDK11 on the Azure nodes used for the Linux installer jobs, but it's causing warnings to be thrown in lots of other jobs:
While this was initially seen on the VPC jobs, the role definition in jenkins seems to be in place for various linux systems it's also affecting windows jobs e.g. create_installer_windows which is showing the same message (usually repeated six times in succession, repeated multiple times during the logs)
The text was updated successfully, but these errors were encountered: