Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 948904 Details for
Bug 1155117
Some app's UUID changed after INT upgrade caused jenkins build failed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
jenkins server log
jenkins.log (text/plain), 20.19 KB, created by
zhaozhanqi
on 2014-10-21 11:58:40 UTC
(
hide
)
Description:
jenkins server log
Filename:
MIME Type:
Creator:
zhaozhanqi
Created:
2014-10-21 11:58:40 UTC
Size:
20.19 KB
patch
obsolete
>NING: Caught com.openshift.client.OpenShiftException: Could not locate application with UUID 54389ecfecb8d4954a001133. Will retry 3 more times before canceling build. >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud getSlaves >INFO: Found existing slave for: jbssbldr >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud getSlave >INFO: slaveExists jbssbldr ews1jksbldr >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity >INFO: Checking capacity >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity >INFO: User has consumed 26 of 30 gears. >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reloading configuration for ews1jks-build... >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Retrieving config XML from http://127.10.97.129:8080/job/ews1jks-build/config.xml >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud createConnection >INFO: Using credentials system_builder:qErbLvaPN5RH >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reloading config from XML: <?xml version="1.0" encoding="UTF-8"?><project> > <actions/> > <description/> > <logRotator class="hudson.tasks.LogRotator"> > <daysToKeep>-1</daysToKeep> > <numToKeep>100</numToKeep> > <artifactDaysToKeep>-1</artifactDaysToKeep> > <artifactNumToKeep>10</artifactNumToKeep> > </logRotator> > <keepDependencies>false</keepDependencies> > <properties> > <hudson.plugins.openshift.OpenShiftBuilderSizeJobProperty plugin="openshift@1.4"> > <builderSize>small</builderSize> > </hudson.plugins.openshift.OpenShiftBuilderSizeJobProperty> > <hudson.plugins.openshift.OpenShiftBuilderTypeJobProperty plugin="openshift@1.4"> > <builderType>redhat-jbossews-1.0</builderType> > </hudson.plugins.openshift.OpenShiftBuilderTypeJobProperty> > <hudson.plugins.openshift.OpenShiftPlatformJobProperty plugin="openshift@1.4"> > <platform>linux</platform> > </hudson.plugins.openshift.OpenShiftPlatformJobProperty> > <hudson.plugins.openshift.OpenShiftApplicationUUIDJobProperty plugin="openshift@1.4"> > <applicationUUID>54389ecfecb8d4954a001133</applicationUUID> > </hudson.plugins.openshift.OpenShiftApplicationUUIDJobProperty> > <hudson.plugins.openshift.OpenShiftBuilderTimeoutJobProperty plugin="openshift@1.4"> > <builderTimeout>300000</builderTimeout> > </hudson.plugins.openshift.OpenShiftBuilderTimeoutJobProperty> > </properties> > <scm class="hudson.plugins.git.GitSCM" plugin="git@1.1.12"> > <configVersion>2</configVersion> > <userRemoteConfigs> > <hudson.plugins.git.UserRemoteConfig> > <name/> > <refspec/> > <url>ssh://54389ecfecb8d4954a001133@ews1jks-librat30.int.rhcloud.com/~/git/ews1jks.git</url> > </hudson.plugins.git.UserRemoteConfig> > </userRemoteConfigs> > <branches> > <hudson.plugins.git.BranchSpec> > <name>**</name> > </hudson.plugins.git.BranchSpec> > </branches> > <recursiveSubmodules>false</recursiveSubmodules> > <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> > <authorOrCommitter>false</authorOrCommitter> > <clean>false</clean> > <wipeOutWorkspace>true</wipeOutWorkspace> > <pruneBranches>false</pruneBranches> > <remotePoll>false</remotePoll> > <buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/> > <gitTool>Default</gitTool> > <submoduleCfg class="list"/> > <relativeTargetDir/> > <excludedRegions/> > <excludedUsers/> > <gitConfigName/> > <gitConfigEmail/> > <skipTag>false</skipTag> > <scmName/> > </scm> > <assignedNode>ews1jks-build</assignedNode> > <canRoam>false</canRoam> > <disabled>false</disabled> > <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> > <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> > <triggers/> > <concurrentBuild>false</concurrentBuild> > <customWorkspace>$OPENSHIFT_REPO_DIR</customWorkspace> > <builders> > <hudson.tasks.Shell> > <command> >source $OPENSHIFT_CARTRIDGE_SDK_BASH >alias rsync="rsync --delete-after -azS -e '$GIT_SSH'" >upstream_ssh="54389ecfecb8d4954a001133@ews1jks-${OPENSHIFT_NAMESPACE}.int.rhcloud.com" ># remove previous metadata, if any >rm -f $OPENSHIFT_HOMEDIR/app-deployments/current/metadata.json >if ! marker_present "force_clean_build"; then > # don't fail if these rsyncs fail > set +e > rsync $upstream_ssh:'$OPENSHIFT_BUILD_DEPENDENCIES_DIR' $OPENSHIFT_BUILD_DEPENDENCIES_DIR > rsync $upstream_ssh:'$OPENSHIFT_DEPENDENCIES_DIR' $OPENSHIFT_DEPENDENCIES_DIR > set -e >fi ># Build/update libs and run user pre_build and build >gear build ># Run tests here ># Deploy new build ># Stop app >$GIT_SSH $upstream_ssh "gear stop --conditional --exclude-web-proxy --git-ref $GIT_COMMIT" >deployment_dir=`$GIT_SSH $upstream_ssh 'gear create-deployment-dir'` ># Push content back to application >rsync $OPENSHIFT_HOMEDIR/app-deployments/current/metadata.json $upstream_ssh:app-deployments/$deployment_dir/metadata.json >rsync --exclude .git $WORKSPACE/ $upstream_ssh:app-root/runtime/repo/ >rsync $OPENSHIFT_BUILD_DEPENDENCIES_DIR $upstream_ssh:app-root/runtime/build-dependencies/ >rsync $OPENSHIFT_DEPENDENCIES_DIR $upstream_ssh:app-root/runtime/dependencies/ ># Configure / start app >$GIT_SSH $upstream_ssh "gear remotedeploy --deployment-datetime $deployment_dir" > </command> > </hudson.tasks.Shell> > </builders> > <publishers> > <hudson.tasks.ArtifactArchiver> > <artifacts>webapps/**</artifacts> > <latestOnly>false</latestOnly> > <allowEmptyArchive>false</allowEmptyArchive> > </hudson.tasks.ArtifactArchiver> > </publishers> > <buildWrappers/> ></project> >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud createConnection >INFO: Using credentials system_builder:qErbLvaPN5RH >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reload ResponseCode: 200 >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Config reload result: >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftSlave <init> >INFO: Creating slave with 15mins time-to-live >Oct 21, 2014 7:39:06 AM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Caught com.openshift.client.OpenShiftException: Could not locate application with UUID 54389ecfecb8d4954a001133. Will retry 2 more times before canceling build. >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud getSlaves >INFO: Found existing slave for: jbssbldr >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud getSlave >INFO: slaveExists jbssbldr ews1jksbldr >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity >INFO: Checking capacity >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity >INFO: User has consumed 26 of 30 gears. >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reloading configuration for ews1jks-build... >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Retrieving config XML from http://127.10.97.129:8080/job/ews1jks-build/config.xml >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud createConnection >INFO: Using credentials system_builder:qErbLvaPN5RH >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reloading config from XML: <?xml version="1.0" encoding="UTF-8"?><project> > <actions/> > <description/> > <logRotator class="hudson.tasks.LogRotator"> > <daysToKeep>-1</daysToKeep> > <numToKeep>100</numToKeep> > <artifactDaysToKeep>-1</artifactDaysToKeep> > <artifactNumToKeep>10</artifactNumToKeep> > </logRotator> > <keepDependencies>false</keepDependencies> > <properties> > <hudson.plugins.openshift.OpenShiftBuilderSizeJobProperty plugin="openshift@1.4"> > <builderSize>small</builderSize> > </hudson.plugins.openshift.OpenShiftBuilderSizeJobProperty> > <hudson.plugins.openshift.OpenShiftBuilderTypeJobProperty plugin="openshift@1.4"> > <builderType>redhat-jbossews-1.0</builderType> > </hudson.plugins.openshift.OpenShiftBuilderTypeJobProperty> > <hudson.plugins.openshift.OpenShiftPlatformJobProperty plugin="openshift@1.4"> > <platform>linux</platform> > </hudson.plugins.openshift.OpenShiftPlatformJobProperty> > <hudson.plugins.openshift.OpenShiftApplicationUUIDJobProperty plugin="openshift@1.4"> > <applicationUUID>54389ecfecb8d4954a001133</applicationUUID> > </hudson.plugins.openshift.OpenShiftApplicationUUIDJobProperty> > <hudson.plugins.openshift.OpenShiftBuilderTimeoutJobProperty plugin="openshift@1.4"> > <builderTimeout>300000</builderTimeout> > </hudson.plugins.openshift.OpenShiftBuilderTimeoutJobProperty> > </properties> > <scm class="hudson.plugins.git.GitSCM" plugin="git@1.1.12"> > <configVersion>2</configVersion> > <userRemoteConfigs> > <hudson.plugins.git.UserRemoteConfig> > <name/> > <refspec/> > <url>ssh://54389ecfecb8d4954a001133@ews1jks-librat30.int.rhcloud.com/~/git/ews1jks.git</url> > </hudson.plugins.git.UserRemoteConfig> > </userRemoteConfigs> > <branches> > <hudson.plugins.git.BranchSpec> > <name>**</name> > </hudson.plugins.git.BranchSpec> > </branches> > <recursiveSubmodules>false</recursiveSubmodules> > <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> > <authorOrCommitter>false</authorOrCommitter> > <clean>false</clean> > <wipeOutWorkspace>true</wipeOutWorkspace> > <pruneBranches>false</pruneBranches> > <remotePoll>false</remotePoll> > <buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/> > <gitTool>Default</gitTool> > <submoduleCfg class="list"/> > <relativeTargetDir/> > <excludedRegions/> > <excludedUsers/> > <gitConfigName/> > <gitConfigEmail/> > <skipTag>false</skipTag> > <scmName/> > </scm> > <assignedNode>ews1jks-build</assignedNode> > <canRoam>false</canRoam> > <disabled>false</disabled> > <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> > <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> > <triggers/> > <concurrentBuild>false</concurrentBuild> > <customWorkspace>$OPENSHIFT_REPO_DIR</customWorkspace> > <builders> > <hudson.tasks.Shell> > <command> >source $OPENSHIFT_CARTRIDGE_SDK_BASH >alias rsync="rsync --delete-after -azS -e '$GIT_SSH'" >upstream_ssh="54389ecfecb8d4954a001133@ews1jks-${OPENSHIFT_NAMESPACE}.int.rhcloud.com" ># remove previous metadata, if any >rm -f $OPENSHIFT_HOMEDIR/app-deployments/current/metadata.json >if ! marker_present "force_clean_build"; then > # don't fail if these rsyncs fail > set +e > rsync $upstream_ssh:'$OPENSHIFT_BUILD_DEPENDENCIES_DIR' $OPENSHIFT_BUILD_DEPENDENCIES_DIR > rsync $upstream_ssh:'$OPENSHIFT_DEPENDENCIES_DIR' $OPENSHIFT_DEPENDENCIES_DIR > set -e >fi ># Build/update libs and run user pre_build and build >gear build ># Run tests here ># Deploy new build ># Stop app >$GIT_SSH $upstream_ssh "gear stop --conditional --exclude-web-proxy --git-ref $GIT_COMMIT" >deployment_dir=`$GIT_SSH $upstream_ssh 'gear create-deployment-dir'` ># Push content back to application >rsync $OPENSHIFT_HOMEDIR/app-deployments/current/metadata.json $upstream_ssh:app-deployments/$deployment_dir/metadata.json >rsync --exclude .git $WORKSPACE/ $upstream_ssh:app-root/runtime/repo/ >rsync $OPENSHIFT_BUILD_DEPENDENCIES_DIR $upstream_ssh:app-root/runtime/build-dependencies/ >rsync $OPENSHIFT_DEPENDENCIES_DIR $upstream_ssh:app-root/runtime/dependencies/ ># Configure / start app >$GIT_SSH $upstream_ssh "gear remotedeploy --deployment-datetime $deployment_dir" > </command> > </hudson.tasks.Shell> > </builders> > <publishers> > <hudson.tasks.ArtifactArchiver> > <artifacts>webapps/**</artifacts> > <latestOnly>false</latestOnly> > <allowEmptyArchive>false</allowEmptyArchive> > </hudson.tasks.ArtifactArchiver> > </publishers> > <buildWrappers/> ></project> >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud createConnection >INFO: Using credentials system_builder:qErbLvaPN5RH >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reload ResponseCode: 200 >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Config reload result: >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftSlave <init> >INFO: Creating slave with 15mins time-to-live >Oct 21, 2014 7:39:11 AM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Caught com.openshift.client.OpenShiftException: Could not locate application with UUID 54389ecfecb8d4954a001133. Will retry 1 more times before canceling build. >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud getSlaves >INFO: Found existing slave for: jbssbldr >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud getSlave >INFO: slaveExists jbssbldr ews1jksbldr >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity >INFO: Checking capacity >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity >INFO: User has consumed 26 of 30 gears. >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reloading configuration for ews1jks-build... >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Retrieving config XML from http://127.10.97.129:8080/job/ews1jks-build/config.xml >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud createConnection >INFO: Using credentials system_builder:qErbLvaPN5RH >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reloading config from XML: <?xml version="1.0" encoding="UTF-8"?><project> > <actions/> > <description/> > <logRotator class="hudson.tasks.LogRotator"> > <daysToKeep>-1</daysToKeep> > <numToKeep>100</numToKeep> > <artifactDaysToKeep>-1</artifactDaysToKeep> > <artifactNumToKeep>10</artifactNumToKeep> > </logRotator> > <keepDependencies>false</keepDependencies> > <properties> > <hudson.plugins.openshift.OpenShiftBuilderSizeJobProperty plugin="openshift@1.4"> > <builderSize>small</builderSize> > </hudson.plugins.openshift.OpenShiftBuilderSizeJobProperty> > <hudson.plugins.openshift.OpenShiftBuilderTypeJobProperty plugin="openshift@1.4"> > <builderType>redhat-jbossews-1.0</builderType> > </hudson.plugins.openshift.OpenShiftBuilderTypeJobProperty> > <hudson.plugins.openshift.OpenShiftPlatformJobProperty plugin="openshift@1.4"> > <platform>linux</platform> > </hudson.plugins.openshift.OpenShiftPlatformJobProperty> > <hudson.plugins.openshift.OpenShiftApplicationUUIDJobProperty plugin="openshift@1.4"> > <applicationUUID>54389ecfecb8d4954a001133</applicationUUID> > </hudson.plugins.openshift.OpenShiftApplicationUUIDJobProperty> > <hudson.plugins.openshift.OpenShiftBuilderTimeoutJobProperty plugin="openshift@1.4"> > <builderTimeout>300000</builderTimeout> > </hudson.plugins.openshift.OpenShiftBuilderTimeoutJobProperty> > </properties> > <scm class="hudson.plugins.git.GitSCM" plugin="git@1.1.12"> > <configVersion>2</configVersion> > <userRemoteConfigs> > <hudson.plugins.git.UserRemoteConfig> > <name/> > <refspec/> > <url>ssh://54389ecfecb8d4954a001133@ews1jks-librat30.int.rhcloud.com/~/git/ews1jks.git</url> > </hudson.plugins.git.UserRemoteConfig> > </userRemoteConfigs> > <branches> > <hudson.plugins.git.BranchSpec> > <name>**</name> > </hudson.plugins.git.BranchSpec> > </branches> > <recursiveSubmodules>false</recursiveSubmodules> > <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> > <authorOrCommitter>false</authorOrCommitter> > <clean>false</clean> > <wipeOutWorkspace>true</wipeOutWorkspace> > <pruneBranches>false</pruneBranches> > <remotePoll>false</remotePoll> > <buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/> > <gitTool>Default</gitTool> > <submoduleCfg class="list"/> > <relativeTargetDir/> > <excludedRegions/> > <excludedUsers/> > <gitConfigName/> > <gitConfigEmail/> > <skipTag>false</skipTag> > <scmName/> > </scm> > <assignedNode>ews1jks-build</assignedNode> > <canRoam>false</canRoam> > <disabled>false</disabled> > <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> > <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> > <triggers/> > <concurrentBuild>false</concurrentBuild> > <customWorkspace>$OPENSHIFT_REPO_DIR</customWorkspace> > <builders> > <hudson.tasks.Shell> > <command> >source $OPENSHIFT_CARTRIDGE_SDK_BASH >alias rsync="rsync --delete-after -azS -e '$GIT_SSH'" >upstream_ssh="54389ecfecb8d4954a001133@ews1jks-${OPENSHIFT_NAMESPACE}.int.rhcloud.com" ># remove previous metadata, if any >rm -f $OPENSHIFT_HOMEDIR/app-deployments/current/metadata.json >if ! marker_present "force_clean_build"; then > # don't fail if these rsyncs fail > set +e > rsync $upstream_ssh:'$OPENSHIFT_BUILD_DEPENDENCIES_DIR' $OPENSHIFT_BUILD_DEPENDENCIES_DIR > rsync $upstream_ssh:'$OPENSHIFT_DEPENDENCIES_DIR' $OPENSHIFT_DEPENDENCIES_DIR > set -e >fi ># Build/update libs and run user pre_build and build >gear build ># Run tests here ># Deploy new build ># Stop app >$GIT_SSH $upstream_ssh "gear stop --conditional --exclude-web-proxy --git-ref $GIT_COMMIT" >deployment_dir=`$GIT_SSH $upstream_ssh 'gear create-deployment-dir'` ># Push content back to application >rsync $OPENSHIFT_HOMEDIR/app-deployments/current/metadata.json $upstream_ssh:app-deployments/$deployment_dir/metadata.json >rsync --exclude .git $WORKSPACE/ $upstream_ssh:app-root/runtime/repo/ >rsync $OPENSHIFT_BUILD_DEPENDENCIES_DIR $upstream_ssh:app-root/runtime/build-dependencies/ >rsync $OPENSHIFT_DEPENDENCIES_DIR $upstream_ssh:app-root/runtime/dependencies/ ># Configure / start app >$GIT_SSH $upstream_ssh "gear remotedeploy --deployment-datetime $deployment_dir" > </command> > </hudson.tasks.Shell> > </builders> > <publishers> > <hudson.tasks.ArtifactArchiver> > <artifacts>webapps/**</artifacts> > <latestOnly>false</latestOnly> > <allowEmptyArchive>false</allowEmptyArchive> > </hudson.tasks.ArtifactArchiver> > </publishers> > <buildWrappers/> ></project> >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud createConnection >INFO: Using credentials system_builder:qErbLvaPN5RH >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reload ResponseCode: 200 >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Config reload result: >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftSlave <init> >INFO: Creating slave with 15mins time-to-live >Oct 21, 2014 7:39:16 AM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Caught com.openshift.client.OpenShiftException: Could not locate application with UUID 54389ecfecb8d4954a001133. Will retry 0 more times before canceling build. >Oct 21, 2014 7:39:21 AM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Cancelling build due to earlier exceptions >com.openshift.client.OpenShiftException: Could not locate application with UUID 54389ecfecb8d4954a001133 > at hudson.plugins.openshift.OpenShiftSlave.getCartridge(OpenShiftSlave.java:104) > at hudson.plugins.openshift.OpenShiftSlave.createApp(OpenShiftSlave.java:262) > at hudson.plugins.openshift.OpenShiftSlave.provision(OpenShiftSlave.java:253) > at hudson.plugins.openshift.OpenShiftCloud.provisionSlave(OpenShiftCloud.java:489) > at hudson.plugins.openshift.OpenShiftCloud.provision(OpenShiftCloud.java:413) > at hudson.slaves.NodeProvisioner.update(NodeProvisioner.java:281) > at hudson.slaves.NodeProvisioner.access$000(NodeProvisioner.java:51) > at hudson.slaves.NodeProvisioner$NodeProvisionerInvoker.doRun(NodeProvisioner.java:368) > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) >Oct 21, 2014 7:39:21 AM hudson.plugins.openshift.OpenShiftCloud cancelItem >INFO: Cancelling Item >Oct 21, 2014 7:39:21 AM hudson.plugins.openshift.OpenShiftCloud cancelItem >WARNING: Build ews1jks-build ews1jksbldr has been canceled >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1155117
: 948904