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 #114

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

------------------------------------------
Started by user mkuppe
Checkout:workspace / <https://build.ecf-project.org/hudson/job/C-HEAD-discovery.dnssd.feature/ws/> - hudson.remoting.LocalChannel@329c393d
Using strategy: Default
Last Built Revision: Revision 5b04a0238bded0adb249316ece51fb45a973bd7d (origin/master)
Checkout:workspace / <https://build.ecf-project.org/hudson/job/C-HEAD-discovery.dnssd.feature/ws/> - hudson.remoting.LocalChannel@329c393d
GitAPI created
Fetching changes from the remote Git repository
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/*
>From git://github.com/lemmy/org.eclipse.ecf.discovery.dnssd
   5b04a02..f54f525  master     -> origin/master
[workspace] $ /usr/local/bin/git ls-tree HEAD
GitAPI created
Fetching upstream changes from git://github.com/lemmy/org.eclipse.ecf.discovery.dnssd.feature.git
[org.eclipse.ecf.discovery.dnssd.feature] $ /usr/local/bin/git fetch -t git://github.com/lemmy/org.eclipse.ecf.discovery.dnssd.feature.git +refs/heads/*:refs/remotes/origin/*
GitAPI created
Fetching upstream changes from git://github.com/lemmy/org.eclipse.ecf.osuosl.releng.bm.git
[org.eclipse.ecf.osuosl.releng.bm] $ /usr/local/bin/git fetch -t git://github.com/lemmy/org.eclipse.ecf.osuosl.releng.bm.git +refs/heads/*:refs/remotes/origin/*
GitAPI created
Fetching upstream changes from git://github.com/lemmy/org.eclipse.ecf.provider.dnssd.git
[org.eclipse.ecf.provider.dnssd] $ /usr/local/bin/git fetch -t git://github.com/lemmy/org.eclipse.ecf.provider.dnssd.git +refs/heads/*:refs/remotes/origin/*
>From git://github.com/lemmy/org.eclipse.ecf.provider.dnssd
 + 1edf445...5f30ecc master     -> origin/master  (forced update)
GitAPI created
Fetching upstream changes from git://github.com/lemmy/org.eclipse.ecf.tests.provider.dnssd.git
[org.eclipse.ecf.tests.provider.dnssd] $ /usr/local/bin/git fetch -t git://github.com/lemmy/org.eclipse.ecf.tests.provider.dnssd.git +refs/heads/*:refs/remotes/origin/*
>From git://github.com/lemmy/org.eclipse.ecf.tests.provider.dnssd
   4b30c5a..74d3d49  master     -> origin/master
[workspace] $ /usr/local/bin/git tag -l master
[workspace] $ /usr/local/bin/git rev-parse origin/master
Commencing build of Revision f54f52513933120c2a2444a6aa4be10bccec9025 (origin/master)
GitAPI created
Checking out Revision f54f52513933120c2a2444a6aa4be10bccec9025 (origin/master)
[workspace] $ /usr/local/bin/git checkout -f f54f52513933120c2a2444a6aa4be10bccec9025
[workspace] $ /usr/local/bin/git submodule init
[workspace] $ /usr/local/bin/git submodule sync
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
GitAPI created
Fetching upstream changes from git://github.com/lemmy/org.eclipse.ecf.discovery.dnssd.feature.git
[org.eclipse.ecf.discovery.dnssd.feature] $ /usr/local/bin/git fetch -t git://github.com/lemmy/org.eclipse.ecf.discovery.dnssd.feature.git +refs/heads/*:refs/remotes/origin/*
GitAPI created
Fetching upstream changes from git://github.com/lemmy/org.eclipse.ecf.osuosl.releng.bm.git
[org.eclipse.ecf.osuosl.releng.bm] $ /usr/local/bin/git fetch -t git://github.com/lemmy/org.eclipse.ecf.osuosl.releng.bm.git +refs/heads/*:refs/remotes/origin/*
GitAPI created
Fetching upstream changes from git://github.com/lemmy/org.eclipse.ecf.provider.dnssd.git
[org.eclipse.ecf.provider.dnssd] $ /usr/local/bin/git fetch -t git://github.com/lemmy/org.eclipse.ecf.provider.dnssd.git +refs/heads/*:refs/remotes/origin/*
GitAPI created
Fetching upstream changes from git://github.com/lemmy/org.eclipse.ecf.tests.provider.dnssd.git
[org.eclipse.ecf.tests.provider.dnssd] $ /usr/local/bin/git fetch -t git://github.com/lemmy/org.eclipse.ecf.tests.provider.dnssd.git +refs/heads/*:refs/remotes/origin/*
[workspace] $ /usr/local/bin/git submodule update
FATAL: Error performing /usr/local/bin/git submodule update
hudson.plugins.git.GitException: Error performing /usr/local/bin/git submodule update
	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:385)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:350)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:360)
	at hudson.plugins.git.GitAPI.submoduleUpdate(GitAPI.java:331)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:676)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:640)
	at hudson.FilePath.act(FilePath.java:753)
	at hudson.FilePath.act(FilePath.java:735)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:640)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1038)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
	at hudson.model.Run.run(Run.java:1257)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:129)
Caused by: hudson.plugins.git.GitException: Command returned status code 1: fatal: reference is not a tree: 842e1f7ab4884bfd65d017c8029e33f99bbe5649
Unable to checkout '842e1f7ab4884bfd65d017c8029e33f99bbe5649' in submodule path 'org.eclipse.ecf.provider.dnssd'

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:380)
	... 15 more



Back to the top