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

Gradle shouldn't spam the output with KERBEROS errors when it succeeds #17158

Open
KotlinIsland opened this issue May 11, 2021 · 5 comments
Open
Labels
a:feature A new functionality in:build-cache in:dependency-remoting interaction with dependency repositories, mostly networked

Comments

@KotlinIsland
Copy link

Related to #17157

Under corporate proxy the output is spammed with hundreds of errors even though the network is working, Gradle should suppress these errors as they are misleading and irrelevant.

NEGOTIATE authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt))
KERBEROS authentication error: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
@KotlinIsland KotlinIsland added a:feature A new functionality to-triage labels May 11, 2021
@ljacomet ljacomet self-assigned this Jun 8, 2021
@ljacomet
Copy link
Member

ljacomet commented Jun 8, 2021

This is most likely the underlying library's output and not from Gradle itself.

This is unlikely to get attention from the Gradle team because of other priorities.
What could help is indicate whether there is a way to configure the underlying library to be quieter.

Any chance you could help with that?

@KotlinIsland
Copy link
Author

What library is it? can you point me to a place in the code and I'll take a look.

@ljacomet
Copy link
Member

ljacomet commented Jun 9, 2021

This is most likely org.apache.httpcomponents:httpclient which is at version 4.5.13 in recent Gradle versions.

@ljacomet ljacomet added in:remoting DO NOT USE and removed to-triage labels Jul 7, 2021
@ljacomet ljacomet removed their assignment Jul 7, 2021
@stale
Copy link

stale bot commented Jul 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you're interested in how we try to keep the backlog in a healthy state, please read our blog post on how we refine our backlog. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution.

@stale stale bot added the stale label Jul 12, 2022
@KotlinIsland
Copy link
Author

not stale

@stale stale bot removed the stale label Jul 12, 2022
@eskatos eskatos changed the title Gradle shouldn't spam the output with KEREBROS errors when it succeeds Gradle shouldn't spam the output with KERBEROS errors when it succeeds Aug 11, 2023
@eskatos eskatos added in:dependency-remoting interaction with dependency repositories, mostly networked and removed in:remoting DO NOT USE labels Aug 11, 2023
@lptr lptr added the to-triage label Dec 5, 2023
@ov7a ov7a removed the to-triage label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature A new functionality in:build-cache in:dependency-remoting interaction with dependency repositories, mostly networked
Projects
None yet
Development

No branches or pull requests

5 participants