Hello,
I am trying to add a Sonar job for the Eclipse CDT project.
When I use similar settings to those used by the Linux Tools project which has a similar directory structure and is working, I get a strange error occurring in a few CDT features.
The problem appears to be jacoco wanting to treat the feature as a plug-in. It expects to find the target/classes directory which doesn't exist for the various features.
I can't see why these particular features are causing the problem. They don't seem to have any strange characteristics of note. If anybody has suggestions, I am all ears.
I have attached a log of running the job locally and the modified pom.xml file on top of the git CDT master branch I used. I had a problem with one feature/plug-in pair (cross/org.eclipse.cdt.launch.remote-feature and cross/org.eclipse.cdt.launch.remote) where the same artifactId was being used so I used a property (sonar.build) in a profile to remove them from the build for the time-being.
The following is the command line I used:
~/apache-maven-3.0.5/bin/mvn -Dsonar.build=true -Dsonar.exclusions="**/tests/**,**/test/**,**/stubs/**,**/Messages*,**/org.eclipse.cdt.autotools-feature/**,**/org.eclipse.cdt.testsrunner.feature/**" clean verify > log-new.txt
I tried excluding the features I am having problem with via sonar.exclusions. I specified the features via folder name as the options seemed to suggest this was the way to go. It did not help. The same error occurs.
-- Jeff J.
[INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/3.8/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/3.8/ (128B at 0B/s) [INFO] 1 operation remaining. [INFO] Adding repository http://download.eclipse.org/eclipse/updates/3.8 [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/3.8/ (0B at 0B/s) [INFO] 1 operation remaining. [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/3.8/ (128B at 0B/s) [INFO] Adding repository http://download.eclipse.org/eclipse/updates/3.8 [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository [INFO] Adding repository http://download.eclipse.org/tm/updates/3.3 [INFO] Adding repository http://download.eclipse.org/tm/updates/3.3 [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core:5.6.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core:5.6.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core:5.6.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux.x86:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux.x86:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux.x86:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux.x86_64:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux.x86_64:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux.x86_64:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux.ppc64:5.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.ppc64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux.ppc64:5.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.ppc64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.linux.ppc64:5.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.ppc64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.win32:5.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.win32:5.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.win32:5.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.win32.x86:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.win32.x86:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.win32.x86:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.win32.x86_64:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.win32.x86_64:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.win32.x86_64:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.macosx:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.macosx:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.macosx:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.aix:5.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.aix:5.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.aix:5.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.solaris:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.solaris:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.solaris:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.core:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.core:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.core:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.ui:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.ui:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.ui:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.core.cxx:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.core.cxx:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.core.cxx:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.ui.cxx:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.ui.cxx:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.ui.cxx:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.checkers:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.checkers:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.checkers:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.checkers.ui:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.checkers.ui:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.checkers.ui:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.core:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.core:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.core:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.core:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.core:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.core:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.ui:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.ui:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.ui:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.core:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.core:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.core:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.ui:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.ui:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.ui:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.ui:5.7.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.ui:5.7.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.ui:5.7.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.doc.user:5.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.doc.user:5.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.doc.user:5.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf:2.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf:2.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf:2.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.ui:2.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.ui:2.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.ui:2.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.platform:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.platform:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.platform:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.platform.source:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.platform.source:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.platform.source:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.gnu.ui:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.gnu.ui:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.gnu.ui:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.build:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.build:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.build:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.build.source:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.build.source:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.build.source:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.gdb:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.gdb:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.gdb:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.gdb.ui:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.gdb.ui:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.gdb.ui:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gdb:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gdb:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gdb:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gdb.source:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gdb.source:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gdb.source:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.mi.core:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.mi.core:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.mi.core:7.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.mi.ui:6.1.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.mi.ui:6.1.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.mi.ui:6.1.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.launch:7.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.launch:7.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.launch:7.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.feature:org.eclipse.cdt.gnu.debug:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.feature:org.eclipse.cdt.gnu.debug:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.feature:org.eclipse.cdt.gnu.debug:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.debug.source:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.debug.source:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.debug.source:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.gdb:4.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.gdb:4.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.gdb:4.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.gdb.ui:2.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.gdb.ui:2.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.gdb.ui:2.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui:1.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui:1.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui:1.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.feature:org.eclipse.cdt.gnu.dsf:4.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.feature:org.eclipse.cdt.gnu.dsf:4.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.feature:org.eclipse.cdt.gnu.dsf:4.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.dsf.source:4.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.dsf.source:4.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.dsf.source:4.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.multicorevisualizer:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.multicorevisualizer-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.multicorevisualizer:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.multicorevisualizer-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.gnu.multicorevisualizer:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.multicorevisualizer-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.p2:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.p2:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.p2:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.p2:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.p2:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.p2:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.doc.isv:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.doc.isv:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.doc.isv:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.sdk:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.sdk:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.sdk:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.sdk:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.sdk:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.sdk:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.lrparser:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.lrparser:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.lrparser:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.lrparser.feature:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.lrparser.feature:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.lrparser.feature:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.lrparser.source:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.source.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.lrparser.source:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.source.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.lrparser.source:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.source.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.lrparser.sdk:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.lrparser.sdk:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.lrparser.sdk:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.parser.upc:5.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.parser.upc:5.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.parser.upc:5.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.parser.upc.feature:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.parser.upc.feature:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.parser.upc.feature:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.parser.upc.source:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.parser.upc.source:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.parser.upc.source:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.parser.upc.sdk:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.parser.upc.sdk:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.core.parser.upc.sdk:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.bupc.ui:1.0.3-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.bupc.ui:1.0.3-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.bupc.ui:1.0.3-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/pom.xml [WARNING] Dependency from /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui to nested classpath entry /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/org.eclipse.cdt.managedbuilder.bupc.ui can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins [WARNING] Dependency from /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui to nested classpath entry /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/org.eclipse.cdt.managedbuilder.bupc.ui can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.bupc:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.bupc-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.bupc:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.bupc-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.bupc:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.bupc-feature/pom.xml [WARNING] Dependency from /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.bupc-feature to nested classpath entry /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/org.eclipse.cdt.managedbuilder.bupc.ui can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag.core:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag.core:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag.core:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag.ui:7.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag.ui:7.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag.ui:7.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.debug.gdbjtag:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.debug.gdbjtag:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.debug.gdbjtag:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.lrparser.xlc:5.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.lrparser.xlc:5.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.lrparser.xlc:5.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.errorparsers.xlc:5.0.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.errorparsers.xlc:5.0.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.errorparsers.xlc:5.0.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.xlc.core:5.2.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.xlc.core:5.2.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.xlc.core:5.2.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlc.core:5.0.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlc.core:5.0.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlc.core:5.0.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlc.ui:6.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlc.ui:6.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlc.ui:6.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlupc.ui:1.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlupc.ui:1.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlupc.ui:1.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.xlc.feature:6.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.xlc.feature:6.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.xlc.feature:6.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.xlc.source:6.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.source.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.xlc.source:6.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.source.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.xlc.source:6.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.source.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.xlc.sdk:6.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.xlc.sdk:6.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.sdk-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.xlc.sdk:6.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.sdk-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.util:5.0.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.util:5.0.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.util:5.0.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.util:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.util:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.util:5.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.memorybrowser:1.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.memorybrowser:1.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.memorybrowser:1.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.floatingpoint:1.0.0.qualifier @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.floatingpoint:1.0.0.qualifier @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.floatingpoint:1.0.0.qualifier @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.search:1.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.search:1.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.search:1.3.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.traditional:1.2.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.traditional:1.2.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.traditional:1.2.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.transport:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.transport:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.transport:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.debug.ui.memory:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.debug.ui.memory:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.debug.ui.memory:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.source:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.source:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.source:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.msw.build:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.msw.build:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.msw.build:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.msw:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.msw:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.msw:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.examples.dsf:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.examples.dsf:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.examples.dsf:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.examples.dsf.pda:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.examples.dsf.pda:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.examples.dsf.pda:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.examples.dsf.pda.ui:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.examples.dsf.pda.ui:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.examples.dsf.pda.ui:2.1.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.examples.dsf:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.examples.dsf:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.examples.dsf:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.visualizer.core:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.visualizer.core:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.visualizer.core:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.visualizer.ui:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.visualizer.ui:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.visualizer.ui:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.visualizer:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.visualizer:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.visualizer:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.tests:5.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.tests:5.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.core.tests:5.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.ui.tests:5.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.ui.tests:5.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.ui.tests:5.4.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.core.test:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.core.test:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.codan.core.test:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.core.tests:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.core.tests:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.core.tests:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.ui.tests:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.ui.tests:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.ui.tests:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.core.tests:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.core.tests:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.core.tests:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.ui.tests:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.ui.tests:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.make.ui.tests:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.tests.dsf.gdb:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.tests.dsf.gdb:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.tests.dsf.gdb:2.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.core:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.core:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.core:1.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.docs:2.0.2-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.docs:2.0.2-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.docs:2.0.2-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.tests:2.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.tests:2.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.tests:2.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.ui:1.0.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.ui:1.0.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.autotools.ui:1.0.1-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.boost:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.boost:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.boost:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.gtest:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.gtest:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.gtest:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.qttest:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.qttest:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.qttest:7.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.test:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.test:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.testsrunner.test:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.testsrunner.feature:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.testsrunner.feature:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.testsrunner.feature:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.testsrunner.source.feature:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.source.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.testsrunner.source.feature:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.source.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.testsrunner.source.feature:7.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.source.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.llvm.ui:1.1.7-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.llvm.ui:1.1.7-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.managedbuilder.llvm.ui:1.1.7-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.managedbuilder.llvm:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.managedbuilder.llvm:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.managedbuilder.llvm:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.qt.core:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/qt/org.eclipse.cdt.qt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.qt.core:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/qt/org.eclipse.cdt.qt.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.qt.core:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/qt/org.eclipse.cdt.qt.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.qt.ui:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/qt/org.eclipse.cdt.qt.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.qt.ui:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/qt/org.eclipse.cdt.qt.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.qt.ui:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/qt/org.eclipse.cdt.qt.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.qt:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/qt/org.eclipse.cdt.qt-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.qt:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/qt/org.eclipse.cdt.qt-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.qt:1.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/qt/org.eclipse.cdt.qt-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.errorparsers.xlc.tests:5.0.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.errorparsers.xlc.tests:5.0.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.errorparsers.xlc.tests:5.0.100-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.autotools:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.autotools:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.autotools:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.autotools.source:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.source-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.autotools.source:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.source-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt.features:org.eclipse.cdt.autotools.source:3.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.source-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.linuxtools.cdt.autotools.core:2.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.linuxtools.cdt.autotools.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.linuxtools.cdt.autotools.core:2.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.linuxtools.cdt.autotools.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.linuxtools.cdt.autotools.core:2.0.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.linuxtools.cdt.autotools.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.cdt:org.eclipse.cdt.repo:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.repo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.cdt:org.eclipse.cdt.repo:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.repo/pom.xml [WARNING] The following locally built units have been used to resolve project dependencies: [WARNING] org.eclipse.cdt.launch.remote.feature.group/6.2.0.201305142234 [WARNING] org.eclipse.cdt.build.crossgcc.feature.group/1.2.0.201305142234 [WARNING] org.eclipse.rse.subsystems.shells.core/3.1.300.201205141739 [WARNING] org.eclipse.rse.services/3.2.200.201211090626 [WARNING] org.eclipse.rse.core/3.3.2.201301152246 [WARNING] org.eclipse.cdt.launch.remote/2.4.0.201305142234 [WARNING] org.eclipse.rse.subsystems.files.core/3.3.1.201211140039 [WARNING] org.eclipse.rse.ui/3.3.3.201303071847 [WARNING] org.eclipse.cdt.launch.remote.feature.jar/6.2.0.201305142234 [WARNING] org.eclipse.cdt.build.crossgcc/1.1.0.201305142234 [WARNING] org.eclipse.cdt.launch.remote.source/2.4.0.201305142234 [WARNING] org.eclipse.cdt.build.crossgcc.feature.jar/1.2.0.201305142234 [WARNING] org.eclipse.rse.files.ui/3.2.101.201303061634 [INFO] Resolving class path of MavenProject: org.eclipse.cdt:org.eclipse.cdt.repo:8.2.0-SNAPSHOT @ /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.repo/pom.xml [WARNING] Dependency from /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.repo to nested classpath entry /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/org.eclipse.cdt.managedbuilder.bupc.ui can not be represented in Maven model and will not be visible to non-OSGi aware Maven plugins [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] CDT Parent [INFO] org.eclipse.cdt [INFO] org.eclipse.cdt.core [INFO] org.eclipse.cdt.core.linux [INFO] org.eclipse.cdt.core.linux.x86 [INFO] org.eclipse.cdt.core.linux.x86_64 [INFO] org.eclipse.cdt.core.linux.ppc64 [INFO] org.eclipse.cdt.core.win32 [INFO] org.eclipse.cdt.core.win32.x86 [INFO] org.eclipse.cdt.core.win32.x86_64 [INFO] org.eclipse.cdt.core.macosx [INFO] org.eclipse.cdt.core.aix [INFO] org.eclipse.cdt.core.solaris [INFO] org.eclipse.cdt.codan.core [INFO] org.eclipse.cdt.ui [INFO] org.eclipse.cdt.codan.ui [INFO] org.eclipse.cdt.codan.core.cxx [INFO] org.eclipse.cdt.codan.ui.cxx [INFO] org.eclipse.cdt.codan.checkers [INFO] org.eclipse.cdt.codan.checkers.ui [INFO] org.eclipse.cdt.debug.core [INFO] org.eclipse.cdt.debug.ui [INFO] org.eclipse.cdt.make.core [INFO] org.eclipse.cdt.make.ui [INFO] org.eclipse.cdt.managedbuilder.core [INFO] org.eclipse.cdt.managedbuilder.ui [INFO] org.eclipse.cdt.doc.user [INFO] org.eclipse.cdt.dsf [INFO] org.eclipse.cdt.dsf.ui [INFO] org.eclipse.cdt.platform [INFO] org.eclipse.cdt.platform.source [INFO] org.eclipse.cdt.managedbuilder.gnu.ui [INFO] org.eclipse.cdt.gnu.build [INFO] org.eclipse.cdt.gnu.build.source [INFO] org.eclipse.cdt.gdb [INFO] org.eclipse.cdt.gdb.ui [INFO] org.eclipse.cdt.gdb [INFO] org.eclipse.cdt.gdb.source [INFO] org.eclipse.cdt.debug.mi.core [INFO] org.eclipse.cdt.debug.mi.ui [INFO] org.eclipse.cdt.launch [INFO] org.eclipse.cdt.gnu.debug [INFO] org.eclipse.cdt.gnu.debug.source [INFO] org.eclipse.cdt.dsf.gdb [INFO] org.eclipse.cdt.dsf.gdb.ui [INFO] org.eclipse.cdt.visualizer.core [INFO] org.eclipse.cdt.visualizer.ui [INFO] org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui [INFO] org.eclipse.cdt.gnu.dsf [INFO] org.eclipse.cdt.gnu.dsf.source [INFO] org.eclipse.cdt.gnu.multicorevisualizer [INFO] org.eclipse.cdt.p2 [INFO] org.eclipse.cdt.p2 [INFO] org.eclipse.cdt [INFO] org.eclipse.cdt.doc.isv [INFO] org.eclipse.cdt.sdk [INFO] org.eclipse.cdt.sdk [INFO] org.eclipse.cdt.core.lrparser [INFO] org.eclipse.cdt.core.lrparser.feature [INFO] org.eclipse.cdt.core.lrparser.source [INFO] org.eclipse.cdt.core.lrparser.sdk [INFO] org.eclipse.cdt.core.parser.upc [INFO] org.eclipse.cdt.core.parser.upc.feature [INFO] org.eclipse.cdt.core.parser.upc.source [INFO] org.eclipse.cdt.core.parser.upc.sdk [INFO] org.eclipse.cdt.managedbuilder.bupc.ui [INFO] org.eclipse.cdt.bupc [INFO] org.eclipse.cdt.debug.gdbjtag [INFO] org.eclipse.cdt.debug.gdbjtag.core [INFO] org.eclipse.cdt.debug.gdbjtag.ui [INFO] org.eclipse.cdt.debug.gdbjtag [INFO] org.eclipse.cdt.core.lrparser.xlc [INFO] org.eclipse.cdt.errorparsers.xlc [INFO] org.eclipse.cdt.make.xlc.core [INFO] org.eclipse.cdt.managedbuilder.xlc.core [INFO] org.eclipse.cdt.managedbuilder.xlc.ui [INFO] org.eclipse.cdt.managedbuilder.xlupc.ui [INFO] org.eclipse.cdt.xlc.feature [INFO] org.eclipse.cdt.xlc.source [INFO] org.eclipse.cdt.xlc.sdk [INFO] org.eclipse.cdt.util [INFO] org.eclipse.cdt.util [INFO] org.eclipse.cdt.debug.ui.memory.memorybrowser [INFO] org.eclipse.cdt.debug.ui.memory.floatingpoint [INFO] org.eclipse.cdt.debug.ui.memory.search [INFO] org.eclipse.cdt.debug.ui.memory.traditional [INFO] org.eclipse.cdt.debug.ui.memory.transport [INFO] org.eclipse.cdt.debug.ui.memory [INFO] org.eclipse.cdt.debug.ui.memory.source [INFO] org.eclipse.cdt.msw.build [INFO] org.eclipse.cdt.msw [INFO] org.eclipse.cdt.examples.dsf [INFO] org.eclipse.cdt.examples.dsf.pda [INFO] org.eclipse.cdt.examples.dsf.pda.ui [INFO] org.eclipse.cdt.examples.dsf [INFO] org.eclipse.cdt.visualizer [INFO] org.eclipse.cdt.core.tests [INFO] org.eclipse.cdt.ui.tests [INFO] org.eclipse.cdt.codan.core.test [INFO] org.eclipse.cdt.managedbuilder.core.tests [INFO] org.eclipse.cdt.managedbuilder.ui.tests [INFO] org.eclipse.cdt.make.core.tests [INFO] org.eclipse.cdt.make.ui.tests [INFO] org.eclipse.cdt.tests.dsf.gdb [INFO] org.eclipse.cdt.autotools.core [INFO] org.eclipse.cdt.autotools.docs [INFO] org.eclipse.cdt.autotools.ui [INFO] org.eclipse.cdt.autotools.tests [INFO] org.eclipse.cdt.testsrunner [INFO] org.eclipse.cdt.testsrunner.boost [INFO] org.eclipse.cdt.testsrunner.gtest [INFO] org.eclipse.cdt.testsrunner.qttest [INFO] org.eclipse.cdt.testsrunner.test [INFO] org.eclipse.cdt.testsrunner.feature [INFO] org.eclipse.cdt.testsrunner.source.feature [INFO] org.eclipse.cdt.managedbuilder.llvm.ui [INFO] org.eclipse.cdt.managedbuilder.llvm [INFO] org.eclipse.cdt.qt.core [INFO] org.eclipse.cdt.qt.ui [INFO] org.eclipse.cdt.qt [INFO] org.eclipse.cdt.errorparsers.xlc.tests [INFO] org.eclipse.linuxtools.cdt.autotools.core [INFO] org.eclipse.cdt.autotools [INFO] org.eclipse.cdt.autotools.source [INFO] org.eclipse.cdt.repo [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building CDT Parent 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cdt-parent --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/target [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ cdt-parent --- [INFO] Skipping JaCoCo for project with packaging type 'pom' [INFO] argLine set to [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ cdt-parent --- [INFO] Skipping JaCoCo for project with packaging type 'pom' [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ cdt-parent --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ cdt-parent --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt/target/org.eclipse.cdt-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core 5.6.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core --- [INFO] Compiling 2126 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/target/org.eclipse.cdt.core-5.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/target/org.eclipse.cdt.core-5.6.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core:java-source:sources:5.6.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core/target/org.eclipse.cdt.core-5.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.linux 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.linux --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.linux --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.linux --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.linux --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.linux --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.linux --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.linux --- [INFO] Compiling 2 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.linux --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.linux --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.linux --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/target/org.eclipse.cdt.core.linux-5.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.linux --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/target/org.eclipse.cdt.core.linux-5.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core.linux:java-source:sources:5.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.linux --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux/target/org.eclipse.cdt.core.linux-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.linux --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.linux.x86 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.linux.x86 --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.linux.x86 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.linux.x86 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.linux.x86 --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.linux.x86 --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.linux.x86 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.linux.x86 --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.linux.x86 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.linux.x86 --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.linux.x86 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86/target/org.eclipse.cdt.core.linux.x86-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.linux.x86 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.linux.x86_64 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86_64/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86_64/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86_64/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.x86_64/target/org.eclipse.cdt.core.linux.x86_64-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.linux.x86_64 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.linux.ppc64 5.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.ppc64/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.ppc64/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.ppc64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.ppc64/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.linux.ppc64/target/org.eclipse.cdt.core.linux.ppc64-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.linux.ppc64 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.win32 5.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.win32 --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.win32 --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.win32 --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.win32 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.win32 --- [INFO] Compiling 2 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.win32 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.win32 --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.win32 --- [WARNING] Bundle-Name header not found in /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/target/org.eclipse.cdt.core.win32-5.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.win32 --- [WARNING] Bundle-Name header not found in /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/target/org.eclipse.cdt.core.win32-5.3.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core.win32:java-source:sources:5.3.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.win32 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32/target/org.eclipse.cdt.core.win32-5.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.win32 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.win32.x86 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.win32.x86 --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.win32.x86 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.win32.x86 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.win32.x86 --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.win32.x86 --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.win32.x86 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.win32.x86 --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.win32.x86 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.win32.x86 --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.win32.x86 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86/target/org.eclipse.cdt.core.win32.x86-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.win32.x86 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.win32.x86_64 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86_64/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86_64/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86_64/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.win32.x86_64/target/org.eclipse.cdt.core.win32.x86_64-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.win32.x86_64 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.macosx 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.macosx --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.macosx --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.macosx --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.macosx --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.macosx --- [INFO] Compiling 2 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.macosx --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.macosx --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.macosx --- [WARNING] Bundle-Name header not found in /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/target/org.eclipse.cdt.core.macosx-5.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.macosx --- [WARNING] Bundle-Name header not found in /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/target/org.eclipse.cdt.core.macosx-5.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core.macosx:java-source:sources:5.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.macosx --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.macosx/target/org.eclipse.cdt.core.macosx-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.macosx --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.aix 5.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.aix --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.aix --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.aix --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.aix --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.aix --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.aix --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.aix --- [INFO] Compiling 2 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.aix --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.aix --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.aix --- [WARNING] Bundle-Name header not found in /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/target/org.eclipse.cdt.core.aix-5.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.aix --- [WARNING] Bundle-Name header not found in /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/target/org.eclipse.cdt.core.aix-5.3.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core.aix:java-source:sources:5.3.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.aix --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.aix/target/org.eclipse.cdt.core.aix-5.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.aix --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.solaris 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.solaris --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.solaris --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.solaris --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.solaris --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.solaris --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.solaris --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.solaris --- [INFO] Compiling 2 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.solaris --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.solaris --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.solaris --- [WARNING] Bundle-Name header not found in /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/target/org.eclipse.cdt.core.solaris-5.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.solaris --- [WARNING] Bundle-Name header not found in /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/target/org.eclipse.cdt.core.solaris-5.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core.solaris:java-source:sources:5.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.solaris --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.solaris/target/org.eclipse.cdt.core.solaris-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.solaris --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.codan.core 3.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.codan.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.codan.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.codan.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.codan.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.codan.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.codan.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.codan.core --- [INFO] Compiling 91 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.codan.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.codan.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.codan.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/target/org.eclipse.cdt.codan.core-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.codan.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/target/org.eclipse.cdt.codan.core-3.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.codan.core:java-source:sources:3.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.codan.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core/target/org.eclipse.cdt.codan.core-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.codan.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.ui 5.7.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.ui --- [INFO] Compiling 1420 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/target/org.eclipse.cdt.ui-5.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/target/org.eclipse.cdt.ui-5.7.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.ui:java-source:sources:5.7.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui/target/org.eclipse.cdt.ui-5.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.codan.ui 3.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.codan.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.codan.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.codan.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.codan.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.codan.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.codan.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.codan.ui --- [INFO] Compiling 30 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.codan.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.codan.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.codan.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/target/org.eclipse.cdt.codan.ui-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.codan.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/target/org.eclipse.cdt.codan.ui-3.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.codan.ui:java-source:sources:3.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.codan.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui/target/org.eclipse.cdt.codan.ui-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.codan.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.codan.core.cxx 3.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.codan.core.cxx --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.codan.core.cxx --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.codan.core.cxx --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.codan.core.cxx --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.codan.core.cxx --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.codan.core.cxx --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.codan.core.cxx --- [INFO] Compiling 33 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.codan.core.cxx --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.codan.core.cxx --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.codan.core.cxx --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/target/org.eclipse.cdt.codan.core.cxx-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.codan.core.cxx --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/target/org.eclipse.cdt.codan.core.cxx-3.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.codan.core.cxx:java-source:sources:3.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.codan.core.cxx --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx/target/org.eclipse.cdt.codan.core.cxx-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.codan.core.cxx --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.codan.ui.cxx 3.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] Compiling 8 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/target/org.eclipse.cdt.codan.ui.cxx-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/target/org.eclipse.cdt.codan.ui.cxx-3.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.codan.ui.cxx:java-source:sources:3.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx/target/org.eclipse.cdt.codan.ui.cxx-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.codan.ui.cxx --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.codan.checkers 3.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.codan.checkers --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.codan.checkers --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.codan.checkers --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.codan.checkers --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.codan.checkers --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.codan.checkers --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.codan.checkers --- [INFO] Compiling 20 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.codan.checkers --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.codan.checkers --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.codan.checkers --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/target/org.eclipse.cdt.codan.checkers-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.codan.checkers --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/target/org.eclipse.cdt.codan.checkers-3.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.codan.checkers:java-source:sources:3.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.codan.checkers --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers/target/org.eclipse.cdt.codan.checkers-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.codan.checkers --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.codan.checkers.ui 3.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] Compiling 12 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/target/org.eclipse.cdt.codan.checkers.ui-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/target/org.eclipse.cdt.codan.checkers.ui-3.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.codan.checkers.ui:java-source:sources:3.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/target/org.eclipse.cdt.codan.checkers.ui-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.codan.checkers.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.core 7.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.core --- [INFO] Compiling 363 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/target/org.eclipse.cdt.debug.core-7.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/target/org.eclipse.cdt.debug.core-7.3.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.core:java-source:sources:7.3.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.core/target/org.eclipse.cdt.debug.core-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.ui 7.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.ui --- [INFO] Compiling 356 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/target/org.eclipse.cdt.debug.ui-7.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/target/org.eclipse.cdt.debug.ui-7.3.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.ui:java-source:sources:7.3.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.ui/target/org.eclipse.cdt.debug.ui-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.make.core 7.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.make.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.make.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.make.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.make.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.make.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.make.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.make.core --- [INFO] Compiling 189 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.make.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.make.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.make.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/target/org.eclipse.cdt.make.core-7.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.make.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/target/org.eclipse.cdt.make.core-7.3.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.make.core:java-source:sources:7.3.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.make.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core/target/org.eclipse.cdt.make.core-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.make.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.make.ui 7.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.make.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.make.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.make.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.make.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.make.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.make.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.make.ui --- [INFO] Compiling 125 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.make.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.make.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.make.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/target/org.eclipse.cdt.make.ui-7.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.make.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/target/org.eclipse.cdt.make.ui-7.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.make.ui:java-source:sources:7.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.make.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui/target/org.eclipse.cdt.make.ui-7.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.make.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.managedbuilder.core 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.managedbuilder.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.managedbuilder.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.managedbuilder.core --- [INFO] Compiling 346 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.managedbuilder.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.managedbuilder.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/target/org.eclipse.cdt.managedbuilder.core-8.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/target/org.eclipse.cdt.managedbuilder.core-8.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.core:java-source:sources:8.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core/target/org.eclipse.cdt.managedbuilder.core-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.managedbuilder.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.managedbuilder.ui 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] Compiling 83 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/target/org.eclipse.cdt.managedbuilder.ui-8.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/target/org.eclipse.cdt.managedbuilder.ui-8.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.ui:java-source:sources:8.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui/target/org.eclipse.cdt.managedbuilder.ui-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.managedbuilder.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.doc.user 5.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.doc.user --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.doc.user --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.doc.user --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.doc.user --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.doc.user --- [INFO] [INFO] --- tycho-eclipserun-plugin:0.18.1:eclipse-run (default) @ org.eclipse.cdt.doc.user --- [WARNING] p2 repository with URL http://download.eclipse.org/eclipse/updates/3.8 is associated with multiple IDs; was 'platform-3.8', now is 'platform' [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -install /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/target/work/configuration -application org.eclipse.ant.core.antRunner -buildfile customBuildCallbacks.xml build.index Buildfile: customBuildCallbacks.xml build.index: [help.buildHelpIndex] Help documentation could not be indexed completely. [help.buildHelpIndex] Locale 'en_US': cannot find document: PLUGINS_ROOT/org.eclipse.platform.doc.user/reference/ref-61.htm BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 1 second [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.doc.user --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.doc.user --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.doc.user --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.user/target/org.eclipse.cdt.doc.user-5.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.doc.user --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.dsf 2.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.dsf --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.dsf --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.dsf --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.dsf --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.dsf --- [INFO] Compiling 94 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.dsf --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.dsf --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.dsf --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/target/org.eclipse.cdt.dsf-2.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.dsf --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/target/org.eclipse.cdt.dsf-2.4.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.dsf:java-source:sources:2.4.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.dsf --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf/target/org.eclipse.cdt.dsf-2.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.dsf --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.dsf.ui 2.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.dsf.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.dsf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.dsf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.dsf.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.dsf.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.dsf.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.dsf.ui --- [INFO] Compiling 308 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.dsf.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.dsf.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.dsf.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/target/org.eclipse.cdt.dsf.ui-2.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.dsf.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/target/org.eclipse.cdt.dsf.ui-2.4.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.dsf.ui:java-source:sources:2.4.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.dsf.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/target/org.eclipse.cdt.dsf.ui-2.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.dsf.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.platform 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.platform --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.platform --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.platform --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.platform --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.platform --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.platform --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.platform --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform-feature/target/org.eclipse.cdt.platform-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.platform --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.platform --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.platform.source 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.platform.source --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform.source-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.platform.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.platform.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.platform.source --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.platform.source --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform.source-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.platform.source --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.platform.source --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.platform.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.platform.source --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.platform.source-feature/target/org.eclipse.cdt.platform.source-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.platform.source --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.platform.source --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.managedbuilder.gnu.ui 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] Compiling 9 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/target/org.eclipse.cdt.managedbuilder.gnu.ui-8.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/target/org.eclipse.cdt.managedbuilder.gnu.ui-8.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.gnu.ui:java-source:sources:8.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.gnu.ui/target/org.eclipse.cdt.managedbuilder.gnu.ui-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.managedbuilder.gnu.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gnu.build 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gnu.build --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.gnu.build --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gnu.build --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gnu.build --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gnu.build --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gnu.build --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gnu.build --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gnu.build --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.gnu.build --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build-feature/target/org.eclipse.cdt.gnu.build-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gnu.build --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.gnu.build --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gnu.build.source 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gnu.build.source --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build.source-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.gnu.build.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gnu.build.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gnu.build.source --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gnu.build.source --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build.source-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gnu.build.source --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gnu.build.source --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gnu.build.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.gnu.build.source --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.gnu.build.source-feature/target/org.eclipse.cdt.gnu.build.source-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gnu.build.source --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.gnu.build.source --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gdb 7.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gdb --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.gdb --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gdb --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gdb --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gdb --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.gdb --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.gdb --- [INFO] Compiling 3 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.gdb --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gdb --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gdb --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/target/org.eclipse.cdt.gdb-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gdb --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/target/org.eclipse.cdt.gdb-7.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.gdb:java-source:sources:7.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.gdb --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb/target/org.eclipse.cdt.gdb-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gdb --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gdb.ui 7.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gdb.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.gdb.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gdb.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gdb.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gdb.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.gdb.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.gdb.ui --- [INFO] Compiling 1 source file to /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.gdb.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gdb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gdb.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/target/org.eclipse.cdt.gdb.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gdb.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/target/org.eclipse.cdt.gdb.ui-7.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.gdb.ui:java-source:sources:7.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.gdb.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.ui/target/org.eclipse.cdt.gdb.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gdb.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gdb 7.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gdb --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.gdb --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gdb --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gdb --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gdb --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gdb --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gdb --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gdb --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.gdb --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb-feature/target/org.eclipse.cdt.gdb-7.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gdb --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.gdb --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gdb.source 7.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gdb.source --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.source-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.gdb.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gdb.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gdb.source --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gdb.source --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.source-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gdb.source --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gdb.source --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gdb.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.gdb.source --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gdb.source-feature/target/org.eclipse.cdt.gdb.source-7.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gdb.source --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.gdb.source --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.mi.core 7.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.mi.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.mi.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.mi.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.mi.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.mi.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.mi.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.mi.core --- [INFO] Compiling 380 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.mi.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.mi.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.mi.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/target/org.eclipse.cdt.debug.mi.core-7.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.mi.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/target/org.eclipse.cdt.debug.mi.core-7.3.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.mi.core:java-source:sources:7.3.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.mi.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.core/target/org.eclipse.cdt.debug.mi.core-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.mi.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.mi.ui 6.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.mi.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.mi.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.mi.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.mi.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.mi.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.mi.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.mi.ui --- [INFO] Compiling 45 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.mi.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.mi.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.mi.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/target/org.eclipse.cdt.debug.mi.ui-6.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.mi.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/target/org.eclipse.cdt.debug.mi.ui-6.1.1-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.mi.ui:java-source:sources:6.1.1-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.mi.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.debug.mi.ui/target/org.eclipse.cdt.debug.mi.ui-6.1.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.mi.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.launch 7.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.launch --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.launch --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.launch --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.launch --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.launch --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.launch --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.launch --- [INFO] Compiling 36 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.launch --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.launch --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.launch --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/target/org.eclipse.cdt.launch-7.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.launch --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/target/org.eclipse.cdt.launch-7.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.launch:java-source:sources:7.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.launch --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/launch/org.eclipse.cdt.launch/target/org.eclipse.cdt.launch-7.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.launch --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gnu.debug 7.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gnu.debug --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.gnu.debug --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gnu.debug --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gnu.debug --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gnu.debug --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gnu.debug --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gnu.debug --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gnu.debug --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.gnu.debug --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug-feature/target/org.eclipse.cdt.gnu.debug-7.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gnu.debug --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.gnu.debug --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gnu.debug.source 7.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gnu.debug.source --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug.source-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.gnu.debug.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gnu.debug.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gnu.debug.source --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gnu.debug.source --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug.source-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gnu.debug.source --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gnu.debug.source --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gnu.debug.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.gnu.debug.source --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/debug/org.eclipse.cdt.gnu.debug.source-feature/target/org.eclipse.cdt.gnu.debug.source-7.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gnu.debug.source --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.gnu.debug.source --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.dsf.gdb 4.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.dsf.gdb --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.dsf.gdb --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.dsf.gdb --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.dsf.gdb --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.dsf.gdb --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.dsf.gdb --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.dsf.gdb --- [INFO] Compiling 392 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.dsf.gdb --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.dsf.gdb --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.dsf.gdb --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/target/org.eclipse.cdt.dsf.gdb-4.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.dsf.gdb --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/target/org.eclipse.cdt.dsf.gdb-4.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.dsf.gdb:java-source:sources:4.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.dsf.gdb --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb/target/org.eclipse.cdt.dsf.gdb-4.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.dsf.gdb --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.dsf.gdb.ui 2.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] Compiling 113 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/target/org.eclipse.cdt.dsf.gdb.ui-2.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/target/org.eclipse.cdt.dsf.gdb.ui-2.4.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.dsf.gdb.ui:java-source:sources:2.4.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/target/org.eclipse.cdt.dsf.gdb.ui-2.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.dsf.gdb.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.visualizer.core 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.visualizer.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.visualizer.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.visualizer.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.visualizer.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.visualizer.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.visualizer.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.visualizer.core --- [INFO] Compiling 4 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.visualizer.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.visualizer.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.visualizer.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/target/org.eclipse.cdt.visualizer.core-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.visualizer.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/target/org.eclipse.cdt.visualizer.core-1.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.visualizer.core:java-source:sources:1.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.visualizer.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.core/target/org.eclipse.cdt.visualizer.core-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.visualizer.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.visualizer.ui 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.visualizer.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.visualizer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.visualizer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.visualizer.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.visualizer.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.visualizer.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.visualizer.ui --- [INFO] Compiling 30 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.visualizer.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.visualizer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.visualizer.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/target/org.eclipse.cdt.visualizer.ui-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.visualizer.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/target/org.eclipse.cdt.visualizer.ui-1.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.visualizer.ui:java-source:sources:1.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.visualizer.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer.ui/target/org.eclipse.cdt.visualizer.ui-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.visualizer.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui 1.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] Compiling 33 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/target/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/target/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui-1.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui:java-source:sources:1.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/target/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gnu.dsf 4.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gnu.dsf --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.gnu.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gnu.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gnu.dsf --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gnu.dsf --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gnu.dsf --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gnu.dsf --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gnu.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.gnu.dsf --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/target/org.eclipse.cdt.gnu.dsf-4.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gnu.dsf --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.gnu.dsf --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gnu.dsf.source 4.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf.source-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf.source-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf.source-feature/target/org.eclipse.cdt.gnu.dsf.source-4.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.gnu.dsf.source --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.gnu.multicorevisualizer 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.multicorevisualizer-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.multicorevisualizer-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.multicorevisualizer-feature/target/org.eclipse.cdt.gnu.multicorevisualizer-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.gnu.multicorevisualizer --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.p2 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.p2 --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.p2 --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.p2 --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.p2 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.p2 --- [INFO] Compiling 4 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.p2 --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.p2 --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.p2 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/target/org.eclipse.cdt.p2-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.p2 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/target/org.eclipse.cdt.p2-1.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.p2:java-source:sources:1.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.p2 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2/target/org.eclipse.cdt.p2-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.p2 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.p2 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.p2 --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.p2 --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.p2 --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.p2 --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.p2 --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.p2 --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/p2/org.eclipse.cdt.p2-feature/target/org.eclipse.cdt.p2-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.p2 --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.p2 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt-feature/target/org.eclipse.cdt-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.doc.isv 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.doc.isv --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.doc.isv --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.doc.isv --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.doc.isv --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.doc.isv --- [INFO] [INFO] --- tycho-eclipserun-plugin:0.18.1:eclipse-run (default) @ org.eclipse.cdt.doc.isv --- [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -install /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/target/work/configuration -application org.eclipse.ant.core.antRunner -buildfile buildDoc.xml Buildfile: buildDoc.xml all: convertSchemaToHtml: getJavadocPath: generateJavadoc: [delete] Deleting directory /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/reference/api [mkdir] Created dir: /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/reference/api build.index: BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 20 seconds [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.doc.isv --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.doc.isv --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/doc/org.eclipse.cdt.doc.isv/target/org.eclipse.cdt.doc.isv-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.doc.isv --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.sdk 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.sdk --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.sdk --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.sdk --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.sdk --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.sdk --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk/target/org.eclipse.cdt.sdk-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.sdk --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.sdk 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.sdk --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.sdk --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.sdk --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/releng/org.eclipse.cdt.sdk-feature/target/org.eclipse.cdt.sdk-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.sdk --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.sdk --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.lrparser 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.lrparser --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.lrparser --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.lrparser --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.lrparser --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.lrparser --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.lrparser --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.lrparser --- [INFO] Compiling 87 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.lrparser --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.lrparser --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.lrparser --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/target/org.eclipse.cdt.core.lrparser-5.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.lrparser --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/target/org.eclipse.cdt.core.lrparser-5.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core.lrparser:java-source:sources:5.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.lrparser --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser/target/org.eclipse.cdt.core.lrparser-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.lrparser --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.lrparser.feature 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.feature/target/org.eclipse.cdt.core.lrparser.feature-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.core.lrparser.feature --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.lrparser.source 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.lrparser.source --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.source.feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.core.lrparser.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.lrparser.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.lrparser.source --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.lrparser.source --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.source.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.lrparser.source --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.lrparser.source --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.lrparser.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.core.lrparser.source --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.source.feature/target/org.eclipse.cdt.core.lrparser.source-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.lrparser.source --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.core.lrparser.source --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.lrparser.sdk 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/target/org.eclipse.cdt.core.lrparser.sdk-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.core.lrparser.sdk --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.parser.upc 5.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.parser.upc --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.parser.upc --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.parser.upc --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.parser.upc --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.parser.upc --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.parser.upc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.parser.upc --- [INFO] Compiling 43 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.parser.upc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.parser.upc --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.parser.upc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/target/org.eclipse.cdt.core.parser.upc-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.parser.upc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/target/org.eclipse.cdt.core.parser.upc-5.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core.parser.upc:java-source:sources:5.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.parser.upc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc/target/org.eclipse.cdt.core.parser.upc-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.parser.upc --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.parser.upc.feature 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature/target/org.eclipse.cdt.core.parser.upc.feature-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.core.parser.upc.feature --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.parser.upc.source 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.source.feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.source.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.source.feature/target/org.eclipse.cdt.core.parser.upc.source-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.core.parser.upc.source --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.parser.upc.sdk 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/target/org.eclipse.cdt.core.parser.upc.sdk-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.core.parser.upc.sdk --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.managedbuilder.bupc.ui 1.0.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] Compiling 1 source file to /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/target/org.eclipse.cdt.managedbuilder.bupc.ui-1.0.3-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/target/org.eclipse.cdt.managedbuilder.bupc.ui-1.0.3-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.bupc.ui:java-source:sources:1.0.3-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui/target/org.eclipse.cdt.managedbuilder.bupc.ui-1.0.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.managedbuilder.bupc.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.bupc 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.bupc --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.bupc-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.bupc --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.bupc --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.bupc --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.bupc --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.bupc-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.bupc --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.bupc --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.bupc --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.bupc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/upc/org.eclipse.cdt.bupc-feature/target/org.eclipse.cdt.bupc-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.bupc --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.bupc --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.gdbjtag 7.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag/target/org.eclipse.cdt.debug.gdbjtag-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.gdbjtag.core 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] Compiling 24 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/target/org.eclipse.cdt.debug.gdbjtag.core-8.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/target/org.eclipse.cdt.debug.gdbjtag.core-8.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag.core:java-source:sources:8.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core/target/org.eclipse.cdt.debug.gdbjtag.core-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.gdbjtag.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.gdbjtag.ui 7.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] Compiling 9 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/target/org.eclipse.cdt.debug.gdbjtag.ui-7.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/target/org.eclipse.cdt.debug.gdbjtag.ui-7.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.gdbjtag.ui:java-source:sources:7.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui/target/org.eclipse.cdt.debug.gdbjtag.ui-7.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.gdbjtag.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.gdbjtag 7.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag-feature/target/org.eclipse.cdt.debug.gdbjtag-7.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.debug.gdbjtag --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.lrparser.xlc 5.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] Compiling 32 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/target/org.eclipse.cdt.core.lrparser.xlc-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/target/org.eclipse.cdt.core.lrparser.xlc-5.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core.lrparser.xlc:java-source:sources:5.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc/target/org.eclipse.cdt.core.lrparser.xlc-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.lrparser.xlc --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.errorparsers.xlc 5.0.100-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] Compiling 1 source file to /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/target/org.eclipse.cdt.errorparsers.xlc-5.0.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/target/org.eclipse.cdt.errorparsers.xlc-5.0.100-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.errorparsers.xlc:java-source:sources:5.0.100-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc/target/org.eclipse.cdt.errorparsers.xlc-5.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.errorparsers.xlc --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.make.xlc.core 5.2.100-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.make.xlc.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.make.xlc.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.make.xlc.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.make.xlc.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.make.xlc.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.make.xlc.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.make.xlc.core --- [INFO] Compiling 11 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.make.xlc.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.make.xlc.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.make.xlc.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/target/org.eclipse.cdt.make.xlc.core-5.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.make.xlc.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/target/org.eclipse.cdt.make.xlc.core-5.2.100-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.make.xlc.core:java-source:sources:5.2.100-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.make.xlc.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core/target/org.eclipse.cdt.make.xlc.core-5.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.make.xlc.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.managedbuilder.xlc.core 5.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] Compiling 2 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/target/org.eclipse.cdt.managedbuilder.xlc.core-5.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/target/org.eclipse.cdt.managedbuilder.xlc.core-5.0.1-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlc.core:java-source:sources:5.0.1-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core/target/org.eclipse.cdt.managedbuilder.xlc.core-5.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.managedbuilder.xlc.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.managedbuilder.xlc.ui 6.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] Compiling 16 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/target/org.eclipse.cdt.managedbuilder.xlc.ui-6.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/target/org.eclipse.cdt.managedbuilder.xlc.ui-6.4.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlc.ui:java-source:sources:6.4.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/target/org.eclipse.cdt.managedbuilder.xlc.ui-6.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.managedbuilder.xlc.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.managedbuilder.xlupc.ui 1.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] Compiling 5 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/target/org.eclipse.cdt.managedbuilder.xlupc.ui-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/target/org.eclipse.cdt.managedbuilder.xlupc.ui-1.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.xlupc.ui:java-source:sources:1.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/target/org.eclipse.cdt.managedbuilder.xlupc.ui-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.managedbuilder.xlupc.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.xlc.feature 6.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.xlc.feature --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.xlc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.xlc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.xlc.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.xlc.feature --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.xlc.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.xlc.feature --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.xlc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.xlc.feature --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature/target/org.eclipse.cdt.xlc.feature-6.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.xlc.feature --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.xlc.feature --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.xlc.source 6.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.xlc.source --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.source.feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.xlc.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.xlc.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.xlc.source --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.xlc.source --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.source.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.xlc.source --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.xlc.source --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.xlc.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.xlc.source --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.source.feature/target/org.eclipse.cdt.xlc.source-6.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.xlc.source --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.xlc.source --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.xlc.sdk 6.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.xlc.sdk --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.sdk-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.xlc.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.xlc.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.xlc.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.xlc.sdk --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.sdk-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.xlc.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.xlc.sdk --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.xlc.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.xlc.sdk --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.sdk-feature/target/org.eclipse.cdt.xlc.sdk-6.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.xlc.sdk --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.xlc.sdk --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.util 5.0.100-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.util --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.util --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.util --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.util --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.util --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.util --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.util --- [INFO] Compiling 1 source file to /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.util --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.util --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.util --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/target/org.eclipse.cdt.util-5.0.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.util --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/target/org.eclipse.cdt.util-5.0.100-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.util:java-source:sources:5.0.100-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.util --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util/target/org.eclipse.cdt.util-5.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.util --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.util 5.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.util --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.util --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.util --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.util --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.util --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.util --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.util --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.util --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.util --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/util/org.eclipse.cdt.util-feature/target/org.eclipse.cdt.util-5.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.util --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.util --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.ui.memory.memorybrowser 1.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] Compiling 7 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/target/org.eclipse.cdt.debug.ui.memory.memorybrowser-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/target/org.eclipse.cdt.debug.ui.memory.memorybrowser-1.3.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.memorybrowser:java-source:sources:1.3.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/target/org.eclipse.cdt.debug.ui.memory.memorybrowser-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.ui.memory.memorybrowser --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.ui.memory.floatingpoint 1.0.0.qualifier [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] Compiling 20 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/target/org.eclipse.cdt.debug.ui.memory.floatingpoint-1.0.0.qualifier-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/target/org.eclipse.cdt.debug.ui.memory.floatingpoint-1.0.0.qualifier-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.floatingpoint:java-source:sources:1.0.0.qualifier already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/target/org.eclipse.cdt.debug.ui.memory.floatingpoint-1.0.0.qualifier.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.ui.memory.floatingpoint --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.ui.memory.search 1.3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] Compiling 8 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/target/org.eclipse.cdt.debug.ui.memory.search-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/target/org.eclipse.cdt.debug.ui.memory.search-1.3.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.search:java-source:sources:1.3.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/target/org.eclipse.cdt.debug.ui.memory.search-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.ui.memory.search --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.ui.memory.traditional 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] Compiling 18 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/target/org.eclipse.cdt.debug.ui.memory.traditional-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/target/org.eclipse.cdt.debug.ui.memory.traditional-1.2.1-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.traditional:java-source:sources:1.2.1-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional/target/org.eclipse.cdt.debug.ui.memory.traditional-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.ui.memory.traditional --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.ui.memory.transport 2.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] Compiling 15 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/target/org.eclipse.cdt.debug.ui.memory.transport-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/target/org.eclipse.cdt.debug.ui.memory.transport-2.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.debug.ui.memory.transport:java-source:sources:2.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport/target/org.eclipse.cdt.debug.ui.memory.transport-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.ui.memory.transport --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.ui.memory 2.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.ui.memory --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.debug.ui.memory --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.ui.memory --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.ui.memory --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.ui.memory --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.ui.memory --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.ui.memory --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.ui.memory --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.debug.ui.memory --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory-feature/target/org.eclipse.cdt.debug.ui.memory-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.ui.memory --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.debug.ui.memory --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.debug.ui.memory.source 2.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.source-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.source-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.source-feature/target/org.eclipse.cdt.debug.ui.memory.source-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.debug.ui.memory.source --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.msw.build 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.msw.build --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.msw.build --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.msw.build --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.msw.build --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.msw.build --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.msw.build --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.msw.build --- [INFO] Compiling 4 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.msw.build --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.msw.build --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.msw.build --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/target/org.eclipse.cdt.msw.build-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.msw.build --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/target/org.eclipse.cdt.msw.build-1.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.msw.build:java-source:sources:1.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.msw.build --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw.build/target/org.eclipse.cdt.msw.build-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.msw.build --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.msw 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.msw --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.msw --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.msw --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.msw --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.msw --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.msw --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.msw --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.msw --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.msw --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/windows/org.eclipse.cdt.msw-feature/target/org.eclipse.cdt.msw-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.msw --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.msw --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.examples.dsf 2.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.examples.dsf --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.examples.dsf --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.examples.dsf --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.examples.dsf --- [INFO] Compiling 47 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.examples.dsf --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.examples.dsf --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.examples.dsf --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/target/org.eclipse.cdt.examples.dsf-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.examples.dsf --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/target/org.eclipse.cdt.examples.dsf-2.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.examples.dsf:java-source:sources:2.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.examples.dsf --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf/target/org.eclipse.cdt.examples.dsf-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.examples.dsf.pda 2.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] Compiling 57 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/target/org.eclipse.cdt.examples.dsf.pda-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/target/org.eclipse.cdt.examples.dsf.pda-2.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.examples.dsf.pda:java-source:sources:2.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda/target/org.eclipse.cdt.examples.dsf.pda-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.examples.dsf.pda --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.examples.dsf.pda.ui 2.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] Compiling 26 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/target/org.eclipse.cdt.examples.dsf.pda.ui-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/target/org.eclipse.cdt.examples.dsf.pda.ui-2.1.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.examples.dsf.pda.ui:java-source:sources:2.1.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui/target/org.eclipse.cdt.examples.dsf.pda.ui-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.examples.dsf.pda.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.examples.dsf 2.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.examples.dsf --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.examples.dsf --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.examples.dsf --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.examples.dsf --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature/target/org.eclipse.cdt.examples.dsf-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.examples.dsf --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.visualizer 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.visualizer --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer-feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.visualizer --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.visualizer --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.visualizer --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.visualizer --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer-feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.visualizer --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.visualizer --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.visualizer --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-feature (default-package-feature) @ org.eclipse.cdt.visualizer --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/visualizer/org.eclipse.cdt.visualizer-feature/target/org.eclipse.cdt.visualizer-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.visualizer --- [INFO] [INFO] --- tycho-p2-plugin:0.18.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.cdt.visualizer --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.core.tests 5.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.core.tests --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.core.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.core.tests --- [INFO] Compiling 329 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.core.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.core.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.core.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.core.tests:java-source:sources:5.4.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.core.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.core.tests --- [WARNING] p2 repository with URL http://download.eclipse.org/eclipse/updates/3.8 is associated with multiple IDs; was 'platform', now is 'platform-3.8' [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.core.suite.AutomatedIntegrationSuite 100% 1/1 sources, 0 headers: parsing test.c (/testChangeConfiguration) 100% 1/1 sources, 0 headers: parsing test.c (/testChangeConfiguration) 0% 0/6 sources, 18 headers: Collecting files (project 'IndexTest_1374700484003') Tests run: 4677, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 729.29 sec <<< FAILURE! Results : Failed tests: testDescriptorOwner(org.eclipse.cdt.core.cdescriptor.tests.CDescriptorTests): expected:<[org.eclipse.cdt.core.tests.TestProject]> but was:<[]> testDescriptorCreation(org.eclipse.cdt.core.cdescriptor.tests.CDescriptorTests): expected:<1> but was:<2> testCPathEntries(org.eclipse.cdt.core.model.tests.CPathEntryTest): No cpathentries testSetInvalidCreatingDescription(org.eclipse.cdt.core.settings.model.CProjectDescriptionBasicTests): Expected number (0) of non-OK status objects in log differs from actual (1). Tests run: 4677, Failures: 4, Errors: 0, Skipped: 0 [ERROR] There are test failures. Please refer to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.core.tests/target/surefire-reports for the individual test results. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.ui.tests 5.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.ui.tests --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.ui.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.ui.tests --- [INFO] Compiling 218 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.ui.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.ui.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.ui.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.ui.tests:java-source:sources:5.4.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.ui.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.ui.tests --- [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.ui.tests.AutomatedSuite Tests run: 1516, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 602.858 sec <<< FAILURE! Results : Failed tests: testOptionalCyclicMap(org.eclipse.cdt.ui.tests.refactoring.includes.IncludeMapTest): expected:<...-> "d", "b" Tests run: 1516, Failures: 1, Errors: 0, Skipped: 0 [ERROR] There are test failures. Please refer to /home/cygnus/jjohnstn/org.eclipse.cdt/core/org.eclipse.cdt.ui.tests/target/surefire-reports for the individual test results. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.codan.core.test 3.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.codan.core.test --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.codan.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.codan.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.codan.core.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.codan.core.test --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.codan.core.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.codan.core.test --- [INFO] Compiling 33 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.codan.core.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.codan.core.test --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.codan.core.test --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/org.eclipse.cdt.codan.core.test-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.codan.core.test --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/org.eclipse.cdt.codan.core.test-3.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.codan.core.test:java-source:sources:3.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.codan.core.test --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/org.eclipse.cdt.codan.core.test-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.codan.core.test --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.codan.core.test --- [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.codan.core.test.AutomatedIntegrationSuite Tests run: 320, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 35.116 sec <<< FAILURE! Results : Failed tests: testTryBlock3(org.eclipse.cdt.codan.core.internal.checkers.ReturnCheckerTest): No problems found but should Tests run: 320, Failures: 1, Errors: 0, Skipped: 0 [ERROR] There are test failures. Please refer to /home/cygnus/jjohnstn/org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test/target/surefire-reports for the individual test results. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.managedbuilder.core.tests 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] Compiling 70 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/org.eclipse.cdt.managedbuilder.core.tests-8.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/org.eclipse.cdt.managedbuilder.core.tests-8.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.core.tests:java-source:sources:8.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/org.eclipse.cdt.managedbuilder.core.tests-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.managedbuilder.core.tests --- [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xms256m -Xmx512m -XX:MaxPermSize=256M -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.managedbuilder.tests.suite.AllManagedBuildTests main with spaces.d: missing line =[../blah_blah.h:] comparing to benchmark. File /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data/test with spaces/Debug/main with spaces.d main with spaces.d: benchmark file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects/test with spaces/Benchmarks/main with spaces.d Following lines do not match (foo with spaces.d): actual : [ ../sub\ folder\ with\ spaces/foo\ with\ spaces.c], file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data/test with spaces/Debug/sub folder with spaces/foo with spaces.d expected: [ sub\ folder\ with\ spaces/foo\ with\ spaces.o: \], file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects/test with spaces/Benchmarks/sub folder with spaces/foo with spaces.d foo with spaces.d: missing line =[ ../sub\ folder\ with\ spaces/foo\ with\ spaces.c] comparing to benchmark. File /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data/test with spaces/Debug/sub folder with spaces/foo with spaces.d foo with spaces.d: benchmark file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects/test with spaces/Benchmarks/sub folder with spaces/foo with spaces.d func2.d: missing line =[../Sources/sub\ sources/func\ 3.h:] comparing to benchmark. File /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data/test1DepCalc2/Debug/Sources/func2.d func2.d: benchmark file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/depCalcProjects/test1DepCalc2/Benchmarks/Sources/func2.d func4.d: missing line =[../Headers/func2.h:] comparing to benchmark. File /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data/test1DepCalc2/Debug/Sources/func4.d func4.d: benchmark file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/depCalcProjects/test1DepCalc2/Benchmarks/Sources/func4.d func 3.d: missing line =[ ../Sources/sub\ sources/func\ 3.c] comparing to benchmark. File /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/work/data/test1DepCalc2/Debug/Sources/sub sources/func 3.d func 3.d: benchmark file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/depCalcProjects/test1DepCalc2/Benchmarks/Sources/sub sources/func 3.d helloworldC, /helloworldC: line 0 ERROR make: *** [helloworldC] Error 4 Tests run: 209, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 132.9 sec <<< FAILURE! Results : Failed tests: testSpaces(org.eclipse.cdt.managedbuilder.core.tests.ManagedProject30MakefileTests): File foo with spaces.d does not match its benchmark. Tests run: 209, Failures: 1, Errors: 0, Skipped: 0 [ERROR] There are test failures. Please refer to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.core.tests/target/surefire-reports for the individual test results. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.managedbuilder.ui.tests 8.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] Compiling 17 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.ui.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target/org.eclipse.cdt.managedbuilder.ui.tests-8.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.ui.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target/org.eclipse.cdt.managedbuilder.ui.tests-8.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.ui.tests:java-source:sources:8.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target/org.eclipse.cdt.managedbuilder.ui.tests-8.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.managedbuilder.ui.tests --- [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xms256m -Xmx512m -XX:MaxPermSize=256M -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.managedbuilder.ui.tests/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.managedbuilder.ui.tests.suite.AllManagedBuildUITests Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec Results : Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.make.core.tests 7.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.make.core.tests --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.make.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.make.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.make.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.make.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.make.core.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.make.core.tests --- [INFO] Compiling 13 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.make.core.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.make.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.make.core.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target/org.eclipse.cdt.make.core.tests-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.make.core.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target/org.eclipse.cdt.make.core.tests-7.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.make.core.tests:java-source:sources:7.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.make.core.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target/org.eclipse.cdt.make.core.tests-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.make.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.make.core.tests --- [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xms256m -Xmx512m -XX:MaxPermSize=256M -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.core.tests/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.make.core.tests.AutomatedIntegrationSuite Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.216 sec Results : Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.make.ui.tests 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.make.ui.tests --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.make.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.make.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.make.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.make.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.make.ui.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.make.ui.tests --- [INFO] Compiling 4 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.make.ui.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.make.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.make.ui.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target/org.eclipse.cdt.make.ui.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.make.ui.tests --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target/org.eclipse.cdt.make.ui.tests-1.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.make.ui.tests:java-source:sources:1.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.make.ui.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target/org.eclipse.cdt.make.ui.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.make.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.make.ui.tests --- [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.make.ui.tests/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.make.ui.tests.AllMakeUITests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.tests.dsf.gdb 2.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target [INFO] [INFO] --- maven-antrun-plugin:1.3:run (clean) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] Executing tasks clean: [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] [INFO] --- maven-antrun-plugin:1.3:run (prepare) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] Executing tasks makeTestApps: [exec] TracepointTestApp.cc: In function âint main()â: [exec] TracepointTestApp.cc:140:72: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [exec] /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crt1.o: In function `_start': [exec] (.text+0x20): undefined reference to `main' [exec] collect2: error: ld returned 1 exit status [exec] /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crt1.o: In function `_start': [exec] (.text+0x20): undefined reference to `main' [exec] collect2: error: ld returned 1 exit status [exec] MultiThread.cc: In function âint main(int, char**)â: [exec] MultiThread.cc:54:73: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [exec] MultiThreadRunControl.cc: In function âint main(int, char**)â: [exec] MultiThreadRunControl.cc:61:64: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [INFO] Executed tasks [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] Compiling 235 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.tests.dsf.gdb --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/org.eclipse.cdt.tests.dsf.gdb-2.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.tests.dsf.gdb --- [WARNING] bundle localization file /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/plugin.properties not found [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/org.eclipse.cdt.tests.dsf.gdb-2.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.tests.dsf.gdb:java-source:sources:2.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/org.eclipse.cdt.tests.dsf.gdb-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.tests.dsf.gdb --- [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -Dcdt.tests.dsf.gdb.path=/opt/public/download-staging.priv/tools/cdt/gdb -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.tests.dsf.gdb.tests.AutomatedSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.599 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] All tests passed! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.autotools.core 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.autotools.core --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.autotools.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.autotools.core --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.autotools.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.autotools.core --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.autotools.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.autotools.core --- [INFO] Compiling 36 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.autotools.core --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.autotools.core --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.autotools.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/target/org.eclipse.cdt.autotools.core-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.autotools.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/target/org.eclipse.cdt.autotools.core-1.2.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.autotools.core:java-source:sources:1.2.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.autotools.core --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.core/target/org.eclipse.cdt.autotools.core-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.autotools.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.autotools.docs 2.0.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.autotools.docs --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.autotools.docs --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.autotools.docs --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.autotools.docs --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.autotools.docs --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.autotools.docs --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.autotools.docs --- [INFO] [INFO] --- tycho-eclipserun-plugin:0.18.1:eclipse-run (default) @ org.eclipse.cdt.autotools.docs --- [WARNING] p2 repository with URL http://download.eclipse.org/eclipse/updates/3.8 is associated with multiple IDs; was 'platform-3.8', now is 'platform' [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -install /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/target/work/configuration -application org.eclipse.ant.core.antRunner -buildfile build-index.xml build.index Buildfile: build-index.xml build.index: BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 1 second [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.autotools.docs --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.autotools.docs --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.autotools.docs --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.autotools.docs --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.autotools.docs --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.docs/target/org.eclipse.cdt.autotools.docs-2.0.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.autotools.docs --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.autotools.ui 1.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.autotools.ui --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.autotools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.autotools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.autotools.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.autotools.ui --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.autotools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.autotools.ui --- [INFO] Compiling 316 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.autotools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.autotools.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.autotools.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/target/org.eclipse.cdt.autotools.ui-1.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.autotools.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/target/org.eclipse.cdt.autotools.ui-1.0.1-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.autotools.ui:java-source:sources:1.0.1-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.autotools.ui --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.ui/target/org.eclipse.cdt.autotools.ui-1.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.autotools.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.autotools.tests 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.autotools.tests --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.autotools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.autotools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.autotools.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.autotools.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.autotools.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.autotools.tests --- [INFO] Compiling 18 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.autotools.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.autotools.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.autotools.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target/org.eclipse.cdt.autotools.tests-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.autotools.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target/org.eclipse.cdt.autotools.tests-2.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.autotools.tests:java-source:sources:2.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.autotools.tests --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target/org.eclipse.cdt.autotools.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.autotools.tests --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.autotools.tests --- [WARNING] p2 repository with URL http://download.eclipse.org/eclipse/updates/3.8 is associated with multiple IDs; was 'platform', now is 'platform-3.8' [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 '-javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.*' -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/build/org.eclipse.cdt.autotools.tests/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.autotools.tests.AllAutotoolsTests java.lang.UnsatisfiedLinkError: no spawner in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1878) at java.lang.Runtime.loadLibrary0(Runtime.java:849) at java.lang.System.loadLibrary(System.java:1087) at org.eclipse.cdt.utils.spawner.ProcessFactory.<init>(ProcessFactory.java:39) at org.eclipse.cdt.utils.spawner.ProcessFactory.getFactory(ProcessFactory.java:51) at org.eclipse.cdt.core.CommandLauncher.execute(CommandLauncher.java:194) at org.eclipse.cdt.internal.core.BuildRunnerHelper.build(BuildRunnerHelper.java:238) at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractBuiltinSpecsDetector.runProgramForLanguage(AbstractBuiltinSpecsDetector.java:704) at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractBuiltinSpecsDetector.runForLanguage(AbstractBuiltinSpecsDetector.java:634) at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractBuiltinSpecsDetector.runForEachLanguage(AbstractBuiltinSpecsDetector.java:507) at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractBuiltinSpecsDetector$1.runInWorkspace(AbstractBuiltinSpecsDetector.java:441) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.775 sec Results : Tests run: 79, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.testsrunner 7.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.testsrunner --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.testsrunner --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.testsrunner --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.testsrunner --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.testsrunner --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.testsrunner --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.testsrunner --- [INFO] Compiling 71 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.testsrunner --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.testsrunner --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.testsrunner --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/target/org.eclipse.cdt.testsrunner-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.testsrunner --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/target/org.eclipse.cdt.testsrunner-7.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.testsrunner:java-source:sources:7.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.testsrunner --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner/target/org.eclipse.cdt.testsrunner-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.testsrunner --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.testsrunner.boost 7.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.testsrunner.boost --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.testsrunner.boost --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.testsrunner.boost --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.testsrunner.boost --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.testsrunner.boost --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.testsrunner.boost --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.testsrunner.boost --- [INFO] Compiling 4 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.testsrunner.boost --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.testsrunner.boost --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.testsrunner.boost --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/target/org.eclipse.cdt.testsrunner.boost-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.testsrunner.boost --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/target/org.eclipse.cdt.testsrunner.boost-7.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.testsrunner.boost:java-source:sources:7.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.testsrunner.boost --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.boost/target/org.eclipse.cdt.testsrunner.boost-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.testsrunner.boost --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.testsrunner.gtest 7.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] Compiling 4 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/target/org.eclipse.cdt.testsrunner.gtest-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/target/org.eclipse.cdt.testsrunner.gtest-7.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.testsrunner.gtest:java-source:sources:7.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.gtest/target/org.eclipse.cdt.testsrunner.gtest-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.testsrunner.gtest --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.testsrunner.qttest 7.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] Compiling 4 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/target/org.eclipse.cdt.testsrunner.qttest-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/target/org.eclipse.cdt.testsrunner.qttest-7.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.testsrunner.qttest:java-source:sources:7.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.qttest/target/org.eclipse.cdt.testsrunner.qttest-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.testsrunner.qttest --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.testsrunner.test 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.testsrunner.test --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.testsrunner.test --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.testsrunner.test --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.testsrunner.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.testsrunner.test --- [INFO] tycho.testArgLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.cdt.testsrunner.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.18.1:compile (default-compile) @ org.eclipse.cdt.testsrunner.test --- [INFO] Compiling 10 source files to /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.cdt.testsrunner.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/src/test/resources [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.testsrunner.test --- [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (plugin-source) @ org.eclipse.cdt.testsrunner.test --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target/org.eclipse.cdt.testsrunner.test-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-plugin:0.18.1:plugin-source (attach-source) @ org.eclipse.cdt.testsrunner.test --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target/org.eclipse.cdt.testsrunner.test-1.0.0-SNAPSHOT-sources.jar [WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.testsrunner.test:java-source:sources:1.0.0-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:package-plugin (default-package-plugin) @ org.eclipse.cdt.testsrunner.test --- [INFO] Building jar: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target/org.eclipse.cdt.testsrunner.test-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.18.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.cdt.testsrunner.test --- [INFO] [INFO] --- tycho-surefire-plugin:0.18.1:test (default-test) @ org.eclipse.cdt.testsrunner.test --- [INFO] Expected eclipse log file: /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target/work/data/.metadata/.log [INFO] Command line: /bin/sh -c cd /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test && /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 '-javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.*' -jar /home/cygnus/jjohnstn/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar -data /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target/work/data -install /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target/work -configuration /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.test/target/surefire.properties ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.cdt.testsrunner.test.TestsRunnerSuite Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 sec Results : Tests run: 81, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.cdt.testsrunner.feature 7.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.testsrunner.feature --- [INFO] Deleting /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.feature/target [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.cdt.testsrunner.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-id (default-validate-id) @ org.eclipse.cdt.testsrunner.feature --- [INFO] [INFO] --- tycho-packaging-plugin:0.18.1:validate-version (default-validate-version) @ org.eclipse.cdt.testsrunner.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:prepare-agent (pre-test) @ org.eclipse.cdt.testsrunner.feature --- [INFO] argLine set to -javaagent:/home/cygnus/jjohnstn/.m2/repository/org/jacoco/org.jacoco.agent/0.6.3.201306030806/org.jacoco.agent-0.6.3.201306030806-runtime.jar=destfile=/home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.cdt.*:org.eclipse.linuxtools.cdt.autotools.* [INFO] [INFO] --- jacoco-maven-plugin:0.6.3.201306030806:report (post-test) @ org.eclipse.cdt.testsrunner.feature --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] CDT Parent ........................................ SUCCESS [0.662s] [INFO] org.eclipse.cdt ................................... SUCCESS [0.561s] [INFO] org.eclipse.cdt.core .............................. SUCCESS [28.534s] [INFO] org.eclipse.cdt.core.linux ........................ SUCCESS [0.315s] [INFO] org.eclipse.cdt.core.linux.x86 .................... SUCCESS [0.061s] [INFO] org.eclipse.cdt.core.linux.x86_64 ................. SUCCESS [0.070s] [INFO] org.eclipse.cdt.core.linux.ppc64 .................. SUCCESS [0.053s] [INFO] org.eclipse.cdt.core.win32 ........................ SUCCESS [0.316s] [INFO] org.eclipse.cdt.core.win32.x86 .................... SUCCESS [0.063s] [INFO] org.eclipse.cdt.core.win32.x86_64 ................. SUCCESS [0.075s] [INFO] org.eclipse.cdt.core.macosx ....................... SUCCESS [0.299s] [INFO] org.eclipse.cdt.core.aix .......................... SUCCESS [0.337s] [INFO] org.eclipse.cdt.core.solaris ...................... SUCCESS [0.293s] [INFO] org.eclipse.cdt.codan.core ........................ SUCCESS [1.003s] [INFO] org.eclipse.cdt.ui ................................ SUCCESS [21.695s] [INFO] org.eclipse.cdt.codan.ui .......................... SUCCESS [0.841s] [INFO] org.eclipse.cdt.codan.core.cxx .................... SUCCESS [0.693s] [INFO] org.eclipse.cdt.codan.ui.cxx ...................... SUCCESS [0.422s] [INFO] org.eclipse.cdt.codan.checkers .................... SUCCESS [0.559s] [INFO] org.eclipse.cdt.codan.checkers.ui ................. SUCCESS [0.423s] [INFO] org.eclipse.cdt.debug.core ........................ SUCCESS [3.446s] [INFO] org.eclipse.cdt.debug.ui .......................... SUCCESS [5.961s] [INFO] org.eclipse.cdt.make.core ......................... SUCCESS [2.131s] [INFO] org.eclipse.cdt.make.ui ........................... SUCCESS [2.042s] [INFO] org.eclipse.cdt.managedbuilder.core ............... SUCCESS [4.855s] [INFO] org.eclipse.cdt.managedbuilder.ui ................. SUCCESS [1.845s] [INFO] org.eclipse.cdt.doc.user .......................... SUCCESS [6.496s] [INFO] org.eclipse.cdt.dsf ............................... SUCCESS [1.684s] [INFO] org.eclipse.cdt.dsf.ui ............................ SUCCESS [7.034s] [INFO] org.eclipse.cdt.platform .......................... SUCCESS [0.443s] [INFO] org.eclipse.cdt.platform.source ................... SUCCESS [0.394s] [INFO] org.eclipse.cdt.managedbuilder.gnu.ui ............. SUCCESS [0.437s] [INFO] org.eclipse.cdt.gnu.build ......................... SUCCESS [0.070s] [INFO] org.eclipse.cdt.gnu.build.source .................. SUCCESS [0.080s] [INFO] org.eclipse.cdt.gdb ............................... SUCCESS [0.358s] [INFO] org.eclipse.cdt.gdb.ui ............................ SUCCESS [1.430s] [INFO] org.eclipse.cdt.gdb ............................... SUCCESS [0.065s] [INFO] org.eclipse.cdt.gdb.source ........................ SUCCESS [0.173s] [INFO] org.eclipse.cdt.debug.mi.core ..................... SUCCESS [7.984s] [INFO] org.eclipse.cdt.debug.mi.ui ....................... SUCCESS [3.124s] [INFO] org.eclipse.cdt.launch ............................ SUCCESS [0.933s] [INFO] org.eclipse.cdt.gnu.debug ......................... SUCCESS [0.078s] [INFO] org.eclipse.cdt.gnu.debug.source .................. SUCCESS [0.055s] [INFO] org.eclipse.cdt.dsf.gdb ........................... SUCCESS [6.838s] [INFO] org.eclipse.cdt.dsf.gdb.ui ........................ SUCCESS [2.745s] [INFO] org.eclipse.cdt.visualizer.core ................... SUCCESS [0.303s] [INFO] org.eclipse.cdt.visualizer.ui ..................... SUCCESS [0.725s] [INFO] org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui .... SUCCESS [0.859s] [INFO] org.eclipse.cdt.gnu.dsf ........................... SUCCESS [0.067s] [INFO] org.eclipse.cdt.gnu.dsf.source .................... SUCCESS [0.082s] [INFO] org.eclipse.cdt.gnu.multicorevisualizer ........... SUCCESS [0.059s] [INFO] org.eclipse.cdt.p2 ................................ SUCCESS [0.308s] [INFO] org.eclipse.cdt.p2 ................................ SUCCESS [0.057s] [INFO] org.eclipse.cdt ................................... SUCCESS [0.094s] [INFO] org.eclipse.cdt.doc.isv ........................... SUCCESS [26.712s] [INFO] org.eclipse.cdt.sdk ............................... SUCCESS [0.049s] [INFO] org.eclipse.cdt.sdk ............................... SUCCESS [0.121s] [INFO] org.eclipse.cdt.core.lrparser ..................... SUCCESS [3.285s] [INFO] org.eclipse.cdt.core.lrparser.feature ............. SUCCESS [0.063s] [INFO] org.eclipse.cdt.core.lrparser.source .............. SUCCESS [0.052s] [INFO] org.eclipse.cdt.core.lrparser.sdk ................. SUCCESS [0.062s] [INFO] org.eclipse.cdt.core.parser.upc ................... SUCCESS [2.552s] [INFO] org.eclipse.cdt.core.parser.upc.feature ........... SUCCESS [0.062s] [INFO] org.eclipse.cdt.core.parser.upc.source ............ SUCCESS [0.062s] [INFO] org.eclipse.cdt.core.parser.upc.sdk ............... SUCCESS [0.064s] [INFO] org.eclipse.cdt.managedbuilder.bupc.ui ............ SUCCESS [0.250s] [INFO] org.eclipse.cdt.bupc .............................. SUCCESS [0.062s] [INFO] org.eclipse.cdt.debug.gdbjtag ..................... SUCCESS [0.046s] [INFO] org.eclipse.cdt.debug.gdbjtag.core ................ SUCCESS [0.552s] [INFO] org.eclipse.cdt.debug.gdbjtag.ui .................. SUCCESS [0.506s] [INFO] org.eclipse.cdt.debug.gdbjtag ..................... SUCCESS [0.070s] [INFO] org.eclipse.cdt.core.lrparser.xlc ................. SUCCESS [1.353s] [INFO] org.eclipse.cdt.errorparsers.xlc .................. SUCCESS [0.202s] [INFO] org.eclipse.cdt.make.xlc.core ..................... SUCCESS [0.425s] [INFO] org.eclipse.cdt.managedbuilder.xlc.core ........... SUCCESS [0.250s] [INFO] org.eclipse.cdt.managedbuilder.xlc.ui ............. SUCCESS [0.529s] [INFO] org.eclipse.cdt.managedbuilder.xlupc.ui ........... SUCCESS [0.339s] [INFO] org.eclipse.cdt.xlc.feature ....................... SUCCESS [0.093s] [INFO] org.eclipse.cdt.xlc.source ........................ SUCCESS [0.073s] [INFO] org.eclipse.cdt.xlc.sdk ........................... SUCCESS [0.072s] [INFO] org.eclipse.cdt.util .............................. SUCCESS [0.280s] [INFO] org.eclipse.cdt.util .............................. SUCCESS [0.063s] [INFO] org.eclipse.cdt.debug.ui.memory.memorybrowser ..... SUCCESS [0.410s] [INFO] org.eclipse.cdt.debug.ui.memory.floatingpoint ..... SUCCESS [0.665s] [INFO] org.eclipse.cdt.debug.ui.memory.search ............ SUCCESS [0.393s] [INFO] org.eclipse.cdt.debug.ui.memory.traditional ....... SUCCESS [0.629s] [INFO] org.eclipse.cdt.debug.ui.memory.transport ......... SUCCESS [0.507s] [INFO] org.eclipse.cdt.debug.ui.memory ................... SUCCESS [0.083s] [INFO] org.eclipse.cdt.debug.ui.memory.source ............ SUCCESS [0.093s] [INFO] org.eclipse.cdt.msw.build ......................... SUCCESS [0.205s] [INFO] org.eclipse.cdt.msw ............................... SUCCESS [0.055s] [INFO] org.eclipse.cdt.examples.dsf ...................... SUCCESS [1.308s] [INFO] org.eclipse.cdt.examples.dsf.pda .................. SUCCESS [1.122s] [INFO] org.eclipse.cdt.examples.dsf.pda.ui ............... SUCCESS [0.604s] [INFO] org.eclipse.cdt.examples.dsf ...................... SUCCESS [0.077s] [INFO] org.eclipse.cdt.visualizer ........................ SUCCESS [0.058s] [INFO] org.eclipse.cdt.core.tests ........................ SUCCESS [12:25.105s] [INFO] org.eclipse.cdt.ui.tests .......................... SUCCESS [10:17.038s] [INFO] org.eclipse.cdt.codan.core.test ................... SUCCESS [44.258s] [INFO] org.eclipse.cdt.managedbuilder.core.tests ......... SUCCESS [2:25.727s] [INFO] org.eclipse.cdt.managedbuilder.ui.tests ........... SUCCESS [8.665s] [INFO] org.eclipse.cdt.make.core.tests ................... SUCCESS [6.209s] [INFO] org.eclipse.cdt.make.ui.tests ..................... SUCCESS [8.185s] [INFO] org.eclipse.cdt.tests.dsf.gdb ..................... SUCCESS [18.361s] [INFO] org.eclipse.cdt.autotools.core .................... SUCCESS [0.665s] [INFO] org.eclipse.cdt.autotools.docs .................... SUCCESS [3.140s] [INFO] org.eclipse.cdt.autotools.ui ...................... SUCCESS [3.683s] [INFO] org.eclipse.cdt.autotools.tests ................... SUCCESS [24.500s] [INFO] org.eclipse.cdt.testsrunner ....................... SUCCESS [2.884s] [INFO] org.eclipse.cdt.testsrunner.boost ................. SUCCESS [0.443s] [INFO] org.eclipse.cdt.testsrunner.gtest ................. SUCCESS [0.512s] [INFO] org.eclipse.cdt.testsrunner.qttest ................ SUCCESS [0.420s] [INFO] org.eclipse.cdt.testsrunner.test .................. SUCCESS [10.949s] [INFO] org.eclipse.cdt.testsrunner.feature ............... FAILURE [0.067s] [INFO] org.eclipse.cdt.testsrunner.source.feature ........ SKIPPED [INFO] org.eclipse.cdt.managedbuilder.llvm.ui ............ SKIPPED [INFO] org.eclipse.cdt.managedbuilder.llvm ............... SKIPPED [INFO] org.eclipse.cdt.qt.core ........................... SKIPPED [INFO] org.eclipse.cdt.qt.ui ............................. SKIPPED [INFO] org.eclipse.cdt.qt ................................ SKIPPED [INFO] org.eclipse.cdt.errorparsers.xlc.tests ............ SKIPPED [INFO] org.eclipse.linuxtools.cdt.autotools.core ......... SKIPPED [INFO] org.eclipse.cdt.autotools ......................... SKIPPED [INFO] org.eclipse.cdt.autotools.source .................. SKIPPED [INFO] org.eclipse.cdt.repo .............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34:26.565s [INFO] Finished at: Wed Jul 24 17:37:58 EDT 2013 [INFO] Final Memory: 162M/874M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.jacoco:jacoco-maven-plugin:0.6.3.201306030806:report (post-test) on project org.eclipse.cdt.testsrunner.feature: Execution post-test of goal org.jacoco:jacoco-maven-plugin:0.6.3.201306030806:report failed: basedir /home/cygnus/jjohnstn/org.eclipse.cdt/testsrunner/org.eclipse.cdt.testsrunner.feature/target/classes does not exist -> [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/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :org.eclipse.cdt.testsrunner.feature
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <prerequisites> <maven>3.0</maven> </prerequisites> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> <version>8.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>CDT Parent</name> <properties> <tycho-version>0.18.1</tycho-version> <tycho-extras-version>0.18.1</tycho-extras-version> <download-site>http://download.eclipse.org</download-site> <platform-version>3.8</platform-version> <platform-site>${download-site}/eclipse/updates/${platform-version}</platform-site> <orbit-version>R20110523182458</orbit-version> <orbit-site>${download-site}/tools/orbit/downloads/drops/${orbit-version}/repository</orbit-site> <tm-version>3.3</tm-version> <tm-site>${download-site}/tm/updates/${tm-version}</tm-site> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath> </properties> <licenses> <license> <name>Eclipse Public License v1.0</name> <comments> All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.htm </comments> </license> </licenses> <modules> <module>releng/org.eclipse.cdt</module> <module>core/org.eclipse.cdt.core</module> <module>core/org.eclipse.cdt.core.linux</module> <module>core/org.eclipse.cdt.core.linux.x86</module> <module>core/org.eclipse.cdt.core.linux.x86_64</module> <module>core/org.eclipse.cdt.core.linux.ppc64</module> <module>core/org.eclipse.cdt.core.win32</module> <module>core/org.eclipse.cdt.core.win32.x86</module> <module>core/org.eclipse.cdt.core.win32.x86_64</module> <module>core/org.eclipse.cdt.core.macosx</module> <module>core/org.eclipse.cdt.core.aix</module> <module>core/org.eclipse.cdt.core.solaris</module> <module>codan/org.eclipse.cdt.codan.core</module> <module>codan/org.eclipse.cdt.codan.ui</module> <module>codan/org.eclipse.cdt.codan.core.cxx</module> <module>codan/org.eclipse.cdt.codan.ui.cxx</module> <module>codan/org.eclipse.cdt.codan.checkers</module> <module>codan/org.eclipse.cdt.codan.checkers.ui</module> <module>debug/org.eclipse.cdt.debug.core</module> <module>debug/org.eclipse.cdt.debug.ui</module> <module>build/org.eclipse.cdt.make.core</module> <module>build/org.eclipse.cdt.make.ui</module> <module>build/org.eclipse.cdt.managedbuilder.core</module> <module>build/org.eclipse.cdt.managedbuilder.ui</module> <module>core/org.eclipse.cdt.ui</module> <module>doc/org.eclipse.cdt.doc.user</module> <module>dsf/org.eclipse.cdt.dsf</module> <module>dsf/org.eclipse.cdt.dsf.ui</module> <module>releng/org.eclipse.cdt.platform-feature</module> <module>releng/org.eclipse.cdt.platform.source-feature</module> <module>build/org.eclipse.cdt.managedbuilder.gnu.ui</module> <module>build/org.eclipse.cdt.gnu.build-feature</module> <module>build/org.eclipse.cdt.gnu.build.source-feature</module> <module>debug/org.eclipse.cdt.gdb</module> <module>debug/org.eclipse.cdt.gdb.ui</module> <module>debug/org.eclipse.cdt.gdb-feature</module> <module>debug/org.eclipse.cdt.gdb.source-feature</module> <module>debug/org.eclipse.cdt.debug.mi.core</module> <module>debug/org.eclipse.cdt.debug.mi.ui</module> <module>launch/org.eclipse.cdt.launch</module> <module>debug/org.eclipse.cdt.gnu.debug-feature</module> <module>debug/org.eclipse.cdt.gnu.debug.source-feature</module> <module>dsf-gdb/org.eclipse.cdt.dsf.gdb</module> <module>dsf-gdb/org.eclipse.cdt.dsf.gdb.ui</module> <module>dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui</module> <module>dsf-gdb/org.eclipse.cdt.gnu.dsf-feature</module> <module>dsf-gdb/org.eclipse.cdt.gnu.dsf.source-feature</module> <module>dsf-gdb/org.eclipse.cdt.gnu.multicorevisualizer-feature</module> <module>p2/org.eclipse.cdt.p2</module> <module>p2/org.eclipse.cdt.p2-feature</module> <module>releng/org.eclipse.cdt-feature</module> <module>doc/org.eclipse.cdt.doc.isv</module> <module>releng/org.eclipse.cdt.sdk</module> <module>releng/org.eclipse.cdt.sdk-feature</module> <module>lrparser/org.eclipse.cdt.core.lrparser</module> <module>lrparser/org.eclipse.cdt.core.lrparser.feature</module> <module>lrparser/org.eclipse.cdt.core.lrparser.source.feature</module> <module>lrparser/org.eclipse.cdt.core.lrparser.sdk.feature</module> <module>upc/org.eclipse.cdt.core.parser.upc</module> <module>upc/org.eclipse.cdt.core.parser.upc.feature</module> <module>upc/org.eclipse.cdt.core.parser.upc.source.feature</module> <module>upc/org.eclipse.cdt.core.parser.upc.sdk.feature</module> <module>upc/org.eclipse.cdt.managedbuilder.bupc.ui</module> <module>upc/org.eclipse.cdt.bupc-feature</module> <module>jtag/org.eclipse.cdt.debug.gdbjtag</module> <module>jtag/org.eclipse.cdt.debug.gdbjtag.core</module> <module>jtag/org.eclipse.cdt.debug.gdbjtag.ui</module> <module>jtag/org.eclipse.cdt.debug.gdbjtag-feature</module> <module>xlc/org.eclipse.cdt.core.lrparser.xlc</module> <module>xlc/org.eclipse.cdt.errorparsers.xlc</module> <module>xlc/org.eclipse.cdt.make.xlc.core</module> <module>xlc/org.eclipse.cdt.managedbuilder.xlc.core</module> <module>xlc/org.eclipse.cdt.managedbuilder.xlc.ui</module> <module>xlc/org.eclipse.cdt.managedbuilder.xlupc.ui</module> <module>xlc/org.eclipse.cdt.xlc.feature</module> <module>xlc/org.eclipse.cdt.xlc.source.feature</module> <module>xlc/org.eclipse.cdt.xlc.sdk-feature</module> <module>util/org.eclipse.cdt.util</module> <module>util/org.eclipse.cdt.util-feature</module> <module>memory/org.eclipse.cdt.debug.ui.memory.memorybrowser</module> <module>memory/org.eclipse.cdt.debug.ui.memory.floatingpoint</module> <module>memory/org.eclipse.cdt.debug.ui.memory.search</module> <module>memory/org.eclipse.cdt.debug.ui.memory.traditional</module> <module>memory/org.eclipse.cdt.debug.ui.memory.transport</module> <module>memory/org.eclipse.cdt.debug.ui.memory-feature</module> <module>memory/org.eclipse.cdt.debug.ui.memory.source-feature</module> <!-- cross modules are now found in default profile below because they cannot be built under Sonar due to the fact that org.eclipse.cdt.launch.remote and org.eclipse.cdt.launch.remote-feature have same artifact ids <module>cross/org.eclipse.cdt.build.crossgcc</module> <module>cross/org.eclipse.cdt.build.crossgcc-feature</module> <module>cross/org.eclipse.cdt.launch.remote</module> <module>cross/org.eclipse.cdt.launch.remote-feature</module> --> <module>windows/org.eclipse.cdt.msw.build</module> <module>windows/org.eclipse.cdt.msw-feature</module> <module>dsf/org.eclipse.cdt.examples.dsf</module> <module>dsf/org.eclipse.cdt.examples.dsf.pda</module> <module>dsf/org.eclipse.cdt.examples.dsf.pda.ui</module> <module>dsf/org.eclipse.cdt.examples.dsf-feature</module> <module>visualizer/org.eclipse.cdt.visualizer.core</module> <module>visualizer/org.eclipse.cdt.visualizer.ui</module> <module>visualizer/org.eclipse.cdt.visualizer-feature</module> <module>core/org.eclipse.cdt.core.tests</module> <module>core/org.eclipse.cdt.ui.tests</module> <module>codan/org.eclipse.cdt.codan.core.test</module> <module>build/org.eclipse.cdt.managedbuilder.core.tests</module> <module>build/org.eclipse.cdt.managedbuilder.ui.tests</module> <module>build/org.eclipse.cdt.make.core.tests</module> <module>build/org.eclipse.cdt.make.ui.tests</module> <module>dsf-gdb/org.eclipse.cdt.tests.dsf.gdb</module> <module>build/org.eclipse.cdt.autotools.core</module> <module>build/org.eclipse.cdt.autotools.docs</module> <module>build/org.eclipse.cdt.autotools.tests</module> <module>build/org.eclipse.cdt.autotools.ui</module> <!--<module>build/org.eclipse.cdt.autotools.ui.tests</module>--> <module>testsrunner/org.eclipse.cdt.testsrunner</module> <module>testsrunner/org.eclipse.cdt.testsrunner.boost</module> <module>testsrunner/org.eclipse.cdt.testsrunner.gtest</module> <module>testsrunner/org.eclipse.cdt.testsrunner.qttest</module> <module>testsrunner/org.eclipse.cdt.testsrunner.test</module> <module>testsrunner/org.eclipse.cdt.testsrunner.feature</module> <module>testsrunner/org.eclipse.cdt.testsrunner.source.feature</module> <module>llvm/org.eclipse.cdt.managedbuilder.llvm.ui</module> <module>llvm/org.eclipse.cdt.managedbuilder.llvm-feature</module> <module>qt/org.eclipse.cdt.qt.core</module> <module>qt/org.eclipse.cdt.qt.ui</module> <module>qt/org.eclipse.cdt.qt-feature</module> <module>xlc/org.eclipse.cdt.errorparsers.xlc.tests</module> <!-- <module>lrparser/org.eclipse.cdt.core.lrparser.tests</module> <module>upc/org.eclipse.cdt.core.parser.upc.tests</module> <module>xlc/org.eclipse.cdt.core.lrparser.xlc.tests</module> <module>debug/org.eclipse.cdt.debug.ui.tests</module> --> <module>build/org.eclipse.cdt.autotools-feature</module> <module>build/org.eclipse.cdt.autotools.source-feature</module> <module>build/org.eclipse.linuxtools.cdt.autotools.core</module> <module>releng/org.eclipse.cdt.repo</module> </modules> <repositories> <repository> <id>platform-${platform-version}</id> <url>${platform-site}</url> <layout>p2</layout> </repository> <repository> <id>orbit-${orbit-version}</id> <url>${orbit-site}</url> <layout>p2</layout> </repository> <repository> <id>tm-${tm-version}</id> <url>${tm-site}</url> <layout>p2</layout> </repository> </repositories> <profiles> <profile> <activation> <property> <name>!sonar.build</name> </property> </activation> <modules> <module>cross/org.eclipse.cdt.build.crossgcc</module> <module>cross/org.eclipse.cdt.build.crossgcc-feature</module> <module>cross/org.eclipse.cdt.launch.remote</module> <module>cross/org.eclipse.cdt.launch.remote-feature</module> </modules> </profile> <profile> <id>macosx</id> <activation> <os> <family>mac</family> </os> </activation> <properties> <base.ui.test.vmargs>-XstartOnFirstThread</base.ui.test.vmargs> </properties> </profile> <profile> <id>other-os</id> <activation> <os> <family>!mac</family> </os> </activation> <properties> <base.ui.test.vmargs></base.ui.test.vmargs> </properties> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-maven-plugin</artifactId> <version>${tycho-version}</version> <extensions>true</extensions> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>target-platform-configuration</artifactId> <version>${tycho-version}</version> <configuration> <resolver>p2</resolver> <pomDependencies>consider</pomDependencies> <environments> <environment> <os>linux</os> <ws>gtk</ws> <arch>x86</arch> </environment> <environment> <os>linux</os> <ws>gtk</ws> <arch>x86_64</arch> </environment> <environment> <os>linux</os> <ws>gtk</ws> <arch>ppc64</arch> </environment> <environment> <os>win32</os> <ws>win32</ws> <arch>x86</arch> </environment> <environment> <os>win32</os> <ws>win32</ws> <arch>x86_64</arch> </environment> <environment> <os>macosx</os> <ws>cocoa</ws> <arch>x86</arch> </environment> <environment> <os>macosx</os> <ws>cocoa</ws> <arch>x86_64</arch> </environment> <environment> <os>aix</os> <ws>gtk</ws> <arch>ppc</arch> </environment> <environment> <os>solaris</os> <ws>gtk</ws> <arch>sparc</arch> </environment> </environments> </configuration> </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-source-plugin</artifactId> <version>${tycho-version}</version> <configuration> <encoding>UTF-8</encoding> </configuration> <executions> <execution> <id>attach-source</id> <goals> <goal>plugin-source</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.6.3.201306030806</version> <executions> <execution> <id>pre-test</id> <goals> <goal>prepare-agent</goal> </goals> <configuration> <!-- Where to put jacoco coverage report --> <destFile>${sonar.jacoco.reportPath}</destFile> <includes> <include>org.eclipse.cdt.*</include> <include>org.eclipse.linuxtools.cdt.autotools.*</include> </includes> <append>true</append> </configuration> </execution> <execution> <id>post-test</id> <phase>test</phase> <configuration> <dataFile>${sonar.jacoco.reportPath}</dataFile> </configuration> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-compiler-plugin</artifactId> <version>${tycho-version}</version> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <!-- enable source bundle generation --> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-source-plugin</artifactId> <version>${tycho-version}</version> <executions> <execution> <id>plugin-source</id> <goals> <goal>plugin-source</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.4.1</version> <configuration> <encoding>ISO-8859-1</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.3</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.3.2</version> <configuration> <findbugsXmlOutput>true</findbugsXmlOutput> <failOnError>false</failOnError> </configuration> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.5</version> <configuration> <sourceEncoding>utf-8</sourceEncoding> <minimumTokens>100</minimumTokens> <targetJdk>1.6</targetJdk> <format>xml</format> <failOnViolation>false</failOnViolation> </configuration> <executions> <execution> <goals> <goal>cpd-check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-eclipserun-plugin</artifactId> <version>${tycho-extras-version}</version> <configuration> <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile customBuildCallbacks.xml build.index</appArgLine> <dependencies> <dependency> <artifactId>org.apache.ant</artifactId> <type>eclipse-plugin</type> </dependency> <dependency> <artifactId>org.eclipse.help.base</artifactId> <type>eclipse-plugin</type> </dependency> <dependency> <artifactId>org.eclipse.ant.core</artifactId> <type>eclipse-plugin</type> </dependency> </dependencies> <repositories> <repository> <id>platform</id> <layout>p2</layout> <url>${platform-site}</url> </repository> </repositories> </configuration> <executions> <execution> <goals> <goal>eclipse-run</goal> </goals> <phase>compile</phase> </execution> </executions> </plugin> </plugins> </pluginManagement> </build> </project>