Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-build] Build failed in Hudson: I-HEAD-platform.feature #45

See <https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/45/>

------------------------------------------
Started by user mkuppe
[applications] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
[compendium] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
[doc] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
[examples] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
[framework] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
[incubation] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
cvs update: cannot open directory /cvsroot/rt/org.eclipse.ecf/incubation/bundles/org.eclipse.ecf.discovery.http.listener: No such file or directory
cvs update: skipping directory bundles/org.eclipse.ecf.discovery.http.listener
cvs update: cannot open directory /cvsroot/rt/org.eclipse.ecf/incubation/bundles/org.eclipse.ecf.examples.remoteservices.mailer.client: No such file or directory
cvs update: skipping directory bundles/org.eclipse.ecf.examples.remoteservices.mailer.client
cvs update: cannot open directory /cvsroot/rt/org.eclipse.ecf/incubation/bundles/org.eclipse.ecf.examples.remoteservices.mailer.server: No such file or directory
cvs update: skipping directory bundles/org.eclipse.ecf.examples.remoteservices.mailer.server
cvs update: cannot open directory /cvsroot/rt/org.eclipse.ecf/incubation/bundles/org.eclipse.ecf.examples.remoteservices.server.transparent: No such file or directory
cvs update: skipping directory bundles/org.eclipse.ecf.examples.remoteservices.server.transparent
cvs update: cannot open directory /cvsroot/rt/org.eclipse.ecf/incubation/bundles/org.eclipse.ecf.examples.remoteservices.server.transparent.config: No such file or directory
cvs update: skipping directory bundles/org.eclipse.ecf.examples.remoteservices.server.transparent.config
cvs update: cannot open directory /cvsroot/rt/org.eclipse.ecf/incubation/bundles/org.json: No such file or directory
cvs update: skipping directory bundles/org.json
[protocols] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
[providers] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
[releng] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
cvs update: cannot open directory /cvsroot/rt/org.eclipse.ecf/releng/features/org.eclipse.ecf.updatesite: No such file or directory
cvs update: skipping directory features/org.eclipse.ecf.updatesite
cvs update: cannot open directory /cvsroot/rt/org.eclipse.ecf/releng/org.eclipse.ecf.releng.server: No such file or directory
cvs update: skipping directory org.eclipse.ecf.releng.server
cvs update: cannot open directory /cvsroot/rt/org.eclipse.ecf/releng/org.eclipse.ecf.releng.workstation: No such file or directory
cvs update: skipping directory org.eclipse.ecf.releng.workstation
[server-side] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
[tests] $ /usr/bin/cvs -q -z3 update -PdC -D "Saturday, May 29, 2010 7:28:34 AM UTC"
$ no changes detected
[workspace] $ /bin/sh -xe /tmp/hudson8340174846084865492.sh
+ echo -n 'purge old buckminster output'
purge old buckminster output+ test -e buckminster.output
+ rm -rf buckminster.output/
+ test -e buckminster.temp
+ rm -rf buckminster.temp/
+ test -e site.p2
+ rm -rf site.p2/
+ test -e projects
+ rm -rf projects/
+ test -e .metadata
+ rm -rf .metadata/
+ test -e junit_result.xml
+ test -e coverage_report.xml
+ echo -n 'cp all target, mspecs, rmap and cqueries to build root'
cp all target, mspecs, rmap and cqueries to build root+ find -L org.eclipse.ecf -type f -iname '*.rmap'
+ xargs -i cp '{}' .
+ find -L org.eclipse.ecf -type f -iname '*.mspec'
+ xargs -i cp '{}' .
+ find -L org.eclipse.ecf -type f -iname '*.cquery'
+ xargs -i cp '{}' .
+ echo -n 'create targetplatform and projects folder'
create targetplatform and projects folder+ test -e targetPlatformPath
+ test -e projects
+ mkdir projects/
+ echo -n 'Flatten Repository'
Flatten Repository+ find -L org.eclipse.ecf -type f -iname .project -printf '%h\n'
+ xargs -i cp -rf '{}' projects/
+ echo -n 'HACK!!! rename features containing "-" to "_" so they can be found by Bucky'
HACK!!! rename features containing "-" to "_" so they can be found by Bucky+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.base-feature
++ tr - _
+ mv projects/org.eclipse.ecf.base-feature projects/org.eclipse.ecf.base_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.core-feature
++ tr - _
+ mv projects/org.eclipse.ecf.core-feature projects/org.eclipse.ecf.core_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.example-feature
++ tr - _
+ mv projects/org.eclipse.ecf.example-feature projects/org.eclipse.ecf.example_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.platform-feature
++ tr - _
+ mv projects/org.eclipse.ecf.platform-feature projects/org.eclipse.ecf.platform_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.provider.filetransfer.httpclient-feature
++ tr - _
+ mv projects/org.eclipse.ecf.provider.filetransfer.httpclient-feature projects/org.eclipse.ecf.provider.filetransfer.httpclient_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.remoteservice-feature
++ tr - _
+ mv projects/org.eclipse.ecf.remoteservice-feature projects/org.eclipse.ecf.remoteservice_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.sdk-feature
++ tr - _
+ mv projects/org.eclipse.ecf.sdk-feature projects/org.eclipse.ecf.sdk_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.server-feature
++ tr - _
+ mv projects/org.eclipse.ecf.server-feature projects/org.eclipse.ecf.server_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.tests-feature
++ tr - _
+ mv projects/org.eclipse.ecf.tests-feature projects/org.eclipse.ecf.tests_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.tests-platform-feature
++ tr - _
+ mv projects/org.eclipse.ecf.tests-platform-feature projects/org.eclipse.ecf.tests_platform_feature
+ echo -n 'HACK!!! align folder and feature ids'
HACK!!! align folder and feature ids+ test -e projects/org.eclipse.ecf.sdk_feature
+ mv projects/org.eclipse.ecf.sdk_feature projects/org.eclipse.ecf.sdk
+ test -e projects/org.eclipse.ecf.core_feature
+ mv projects/org.eclipse.ecf.core_feature projects/org.eclipse.ecf.core
+ echo -n 'Done, ready to fire off Bucky\n===================\n'
Done, ready to fire off Bucky\n===================\n[workspace] $ /usr/java/jdk1.6.0_16/bin/java -Dbuckminster.output.root=<https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws/buckminster.output> -Dbuckminster.temp.root=<https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws/buckminster.temp> -Xmx768m -Xms768m -XX:PermSize=512M -XX:MaxPermSize=512M -Decf.p2.repository=${ECF_P2_REPOSITORY} -Dsite.include.top=false -Dsite.signing=true -Dsite.pack200=false -Dstaging.area=/home/data/httpd/download-staging.priv/rt/ecf -Dsigning.type=eclipse.remote -Declipse.committer.name=mkuppe -Declipse.committer.keyfile=/usr/share/tomcat5/.ssh/id_rsa -Dqualifier.replacement.*=generator:buildTimestamp -Dgenerator.buildTimestamp.format='v'yyyyMMdd-HHmm -DtargetPlatformPath=<https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws//targetPlatformPath> -DprojectsPath=<https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws//projects> -jar /opt/toolbox/eclipse.org/buckminster/latest/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -application org.eclipse.buckminster.cmdline.headless -data <https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws/> --loglevel info -S <https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws/commands.txt>
INFO:  installJRE '--location' '/opt/toolbox/sun.com/j2re1.4.2_18/'
INFO:  installJRE '--location' '/opt/toolbox/sun.com/jdk1.5.0_12/jre/'
INFO:  installJRE '--location' '/opt/toolbox/sun.com/jdk1.6.0_16/jre/'
INFO:  setpref 'org.eclipse.buckminster.core.maxParallelResolutions=1'
org.eclipse.buckminster.core.maxParallelResolutions set to the value '1'
INFO:  setpref 'org.eclipse.buckminster.core.maxParallelMaterializations=1'
org.eclipse.buckminster.core.maxParallelMaterializations set to the value '1'
INFO:  setpref 'org.eclipse.buckminster.pde.targetPlatformPath=<https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws//targetPlatformPath'>
org.eclipse.buckminster.pde.targetPlatformPath set to the value '<https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws//targetPlatformPath'>
INFO:  import '<https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws//org.eclipse.ecf.platform.mspec'>
INFO:  Import complete.
INFO:  importtargetdefinition 'file:/opt/hudson/repo/ECF3-2Baseline.target'
INFO:  lstargets
Using workspace at <https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws/> ...
  ECF3-2Baseline                                                                   : linux,gtk,x86_64/en_US
  Running Platform                                                                 : linux,gtk,x86_64/en_US
