Skip to content
New issue

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

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

Already on GitHub? # to your account

jenkins cli broken with latest LTS 2.164.1 ? #905

Closed
witjoh opened this issue Mar 18, 2019 · 1 comment · Fixed by #907
Closed

jenkins cli broken with latest LTS 2.164.1 ? #905

witjoh opened this issue Mar 18, 2019 · 1 comment · Fixed by #907

Comments

@witjoh
Copy link

witjoh commented Mar 18, 2019

Even after fresh install still having troubles now, which started after updating to the latest LTS.
It happens with : 'groovy = user_info_all' failing with the error :
Error: Failed to apply catalog: unable to parse as JSON: Mar 18, 2019 1:11:35 PM o.......
Problem : INFO log information seems to be send also to STDOUT, making the expected JSON invalid. This is what we get:

Debug: Executing: '/bin/cat /usr/lib/jenkins/puppet_helper.groovy | /bin/java -jar /usr/lib/jenkins/jenkins-cli.jar -s http://localhost:8080 -i /var/lib/jenkins/.ssh/id_rsa_cli -ssh -user jenkins_read groovy = user_info_all'
Debug: Jenkins_user::ProviderCli cli_auth_required: true
Debug: Jenkins_user::ProviderCli command stdout:
Mar 18, 2019 1:11:35 PM org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar getOrCreateProvider
INFO: getOrCreateProvider(EdDSA) created instance of net.i2p.crypto.eddsa.EdDSASecurityProvider
[
    {
    <Snipped>
    }
]

Setting the logging off :8088/log/levels doesn't change anything, and after a restart the loglevels is reset to its default.
( org.apache.sshd : OFF)

Grts

@witjoh
Copy link
Author

witjoh commented Mar 18, 2019

Tried also a downgrade back tp 2.150.3 LTS, but problem was still there.
A fresh install solved the issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant