List for cgit developers and users
 help / color / mirror / Atom feed
From: mailings at hupie.com (Ferry Huberts)
Subject: Build failed in Jenkins: cgit - upstream - master - coverity #4
Date: Thu, 12 Nov 2015 12:52:04 +0100	[thread overview]
Message-ID: <56447D64.9030207@hupie.com> (raw)
In-Reply-To: <208540784.0.1447328641195.JavaMail.jenkins@jenkins-public.internal.hupie.com>

I've upgraded the build server.
This is the result of a job configuration typo that only showed when 
doing a simultaneous build of upstream master and upstream master coverity.

Fixed it

On 12/11/15 12:44, Pelagic Jenkins (Public)  wrote:
> See <https://hupie.dyndns.org:15051/jenkins/job/cgit%20-%20upstream%20-%20master%20-%20coverity/4/>
>
> ------------------------------------------
> Started by user Ferry Huberts
> Building in workspace <https://hupie.dyndns.org:15051/jenkins/job/cgit%20-%20upstream%20-%20master%20-%20coverity/ws/>
>   > git rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
>   > git config remote.origin.url http://git.zx2c4.com/cgit # timeout=10
> Pruning obsolete local branches
> Fetching upstream changes from http://git.zx2c4.com/cgit
>   > git --version # timeout=10
>   > git -c core.askpass=true fetch --tags --progress http://git.zx2c4.com/cgit +refs/heads/*:refs/remotes/origin/* --prune
>   > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
>   > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
> Checking out Revision 143e65252c1c842774bc5a601d5faef97ca6c886 (refs/remotes/origin/master)
>   > git config core.sparsecheckout # timeout=10
>   > git checkout -f 143e65252c1c842774bc5a601d5faef97ca6c886
>   > git rev-list 143e65252c1c842774bc5a601d5faef97ca6c886 # timeout=10
>   > git remote # timeout=10
>   > git submodule init # timeout=10
>   > git submodule sync # timeout=10
>   > git config --get remote.origin.url # timeout=10
>   > git submodule update --init --recursive
> Cleaning workspace
>   > git rev-parse --verify HEAD # timeout=10
> Resetting working tree
>   > git reset --hard # timeout=10
>   > git clean -fdx # timeout=10
> FATAL: Command "git clean -fdx" returned status code 1:
> stdout: Removing CGIT-CFLAGS
> Removing VERSION
> Removing cache.o
> Removing cgit
> Removing cgit.o
> Removing cgitrc.5
> Removing cgitrc.5.html
> Removing cmd.o
> Removing configfile.o
> Removing cov-int/
> Removing dist/
> Removing filter.o
> Removing html.o
> Removing parsing.o
> Removing scan-tree.o
> Removing shared.o
> Removing tests/test-results/
> Skipping repository tests/trash/repos/foo
> Skipping repository tests/trash/repos/with space
> Skipping repository tests/trash/repos/bar
> Skipping repository tests/trash/repos/foo+bar
> Removing ui-atom.o
> Removing ui-blob.o
> Removing ui-clone.o
> Removing ui-commit.o
> Removing ui-diff.o
> Removing ui-log.o
> Removing ui-patch.o
> Removing ui-plain.o
> Removing ui-refs.o
> Removing ui-repolist.o
> Removing ui-shared.o
> Removing ui-snapshot.o
> Removing ui-ssdiff.o
> Removing ui-stats.o
> Removing ui-summary.o
> Removing ui-tag.o
> Removing ui-tree.o
>
> stderr: warning: failed to remove .depend/ui-refs.o.d
>
> hudson.plugins.git.GitException: Command "git clean -fdx" returned status code 1:
> stdout: Removing CGIT-CFLAGS
> Removing VERSION
> Removing cache.o
> Removing cgit
> Removing cgit.o
> Removing cgitrc.5
> Removing cgitrc.5.html
> Removing cmd.o
> Removing configfile.o
> Removing cov-int/
> Removing dist/
> Removing filter.o
> Removing html.o
> Removing parsing.o
> Removing scan-tree.o
> Removing shared.o
> Removing tests/test-results/
> Skipping repository tests/trash/repos/foo
> Skipping repository tests/trash/repos/with space
> Skipping repository tests/trash/repos/bar
> Skipping repository tests/trash/repos/foo+bar
> Removing ui-atom.o
> Removing ui-blob.o
> Removing ui-clone.o
> Removing ui-commit.o
> Removing ui-diff.o
> Removing ui-log.o
> Removing ui-patch.o
> Removing ui-plain.o
> Removing ui-refs.o
> Removing ui-repolist.o
> Removing ui-shared.o
> Removing ui-snapshot.o
> Removing ui-ssdiff.o
> Removing ui-stats.o
> Removing ui-summary.o
> Removing ui-tag.o
> Removing ui-tree.o
>
> stderr: warning: failed to remove .depend/ui-refs.o.d
>
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1640)
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1616)
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1612)
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1254)
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1266)
> 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:621)
> 	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
> 	at hudson.plugins.git.extensions.impl.CleanCheckout.onCheckoutCompleted(CleanCheckout.java:28)
> 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1074)
> 	at hudson.scm.SCM.checkout(SCM.java:485)
> 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
> 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
> 	at hudson.model.Run.execute(Run.java:1738)
> 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> 	at hudson.model.ResourceController.execute(ResourceController.java:98)
> 	at hudson.model.Executor.run(Executor.java:410)
> Archiving artifacts
> _______________________________________________
> CGit mailing list
> CGit at lists.zx2c4.com
> http://lists.zx2c4.com/mailman/listinfo/cgit
>

-- 
Ferry Huberts


      reply	other threads:[~2015-11-12 11:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-12 11:44 noreply
2015-11-12 11:52 ` mailings [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56447D64.9030207@hupie.com \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).