Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-build] Build failed in Hudson: L-HEAD-sdk.tests.feature #199

See <https://build.ecf-project.org/hudson/job/L-HEAD-sdk.tests.feature/199/>

------------------------------------------
Started by user mkuppe
[org.eclipse.ecf] $ /usr/bin/cvs -q -z3 update -PdC -D "Wednesday, July 21, 2010 10:30:00 AM UTC"
$ no changes detected
Allocating TCP port NET_SLP_PORT TEST_DEBUG_PORT TEST_SLP_PORT TEST_MDNS_PORT
  -> Assigned 24336
TCP port allocation complete
[workspace] $ /bin/sh -xe /tmp/hudson4236130023508995045.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+ xargs -i cp '{}' .
+ find -L org.eclipse.ecf -type f -iname '*.rmap'
+ 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===================\nChecking for Buckminster Updates
[Buckminster_3.6] $ /opt/hudson/tools/Buckminster_3.6/director/director -vm /opt/hudson/tools/Java1.5_update_22_x86-64/bin/java -d /opt/hudson/tools/Buckminster_3.6/buckminster -p Buckminster -r "http://download.eclipse.org/tools/buckminster/headless-3.6/, http://download.cloudsmith.com/buckminster/external-3.6"; -uninstallIU "org.eclipse.equinox.p2.director.feature.feature.group, org.eclipse.buckminster.psf.feature.feature.group, org.eclipse.buckminster.emma.headless.feature.feature.group, org.eclipse.buckminster.pde.headless.feature.feature.group, org.eclipse.buckminster.subclipse.headless.feature.feature.group, org.eclipse.buckminster.maven.headless.feature.feature.group, org.eclipse.buckminster.core.headless.feature.feature.group, org.eclipse.buckminster.git.headless.feature.feature.group, org.eclipse.buckminster.cvs.headless.feature.feature.group" -installIU "org.eclipse.equinox.p2.director.feature.feature.group, org.eclipse.buckminster.psf.feature.feature.group, org.eclipse.buckminster.emma.headless.feature.feature.group, org.eclipse.buckminster.pde.headless.feature.feature.group, org.eclipse.buckminster.subclipse.headless.feature.feature.group, org.eclipse.buckminster.maven.headless.feature.feature.group, org.eclipse.buckminster.core.headless.feature.feature.group, org.eclipse.buckminster.git.headless.feature.feature.group, org.eclipse.buckminster.cvs.headless.feature.feature.group"
ERROR: Cannot run program "/opt/hudson/tools/Buckminster_3.6/director/director" (in directory "/opt/hudson/tools/Buckminster_3.6"): java.io.IOException: error=2, No such file or directory
Archiving artifacts
Recording fingerprints
Recording test results



Back to the top