Build failed in Jenkins: cgit-master-get-git #50 - origin/master - 5fe88a9

Pelagic Jenkins (Public) noreply at jenkins-public.pelagic.nl
Wed Oct 12 13:35:21 CEST 2016


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

Changes:

[mail] cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'

[mail] ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'

[mail] ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'

[mail] ui-log: replace get_sha1() with get_oid()

[mail] ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'

[mail] ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'

[mail] ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'

[mail] ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id

[mail] ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'

[mail] ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'

[mail] git: update to v2.10.1

[mail] ui-repolist: fix memory leak

[Jason] patch: reapply path limit

------------------------------------------
[...truncated 674 lines...]
    CC t/helper/test-line-buffer.o
    LINK t/helper/test-line-buffer
    CC t/helper/test-match-trees.o
    LINK t/helper/test-match-trees
    CC t/helper/test-mergesort.o
    LINK t/helper/test-mergesort
    CC t/helper/test-mktemp.o
    LINK t/helper/test-mktemp
    CC t/helper/test-parse-options.o
    LINK t/helper/test-parse-options
    CC t/helper/test-path-utils.o
    LINK t/helper/test-path-utils
    CC t/helper/test-prio-queue.o
    LINK t/helper/test-prio-queue
    CC t/helper/test-read-cache.o
    LINK t/helper/test-read-cache
    CC t/helper/test-regex.o
    LINK t/helper/test-regex
    CC t/helper/test-revision-walking.o
    LINK t/helper/test-revision-walking
    CC t/helper/test-run-command.o
    LINK t/helper/test-run-command
    CC t/helper/test-scrap-cache-tree.o
    LINK t/helper/test-scrap-cache-tree
    CC t/helper/test-sha1.o
    LINK t/helper/test-sha1
    CC t/helper/test-sha1-array.o
    LINK t/helper/test-sha1-array
    CC t/helper/test-sigchain.o
    LINK t/helper/test-sigchain
    CC t/helper/test-string-list.o
    LINK t/helper/test-string-list
    CC t/helper/test-submodule-config.o
    LINK t/helper/test-submodule-config
    CC t/helper/test-subprocess.o
    LINK t/helper/test-subprocess
    CC t/helper/test-svn-fe.o
    LINK t/helper/test-svn-fe
    CC t/helper/test-urlmatch-normalization.o
    LINK t/helper/test-urlmatch-normalization
    CC t/helper/test-wildmatch.o
    LINK t/helper/test-wildmatch
    GEN bin-wrappers/git
    GEN bin-wrappers/git-upload-pack
    GEN bin-wrappers/git-receive-pack
    GEN bin-wrappers/git-upload-archive
    GEN bin-wrappers/git-shell
    GEN bin-wrappers/git-cvsserver
    GEN bin-wrappers/test-chmtime
    GEN bin-wrappers/test-ctype
    GEN bin-wrappers/test-config
    GEN bin-wrappers/test-date
    GEN bin-wrappers/test-delta
    GEN bin-wrappers/test-dump-cache-tree
    GEN bin-wrappers/test-dump-split-index
    GEN bin-wrappers/test-dump-untracked-cache
    GEN bin-wrappers/test-fake-ssh
    GEN bin-wrappers/test-genrandom
    GEN bin-wrappers/test-hashmap
    GEN bin-wrappers/test-index-version
    GEN bin-wrappers/test-line-buffer
    GEN bin-wrappers/test-match-trees
    GEN bin-wrappers/test-mergesort
    GEN bin-wrappers/test-mktemp
    GEN bin-wrappers/test-parse-options
    GEN bin-wrappers/test-path-utils
    GEN bin-wrappers/test-prio-queue
    GEN bin-wrappers/test-read-cache
    GEN bin-wrappers/test-regex
    GEN bin-wrappers/test-revision-walking
    GEN bin-wrappers/test-run-command
    GEN bin-wrappers/test-scrap-cache-tree
    GEN bin-wrappers/test-sha1
    GEN bin-wrappers/test-sha1-array
    GEN bin-wrappers/test-sigchain
    GEN bin-wrappers/test-string-list
    GEN bin-wrappers/test-submodule-config
    GEN bin-wrappers/test-subprocess
    GEN bin-wrappers/test-svn-fe
    GEN bin-wrappers/test-urlmatch-normalization
    GEN bin-wrappers/test-wildmatch
    GEN git-remote-testgit
    SUBDIR tests
