Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-build] Build failed in Hudson: N-HEAD-sdk_feature #174

See <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/174/changes>

Changes:

[slewis] Added features meta-data (copyright, license)

[slewis] Update to feature metadata

[slewis] Update to feature metadata

[slewis] Fix for project metadata

[slewis] Added datashare feature to remote service sdk

[slewis] Fix for project metadata

[slewis] Added datashare feature to remote service sdk

[slewis] Fix for project metadata

------------------------------------------
Started by timer
[workspace] $ /usr/bin/cvs -Q -z3 -d :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/rt/ co -P -D "Wednesday, April 7, 2010 2:23:41 PM UTC" org.eclipse.ecf/
$ computing changelog
[workspace] $ /bin/sh -xe /tmp/hudson990232055968400476.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
+ echo -n 'cp all mspecs and cqueries to build root'
cp all mspecs and cqueries to build root+ find -L org.eclipse.ecf -type f -iname '*.rmap'
+ xargs -i cp '{}' .
+ xargs -i cp '{}' .
+ find -L org.eclipse.ecf -type f -iname '*.mspec'
+ 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] $ /usr/java/jdk1.6.0_16//bin/java -Dbuckminster.output.root=<https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/buckminster.output> -Dbuckminster.temp.root=<https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/buckminster.temp> -Xmx768m -Xms768m -XX:PermSize=512M -XX:MaxPermSize=512M -Decf.p2.repository=${ECF_P2_REPOSITORY} -Dsite.include.top=false -Dsite.signing=false -Dsite.pack200=true -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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws//targetPlatformPath> -DprojectsPath=<https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/> --loglevel error -S <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/commands.txt>
org.eclipse.buckminster.core.maxParallelResolutions set to the value '1'
org.eclipse.buckminster.core.maxParallelMaterializations set to the value '1'
org.eclipse.buckminster.pde.targetPlatformPath set to the value '<https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws//targetPlatformPath'>
Apr 7, 2010 7:30:34 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:34 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:34 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:34 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:34 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:34 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:35 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:35 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:35 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:35 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:35 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:35 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:48 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:48 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:48 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:48 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:48 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:48 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:49 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:49 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 7, 2010 7:30:49 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
Apr 7, 2010 7:30:49 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Warning: file <https://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.common>: 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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.hello>: 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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/internal/net/ClientTicketRequest.java,> line 94: The method encode(String) from the type URLEncoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/internal/net/ClientTicketRequest.java,> line 95: The method encode(String) from the type URLEncoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/NotificationSession.java,> line 141: The method decode(String) from the type URLDecoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/MsnClient.java,> line 257: The method encode(String) from the type URLEncoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/Contact.java,> line 84: The method decode(String) from the type URLDecoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/Contact.java,> line 188: The method decode(String) from the type URLDecoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.provider.bittorrent/src/org/eclipse/ecf/internal/provider/bittorrent/TorrentID.java,> line 83: The method toURL() from the type File is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.remoteservice>: 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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.hello.host>: 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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.hello.consumer>: 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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.client/fragment.xml,> line 1: A plug-in manifest must contain at least one extension or extension point
Warning: file <https://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage.java,> line 129: The constructor FilteredTree(Composite, int, PatternFilter) is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/util/PasswordCacheHelper.java,> line 48: The method getAuthorizationInfo(URL, String, String) from the type Platform is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/util/PasswordCacheHelper.java,> line 56: The method addAuthorizationInfo(URL, String, String, Map) from the type Platform is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/util/PasswordCacheHelper.java,> line 65: The method getAuthorizationInfo(URL, String, String) from the type Platform is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider.java,> line 67: Access to enclosing method fireLabelProviderChanged(LabelProviderChangedEvent) from the type BaseLabelProvider is emulated by a synthetic accessor method
Warning: file <https://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.common>: 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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.hello>: 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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/internal/net/ClientTicketRequest.java,> line 95: The method encode(String) from the type URLEncoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/NotificationSession.java,> line 141: The method decode(String) from the type URLDecoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/MsnClient.java,> line 257: The method encode(String) from the type URLEncoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/Contact.java,> line 84: The method decode(String) from the type URLDecoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.protocol.msn/src/org/eclipse/ecf/protocol/msn/Contact.java,> line 188: The method decode(String) from the type URLDecoder is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.provider.bittorrent/src/org/eclipse/ecf/internal/provider/bittorrent/TorrentID.java,> line 83: The method toURL() from the type File is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.remoteservice>: 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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.hello.host>: 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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.hello.consumer>: 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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.examples.remoteservices.client/fragment.xml,> line 1: A plug-in manifest must contain at least one extension or extension point
Warning: file <https://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/wizards/ConfigurationWizardSelectionPage.java,> line 129: The constructor FilteredTree(Composite, int, PatternFilter) is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/util/PasswordCacheHelper.java,> line 56: The method addAuthorizationInfo(URL, String, String, Map) from the type Platform is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/util/PasswordCacheHelper.java,> line 65: The method getAuthorizationInfo(URL, String, String) from the type Platform is deprecated
Warning: file <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/org.eclipse.ecf.ui/src/org/eclipse/ecf/internal/ui/wizards/WorkbenchLabelProvider.java,> line 67: Access to enclosing method fireLabelProviderChanged(LabelProviderChangedEvent) from the type BaseLabelProvider is emulated by a synthetic accessor method
Warning: file <https://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-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://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/projects/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. 
Found 44 warnings
[workspace] $ /bin/sh -xe /tmp/hudson6030027462026212073.sh
+ test -e <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/buckminster.output/org.eclipse.ecf.sdk_3.3.0-eclipse.feature/site.p2>
+ mv <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/buckminster.output/org.eclipse.ecf.sdk_3.3.0-eclipse.feature/site.p2> <https://ecf2.osuosl.org/hudson/job/N-HEAD-sdk_feature/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson8423737911958790828.sh
+ ssh mkuppe@xxxxxxxxxxxxxxx 'rm -rf /home/data/httpd/download.eclipse.org/rt/ecf/3.5dailies3.2-repo/site.p2'
Permission denied, please try again.
Permission denied, please try again.
Received disconnect from 206.191.52.50: 2: Too many authentication failures for mkuppe
Archiving artifacts
Recording fingerprints



Back to the top