Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Deadlock in tests with 3.7.1 (Re: Build failed in Hudson: cdt-nightly #842)

bug 359485?

Andrew

On Fri, Sep 30, 2011 at 5:35 PM, Marc-Andre Laperle <malaperle@xxxxxxxxxxxxx> wrote:
Hi,

I noticed that the build times out since 3.7.1 came out. After updating my local installation to 3.7.1, running AddBlockCommentTest (among others) repeatedly deadlocks. I tried again with 3.7.0 and I didn't get a deadlock running the same test multiple times.

In the case of AddBlockCommentTest, it looks like those two lines initiate the deadlock:

fCProject= EditorTestHelper.createCProject(PROJECT, "resources/formatter");
fCProject.setOption(DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR, CCorePlugin.TAB);

Attached is the stack trace. I'm looking into it right now but I wanted to give everyone a heads up.

Marc-Andre

On 9/30/2011 8:13 AM, hudsonbuild@xxxxxxxxxxx wrote:
See<https://hudson.eclipse.org/hudson/job/cdt-nightly/842/changes>

Changes:

[Sergey Prigogin] Fixed a Java 6 dependency.

[Sergey Prigogin] Cosmetics.

[Markus Schorn] Bug 359364: Prevent premature access to ambiguous nodes.

[Markus Schorn] Bug 302767: Missing files in CModel.

------------------------------------------
[...truncated 5292 lines...]
       at junit.framework.TestSuite.run(TestSuite.java:238)
       at junit.framework.TestSuite.runTest(TestSuite.java:243)
       at junit.framework.TestSuite.run(TestSuite.java:238)
       at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
       at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
       at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
       at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
       at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:72)
       at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
       at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
       at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
       at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
       at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
       at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
       at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
       at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
       at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

testTripleDownwardV(org.eclipse.cdt.internal.index.tests.IndexCompositeTests)  Time elapsed: 0.513 sec<<<  FAILURE!
junit.framework.AssertionFailedError: expected:<10>  but was:<9>
       at junit.framework.Assert.fail(Assert.java:47)
       at junit.framework.Assert.failNotEquals(Assert.java:283)
       at junit.framework.Assert.assertEquals(Assert.java:64)
       at junit.framework.Assert.assertEquals(Assert.java:195)
       at junit.framework.Assert.assertEquals(Assert.java:201)
       at org.eclipse.cdt.internal.index.tests.IndexCompositeTests.assertBCount(IndexCompositeTests.java:397)
       at org.eclipse.cdt.internal.index.tests.IndexCompositeTests.testTripleDownwardV(IndexCompositeTests.java:351)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at junit.framework.TestCase.runTest(TestCase.java:168)
       at junit.framework.TestCase.runBare(TestCase.java:134)
       at org.eclipse.cdt.core.testplugin.util.BaseTestCase.runBare(BaseTestCase.java:155)
       at junit.framework.TestResult$1.protect(TestResult.java:110)
       at junit.framework.TestResult.runProtected(TestResult.java:128)
       at junit.framework.TestResult.run(TestResult.java:113)
       at junit.framework.TestCase.run(TestCase.java:124)
       at org.eclipse.cdt.core.testplugin.util.BaseTestCase.run(BaseTestCase.java:199)
       at junit.framework.TestSuite.runTest(TestSuite.java:243)
       at junit.framework.TestSuite.run(TestSuite.java:238)
       at junit.framework.TestSuite.runTest(TestSuite.java:243)
       at junit.framework.TestSuite.run(TestSuite.java:238)
       at junit.framework.TestSuite.runTest(TestSuite.java:243)
       at junit.framework.TestSuite.run(TestSuite.java:238)
       at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
       at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
       at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
       at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
       at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
       at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:72)
       at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
       at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
       at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
       at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
       at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
       at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
       at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
       at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
       at org.eclipse.equinox.launcher.Main.main(Main.java:1386)


Results :

Failed tests:
  testFunctionReferences(org.eclipse.cdt.internal.pdom.tests.CPPFunctionTests)
  testTripleDownwardV(org.eclipse.cdt.internal.index.tests.IndexCompositeTests)

