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-sip.feature #31

See <https://build.ecf-project.org/hudson/job/C-HEAD-sip.feature/31/>

------------------------------------------
Started by user mkuppe
Checkout:workspace / <https://build.ecf-project.org/hudson/job/C-HEAD-sip.feature/ws/> - hudson.remoting.LocalChannel@127b4662
Using strategy: Default
Last Built Revision: Revision 5b189b00af8698e7bbb16930c22c263df8559669 (origin/master)
Checkout:workspace / <https://build.ecf-project.org/hudson/job/C-HEAD-sip.feature/ws/> - hudson.remoting.LocalChannel@127b4662
GitAPI created
Cloning the remote Git repository
Cloning repository origin
$ /usr/local/bin/git clone -o origin git://github.com/ECF/Call.git <https://build.ecf-project.org/hudson/job/C-HEAD-sip.feature/ws/>
Seen branch in repository origin/master
Commencing build of Revision f7bc9aaa0171412f4e5c0cfa8d55c21a103cfda2 (origin/master)
GitAPI created
Checking out Revision f7bc9aaa0171412f4e5c0cfa8d55c21a103cfda2 (origin/master)
[workspace] $ /usr/local/bin/git checkout -f f7bc9aaa0171412f4e5c0cfa8d55c21a103cfda2
[workspace] $ /usr/local/bin/git tag -a -f -m "Hudson Build #31" hudson-C-HEAD-sip.feature-31
Recording changes in branch origin/master
[workspace] $ /usr/local/bin/git log --pretty=format:%H 5b189b00af8698e7bbb16930c22c263df8559669..f7bc9aaa0171412f4e5c0cfa8d55c21a103cfda2
[workspace] $ /bin/sh -xe /tmp/hudson1814030017604951248.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/sip/features/
+ ln -s <https://build.ecf-project.org/hudson/job/C-HEAD-sip.feature/ws/sip/features/> org.eclipse.ecf/features
+ test -e org.eclipse.ecf/sip/tests/
+ ln -s <https://build.ecf-project.org/hudson/job/C-HEAD-sip.feature/ws/sip/tests/> org.eclipse.ecf/tests
+ test -e org.eclipse.ecf/sip/plugins/
+ ln -s <https://build.ecf-project.org/hudson/job/C-HEAD-sip.feature/ws/sip/plugins/> org.eclipse.ecf/plugins
+ test -e org.eclipse.ecf/sip/bundles/
+ ln -s <https://build.ecf-project.org/hudson/job/C-HEAD-sip.feature/ws/sip/bundles/> org.eclipse.ecf/bundles
[workspace] $ /bin/sh -xe /tmp/hudson3196416479176737691.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
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts



Back to the top