ok 1 - get foo/snapshot/master.tar.gz
ok 2 - check html headers
ok 3 - strip off the header lines
ok 4 - verify gzip format
ok 5 - untar
ok 6 - count files
ok 7 - verify untarred file-5
ok 8 - get foo/snapshot/master.zip
ok 9 - check HTML headers (zip)
ok 10 - strip off the header lines (zip)
ok 11 - verify zip format
ok 12 - unzip
ok 13 - count files (zip)
ok 14 - verify unzipped file-5
# passed all 14 test(s)
1..14
ok 1 - generate foo/diff
ok 2 - find diff header
ok 3 - find blob link
ok 4 - find added file
ok 5 - find hunk header
ok 6 - find added line
# passed all 6 test(s)
1..6
ok 1 - generate bar/tree
ok 2 - find file-1
ok 3 - find file-50
ok 4 - generate bar/tree/file-50
ok 5 - find line 1
ok 6 - no line 2
ok 7 - generate foo+bar/tree
ok 8 - verify a+b link
ok 9 - generate foo+bar/tree?h=1+2
ok 10 - verify a+b?h=1+2 link
# passed all 10 test(s)
1..10
ok 1 - generate foo/commit
ok 2 - find tree link
ok 3 - find parent link
ok 4 - find commit subject
ok 5 - find commit msg
ok 6 - find diffstat
ok 7 - find diff summary
ok 8 - get root commit
ok 9 - root commit contains diffstat
ok 10 - root commit contains diff
# passed all 10 test(s)
1..10
ok 1 - extract Git version from Makefile
ok 2 - test Git version matches Makefile
ok 3 - test submodule version matches Makefile
# passed all 3 test(s)
1..3
ok 1 - generate foo summary
ok 2 - find commit 1
ok 3 - find commit 5
ok 4 - find branch master
ok 5 - no tags
ok 6 - clone-url expanded correctly
ok 7 - generate bar summary
ok 8 - no commit 45
ok 9 - find commit 46
ok 10 - find commit 50
ok 11 - find branch master
ok 12 - no tags
ok 13 - clone-url expanded correctly
# passed all 13 test(s)
1..13
ok 1 - verify cache-size=0
ok 2 - verify cache-size=1
ok 3 - verify cache-size=1021
# passed all 3 test(s)
1..3
ok 1 - index page
ok 2 - foo
ok 3 - foo/log
ok 4 - foo/tree
ok 5 - foo/tree/file-1
ok 6 - foo/commit
ok 7 - foo/diff
# passed all 7 test(s)
1..7
ok 1 - generate foo/log
ok 2 - find commit 1
ok 3 - find commit 5
ok 4 - generate bar/log
ok 5 - find commit 1
ok 6 - find commit 50
ok 7 - generate "with%20space/log?qt=grep&q=commit+1"
ok 8 - find commit 1
ok 9 - find link with %20 in path
ok 10 - find link with + in arg
ok 11 - no links with space in path
ok 12 - no links with space in arg
ok 13 - commit 2 is not visible
# passed all 13 test(s)
1..13
ok 1 - generate index page
ok 2 - find foo repo
ok 3 - find foo description
ok 4 - find bar repo
ok 5 - find bar description
ok 6 - find foo+bar repo
ok 7 - verify foo+bar link
ok 8 - verify "with%20space" link
ok 9 - no tree-link
ok 10 - no log-link
# passed all 10 test(s)
1..10
ok 1 - generate foo/patch
ok 2 - find `From:` line
ok 3 - find `Date:` line
ok 4 - find `Subject:` line
ok 5 - find `cgit` signature
ok 6 - compare with output of git-format-patch(1)
ok 7 - find initial commit
ok 8 - generate patch for initial commit
ok 9 - find `cgit` signature
ok 10 - generate patches for multiple commits
ok 11 - find `cgit` signature
ok 12 - compare with output of git-format-patch(1)
# passed all 12 test(s)
1..12
ok 1 - do not access $HOME: 
ok 2 - do not access $HOME: foo
ok 3 - do not access $HOME: foo/refs
ok 4 - do not access $HOME: foo/log
ok 5 - do not access $HOME: foo/tree
ok 6 - do not access $HOME: foo/tree/file-1
ok 7 - do not access $HOME: foo/commit
ok 8 - do not access $HOME: foo/diff
ok 9 - do not access $HOME: foo/patch
ok 10 - do not access $HOME: foo/snapshot/master.tar.gz
# passed all 10 test(s)
1..10
ok 1 - generate foo/rawdiff
ok 2 - compare with output of git-diff(1)
ok 3 - find initial commit
ok 4 - generate diff for initial commit
ok 5 - compare with output of git-diff-tree(1)
ok 6 - generate diff for multiple commits
ok 7 - compare with output of git-diff(1)
# passed all 7 test(s)
1..7
ok 1 - generate filter-exec/tree/a%2bb
ok 2 - check whether the exec source filter works
ok 3 - generate filter-exec/about/
not ok 4 - check whether the exec about filter works
#	
#			grep "<div id='summary'>a+b HELLO$" tmp
#		
ok 5 - generate filter-exec/commit/
ok 6 - check whether the exec commit filter works
ok 7 - check whether the exec email filter works for authors
ok 8 - check whether the exec email filter works for committers
# failed 1 among 8 test(s)
1..8
Makefile:12: recipe for target 't0111-filter.sh' failed
make[1]: *** [t0111-filter.sh] Error 1
Makefile:76: recipe for target 'test' failed
make: *** [test] Error 2
Build step 'Execute shell' marked build as failure
Set build name.
New build name is '#50 - origin/master - 5fe88a9'
Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#50 - origin/master - 5fe88a9', new value: '#50 - origin/master - 5fe88a9'
Archiving artifacts


More information about the CGit mailing list