Package: git
Version: 1:2.1.0~rc1-1
Severity: normal
checking prerequisite: ULIMIT
mkdir -p "$TRASH_DIRECTORY/prereq-test-dir" &&
(
cd "$TRASH_DIRECTORY/prereq-test-dir" &&run_with_limited_stack true
)
prerequisite ULIMIT ok
expecting success:
>expect &&
i=1 &&
while test $i -lt 4000
do
echo "commit refs/heads/master
committer A U Thor <[email protected]> $((1000000000 + $i * 100)) +0200
data <<EOF
commit #$i
EOF"
test $i = 1 && echo "from refs/heads/master^0"
i=$(($i + 1))
done | git fast-import &&
git checkout master &&
git tag far-far-away HEAD^ &&
run_with_limited_stack git tag --contains HEAD >actual &&
test_cmp expect actual
git-fast-import statistics:
---------------------------------------------------------------------
Alloc'd objects: 5000
Total objects: 3999 ( 0 duplicates )
blobs : 0 ( 0 duplicates 0 deltas of
0 attempts)
trees : 0 ( 0 duplicates 0 deltas of
0 attempts)
commits: 3999 ( 0 duplicates 0 deltas of
0 attempts)
tags : 0 ( 0 duplicates 0 deltas of
0 attempts)
Total branches: 1 ( 1 loads )
marks: 1024 ( 0 unique )
atoms: 1
Memory total: 2294 KiB
pools: 2098 KiB
objects: 195 KiB
---------------------------------------------------------------------
pack_report: getpagesize() = 4096
pack_report: core.packedGitWindowSize = 33554432
pack_report: core.packedGitLimit = 268435456
pack_report: pack_used_ctr = 4000
pack_report: pack_mmap_calls = 1
pack_report: pack_open_windows = 1 / 1
pack_report: pack_mapped = 588725 / 588725
---------------------------------------------------------------------
Switched to branch 'master'
warning: unsupported sort specification 'tag.sort' in variable 'notvalid'
Killed
not ok 136 - --contains works in a deep repo
#
# >expect &&
# i=1 &&
# while test $i -lt 4000
# do
# echo "commit refs/heads/master
# committer A U Thor <[email protected]> $((1000000000 + $i * 100)) +0200
# data <<EOF
# commit #$i
# EOF"
# test $i = 1 && echo "from refs/heads/master^0"
# i=$(($i + 1))
# done | git fast-import &&
# git checkout master &&
# git tag far-far-away HEAD^ &&
# run_with_limited_stack git tag --contains HEAD >actual &&
# test_cmp expect actual
#
# failed 1 among 136 test(s)
1..136
make[3]: *** [t7004-tag.sh] Error 1
Makefile:44: recipe for target 't7004-tag.sh' failed
Full log is here:
http://buildd.debian-ports.org/status/fetch.php?pkg=git&arch=hppa&ver=1%3A2.1.0%7Erc1-1&stamp=1407441153
-- System Information:
Debian Release: jessie/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)
Kernel: Linux 3.16.0+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_CA.utf8)
Shell: /bin/sh linked to /bin/dash
Versions of packages git depends on:
ii git-man 1:2.0.1-1
ii libc6 2.19-7
ii libcurl3-gnutls 7.37.1-1
ii liberror-perl 0.17-1.1
ii libexpat1 2.1.0-6
ii libpcre3 1:8.35-3
ii perl-modules 5.18.2-7
ii zlib1g 1:1.2.8.dfsg-1+b1
Versions of packages git recommends:
ii less 458-2+b1
ii openssh-client [ssh-client] 1:6.6p1-7
ii patch 2.7.1-5
ii rsync 3.1.1-1
Versions of packages git suggests:
ii gettext-base 0.19.2-1
pn git-arch <none>
pn git-cvs <none>
pn git-daemon-run | git-daemon-sysvinit <none>
ii git-doc 1:2.1.0~rc1-1
pn git-el <none>
pn git-email <none>
pn git-gui <none>
pn git-mediawiki <none>
pn git-svn <none>
pn gitk <none>
pn gitweb <none>
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]