* Directory <https://build.ecf-project.org/hudson/job/I-HEAD-platform.feature/ws//targetPlatformPath> : linux,gtk,x86_64/en_US
  ECF3-2Baseline                                                                   : linux,gtk,x86_64/en_US
Command 'addbaseline' not found
Help text for buckminster:
This is the common launcher for commands.

A number of options can be set in common for all commands. Use '--' to end
parsing of options in case of ambiguity.

usage: buckminster
       [{ -? | --help }]
       [--displaystacktrace]
       [{ -L | --loglevel } <loglevel> ]
       [--notrapctrlc]
       [{ --scriptfile <filename> } | {<commandname> [<commandflags>]}] 

Try "buckminster listcommands" for a list of available commands.

 -?
--help
  Show this help text

--displaystacktrace
  Also prints the stack trace in case of an exception.

 -L <loglevel>
--loglevel <loglevel>
  Set log level to one of NONE, ERROR, WARNING, INFO, or DEBUG.

--notrapctrlc
  Turn off trapping of Ctrl-C (SIGINT). This may lessen the ability to cancel
  ongoing work in a predictable manner.

 -S <filename>
--scritpfile <filename>
  Read commands from a file. The following rules apply:
  - If the file contains $property or ${property} constructs, they will
    be expanded as follows:
    - If the property is prefixed with env: the remaining part will be expanded
      as an environment variable (requires Java 5 or later).
    - All other properties are expanded using the Java system properties.
  - If java 1.5 or newer is used, the file may contain $env or ${env} entries
    to denote environment variables.
  - Backslash is interpreted as escape character so Windows filenames must be
    escaped.
  - Strings within single quotes are passed verbatim to the executor.
  - Strings within double quotes are scanned for environment variable
    substitution.
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts



Back to the top