Build failed in Jenkins: SwitchYard-Tools #656
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/656/...>
Changes:
[github] SWITCHYARD-2921 - updates for site index.html (#571)
------------------------------------------
Started by user bfitzpat(a)REDHAT.COM
[EnvInject] - Loading node environment variables.
Building remotely on dev17 (x86_64 linux-express-lane RHEL-any mem2G RHEL7 linux non-vmware-x86_64 general native mwqa_drives_services RHEL_SW RHEL native-linux-x86_64 hwavirt mwqa_drives_tools mem4G non-vmware unix) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/jboss-switchyard/tools.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/s...> # timeout=10
Fetching upstream changes from git://github.com/jboss-switchyard/tools.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/jboss-switchyard/tools.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/jboss-switchyard/tools.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/jboss-switchyard/tools.git # timeout=10
Fetching upstream changes from git://github.com/jboss-switchyard/tools.git
> git -c core.askpass=true fetch --tags --progress git://github.com/jboss-switchyard/tools.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 9c176d9e522e803ff25e12beb808fcd786072d50 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9c176d9e522e803ff25e12beb808fcd786072d50
> git rev-list 316b8bce743a8dae63da17b7bf44a80cf3826446 # timeout=10
> git tag -a -f -m Jenkins Build #656 jenkins-SwitchYard-Tools-656 # timeout=10
Starting xvnc
[SwitchYard-Tools] $ vncserver :53 -geometry 1920x1080
New 'dev17.mw.lab.eng.bos.redhat.com:53 (hudson)' desktop is dev17.mw.lab.eng.bos.redhat.com:53
Starting applications specified in /home/hudson/.vnc/xstartup
Log file is /home/hudson/.vnc/dev17.mw.lab.eng.bos.redhat.com:53.log
[SwitchYard-Tools] $ /qa/tools/opt/apache-maven-3.2.5/bin/mvn -f <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/s...> -DBUILD_TYPE=development -DBUILD_ALIAS=2.2.0.Alpha1 -DskipRevisionCheckWhenPublishing=false -Dmaven.repo.local=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/....> -U clean install
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/tools/switchyard-tools-p...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/switchyar...
Downloading: http://snapshots.jboss.org/maven2/org/switchyard/tools/switchyard-tools-p...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.switchyard.tools:org.switchyard.tools.targetplatform:[unknown-version] (<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/SwitchYard-Tools/ws/s...)> has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.switchyard.tools:switchyard-tools-parent:pom:2.1.0-SNAPSHOT in jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/) and 'parent.relativePath' points at wrong local POM @ line 7, column 12 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :53
Killing Xvnc process ID 22156
Archiving artifacts
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
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)
at ......remote call to dev17(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:969)
at hudson.FilePath.act(FilePath.java:958)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1770)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
8 years, 4 months
Build failed in Jenkins: Fuse-Tooling--pull-request-clone #108
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
Changes:
[lhein] FUSETOOLS-1941 - add dependencies with the currently set camel version
[lhein] fixed broken integration test
[lhein] cleaned up code
------------------------------------------
[...truncated 51889 lines...]
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.projecttemplates.tests ---
[INFO]
[INFO] --- tycho-source-feature-plugin:0.24.0:source-feature (source-feature) @ org.fusesource.ide.projecttemplates.tests ---
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.projecttemplates.tests ---
[INFO]
[INFO] --- repository-utils:0.25.0-SNAPSHOT:generate-repository-facade (generate-facade) @ org.fusesource.ide.projecttemplates.tests ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:0.24.0:compare-version-with-baselines (default) @ org.fusesource.ide.projecttemplates.tests ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests 8.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] The project's OSGi version is 8.0.0.Alpha3-v20160705-1035
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:regex-property (regex-property) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Setting property 'skipTestsOrITests' to ''.
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] tycho.testArgLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Compiling 1 source file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (compiletests) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (test) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] No tests to run.
[INFO]
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.fusesource.ide.projecttemplates.tests.integration ---
[WARNING] bundle localization file <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> not found
[WARNING] Bundle-Vendor header not found in <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> fallback to 'unknown' for source bundle
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-source-feature-plugin:0.24.0:source-feature (source-feature) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- repository-utils:0.25.0-SNAPSHOT:generate-repository-facade (generate-facade) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.24.0:test (default-test) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> sp(a)xn--c/-bja.metadata/.log
[INFO] Command line:
[/qa/tools/opt/x86_64/jdk1.8.0_91/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -XX:+HeapDumpOnOutOfMemoryError, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.vpe.loadxulrunner=false, -Dosgi.clean=true, -jar, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -data, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> sp@cé, -install, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -configuration, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...]>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Unable to set nested messages property.
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 45.103 sec <<< FAILURE! - in org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT
testEmptyJavaProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) skipped
testEmptyBlueprintProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 20.977 sec <<< FAILURE!
java.lang.AssertionError:
Expecting:
<false>
to be equal to:
<true>
but was not.
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.checkCorrectFacetsEnabled(FuseIntegrationProjectCreatorRunnableIT.java:232)
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.testEmptyProjectCreation(FuseIntegrationProjectCreatorRunnableIT.java:144)
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.testEmptyBlueprintProjectCreation(FuseIntegrationProjectCreatorRunnableIT.java:95)
testEmptySpringProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 9.348 sec
testEmptySpringProjectCreationOnLocationOutsideWorkspace(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 14.415 sec
Results :
Failed tests:
Expecting:
<false>
to be equal to:
<true>
but was not.
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 24.831 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 42.122 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.011 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [01:48 min]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 53.842 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.010 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 16.666 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.309 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 1.154 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 24.854 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1 Service Implementation SUCCESS [ 14.582 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0 Service Implementation SUCCESS [ 15.373 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.327 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.019 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.719 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.465 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.049 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.327 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 9.805 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.356 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.047 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 3.631 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests SUCCESS [ 35.803 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SUCCESS [ 9.997 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 0.438 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SUCCESS [ 2.208 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 11.260 s]
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SUCCESS [ 0.275 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.504 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.551 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 1.392 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SUCCESS [ 0.068 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SUCCESS [ 0.453 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SUCCESS [ 0.512 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SUCCESS [ 0.652 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SUCCESS [ 4.438 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SUCCESS [ 18.637 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SUCCESS [ 2.273 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SUCCESS [ 11.938 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SUCCESS [ 1.902 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests FAILURE [ 56.868 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ServiceMix Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:46 min
[INFO] Finished at: 2016-07-05T06:39:13-04:00
[INFO] Final Memory: 255M/652M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.fusesource.ide.projecttemplates.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.projecttemplates.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :79
Killing Xvnc process ID 740
8 years, 4 months
Build failed in Jenkins: Fuse-Tooling--pull-request-clone #106
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
Changes:
[apodhrad] FUSETOOLS-1856: Allow to specify what kind of information will be displayed in camel components
[apodhrad] FUSETOOLS-1856: Remove an option for displaying only IDs
------------------------------------------
[...truncated 51971 lines...]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.projecttemplates.tests ---
[INFO]
[INFO] --- repository-utils:0.25.0-SNAPSHOT:generate-repository-facade (generate-facade) @ org.fusesource.ide.projecttemplates.tests ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:0.24.0:compare-version-with-baselines (default) @ org.fusesource.ide.projecttemplates.tests ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests 8.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] The project's OSGi version is 8.0.0.Alpha3-v20160705-0746
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:regex-property (regex-property) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Setting property 'skipTestsOrITests' to ''.
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] tycho.testArgLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Compiling 1 source file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (compiletests) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (test) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] No tests to run.
[INFO]
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.fusesource.ide.projecttemplates.tests.integration ---
[WARNING] bundle localization file <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> not found
[WARNING] Bundle-Vendor header not found in <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> fallback to 'unknown' for source bundle
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-source-feature-plugin:0.24.0:source-feature (source-feature) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- repository-utils:0.25.0-SNAPSHOT:generate-repository-facade (generate-facade) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.24.0:test (default-test) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> sp(a)xn--c/-bja.metadata/.log
[INFO] Command line:
[/qa/tools/opt/x86_64/jdk1.8.0_91/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -XX:+HeapDumpOnOutOfMemoryError, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.vpe.loadxulrunner=false, -Dosgi.clean=true, -jar, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -data, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> sp@cé, -install, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -configuration, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...]>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 52.412 sec <<< FAILURE! - in org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT
testEmptyJavaProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) skipped
testEmptyBlueprintProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 18.716 sec <<< FAILURE!
java.lang.AssertionError:
Expecting:
<false>
to be equal to:
<true>
but was not.
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.checkCorrectFacetsEnabled(FuseIntegrationProjectCreatorRunnableIT.java:232)
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.testEmptyProjectCreation(FuseIntegrationProjectCreatorRunnableIT.java:144)
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.testEmptyBlueprintProjectCreation(FuseIntegrationProjectCreatorRunnableIT.java:95)
testEmptySpringProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 11.242 sec
testEmptySpringProjectCreationOnLocationOutsideWorkspace(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 22.093 sec
Results :
Failed tests:
Expecting:
<false>
to be equal to:
<true>
but was not.
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 24.365 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 41.099 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.013 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [01:49 min]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 59.870 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.011 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.010 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 16.862 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.230 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 1.309 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 25.457 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1 Service Implementation SUCCESS [ 15.124 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0 Service Implementation SUCCESS [ 16.219 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.346 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.023 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.706 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.465 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.052 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.346 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 10.088 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.347 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.050 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 3.666 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests SUCCESS [ 34.345 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SUCCESS [ 10.312 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 0.472 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SUCCESS [ 2.278 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 12.016 s]
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SUCCESS [ 0.288 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.526 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.546 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 1.395 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SUCCESS [ 0.087 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SUCCESS [ 0.453 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SUCCESS [ 0.522 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SUCCESS [ 0.652 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SUCCESS [ 4.839 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SUCCESS [ 19.257 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SUCCESS [ 2.252 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SUCCESS [ 11.445 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SUCCESS [ 1.921 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests FAILURE [01:04 min]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ServiceMix Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:58 min
[INFO] Finished at: 2016-07-05T03:50:23-04:00
[INFO] Final Memory: 260M/598M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.fusesource.ide.projecttemplates.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.projecttemplates.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :75
Killing Xvnc process ID 13781
8 years, 4 months
Build failed in Jenkins: Fuse-Tooling--pull-request-clone #101
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
Changes:
[lhein] restricted camel versions to supported ones
------------------------------------------
[...truncated 51814 lines...]
[INFO]
[INFO] --- tycho-p2-extras-plugin:0.24.0:compare-version-with-baselines (default) @ org.fusesource.ide.projecttemplates.tests ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests 8.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] The project's OSGi version is 8.0.0.Alpha3-v20160704-1500
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:regex-property (regex-property) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Setting property 'skipTestsOrITests' to ''.
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] tycho.testArgLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Compiling 1 source file to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (compiletests) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (test) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] No tests to run.
[INFO]
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.fusesource.ide.projecttemplates.tests.integration ---
[WARNING] bundle localization file <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> not found
[WARNING] Bundle-Vendor header not found in <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> fallback to 'unknown' for source bundle
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-source-feature-plugin:0.24.0:source-feature (source-feature) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- repository-utils:0.25.0-SNAPSHOT:generate-repository-facade (generate-facade) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.24.0:test (default-test) @ org.fusesource.ide.projecttemplates.tests.integration ---
[INFO] Expected eclipse log file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> sp(a)xn--c/-bja.metadata/.log
[INFO] Command line:
[/qa/tools/opt/x86_64/jdk1.8.0_91/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -XX:+HeapDumpOnOutOfMemoryError, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.vpe.loadxulrunner=false, -Dosgi.clean=true, -jar, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -data, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> sp@cé, -install, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -configuration, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...,> -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...]>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Unable to set nested messages property.
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Unable to set nested messages property.
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 37.56 sec <<< FAILURE! - in org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT
testEmptyJavaProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) skipped
testEmptyBlueprintProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 19.565 sec <<< FAILURE!
java.lang.AssertionError:
Expecting:
<false>
to be equal to:
<true>
but was not.
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.checkCorrectFacetsEnabled(FuseIntegrationProjectCreatorRunnableIT.java:232)
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.testEmptyProjectCreation(FuseIntegrationProjectCreatorRunnableIT.java:144)
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.testEmptyBlueprintProjectCreation(FuseIntegrationProjectCreatorRunnableIT.java:95)
testEmptySpringProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 8.692 sec
testEmptySpringProjectCreationOnLocationOutsideWorkspace(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 8.949 sec
Results :
Failed tests:
Expecting:
<false>
to be equal to:
<true>
but was not.
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 24.499 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 41.493 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.010 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [01:42 min]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 51.848 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.010 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 16.664 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.325 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 1.176 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 25.518 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1 Service Implementation SUCCESS [ 14.874 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0 Service Implementation SUCCESS [ 15.198 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.329 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.021 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.707 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.488 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.051 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.331 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 10.240 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.372 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.051 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 3.660 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests SUCCESS [ 35.516 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SUCCESS [ 9.914 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 0.451 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SUCCESS [ 2.261 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 11.272 s]
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SUCCESS [ 0.286 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.498 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.535 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 1.324 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SUCCESS [ 0.071 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SUCCESS [ 0.456 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SUCCESS [ 0.524 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SUCCESS [ 0.641 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SUCCESS [ 4.478 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SUCCESS [ 18.346 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SUCCESS [ 2.257 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SUCCESS [ 10.792 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SUCCESS [ 1.912 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests FAILURE [ 47.998 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ServiceMix Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:56 min
[INFO] Finished at: 2016-07-04T11:04:27-04:00
[INFO] Final Memory: 255M/653M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.fusesource.ide.projecttemplates.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.projecttemplates.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :31
Killing Xvnc process ID 16071
8 years, 4 months
Build failed in Jenkins: Fuse-Tooling--pull-request-clone #97
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...>
Changes:
[apupier] FUSETOOLS-1918 - Handle spaces in path for undeployment of fuse.camel
------------------------------------------
[...truncated 52259 lines...]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:91)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3794)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3433)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
Caused by: org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
at org.eclipse.swt.SWT.error(SWT.java:4517)
at org.eclipse.swt.browser.Mozilla.initMozilla(Mozilla.java:2231)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:687)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:99)
at org.fusesource.ide.camel.editor.properties.DocumentationSection.createControls(DocumentationSection.java:241)
at org.eclipse.ui.views.properties.tabbed.TabContents$1.run(TabContents.java:109)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
at org.eclipse.ui.views.properties.tabbed.TabContents.createControls(TabContents.java:112)
at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage$SelectionChangedListener.selectionChanged(TabbedPropertySheetPage.java:206)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:163)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2197)
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1228)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1257)
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:242)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:236)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:408)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1353)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1338)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1119)
at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyList.select(TabbedPropertyList.java:864)
at org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyViewer.setSelectionToWidget(TabbedPropertyViewer.java:122)
at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget(StructuredViewer.java:1775)
at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1731)
at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:388)
at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.setInput(TabbedPropertySheetPage.java:748)
at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.selectionChanged(TabbedPropertySheetPage.java:556)
at org.eclipse.ui.views.properties.PropertySheet.selectionChanged(PropertySheet.java:335)
at org.eclipse.ui.internal.e4.compatibility.SelectionService.notifyListeners(SelectionService.java:237)
at org.eclipse.ui.internal.e4.compatibility.SelectionService.notifyListeners(SelectionService.java:172)
at org.eclipse.ui.internal.WorkbenchPage$E4PartListener.partActivated(WorkbenchPage.java:204)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$3.run(PartServiceImpl.java:245)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.firePartActivated(PartServiceImpl.java:242)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:711)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:639)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:634)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3260)
at org.eclipse.ui.internal.WorkbenchPage.access$25(WorkbenchPage.java:3167)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:3149)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3144)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3108)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3098)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:541)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:500)
at org.fusesource.ide.projecttemplates.wizards.FuseIntegrationProjectCreatorRunnable$2.run(FuseIntegrationProjectCreatorRunnable.java:224)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
... 68 more
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 61.162 sec <<< FAILURE! - in org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT
testEmptyJavaProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) skipped
testEmptyBlueprintProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 24.746 sec <<< FAILURE!
java.lang.AssertionError:
Expecting:
<false>
to be equal to:
<true>
but was not.
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.checkCorrectFacetsEnabled(FuseIntegrationProjectCreatorRunnableIT.java:232)
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.testEmptyProjectCreation(FuseIntegrationProjectCreatorRunnableIT.java:144)
at org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT.testEmptyBlueprintProjectCreation(FuseIntegrationProjectCreatorRunnableIT.java:95)
testEmptySpringProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 21.039 sec
testEmptySpringProjectCreationOnLocationOutsideWorkspace(org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableIT) Time elapsed: 15.006 sec
Results :
Failed tests:
Expecting:
<false>
to be equal to:
<true>
but was not.
Tests run: 4, Failures: 1, Errors: 0, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 23.874 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 40.818 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.010 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [01:52 min]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 53.103 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.010 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 16.542 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.229 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 1.223 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 23.789 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1 Service Implementation SUCCESS [ 15.021 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0 Service Implementation SUCCESS [ 14.927 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.328 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.031 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.011 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.727 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.481 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.051 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.315 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 9.905 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.351 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.046 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 3.617 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests SUCCESS [ 36.568 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SUCCESS [ 10.020 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 0.443 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SUCCESS [ 2.225 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 11.174 s]
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SUCCESS [ 0.262 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.530 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.554 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 1.371 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SUCCESS [ 0.071 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SUCCESS [ 0.445 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SUCCESS [ 0.534 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SUCCESS [ 0.685 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SUCCESS [ 4.536 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SUCCESS [ 18.165 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SUCCESS [ 2.312 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SUCCESS [ 11.563 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SUCCESS [ 1.924 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests FAILURE [01:13 min]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ServiceMix Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:51 min
[INFO] Finished at: 2016-06-30T08:33:08-04:00
[INFO] Final Memory: 257M/649M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.fusesource.ide.projecttemplates.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling--pull-re...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.projecttemplates.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :28
Killing Xvnc process ID 7973
8 years, 5 months