[Builder] Build failed in Jenkins: siddhi » siddhi-io-jms #649
cbuilder at wso2.org
cbuilder at wso2.org
Thu Dec 2 13:28:14 PST 2021
See <https://wso2.org/jenkins/job/siddhi/job/siddhi-io-jms/649/display/redirect>
Changes:
------------------------------------------
Started by upstream project "siddhi/siddhi-daily-build" build number 843
originally caused by:
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on ECS_PRODUCTION-12df28b9dbc1fc (COMPONENT_ECS) in workspace <https://wso2.org/jenkins/job/siddhi/job/siddhi-io-jms/ws/>
using credential 4ff4a55b-1313-45da-8cbf-b2e100b1accd
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/wso2-extensions/siddhi-io-jms.git
> git init <https://wso2.org/jenkins/job/siddhi/job/siddhi-io-jms/ws/> # timeout=10
Fetching upstream changes from https://github.com/wso2-extensions/siddhi-io-jms.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/wso2-extensions/siddhi-io-jms.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/wso2-extensions/siddhi-io-jms.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/wso2-extensions/siddhi-io-jms.git # timeout=10
Fetching upstream changes from https://github.com/wso2-extensions/siddhi-io-jms.git
using GIT_ASKPASS to set credentials
> git fetch --tags --progress https://github.com/wso2-extensions/siddhi-io-jms.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision c1f63dfa09eafbbc07e4c950bfe31cc357566cfa (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f c1f63dfa09eafbbc07e4c950bfe31cc357566cfa # timeout=10
Commit message: "[maven-release-plugin] prepare for next development iteration"
> git rev-list --no-walk c1f63dfa09eafbbc07e4c950bfe31cc357566cfa # timeout=10
[siddhi-io-jms] $ /bin/sh -e /tmp/env-siddhi-io-jms862267482157558203.sh
[environment-script] Adding variable 'DATE' with value '02/12/2021'
executing script 'Removing M2 repos'
[siddhi-io-jms] $ /bin/sh /tmp/build_step_template5347000994276783307.sh
Not a docker build
RepoCleaner - ****************************************************************
RepoCleaner - ** Day of the week, repository is scheduled to delete is - 6 **
RepoCleaner - ** No of days to keep the repository is set to - 7 **
RepoCleaner - ****************************************************************
RepoCleaner - current date is - 2021-12-02
RepoCleaner - current day of the week is - 4
RepoCleaner - creating the record file since it doesn't exist, upate the file with current date - 2021-12-02
Preparing TestLink client API.
Using TestLink URL: https://testlink.wso2.com/lib/api/xmlrpc/v1/xmlrpc.php
FATAL: Error verifying developer key: Failed to read server's response: testlink.wso2.com
br.eti.kinoshita.testlinkjavaapi.util.TestLinkAPIException: Error verifying developer key: Failed to read server's response: testlink.wso2.com
at br.eti.kinoshita.testlinkjavaapi.MiscService.checkDevKey(MiscService.java:64)
at br.eti.kinoshita.testlinkjavaapi.TestLinkAPI.<init>(TestLinkAPI.java:149)
at hudson.plugins.testlink.TestLinkBuilder.getTestLinkSite(TestLinkBuilder.java:331)
at hudson.plugins.testlink.TestLinkBuilder.perform(TestLinkBuilder.java:206)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:946)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:683)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1818)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: org.apache.xmlrpc.XmlRpcException: Failed to read server's response: testlink.wso2.com
at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:161)
at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:143)
at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:69)
at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:56)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:158)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:147)
at br.eti.kinoshita.testlinkjavaapi.BaseService.executeXmlRpcCall(BaseService.java:83)
at br.eti.kinoshita.testlinkjavaapi.MiscService.checkDevKey(MiscService.java:61)
... 12 more
Caused by: java.net.UnknownHostException: testlink.wso2.com
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
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.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
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:1156)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1334)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1309)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:259)
at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.writeRequest(XmlRpcSunHttpTransport.java:104)
at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:151)
... 20 more
ERROR: Error communicating with TestLink. Check your TestLink configuration.
More information about the Builder
mailing list