JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
616 stars 258 forks source link

Make tests almost entirely quiet #3725

Closed IanButterworth closed 8 months ago

IanButterworth commented 8 months ago

Best I can do is only this leaking.

Username for 'https://github.com/': Username for 'https://github.com/':

To do better than that we would need to reduce test coverage, or fix git cli https auth on CI, which seems difficult to figure out.

Otherwise everything is now piped into the Pkg.log which is uploaded as matrix-specific artifacts here and similar on buildkite.

DilumAluthge commented 8 months ago

Any idea why macOS CI is failing?

IanButterworth commented 8 months ago

One solid failure on MacOS is https://github.com/JuliaLang/julia/issues/52458

The other is flaky git for unknown reasons. Maybe a libgit2 issue.. I don't think anyone has reported it in the wild