[jbosstools-builds] Build failed in Jenkins: jbosstools-integration-tests.aggregate_master #9471

dev-platform-jenkins at redhat.com dev-platform-jenkins at redhat.com
Sat Nov 23 18:48:28 EST 2019


See <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-integration-tests.aggregate_master/9471/display/redirect>

------------------------------------------
Started by upstream project "jbosstools-build-sites.aggregate.coretests-site_master" build number 6950
originally caused by:
 Started by timer
Started by upstream project "jbosstools-build-sites.aggregate.coretests-site_master" build number 6950
originally caused by:
 Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on rhel7-devstudio-releng-89877 (rhel7-devstudio-releng upshift) in workspace <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-integration-tests.aggregate_master/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/jbosstools/jbosstools-integration-tests.git
 > git init <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-integration-tests.aggregate_master/ws/sources> # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-integration-tests.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/jbosstools/jbosstools-integration-tests.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/jbosstools/jbosstools-integration-tests.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/jbosstools/jbosstools-integration-tests.git # timeout=10
Fetching upstream changes from git://github.com/jbosstools/jbosstools-integration-tests.git
 > git fetch --tags --progress git://github.com/jbosstools/jbosstools-integration-tests.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision f24643cd8552165fac746004760255d58196f140 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f24643cd8552165fac746004760255d58196f140
Commit message: "JBIDE-26845 - Update WildFly to version 18 in examples.wildfly.itests and check and update entries in the wildfly-blacklist and wildfly-blacklist-test-errors-regexes.json files (#1968)"
 > git rev-list --no-walk f24643cd8552165fac746004760255d58196f140 # timeout=10
 > git tag -a -f -m Jenkins Build #9471 jenkins-jbosstools-integration-tests.aggregate_master-9471 # timeout=10
Starting xvnc
[jbosstools-integration-tests.aggregate_master] $ /usr/bin/vncserver :94 -geometry 1280x720

New 'rhel7-devstudio-releng-89877:94 (hudson)' desktop is rhel7-devstudio-releng-89877:94

Creating default config /home/hudson/.vnc/config
Starting applications specified in /home/hudson/.vnc/xstartup
Log file is /home/hudson/.vnc/rhel7-devstudio-releng-89877:94.log

Taking screenshot.
[jbosstools-integration-tests.aggregate_master] $ echo $XAUTHORITY
<https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-integration-tests.aggregate_master/ws/.Xauthority-25586819009321149>
[jbosstools-integration-tests.aggregate_master] $ ls -l $XAUTHORITY
-rw-------. 1 hudson hudson 286 Nov 23 18:48 <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-integration-tests.aggregate_master/ws/.Xauthority-25586819009321149>
[jbosstools-integration-tests.aggregate_master] $ import -window root -display :94 screenshot.jpg
Terminating xvnc.
$ /usr/bin/vncserver -kill :94
Killing Xvnc process ID 16352
FATAL: Failed to install https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip to /mnt/hudson_workspace/tools/hudson.tasks.Maven_MavenInstallation/maven-3.5.2
java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:673)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:805)
Caused: java.io.IOException: Failed to install https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip to /mnt/hudson_workspace/tools/hudson.tasks.Maven_MavenInstallation/maven-3.5.2
	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:884)
	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:792)
	at hudson.tools.DownloadFromUrlInstaller.performInstallation(DownloadFromUrlInstaller.java:77)
	at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:72)
	at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:109)
	at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:206)
	at hudson.tasks.Maven$MavenInstallation.forNode(Maven.java:662)
	at hudson.tasks.Maven.perform(Maven.java:317)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1798)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Archiving artifacts
Recording test results
[description-setter] Description set: 


More information about the jbosstools-builds mailing list