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-discovery.dnssd.feature #72

See <https://build.ecf-project.org/hudson/job/C-HEAD-discovery.dnssd.feature/72/>

------------------------------------------
Started by user mkuppe
Checkout:workspace / <https://build.ecf-project.org/hudson/job/C-HEAD-discovery.dnssd.feature/ws/> - hudson.remoting.LocalChannel@71c142c2
Using strategy: Default
Last Built Revision: Revision e93d7704d451bce8626d33854766d4a172b44ba4 (origin/master)
Checkout:workspace / <https://build.ecf-project.org/hudson/job/C-HEAD-discovery.dnssd.feature/ws/> - hudson.remoting.LocalChannel@71c142c2
GitAPI created
Cloning the remote Git repository
Cloning repository origin
$ /usr/local/bin/git clone -o origin git://github.com/lemmy/org.eclipse.ecf.discovery.dnssd.git <https://build.ecf-project.org/hudson/job/C-HEAD-discovery.dnssd.feature/ws/>
Fetching upstream changes from git://github.com/lemmy/org.eclipse.ecf.discovery.dnssd.git
[workspace] $ /usr/local/bin/git fetch -t git://github.com/lemmy/org.eclipse.ecf.discovery.dnssd.git +refs/heads/*:refs/remotes/origin/*
[workspace] $ /usr/local/bin/git ls-tree HEAD
[workspace] $ /usr/local/bin/git tag -l master
[workspace] $ /usr/local/bin/git rev-parse origin/master
Commencing build of Revision c2b391e76ded5d77841676f027a440346d820c28 (origin/master)
GitAPI created
Checking out Revision c2b391e76ded5d77841676f027a440346d820c28 (origin/master)
[workspace] $ /usr/local/bin/git checkout -f c2b391e76ded5d77841676f027a440346d820c28
[workspace] $ /usr/local/bin/git tag -a -f -m "Hudson Build #72" hudson-C-HEAD-discovery.dnssd.feature-72
Recording changes in branch origin/master
[workspace] $ /usr/local/bin/git log --pretty=format:%H e93d7704d451bce8626d33854766d4a172b44ba4..c2b391e76ded5d77841676f027a440346d820c28
Starting xvnc
[workspace] $ vncserver :10

New 'X' desktop is ecf2:10

Starting applications specified in /usr/share/tomcat5/.vnc/xstartup
Log file is /usr/share/tomcat5/.vnc/ecf2:10.log

[workspace] $ /bin/sh -xe /tmp/hudson602247642690341676.sh
+ echo -n 'symlinking CVS folders into right place'
symlinking CVS folders into right place+ test -e org.eclipse.ecf
+ mkdir org.eclipse.ecf
+ test -e org.eclipse.ecf/org.eclipse.ecf.discovery.dnssd.feature/
+ ln -s <https://build.ecf-project.org/hudson/job/C-HEAD-discovery.dnssd.feature/ws/org.eclipse.ecf.discovery.dnssd.feature/> org.eclipse.ecf/org.eclipse.ecf.discovery.dnssd.feature
+ test -e org.eclipse.ecf/org.eclipse.ecf.provider.dnssd/
+ ln -s <https://build.ecf-project.org/hudson/job/C-HEAD-discovery.dnssd.feature/ws/org.eclipse.ecf.provider.dnssd/> org.eclipse.ecf/org.eclipse.ecf.provider.dnssd
+ test -e org.eclipse.ecf/org.eclipse.ecf.tests.provider.dnssd/
+ ln -s <https://build.ecf-project.org/hudson/job/C-HEAD-discovery.dnssd.feature/ws/org.eclipse.ecf.tests.provider.dnssd/> org.eclipse.ecf/org.eclipse.ecf.tests.provider.dnssd
[workspace] $ /bin/sh -xe /tmp/hudson4138460683956100885.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/*-feature'
++ tr - _
+ mv 'projects/*-feature' 'projects/*_feature'
mv: cannot stat `projects/*-feature': No such file or directory
Terminating xvnc.
[workspace] $ vncserver -kill :10
Killing Xvnc process ID 23243
Recording test results
Emma: looking for coverage reports in the provided path: coverage_report.xml
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts



Back to the top