Tests run: 4271, Failures: 2, Errors: 0, Skipped: 0

30/09/2011 06:24:36 Xvnc version X.org/xf4vnc custom version
30/09/2011 06:24:36 Copyright (C) 2001-2004 Alan Hourihane.
30/09/2011 06:24:36 Copyright (C) 2000-2004 Constantin Kaplinsky
30/09/2011 06:24:36 Copyright (C) 1999 AT&T Laboratories Cambridge
30/09/2011 06:24:36 All Rights Reserved.
30/09/2011 06:24:36 See http://www.tightvnc.com/ for information on TightVNC
30/09/2011 06:24:36 See http://xf4vnc.sf.net for xf4vnc-specific information
30/09/2011 06:24:36 Desktop name 'x11' (hudson-slave1:12)
30/09/2011 06:24:36 Protocol versions supported: 3.7, 3.3
30/09/2011 06:24:36 RGB format 8 8 8
30/09/2011 06:24:36 Listening for VNC connections on TCP port 5912
[ERROR] There are test failures.

Please refer to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.core.tests/target/surefire-reports>  for the individual test results.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.cdt.core.tests ---
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.core.tests/target/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT.jar>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.core.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT.jar>
Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.core.tests/pom.xml>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.core.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT.pom>
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.core.tests/target/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT-sources.jar>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.core.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT-sources.jar>
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.core.tests/target/p2content.xml>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.core.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT-p2metadata.xml>
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.core.tests/target/p2artifacts.xml>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.core.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.core.tests-5.4.0-SNAPSHOT-p2artifacts.xml>
[INFO]
[INFO] --- tycho-p2-plugin:0.13.0-SNAPSHOT:update-local-index (default-update-local-index) @ org.eclipse.cdt.core.tests ---
[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<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target>
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.ui.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.cdt.ui.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.cdt.ui.tests ---
[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<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/src/main/resources>
[INFO]
[INFO] --- tycho-compiler-plugin:0.13.0-SNAPSHOT:compile (default-compile) @ org.eclipse.cdt.ui.tests ---
[INFO] Using compile source roots from build.properties
[INFO] Compiling 216 source files to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/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<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/src/test/resources>
[INFO]
[INFO] --- tycho-compiler-plugin:0.13.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.cdt.ui.tests ---
[INFO] Using compile source roots from build.properties
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- tycho-source-plugin:0.13.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.cdt.ui.tests ---
[INFO] Building jar:<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT-sources.jar>
[INFO] org already added, skipping
[INFO] org/eclipse already added, skipping
[INFO] org/eclipse/cdt already added, skipping
[INFO] org/eclipse/cdt/ui already added, skipping
[INFO] org/eclipse/cdt/ui/tests already added, skipping
[INFO]
[INFO] --- tycho-source-plugin:0.13.0-SNAPSHOT:plugin-source (attach-source) @ org.eclipse.cdt.ui.tests ---
[INFO] Building jar:<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT-sources.jar>
[INFO] org already added, skipping
[INFO] org/eclipse already added, skipping
[INFO] org/eclipse/cdt already added, skipping
[INFO] org/eclipse/cdt/ui already added, skipping
[INFO] org/eclipse/cdt/ui/tests already added, skipping
[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.13.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.cdt.ui.tests ---
[INFO] Building jar:<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT.jar>
[INFO]
[INFO] --- tycho-p2-plugin:0.13.0-SNAPSHOT:p2-metadata (default-p2-metadata) @ org.eclipse.cdt.ui.tests ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.13.0-SNAPSHOT:test (default-test) @ org.eclipse.cdt.ui.tests ---
[INFO] Adding repository (cached) file:/<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/../../releng/org.eclipse.cdt.repo/target/repository>
[INFO] Adding repository (cached) http://download.eclipse.org/eclipse/updates/3.7
[INFO] Adding repository (cached) http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository
[INFO] Adding repository (cached) http://download.eclipse.org/tm/updates/3.3
[INFO] Expected eclipse log file:<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/work/data/.metadata/.log>
[INFO] Command line:
       /bin/sh -c cd<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests>  &&  /opt/public/common/sun-jdk1.6.0_21_x64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xms256m -Xmx512m -XX:MaxPermSize=256M -jar<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.2.0.v20110502/org.eclipse.equinox.launcher-1.2.0.v20110502.jar>  -data<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/work/data>  -dev<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/dev.properties>  -install<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/work>  -configuration<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/work/configuration>  -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/surefire.properties>
Xlib:  extension "RANDR" missing on display ":12.0".

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.cdt.ui.tests.AutomatedSuite
Build timed out. Aborting
Terminating xvnc.
[ERROR] There are test failures.

Please refer to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/surefire-reports>  for the individual test results.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.cdt.ui.tests ---
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT.jar>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.ui.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT.jar>
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/pom.xml>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.ui.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT.pom>
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT-sources.jar>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.ui.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT-sources.jar>
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/p2content.xml>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.ui.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT-p2metadata.xml>
[INFO] Installing<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/core/org.eclipse.cdt.ui.tests/target/p2artifacts.xml>  to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/.repository/org/eclipse/cdt/org.eclipse.cdt.ui.tests/5.4.0-SNAPSHOT/org.eclipse.cdt.ui.tests-5.4.0-SNAPSHOT-p2artifacts.xml>
[INFO]
[INFO] --- tycho-p2-plugin:0.13.0-SNAPSHOT:update-local-index (default-update-local-index) @ org.eclipse.cdt.ui.tests ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.cdt.managedbuilder.core.tests 8.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.cdt.managedbuilder.core.tests ---
[INFO] Deleting<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/build/org.eclipse.cdt.managedbuilder.core.tests/target>
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.cdt.managedbuilder.core.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.cdt.managedbuilder.core.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.cdt.managedbuilder.core.tests ---
[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<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/build/org.eclipse.cdt.managedbuilder.core.tests/src/main/resources>
[INFO]
[INFO] --- tycho-compiler-plugin:0.13.0-SNAPSHOT:compile (default-compile) @ org.eclipse.cdt.managedbuilder.core.tests ---
[INFO] Using compile source roots from build.properties
[INFO] Compiling 63 source files to<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/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<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/build/org.eclipse.cdt.managedbuilder.core.tests/src/test/resources>
[INFO]
[INFO] --- tycho-compiler-plugin:0.13.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.cdt.managedbuilder.core.tests ---
[INFO] Using compile source roots from build.properties
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- tycho-source-plugin:0.13.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.cdt.managedbuilder.core.tests ---
[INFO] Building jar:<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/build/org.eclipse.cdt.managedbuilder.core.tests/target/org.eclipse.cdt.managedbuilder.core.tests-8.1.0-SNAPSHOT-sources.jar>
[INFO] org already added, skipping
[INFO] org/eclipse already added, skipping
[INFO] org/eclipse/cdt already added, skipping
[INFO] org/eclipse/cdt/managedbuilder already added, skipping
[INFO]
[INFO] --- tycho-source-plugin:0.13.0-SNAPSHOT:plugin-source (attach-source) @ org.eclipse.cdt.managedbuilder.core.tests ---
[INFO] Building jar:<https://hudson.eclipse.org/hudson/job/cdt-nightly/ws/build/org.eclipse.cdt.managedbuilder.core.tests/target/org.eclipse.cdt.managedbuilder.core.tests-8.1.0-SNAPSHOT-sources.jar>
[INFO] org already added, skipping
[INFO] org/eclipse already added, skipping
[INFO] org/eclipse/cdt already added, skipping
[INFO] org/eclipse/cdt/managedbuilder already added, skipping
[WARNING] Artifact org.eclipse.cdt:org.eclipse.cdt.managedbuilder.core.tests:java-source:sources:8.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.cdt.managedbuilder.core.tests ---
Archiving artifacts
Recording test results
Failed to send e-mail to Andrew Gvozdev because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to Sergey Prigogin because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to Markus Schorn because no e-mail address is known, and no default e-mail domain is configured

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top