Skip to main content

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

See <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/1141/changes>

Changes:

[Markus Alexander Kuppe] NEW - bug 320612: [Discovery] Unit tests fail due to broken detection of external ip address
https://bugs.eclipse.org/bugs/show_bug.cgi?id=320612

[Markus Alexander Kuppe] NEW - bug 258904: [Discovery] Remove throw declarations for runtime IDCreateException
https://bugs.eclipse.org/bugs/show_bug.cgi?id=258904

[Markus Alexander Kuppe] NEW - bug 319878: [Discovery] Add time to live (TTL) to IServiceInfo
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319878

[Markus Alexander Kuppe] NEW - bug 320612: [Discovery] Unit tests fail due to broken detection of external ip address
https://bugs.eclipse.org/bugs/show_bug.cgi?id=320612

[Markus Alexander Kuppe] NEW - bug 320481: Upgrade baseline to ECF 3.3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=320481

------------------------------------------
Started by user mkuppe
[workspace] $ /usr/bin/cvs -Q -z3 -d :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/rt/ co -P -D "Thursday, July 22, 2010 6:31:56 PM UTC" org.eclipse.ecf/
$ computing changelog
[workspace] $ /bin/sh -xe /tmp/hudson4135794581329917547.sh
+ echo -n 'purge old buckminster output'
purge old buckminster output+ test -e buckminster.output
+ test -e buckminster.temp
+ test -e site.p2
+ test -e projects
+ test -e .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
+ mkdir -p 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] $ /opt/hudson/tools/Java1.5_update_22_x86-64/bin/java -Dbuckminster.output.root=<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/buckminster.output> -Dbuckminster.temp.root=<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/buckminster.temp> -Xmx768m -Xms768m -XX:PermSize=512M -XX:MaxPermSize=512M -Decf.p2.repository=http://localhost/no/repo -Dsite.include.top=true -Dsite.signing=false -Dsite.pack200=true -Dpde.bundle.range.generation=false -Dpde.feature.range.generation=perfect -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/C-HEAD-sdk.feature/ws//targetPlatformPath> -DprojectsPath=<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//projects> -jar /opt/hudson/tools/Buckminster_3.6/buckminster/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -application org.eclipse.buckminster.cmdline.headless -data <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/> --loglevel info -S <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/commands.txt>
INFO:  installJRE '--location' '/opt/hudson/tools/Java1.4.2_update_18_x86-64/jre'
INFO:  installJRE '--location' '/opt/hudson/tools/Java1.5_update_22_x86-64/jre'
INFO:  installJRE '--location' '/opt/hudson/tools/Java1.6_update_20_x86-64/jre'
INFO:  setpref 'org.eclipse.buckminster.pde.targetPlatformPath=<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//targetPlatformPath'>
INFO:  import '<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//org.eclipse.ecf.sdk.mspec'>
WARN:  Dependency org.eclipse.jdt is defined more than once in component org.junit
INFO:  Resetting target platform Directory <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//targetPlatformPath>
INFO:  Import complete.
INFO:  importtargetdefinition 'file:/opt/hudson/repo/ECF3-2Baseline.target'
INFO:  lstargets
Using workspace at <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/> ...
* Directory <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//targetPlatformPath> : linux,gtk,x86_64/en_US
  Running Platform                                                            : linux,gtk,x86_64/en_US
  Target Platform                                                             : linux,gtk,x86_64/en_US
  ECF3-2Baseline                                                              : linux,gtk,x86_64/en_US
INFO:  addbaseline '-A' 'ECF3-2Baseline'
INFO:  build
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/ch.ethz.iks.r_osgi.remote>: Build path specifies execution environment OSGi/Minimum-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/ch.ethz.iks.r_osgi.remote/build.properties,> line 1: There is no 'javacWarnings..' build entry and the project has Java compliance preferences set
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.examples.updatesite.client>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.discovery.ui.properties.tabbed>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.discovery.ui.browser>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.console>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.protocol.msn>: Build path specifies execution environment CDC-1.0/Foundation-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.protocol.msn/build.properties,> line 1: There is no 'javacErrors..' build entry and the project has Java compliance preferences set
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.bittorrent>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.jmdns>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.jslp>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.msn>: Build path specifies execution environment CDC-1.0/Foundation-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryNamespace.java,> line 60: Class is a raw type. References to generic type Class<T> should be parameterized
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainerInstantiator.java,> line 44: Class is a raw type. References to generic type Class<T> should be parameterized
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.java,> line 427: Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<IServiceListener>
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.java,> line 431: Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<IServiceTypeListener>
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.java,> line 422: Type safety: The expression of type Set needs unchecked conversion to conform to Collection<IServiceListener>
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/AdvertisedService.java,> line 99: Unnecessary @SuppressWarnings("unchecked")
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/AdvertisedService.java,> line 108: Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.localdiscovery>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.remoteservice.ui>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.server>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.sharedobject>: Build path specifies execution environment CDC-1.0/Foundation-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.remoteservice.eventadmin>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.remoteservice>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.r_osgi>: Build path specifies execution environment CDC-1.0/Foundation-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.example.collab.editor>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.examples.eventadmin.app>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.core.featurepatch/feature.xml,> line 28: Feature reference 'org.eclipse.equinox.p2.user.ui' cannot be resolved
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.tests.discovery>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.tests.discovery/build.properties,> line 1: There is no 'javacErrors..' build entry and the project has Java compliance preferences set
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.tests.provider.discovery>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.tests.provider.jmdns>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.tests.provider.jmdns/build.properties,> line 1: There is no 'javacErrors..' build entry and the project has Java compliance preferences set
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.tests.provider.jslp>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.ui>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.filetransfer.ui>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.provider.bittorrent.ui>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.ui.capabilities>: Build path specifies execution environment CDC-1.0/Foundation-1.0. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/projects/org.eclipse.ecf.example.clients>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/plugins/org.json>: Build path specifies execution environment CDC-1.1/Foundation-1.1. There are no JREs installed in the workspace that are strictly compatible with this environment. 
Warning: file <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/plugins/org.json>: build.properties does not exist
INFO:  perform 'org.eclipse.ecf.sdk#site.p2'
No component named org.eclipse.equinox.common:osgi.bundle is known to Buckminster
Archiving artifacts
Recording fingerprints
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts



Back to the top