Bug 405849 - runtests broken due to missing org.eclipse.releng.tools dependencies
Summary: runtests broken due to missing org.eclipse.releng.tools dependencies
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.3   Edit
Hardware: PC Linux
: P2 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 02:57 EDT by Markus Kuppe CLA
Modified: 2016-01-12 07:12 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Kuppe CLA 2013-04-17 02:57:03 EDT
runtests.sh (at least on linux x86_64) is broken. 

The director running as part of the platform-tar.gz ant target fails due to a missing dependency from "org.eclipse.releng.tests" to "org.eclipse.releng.tools" (introduced with bug #378047 and commit http://git.eclipse.org/c/platform/eclipse.platform.releng.git/commit/bundles/org.eclipse.releng.tests/META-INF?id=2664867af4a67e443dd268592acb1133da6826b3).

This is what the director complains about:

Installing org.eclipse.releng.tests 3.2.200.v20130326-1335.
Installing org.eclipse.test 3.3.100.
Installing org.eclipse.ant.optional.junit 3.3.0.
Installing org.eclipse.test.performance 3.9.0.v20130326-1335.
Installing org.eclipse.test.performance.win32 3.1.100.
Installing org.easymock 2.4.0.v20090202-0900.
Cannot complete the install because one or more required items could not be found.Installation failed.

!SESSION 2013-04-17 08:41:12.924 -----------------------------------------------
eclipse.buildId=4.3.0.I20130416-2201
java.version=1.7.0_15
 Software being installed: Eclipse Releng Tests 3.2.200.v20130326-1335 (org.eclipse.releng.tests 3.2.200.v20130326-1335)
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
 Missing requirement: Eclipse Releng Tests 3.2.200.v20130326-1335 (org.eclipse.releng.tests 3.2.200.v20130326-1335) requires 'bundle org.eclipse.releng.tools 3.6.100' but it could not be found
Application failed, log file location: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse/eclipse/configuration/1366180873109.log
Framework arguments:  -application org.eclipse.equinox.p2.director -flavor tooling -installIUs org.eclipse.releng.tests,org.eclipse.test,org.eclipse.ant.optional.junit,org.eclipse.test.performance,org.eclipse.test.performance.win32,org.easymock -p2.os linux -p2.ws gtk -p2.arch x86_64 -roaming -profile SDKProfile -repository file:/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo -destination /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse/eclipse -bundlepool /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse/eclipse
Command-line arguments:  -application org.eclipse.equinox.p2.director -consoleLog -flavor tooling -installIUs org.eclipse.releng.tests,org.eclipse.test,org.eclipse.ant.optional.junit,org.eclipse.test.performance,org.eclipse.test.performance.win32,org.easymock -p2.os linux -p2.ws gtk -p2.arch x86_64 -roaming -profile SDKProfile -repository file:/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo -destination /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse/eclipse -bundlepool /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse/eclipse

!ENTRY org.eclipse.equinox.p2.director 4 10053 2013-04-17 08:41:18.777
!MESSAGE Cannot complete the install because one or more required items could not be found.
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2013-04-17 08:41:18.777
!MESSAGE Software being installed: Eclipse Releng Tests 3.2.200.v20130326-1335 (org.eclipse.releng.tests 3.2.200.v20130326-1335)
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2013-04-17 08:41:18.777
!MESSAGE Missing requirement: Eclipse Releng Tests 3.2.200.v20130326-1335 (org.eclipse.releng.tests 3.2.200.v20130326-1335) requires 'bundle org.eclipse.releng.tools 3.6.100' but it could not be found
Comment 1 David Williams CLA 2013-04-17 13:38:25 EDT
I'm not sure how to respond. You are obviously doing some custom stuff here, so hard for me to know what's what. The only thing related to bug 378047 was to omission of org.eclipse.pde.tools.versioning, which doesn't seem to be your problem. 

What version are you building/testing? Kepler? 

The "runtests.sh" provided in the test feature is primarily for running from command line. When running on "hudson", some things may change. Not sure if it will help you, or lead you down the wrong path, but in our production builds/tests we use the runtests.sh in 

http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
Comment 2 Markus Kuppe CLA 2013-04-18 02:11:08 EDT
Hi David,

(In reply to comment #1)
> I'm not sure how to respond. You are obviously doing some custom stuff here,
> so hard for me to know what's what.

It's nothing special, we just follow the CBI build instructions in the wiki [1].

> The only thing related to bug 378047 was
> to omission of org.eclipse.pde.tools.versioning, which doesn't seem to be
> your problem. 

The changeset [2] shows that the bundle dependencies have changed and o.e.releng.tools has been added as a new one.

> What version are you building/testing? Kepler? 

Yes, Kepler I-Builds

> The "runtests.sh" provided in the test feature is primarily for running from
> command line. When running on "hudson", some things may change. Not sure if
> it will help you, or lead you down the wrong path, but in our production
> builds/tests we use the runtests.sh in 
> 
> http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/
> tree/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh

Are you saying that runtests.sh (the one that comes with eclipse-junit-tests*.zip) is no longer maintained? If that is the case, I wonder if we should remove it and change the wiki [1].

[1] http://wiki.eclipse.org/Platform-releng/Platform_Build#running_the_tests
[2] http://git.eclipse.org/c/platform/eclipse.platform.releng.git/commit/?id=ac72882cbe03dc60c1c910000b675e227acbd3bb
Comment 3 David Williams CLA 2013-04-18 02:38:56 EDT
(In reply to comment #2)

> Are you saying that runtests.sh (the one that comes with
> eclipse-junit-tests*.zip) is no longer maintained? If that is the case, I
> wonder if we should remove it and change the wiki [1].
> 
> [1] http://wiki.eclipse.org/Platform-releng/Platform_Build#running_the_tests
> [2]
> http://git.eclipse.org/c/platform/eclipse.platform.releng.git/commit/
> ?id=ac72882cbe03dc60c1c910000b675e227acbd3bb

No, its maintained ... intended to be ran from the command line (I think as the wiki says :) ... running from Jenkins as you are trying to do might cause some differences ... but, to be honest, I'm not sure I've seen that part of the wiki before ... its a community effort. 

I'll try to take a closer look at the commit you are talking about and see what I see ... but, might be a few days. In the mean time, don't be afraid to experiment with patches, and rebuilding, etc., ... after all that's one of the reasons CBI was done.
Comment 4 Markus Kuppe CLA 2013-04-18 02:46:58 EDT
(In reply to comment #3)
> No, its maintained ... intended to be ran from the command line (I think as
> the wiki says :) ... running from Jenkins as you are trying to do might
> cause some differences

Hi David,

what differences do you seen when running from Jenkins?

For the record, my runtests.sh setup on Jenkins used to work. It has only started failing recently.

Thanks
Markus
Comment 5 David Williams CLA 2013-04-21 00:44:39 EDT
Marking as invalid since the nature of the problem is not what you describe it to be. If anything, it is that the instructions on the wiki refer to "Eclipse Classic" and "Eclipse Classic" recently added Egit and JGit, which we do not normally test with those. 

Once bug 378047 is fixed, you might be able to use "Eclipse Classic" (But, not sure, since we here in the Platform do not).
Comment 6 Markus Kuppe CLA 2013-04-21 05:35:34 EDT
Hi David,

I don't see how EGit/JGit or "Eclipse Classic" is related.

The problem is that if one uses runtests.sh (that comes out of the aggregator [1] build), the tests fail to start. This is because the bundle "org.eclipse.releng.tests" fails to install during the provisioning phase due to a missing dependency towards "org.eclipse.releng.tools". This dependency has been added as part of bug #378047 (see commit [2]).

So either "org.eclipse.releng.tools" is made part of the "eclipse-junit-tests" zip, or the dependency is removed from bundle "org.eclipse.releng.tests" again.

Btw. for context I appended the output of runtests.sh.

Thanks
Markus

[1] https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/
[2] http://git.eclipse.org/c/platform/eclipse.platform.releng.git/commit/bundles/org.eclipse.releng.tests/META-INF?id=2664867af4a67e443dd268592acb1133da6826b3



Started by timer
Building in workspace /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace
Starting xvnc
[workspace] $ vncserver :20 -localhost -nolisten tcp

New 'X' desktop is build:20

Starting applications specified in /var/lib/jenkins/.vnc/xstartup
Log file is /var/lib/jenkins/.vnc/build:20.log

[workspace] $ /bin/bash -xe /tmp/hudson8205831895391595005.sh
+ rm -rf /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/director.log /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-SDK-I20130419-2115-linux-gtk-x86_64.tar.gz /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-junit-tests-4.3.0-SNAPSHOT-bundle.zip /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-junit-tests-I20130419-2115.zip /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse.platform.repository /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse.platform.repository-4.3.0-SNAPSHOT.zip /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/equinoxp2tests.properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/equinoxp2tests.properties.old /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/extdirxalan /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/finalPluginsVersions.properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/label.properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/myprops.properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/org.eclipse.sdk.ide-4.3.0-SNAPSHOT-linux.gtk.x86_64.tar.gz /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/platformLocation /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/readme.html /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/results /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/runtests /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/runtests.bat /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/runtests.sh /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/runtestsmac.sh /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test.properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test.xml /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/workspace /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/xalan.zip
[workspace] $ /bin/bash -x /tmp/hudson1962780706498044098.sh
+ test -e /usr/bin/vncserver
+ NAMEOF_BUILDTO_TEST=C-MASTER-eclipse.platform.releng.aggregator
+ PATHTO_BUILDTO_TEST=/var/lib/jenkins/jobs/C-MASTER-eclipse.platform.releng.aggregator/lastSuccessful/
+ cp '/var/lib/jenkins/jobs/C-MASTER-eclipse.platform.releng.aggregator/lastSuccessful/eclipse.platform.releng.tychoeclipsebuilder$org.eclipse.sdk.ide/archive/eclipse.platform.releng.tychoeclipsebuilder/org.eclipse.sdk.ide/4.3.0-SNAPSHOT/org.eclipse.sdk.ide-4.3.0-SNAPSHOT-linux.gtk.x86_64.tar.gz' .
+ cp '/var/lib/jenkins/jobs/C-MASTER-eclipse.platform.releng.aggregator/lastSuccessful/eclipse.platform.releng.tychoeclipsebuilder$eclipse-junit-tests/archive/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/4.3.0-SNAPSHOT/eclipse-junit-tests-4.3.0-SNAPSHOT-bundle.zip' .
+ cp '/var/lib/jenkins/jobs/C-MASTER-eclipse.platform.releng.aggregator/lastSuccessful/eclipse.platform.repository$eclipse.platform.repository/archive/eclipse.platform.repository/eclipse.platform.repository/4.3.0-SNAPSHOT/eclipse.platform.repository-4.3.0-SNAPSHOT.zip' .
+ unzip -q eclipse-junit-tests-4.3.0-SNAPSHOT-bundle.zip
+ mv /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/eclipse-junit-tests-I20130420-0140.zip /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/equinoxp2tests.properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/finalPluginsVersions.properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/label.properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/readme.html /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/runtests /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/runtests.bat /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/runtests.sh /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/runtestsmac.sh /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/test.properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-testing/test.xml /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace
++ ls org.eclipse.sdk.ide-4.3.0-SNAPSHOT-linux.gtk.x86_64.tar.gz
+ BUILD_ARCHIVE_NAME=org.eclipse.sdk.ide-4.3.0-SNAPSHOT-linux.gtk.x86_64.tar.gz
+ tar xfz org.eclipse.sdk.ide-4.3.0-SNAPSHOT-linux.gtk.x86_64.tar.gz
+ unzip -q /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse.platform.repository-4.3.0-SNAPSHOT.zip -d /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse.platform.repository/
+ cp ../eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz .
+ mv equinoxp2tests.properties equinoxp2tests.properties.old
+ echo -e 'org.eclipse.equinox.p2.reconciler.tests.platform.archive.linux-x86_64=${basedir}/org.eclipse.sdk.ide-4.3.0-SNAPSHOT-linux.gtk.x86_64.tar.gz
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.linux-x86_64=${basedir}/eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz
org.eclipse.equinox.p2.tests.current.build.repo=file:/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse.platform.repository/
org.eclipse.equinox.p2.tests.last.release.build.repo=http://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736'
++ grep -o 'I[0-9]\+-[0-9]\+' equinoxp2tests.properties.old
++ uniq
+ buildId=I20130420-0140
+ cp org.eclipse.sdk.ide-4.3.0-SNAPSHOT-linux.gtk.x86_64.tar.gz eclipse-SDK-I20130420-0140-linux-gtk-x86_64.tar.gz
+ cp ../xalan.zip .
+ unzip -q xalan.zip -d extdirxalan
+ echo timeout=600000
+ ./runtests
./runtests.sh: line 10: localTestsProperties.shsource: No such file or directory
vmcmd: java
Specified test targets (if any): 
Specified ext dir (if any): 
usage: ./runtests.sh -os <osType> -ws <windowingSystemType> -arch <architecture> [-noclean] [<test target>][-properties <path>]
+ ./runtests.sh -os linux -ws gtk -arch x86_64 -extdirprop /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/extdirxalan -properties /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/myprops.properties
./runtests.sh: line 10: localTestsProperties.shsource: No such file or directory
vmcmd: java
Specified test targets (if any): 
Specified ext dir (if any): -Djava.ext.dirs=/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/extdirxalan
 = = = Start list environment variables in effect = = = =
BUILD_URL=https://build.vogella.com/ci/job/L-MASTER-eclipse.platform.releng.aggregator-unittest/26/
SHELL=/bin/bash
HUDSON_SERVER_COOKIE=269a3a590b720bc9
XDG_SESSION_COOKIE=7e6a516a2068bbfacb3aa45d000008eb-1366077747.99186-1359240660
BUILD_TAG=jenkins-L-MASTER-eclipse.platform.releng.aggregator-unittest-26
OLDPWD=/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace
JOB_URL=https://build.vogella.com/ci/job/L-MASTER-eclipse.platform.releng.aggregator-unittest/
WORKSPACE=/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace
LC_ALL=C
USER=jenkins
JENKINS_HOME=/var/lib/jenkins
MAIL=/var/mail/jenkins
PATH=/usr/lib/jvm/java-7-openjdk-amd64//bin:/usr/lib/jvm/java-7-openjdk-amd64//bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PWD=/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace
TIMEOUT=600000
JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/
HUDSON_URL=https://build.vogella.com/ci/
LANG=en_US.UTF-8
JOB_NAME=L-MASTER-eclipse.platform.releng.aggregator-unittest
BUILD_ID=2013-04-21_01-45-24
JENKINS_URL=https://build.vogella.com/ci/
SHLVL=3
HOME=/var/lib/jenkins
LANGUAGE=en_US:en
EXECUTOR_NUMBER=1
JENKINS_SERVER_COOKIE=269a3a590b720bc9
NODE_LABELS=master
LOGNAME=jenkins
HUDSON_HOME=/var/lib/jenkins
NODE_NAME=master
BUILD_NUMBER=26
DISPLAY=:20
HUDSON_COOKIE=7d38a434-d710-4bd4-9e57-e578e1c541c5
XAUTHORITY=/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/.Xauthority-8500565848933474809
_=/usr/bin/env
 = = = End list environment variables in effect = = = =
Check if any window managers are running (xfwm|twm|metacity|beryl|fluxbox|compiz):
Window Manager processes: jenkins  11998     1  0 01:45 ?        00:00:00 fluxbox

Existing window manager found running, so did not force start of metacity

Current metacity processes running (check for accumulation):

Triple check if any window managers are running (at least metacity should be!):
Window Manager processes: jenkins  11998     1  0 01:45 ?        00:00:00 fluxbox

extdirprop in runtest: 
extdirproperty in runtest: -Djava.ext.dirs=/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/extdirxalan
Buildfile: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test.xml
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

all:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

checkOS:

markCurrentTime:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

setRuntimeArchive:
     [echo] setRuntimeArchive os linux ws gtk arch x86_64
     [echo] runtimeArchive eclipse-SDK-I20130420-0140-linux-gtk-x86_64.tar.gz !!! 

relEng:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

checkOS:

markCurrentTime:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

junit:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

setRuntimeArchive:
     [echo] setRuntimeArchive os linux ws gtk arch x86_64
     [echo] runtimeArchive eclipse-SDK-I20130420-0140-linux-gtk-x86_64.tar.gz !!! 

init:
    [mkdir] Created dir: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/results/xml
    [mkdir] Created dir: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/results/html

setup:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

setupRepo:
    [mkdir] Created dir: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo
     [exec] Archive:  /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-junit-tests-I20130420-0140.zip
     [exec]    creating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/binary/
     [exec]    creating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/
     [exec]    creating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/features/
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/binary/org.eclipse.test_root_3.6.0.v20130326-1335  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/binary/org.eclipse.sdk.tests_root_4.3.0.v20130420-0140  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/content.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ui.tests_3.8.0.v20130411-1230.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ui.tests.forms_3.3.300.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.apt.pluggable.tests_3.3.300.v20120523-1238.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/com.google.code.atinject.tck_1.0.0.v20130326-1255.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ui.tests.harness_1.2.0.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.test.source_3.3.100.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.core.tests.runtime_3.9.0.v20130326-1255.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ui.workbench.texteditor.tests_3.9.0.v20130225-1821.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jface.tests.databinding_1.0.100.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.pde.build.tests_1.1.400.v20130327-1625.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.apt.tests_3.3.400.v20130328-0618.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.core.tests.builder_3.8.2.v20130111-1420.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.pde.tools.versioning_1.0.100.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.hamcrest.core_1.3.0.v201303031735.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ant.tests.core_3.3.100.v20130402-1746.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.core.tests.harness_3.9.0.v20130326-1255.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ui.tests.performance_1.1.300.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.core.tests.model_3.8.2.v20130420-0052.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.core.filebuffers.tests_3.8.0.v20130225-1821.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.search.tests_3.8.100.v20130312-1557.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.swt.tests_3.102.0.v20130313-1529.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ant.optional.junit_3.3.0.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.team.tests.core_3.7.0.v20130128-0933.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.p2.tests.discovery_1.0.0.v20130327-2119.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ant.tests.ui_3.8.100.v20130402-1746.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.e4.ui.tests_0.9.1.v20130411-1230.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.easymock_2.4.0.v20090202-0900.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.test.performance_3.9.0.v20130326-1335.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.pde.ds.tests_1.0.100.v20130402-1757.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ui.tests.views.properties.tabbed_3.5.200.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.text.tests_3.9.0.v20130225-1821.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.releng.tests_3.2.200.v20130326-1335.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.ds.tests_1.2.100.v20130403-1533.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ui.editors.tests_3.8.100.v20130225-1824.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.compare.tests_3.5.400.v20121029-1448.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ui.tests.rcp_3.3.100.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.e4.ui.bindings.tests_0.9.0.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.pde.api.tools.tests_1.0.300.v20130412-1606.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.junit_4.11.0.v201303080030.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jface.text.tests_3.9.0.v20130225-1821.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.compiler.tool.tests_1.0.101.v20120523-1238.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ltk.core.refactoring.tests_3.6.100.v20130328-1735.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.frameworkadmin.test_1.1.0.v20130408-1934.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ua.tests_3.3.600.v20130326-1254.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.security.tests_1.0.100.v20130327-1442.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ua.tests.doc_1.0.100.v20130326-1254.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.core.expressions.tests_3.4.500.v20130326-1255.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.compiler.apt.tests_1.0.500.v20121115-1309.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.bidi.tests_1.0.0.v20130327-1442.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.region.tests_1.0.0.v20130327-1442.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.core.tests.compiler_3.8.2.v20130414-2202.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.core.tests.net_1.3.0.v20130326-1435.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.p2.installer_1.0.300.v20130327-2119.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jface.tests.databinding.conformance_1.1.0.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.core.tests.performance_3.8.1.v20120716-0920.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.core.tests.binaries_1.0.1.v20120112-1458.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.e4.ui.tests.css.core_0.9.0.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ltk.ui.refactoring.tests_3.7.100.v20130328-1735.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.ui.tests.refactoring_3.9.0.v20130412-1710.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.osgi.tests_3.9.0.v20130409-1723.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.debug.tests_3.9.0.v20130402-1741.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.test.performance.win32_3.1.100.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.update.core_3.2.600.v20130326-1319.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.text.tests_3.9.0.v20130415-1547.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.test_3.3.100.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.e4.core.tests_1.0.0.v20130326-1255.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.team.tests.cvs.core_3.3.400.v20130329-0950.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.pde.ui.tests_3.1.400.v20130402-1757.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.debug.tests_3.8.100.v20130402-1743.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jface.examples.databinding_1.0.200.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.e4.core.commands.tests_0.9.0.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.sdk.tests_4.3.0.v20130420-0140.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.p2.tests.verifier_1.0.100.v20130408-1155.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jsch.tests_1.0.0.v20120516-1431.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.ui.tests.navigator_3.4.100.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.e4.ui.tests.css.swt_0.9.1.v20130326-1250.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.core.tests.resources_3.8.100.v20130130-1543.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.jdt.ui.tests_3.9.0.v20130415-1345.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.p2.tests.ui_1.0.300.v20130327-2119.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/plugins/org.eclipse.equinox.p2.tests_1.5.0.v20130412-2032.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/features/org.eclipse.test_3.6.0.v20130326-1335.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/features/org.eclipse.sdk.tests_4.3.0.v20130420-0140.jar  
     [exec]   inflating: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/testRepo/artifacts.jar  
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

setup-tar.gz:
    [mkdir] Created dir: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

installExtraPlugins:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

installTestPlugins:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

setupPlatform:
     [echo] os.arch amd64
     [echo] platformTarget platform-tar.gz platformArchive /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

platform-tar.gz:
    [mkdir] Created dir: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/platformLocation
     [echo] -installIU org.eclipse.releng.tests +
     [java] Java Result: 13
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

configureTeamTest:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

unzipderby:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

configureDeltaPack:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

installPreferences:
    [mkdir] Created dir: /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse/eclipse/configuration/.settings
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

installNetworkPreferences:
     [echo] trying to find org.eclipse.releng.tests_*
     [echo] trying to find 
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

runSuite:
     [echo] DEBUG: org.eclipse.core.net.prefs: ${org.eclipse.core.net.prefs}

genResults:
     [copy] Warning: Could not find file /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse/eclipse/org.eclipse.releng.tests.xml to copy.

BUILD FAILED
/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test.xml:1299: The following error occurred while executing this line:
/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test.xml:975: The following error occurred while executing this line:
/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test.xml:786: The following error occurred while executing this line:
/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test.xml:834: The following error occurred while executing this line:
/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test.xml:903: stylesheet /var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/test-eclipse/eclipse/plugins/org.eclipse.test_3.3.100/JUNIT.XSL doesn't exist.

Total time: 55 seconds
An error has occurred. See the log file
/var/lib/jenkins/jobs/L-MASTER-eclipse.platform.releng.aggregator-unittest/workspace/workspace/.metadata/.log.
Build step 'Execute shell' marked build as failure
Terminating xvnc.
$ vncserver -kill :20
Killing Xtightvnc process ID 11987
Archiving artifacts
Recording test results
Finished: FAILURE
Comment 7 David Williams CLA 2013-04-21 14:01:37 EDT
Maybe I wasn't clear. I'm not saying you are not having a problem. Obviously something is wrong. Seems like several things from your output log. 

My guess it its the instructions you are following on "CBI Page". 

But, since our tests run fine in production environment, I don't think its as simple as that one commit you are focused on. 

Have you tried using the "plain" Eclipse SDK, instead of SDK classic? 

You might move the bug to "CBI" to see if Thanh has any ideas. 

There's lots of changes that will be taking place this week in test framework, I'm hoping ... which will either help, or make things worse for "stand along tests" :/ 

I'll leave the bug open, since you prefer it that way, but, again, I respectfully suggest it is not the commit you are focused on that is the root source of the problem. Even if it was true that reverting that commit would fix your problem, that doesn't mean that commit is the problem. Again, since tests run in production environment, it must be something more complicated. 

Sorry I don't have more time to work on "stand along tests" right now. But, I need to focus on production tests, and a number of changes that are needed there.
Comment 8 Lars Vogel CLA 2016-01-12 06:44:27 EST
I'm relatively sure that this bug report is outdated.  @Markus please reopen if my assumption is incorrect.
Comment 9 Markus Kuppe CLA 2016-01-12 07:12:20 EST
(In reply to Lars Vogel from comment #8)
> I'm relatively sure that this bug report is outdated.  @Markus please reopen
> if my assumption is incorrect.

I don't know if the issue is solved and don't have time to investigate.