Created
December 29, 2020 14:50
-
-
Save ericbeland/38dcf6f79db5980fa1005f7388eb22bf to your computer and use it in GitHub Desktop.
build failures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gradle build | |
> Task :browserup-proxy-core:test | |
com.browserup.bup.mitmproxy.ChainedProxyAuthTest > testMitmproxyUsesHttpsUpstreamProxy FAILED | |
javax.net.ssl.SSLHandshakeException at ChainedProxyAuthTest.groovy:174 | |
Caused by: sun.security.validator.ValidatorException at ChainedProxyAuthTest.groovy:174 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at ChainedProxyAuthTest.groovy:174 | |
com.browserup.bup.mitmproxy.ChainedProxyAuthTest > testAutoProxyAuthSuccessful FAILED | |
javax.net.ssl.SSLHandshakeException at ChainedProxyAuthTest.groovy:211 | |
Caused by: sun.security.validator.ValidatorException at ChainedProxyAuthTest.groovy:211 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at ChainedProxyAuthTest.groovy:211 | |
com.browserup.bup.mitmproxy.ChainedProxyAuthTest > testMitmproxyUsesUpstreamProxy FAILED | |
javax.net.ssl.SSLHandshakeException at ChainedProxyAuthTest.groovy:81 | |
Caused by: sun.security.validator.ValidatorException at ChainedProxyAuthTest.groovy:81 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at ChainedProxyAuthTest.groovy:81 | |
com.browserup.bup.mitmproxy.AllowlistTest > testAllowlistedHttpsRequestNotShortCircuited FAILED | |
javax.net.ssl.SSLHandshakeException at AllowlistTest.groovy:125 | |
Caused by: sun.security.validator.ValidatorException at AllowlistTest.groovy:125 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at AllowlistTest.groovy:125 | |
com.browserup.bup.mitmproxy.AllowlistTest > testCanAllowlistSpecificHttpsResource FAILED | |
javax.net.ssl.SSLHandshakeException at AllowlistTest.groovy:182 | |
Caused by: sun.security.validator.ValidatorException at AllowlistTest.groovy:182 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at AllowlistTest.groovy:182 | |
com.browserup.bup.mitmproxy.AllowlistTest > testNonAllowlistedHttpsRequestReturnsAllowlistStatusCode FAILED | |
javax.net.ssl.SSLHandshakeException at AllowlistTest.groovy:82 | |
Caused by: sun.security.validator.ValidatorException at AllowlistTest.groovy:82 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at AllowlistTest.groovy:82 | |
com.browserup.bup.mitmproxy.GetHarTest > testGetHarClean FAILED | |
javax.net.ssl.SSLHandshakeException at GetHarTest.groovy:53 | |
Caused by: sun.security.validator.ValidatorException at GetHarTest.groovy:53 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at GetHarTest.groovy:53 | |
com.browserup.bup.mitmproxy.BlocklistTest > testBlocklistedHttpsRequestReturnsBlocklistStatusCode FAILED | |
javax.net.ssl.SSLHandshakeException at BlocklistTest.groovy:101 | |
Caused by: sun.security.validator.ValidatorException at BlocklistTest.groovy:101 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at BlocklistTest.groovy:101 | |
com.browserup.bup.mitmproxy.BlocklistTest > testBlocklistDoesNotApplyToCONNECT FAILED | |
javax.net.ssl.SSLHandshakeException at BlocklistTest.groovy:203 | |
Caused by: sun.security.validator.ValidatorException at BlocklistTest.groovy:203 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at BlocklistTest.groovy:203 | |
com.browserup.bup.mitmproxy.BlocklistTest > testCanBlocklistSingleHttpsResource FAILED | |
javax.net.ssl.SSLHandshakeException at BlocklistTest.groovy:154 | |
Caused by: sun.security.validator.ValidatorException at BlocklistTest.groovy:154 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at BlocklistTest.groovy:154 | |
com.browserup.bup.mitmproxy.NewHarTest > testCaptureResponseCookiesInHar FAILED | |
javax.net.ssl.SSLHandshakeException at NewHarTest.groovy:137 | |
Caused by: sun.security.validator.ValidatorException at NewHarTest.groovy:137 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at NewHarTest.groovy:137 | |
com.browserup.bup.mitmproxy.NewHarTest > testHttpDnsFailureCapturedInHar FAILED | |
org.junit.ComparisonFailure at NewHarTest.groovy:711 | |
com.browserup.bup.mitmproxy.NewHarTest > testHttpsDnsFailureCapturedInHar FAILED | |
javax.net.ssl.SSLHandshakeException at NewHarTest.groovy:745 | |
Caused by: sun.security.validator.ValidatorException at NewHarTest.groovy:745 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at NewHarTest.groovy:745 | |
com.browserup.bup.mitmproxy.NewHarTest > testHttpsConnectTimeoutCapturedInHar FAILED | |
javax.net.ssl.SSLHandshakeException at NewHarTest.groovy:844 | |
Caused by: sun.security.validator.ValidatorException at NewHarTest.groovy:844 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at NewHarTest.groovy:844 | |
com.browserup.bup.mitmproxy.NewHarTest > testHttpsResponseTimeoutCapturedInHar FAILED | |
javax.net.ssl.SSLHandshakeException at NewHarTest.groovy:961 | |
Caused by: sun.security.validator.ValidatorException at NewHarTest.groovy:961 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at NewHarTest.groovy:961 | |
com.browserup.bup.mitmproxy.NewHarTest > testCaptureHttpsRewrittenUrlInHar FAILED | |
javax.net.ssl.SSLHandshakeException at NewHarTest.groovy:657 | |
Caused by: sun.security.validator.ValidatorException at NewHarTest.groovy:657 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at NewHarTest.groovy:657 | |
com.browserup.bup.mitmproxy.NewHarTest > testCaptureHttpsRequestUrlInHar FAILED | |
javax.net.ssl.SSLHandshakeException at NewHarTest.groovy:617 | |
Caused by: sun.security.validator.ValidatorException at NewHarTest.groovy:617 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at NewHarTest.groovy:617 | |
com.browserup.bup.mitmproxy.RewriteUrlFilterTest > testRewriteHttpsResource FAILED | |
javax.net.ssl.SSLHandshakeException at RewriteUrlFilterTest.groovy:132 | |
Caused by: sun.security.validator.ValidatorException at RewriteUrlFilterTest.groovy:132 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at RewriteUrlFilterTest.groovy:132 | |
com.browserup.bup.mitmproxy.AutoAuthTest > testBasicAuthAddedToHttpsRequest FAILED | |
javax.net.ssl.SSLHandshakeException at AutoAuthTest.groovy:67 | |
Caused by: sun.security.validator.ValidatorException at AutoAuthTest.groovy:67 | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException at AutoAuthTest.groovy:67 | |
373 tests completed, 19 failed, 106 skipped | |
> Task :browserup-proxy-core:test FAILED | |
FAILURE: Build failed with an exception. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment