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

Enable UNB Artifactory again #9466

Merged
merged 1 commit into from May 7, 2020

Conversation

AdamBrousseau
Copy link
Contributor

See #8817 #9258 #9274
[skip ci]

Signed-off-by: Adam Brousseau adam.brousseau88@gmail.com

See eclipse-openj9#8817 eclipse-openj9#9258 eclipse-openj9#9274
[skip ci]

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
@AdamBrousseau
Copy link
Contributor Author

Jenkins compile xlinux,xlinuxcm,xlinuxxl,plinux,plinuxxl,osx,osxxl,osxcm jdk8,jdk11

@pshipton pshipton changed the title Enable UNB Artifactory again WIP Enable UNB Artifactory again May 6, 2020
@pshipton
Copy link
Member

pshipton commented May 6, 2020

https://ci.eclipse.org/openj9/job/Build_JDK11_ppc64le_linux_xl_Personal/127
cent7-ppcle-6

03:14:30  Uploading to 'unb'...
[Pipeline] getArtifactoryServer
[Pipeline] newBuildInfo
[Pipeline] retry
[Pipeline] {
[Pipeline] artifactoryUpload
expected to call org.jfrog.hudson.pipeline.common.types.ArtifactoryServer.upload but wound up catching artifactoryUpload; see: https://jenkins.io/redirect/pipeline-cps-method-mismatches/
03:13:23  [consumer_0] Deploying artifact: http://ub18p8art.casa.cs.unb.ca/artifactory/ci-eclipse-openj9/Build_JDK11_ppc64le_linux_xl_Personal/127/OpenJ9-JDK11-ppc64le_linux_xl-20200506-061522.tar.gz
03:13:24  Error occurred for request GET /artifactory/api/system/version HTTP/1.1: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
03:13:25  Error occurred for request PUT /artifactory/ci-eclipse-openj9/Build_JDK11_ppc64le_linux_xl_Personal/127/OpenJ9-JDK11-ppc64le_linux_xl-20200506-061522.tar.gz;build.parentNumber=517;build.parentName=Pipeline_Build_Test_JDK11_ppc64le_linux_xl;build.buildIdentifier=eclipse/openj9%239466;build.timestamp=1588745700827;build.name=Build_JDK11_ppc64le_linux_xl_Personal;build.number=127 HTTP/1.1: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
03:13:25  [consumer_0] An exception occurred during execution:
03:13:25  java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
03:13:25  	at org.jfrog.build.extractor.clientConfiguration.util.spec.SpecDeploymentConsumer.consumerRun(SpecDeploymentConsumer.java:44)
03:13:25  	at org.jfrog.build.extractor.producerConsumer.ConsumerRunnableBase.run(ConsumerRunnableBase.java:11)
03:13:25  	at java.lang.Thread.run(Thread.java:748)
03:13:25  Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
03:13:25  	at sun.security.ssl.Alerts.getSSLException(Alerts.java:198)
03:13:25  	at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1967)
03:13:25  	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:331)
03:13:25  	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:325)
03:13:25  	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1688)
03:13:25  	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:226)
03:13:25  	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1082)
03:13:25  	at sun.security.ssl.Handshaker.process_record(Handshaker.java:1010)
03:13:25  	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1079)
03:13:25  	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1388)
03:13:25  	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1416)
03:13:25  	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1400)
03:13:25  	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
03:13:25  	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
03:13:25  	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
03:13:25  	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
03:13:25  	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
03:13:25  	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
03:13:25  	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
03:13:25  	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
03:13:25  	at org.apache.http.impl.execchain.ServiceUnavailableRetryExec.execute(ServiceUnavailableRetryExec.java:85)
03:13:25  	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
03:13:25  	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
03:13:25  	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
03:13:25  	at org.jfrog.build.client.PreemptiveHttpClient.execute(PreemptiveHttpClient.java:122)
03:13:25  	at org.jfrog.build.client.ArtifactoryHttpClient.execute(ArtifactoryHttpClient.java:221)
03:13:25  	at org.jfrog.build.client.ArtifactoryHttpClient.upload(ArtifactoryHttpClient.java:217)
03:13:25  	at org.jfrog.build.extractor.clientConfiguration.client.ArtifactoryBuildInfoClient.uploadFile(ArtifactoryBuildInfoClient.java:689)
03:13:25  	at org.jfrog.build.extractor.clientConfiguration.client.ArtifactoryBuildInfoClient.doDeployArtifact(ArtifactoryBuildInfoClient.java:376)
03:13:25  	at org.jfrog.build.extractor.clientConfiguration.client.ArtifactoryBuildInfoClient.deployArtifact(ArtifactoryBuildInfoClient.java:364)
03:13:25  	at org.jfrog.build.extractor.clientConfiguration.util.spec.SpecDeploymentConsumer.consumerRun(SpecDeploymentConsumer.java:39)
03:13:25  	... 2 more
03:13:25  Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
03:13:25  	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:450)
03:13:25  	at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:317)
03:13:25  	at sun.security.validator.Validator.validate(Validator.java:262)
03:13:25  	at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:330)
03:13:25  	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:237)
03:13:25  	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132)
03:13:25  	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1670)
03:13:25  	... 28 more
03:13:25  Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
03:13:25  	at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
03:13:25  	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
03:13:25  	at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
03:13:25  	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:445)
03:13:25  	... 34 more
03:13:25  

@AdamBrousseau
Copy link
Contributor Author

Yea 2 failed for code issues and that one above must have been a missed machine since it doesn't have the certificate. I will add it to that machine. Do we have any other concerns with trying this again? I can't get the timeout issue to reproduce anymore.

@pshipton
Copy link
Member

pshipton commented May 6, 2020

Should check all cent7-ppcle machines. No concerns enabling it again, but will have to revert if it blocks the builds.

@AdamBrousseau
Copy link
Contributor Author

Checked all the cent7, just number 6 was missed. Should be ready to go on this.

@AdamBrousseau
Copy link
Contributor Author

Since we've missed the nightly, I'll do another PR build and you can decide if you want to merge in the morning.

Jenkins compile xlinux,xlinuxcm,xlinuxxl,plinux,plinuxxl,osx,osxxl jdk8,jdk11

@pshipton
Copy link
Member

pshipton commented May 7, 2020

I'll just merge it now and we'll see how it goes.

@pshipton pshipton changed the title WIP Enable UNB Artifactory again Enable UNB Artifactory again May 7, 2020
@pshipton pshipton self-assigned this May 7, 2020
@pshipton pshipton merged commit 1a7cab7 into eclipse-openj9:master May 7, 2020
@pshipton
Copy link
Member

pshipton commented May 7, 2020

@AdamBrousseau
Copy link
Contributor Author

All passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants