List for cgit developers and users
 help / color / mirror / Atom feed
* Build failed in Jenkins: cgit-master-get-git #30 - origin/master - 6d13089
@ 2016-05-12 15:33 noreply
  2016-05-12 15:40 ` Jenkins build is back to normal : cgit-master-get-git #31 - origin/master - 8d05b39 noreply
  0 siblings, 1 reply; 2+ messages in thread
From: noreply @ 2016-05-12 15:33 UTC (permalink / raw)


See <https://hupie.dyndns.org:15051/jenkins/job/cgit-master-get-git/30/changes>

Changes:

[Jason] git: update to v2.8.2

[Jason] ui-shared: Simplify cgit_print_error_page() logic

[Jason] ui-shared: HTML-ize DOCTYPE and <html>

------------------------------------------
Started by an SCM change
Building in workspace <https://hupie.dyndns.org:15051/jenkins/job/cgit-master-get-git/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
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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 6d1308924b48867e44b0b1e72cb850106e980e79 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6d1308924b48867e44b0b1e72cb850106e980e79
 > git rev-list 59d8fa1a62e7c19911fdf7ee9ceb0fdf8fa3331c # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Set build name.
New build name is '#30 - origin/master - 6d13089'
[workspace] $ /bin/bash /tmp/hudson7324845171493015804.sh
curl -L https://www.kernel.org/pub/software/scm/git/git-2.8.2.tar.gz | tar -xzf - && rm -rf git && mv git-2.8.2 git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  3 5702k    3  206k    0     0  71882      0  0:01:21  0:00:02  0:01:19 71869
 15 5702k   15  894k    0     0   224k      0  0:00:25  0:00:03  0:00:22  223k
 28 5702k   28 1598k    0     0   316k      0  0:00:17  0:00:05  0:00:12  316k
 39 5702k   39 2250k    0     0   378k      0  0:00:15  0:00:05  0:00:10  507k
 53 5702k   53 3042k    0     0   438k      0  0:00:13  0:00:06  0:00:07  614k
 66 5702k   66 3818k    0     0   480k      0  0:00:11  0:00:07  0:00:04  722k
 79 5702k   79 4506k    0     0   504k      0  0:00:11  0:00:08  0:00:03  731k
 93 5702k   93 5334k    0     0   536k      0  0:00:10  0:00:09  0:00:01  762k
100 5702k  100 5702k    0     0   553k      0  0:00:10  0:00:10 --:--:--  791k
    SUBDIR git
CGIT_VERSION = v0.12-34-g6d13
GIT_VERSION = 2.8.2
    * new build flags
    * new CGit build flags
    CC ../cgit.o
    CC ../cache.o
    CC ../cmd.o
    CC ../configfile.o
    CC ../filter.o
    CC ../html.o
    CC ../parsing.o
    CC ../scan-tree.o
    CC ../shared.o
    CC ../ui-atom.o
    CC ../ui-blob.o
    CC ../ui-clone.o
    CC ../ui-commit.o
    CC ../ui-diff.o
    CC ../ui-log.o
    CC ../ui-patch.o
    CC ../ui-plain.o
    CC ../ui-refs.o
    CC ../ui-repolist.o
    CC ../ui-shared.o
../ui-shared.c:15:1: error: stray ?\? in program
 "<!DOCTYPE html>"\n";
 ^
../ui-shared.c:15:19: error: expected ?,? or ?;? before ?n?
 "<!DOCTYPE html>"\n";
                   ^
../ui-shared.c:15:20: warning: missing terminating " character
 "<!DOCTYPE html>"\n";
                    ^
../ui-shared.c:15:19: error: missing terminating " character
 "<!DOCTYPE html>"\n";
                   ^
../ui-shared.c: In function ?cgit_print_http_headers?:
../ui-shared.c:689:31: warning: implicit declaration of function ?http_date? [-Wimplicit-function-declaration]
  htmlf("Last-Modified: %s\n", http_date(ctx.page.modified));
                               ^
../ui-shared.c:689:8: warning: format ?%s? expects argument of type ?char *?, but argument 2 has type ?int? [-Wformat=]
  htmlf("Last-Modified: %s\n", http_date(ctx.page.modified));
        ^
../ui-shared.c:690:8: warning: format ?%s? expects argument of type ?char *?, but argument 2 has type ?int? [-Wformat=]
  htmlf("Expires: %s\n", http_date(ctx.page.expires));
        ^
In file included from ./git-compat-util.h:164:0,
                 from ../cgit.h:5,
                 from ../ui-shared.c:9:
../ui-shared.c: In function ?cgit_print_error_page?:
../ui-shared.c:795:2: error: expected ?;? before ?__builtin_va_start?
  va_start(ap, fmt);
  ^
../cgit.mk:127: recipe for target '../ui-shared.o' failed
make[1]: *** [../ui-shared.o] Error 1
Makefile:70: recipe for target 'cgit' failed
make: *** [cgit] Error 2
Build step 'Execute shell' marked build as failure
Set build name.
New build name is '#30 - origin/master - 6d13089'
Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#30 - origin/master - 6d13089', new value: '#30 - origin/master - 6d13089'
Archiving artifacts


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Jenkins build is back to normal : cgit-master-get-git #31 - origin/master - 8d05b39
  2016-05-12 15:33 Build failed in Jenkins: cgit-master-get-git #30 - origin/master - 6d13089 noreply
@ 2016-05-12 15:40 ` noreply
  0 siblings, 0 replies; 2+ messages in thread
From: noreply @ 2016-05-12 15:40 UTC (permalink / raw)


See <https://hupie.dyndns.org:15051/jenkins/job/cgit-master-get-git/31/changes>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-12 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-12 15:33 Build failed in Jenkins: cgit-master-get-git #30 - origin/master - 6d13089 noreply
2016-05-12 15:40 ` Jenkins build is back to normal : cgit-master-get-git #31 - origin/master - 8d05b39 noreply

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).