FailedOk

th/SRPMS[OK]
th/x32[OK]
th/i686[OK]
th/x86_64[OK]

ac/SRPMS[OK]
ac/i386[OK]
ac/i586[OK]
ac/i686[OK]
ac/alpha[OK]
ac/amd64[OK]
ac/athlon[OK]
ac/ppc[OK]
ac/sparc[OK]
ac/sparc64[OK]

Advanced Search
main()
Powered by PLD Linux
(c) 2002-2023 PLD Team
$Revision: 1.37 $
Powered by DWARF.
Your IP: 34.229.63.28

git-core 11c54ed9-4089-473f-a5e9-cb5d13924ea6

Status:Failed
Source URL:https://buildlogs.pld-linux.org/pld/ac/ppc/FAIL/git-core,11c54ed9-4089-473f-a5e9-cb5d13924ea6.bz2
text/plain URL:View!
full text:View!
rpm -qa of builder:View!
Date:2016/05/31 00:10:53
Runtime:0:54:37.258970

Toc:

  • error 1
  • # > error: --run: invalid non-numeric in range start: 'a-5'
  • error 2
  • # > error: --run: invalid non-numeric in range end: '1-z'
  • error 3
  • # > error: --run: invalid non-numeric in test selector: '1?'
  • error 4
  • make[2]: *** [t0000-basic.sh] Error 1
  • error 5
  • make[1]: *** [test] Error 2
  • error 6
  • error: Bad exit status from /home/services/builder/rpm/BUILD/git-core/tmp/rpm-tmp.20549 (%build)
  • error 7
  • RPM build errors:
  • error 8
  • error: No files produced.

Content:

#		> ok 1 # skip passing test #1 (--run)
#		> ok 2 # skip passing test #2 (--run)
#		> ok 3 # skip passing test #3 (--run)
#		> ok 4 - passing test #4
#		> ok 5 - passing test #5
#		> ok 6 - passing test #6
#		> # passed all 6 test(s)
#		> 1..6
#		EOF
#	
not ok 25 - --run include, exclude and include
#	
#		run_sub_test_lib_test run-inc-neg-inc 		'--run include, exclude and include' 		--run='1-5 !1-3 2' <<-\EOF &&
#		for i in 1 2 3 4 5 6
#		do
#			test_expect_success "passing test #$i" 'true'
#		done
#		test_done
#		EOF
#		check_sub_test_lib_test run-inc-neg-inc <<-\EOF
#		> ok 1 # skip passing test #1 (--run)
#		> ok 2 - passing test #2
#		> ok 3 # skip passing test #3 (--run)
#		> ok 4 - passing test #4
#		> ok 5 - passing test #5
#		> ok 6 # skip passing test #6 (--run)
#		> # passed all 6 test(s)
#		> 1..6
#		EOF
#	
not ok 26 - --run include, exclude and include, comma separated
#	
#		run_sub_test_lib_test run-inc-neg-inc-comma 		'--run include, exclude and include, comma separated' 		--run=1-5,\!1-3,2 <<-\EOF &&
#		for i in 1 2 3 4 5 6
#		do
#			test_expect_success "passing test #$i" 'true'
#		done
#		test_done
#		EOF
#		check_sub_test_lib_test run-inc-neg-inc-comma <<-\EOF
#		> ok 1 # skip passing test #1 (--run)
#		> ok 2 - passing test #2
#		> ok 3 # skip passing test #3 (--run)
#		> ok 4 - passing test #4
#		> ok 5 - passing test #5
#		> ok 6 # skip passing test #6 (--run)
#		> # passed all 6 test(s)
#		> 1..6
#		EOF
#	
not ok 27 - --run exclude and include
#	
#		run_sub_test_lib_test run-neg-inc 		'--run exclude and include' 		--run='!3- 5' <<-\EOF &&
#		for i in 1 2 3 4 5 6
#		do
#			test_expect_success "passing test #$i" 'true'
#		done
#		test_done
#		EOF
#		check_sub_test_lib_test run-neg-inc <<-\EOF
#		> ok 1 - passing test #1
#		> ok 2 - passing test #2
#		> ok 3 # skip passing test #3 (--run)
#		> ok 4 # skip passing test #4 (--run)
#		> ok 5 - passing test #5
#		> ok 6 # skip passing test #6 (--run)
#		> # passed all 6 test(s)
#		> 1..6
#		EOF
#	
not ok 28 - --run empty selectors
#	
#		run_sub_test_lib_test run-empty-sel 		'--run empty selectors' 		--run='1,,3,,,5' <<-\EOF &&
#		for i in 1 2 3 4 5 6
#		do
#			test_expect_success "passing test #$i" 'true'
#		done
#		test_done
#		EOF
#		check_sub_test_lib_test run-empty-sel <<-\EOF
#		> ok 1 - passing test #1
#		> ok 2 # skip passing test #2 (--run)
#		> ok 3 - passing test #3
#		> ok 4 # skip passing test #4 (--run)
#		> ok 5 - passing test #5
#		> ok 6 # skip passing test #6 (--run)
#		> # passed all 6 test(s)
#		> 1..6
#		EOF
#	
not ok 29 - --run invalid range start
#	
#		run_sub_test_lib_test_err run-inv-range-start 		'--run invalid range start' 		--run='a-5' <<-\EOF &&
#		test_expect_success "passing test #1" 'true'
#		test_done
#		EOF
#		check_sub_test_lib_test_err run-inv-range-start 		<<-\EOF_OUT 3<<-\EOF_ERR
#		> FATAL: Unexpected exit with code 1
#		EOF_OUT
#		> error: --run: invalid non-numeric in range start: 'a-5'
#		EOF_ERR
#	
not ok 30 - --run invalid range end
#	
#		run_sub_test_lib_test_err run-inv-range-end 		'--run invalid range end' 		--run='1-z' <<-\EOF &&
#		test_expect_success "passing test #1" 'true'
#		test_done
#		EOF
#		check_sub_test_lib_test_err run-inv-range-end 		<<-\EOF_OUT 3<<-\EOF_ERR
#		> FATAL: Unexpected exit with code 1
#		EOF_OUT
#		> error: --run: invalid non-numeric in range end: '1-z'
#		EOF_ERR
#	
not ok 31 - --run invalid selector
#	
#		run_sub_test_lib_test_err run-inv-selector 		'--run invalid selector' 		--run='1?' <<-\EOF &&
#		test_expect_success "passing test #1" 'true'
#		test_done
#		EOF
#		check_sub_test_lib_test_err run-inv-selector 		<<-\EOF_OUT 3<<-\EOF_ERR
#		> FATAL: Unexpected exit with code 1
#		EOF_OUT
#		> error: --run: invalid non-numeric in test selector: '1?'
#		EOF_ERR
#	
ok 32 - test runs if prerequisite is satisfied
ok 33 # skip unmet prerequisite causes test to be skipped (missing DONTHAVEIT)
ok 34 - test runs if prerequisites are satisfied
ok 35 # skip unmet prerequisites causes test to be skipped (missing DONTHAVEIT of HAVEIT,DONTHAVEIT)
ok 36 # skip unmet prerequisites causes test to be skipped (missing DONTHAVEIT of DONTHAVEIT,HAVEIT)
ok 37 - test runs if lazy prereq is satisfied
ok 38 # skip missing lazy prereqs skip tests (missing !LAZY_TRUE)
ok 39 - negative lazy prereqs checked
ok 40 # skip missing negative lazy prereqs will skip (missing LAZY_FALSE)
ok 41 - tests clean up after themselves
not ok 42 - tests clean up even on failures
#	
#		test_must_fail run_sub_test_lib_test 		failing-cleanup 'Failing tests with cleanup commands' <<-\EOF &&
#		test_expect_success 'tests clean up even after a failure' '
#			touch clean-after-failure &&
#			test_when_finished rm clean-after-failure &&
#			(exit 1)
#		'
#		test_expect_success 'failure to clean up causes the test to fail' '
#			test_when_finished "(exit 2)"
#		'
#		test_done
#		EOF
#		check_sub_test_lib_test failing-cleanup <<-\EOF
#		> not ok 1 - tests clean up even after a failure
#		> #	Z
#		> #	touch clean-after-failure &&
#		> #	test_when_finished rm clean-after-failure &&
#		> #	(exit 1)
#		> #	Z
#		> not ok 2 - failure to clean up causes the test to fail
#		> #	Z
#		> #	test_when_finished "(exit 2)"
#		> #	Z
#		> # failed 2 among 2 test(s)
#		> 1..2
#		EOF
#	
ok 43 - git update-index without --add should fail adding
ok 44 - git update-index with --add should succeed
ok 45 - writing tree out with git write-tree
ok 46 - validate object ID of a known tree
ok 47 - git update-index without --remove should fail removing
ok 48 - git update-index with --remove should be able to remove
ok 49 - git write-tree should be able to write an empty tree
ok 50 - validate object ID of a known tree
ok 51 - adding various types of objects with git update-index --add
ok 52 - showing stage with git ls-files --stage
ok 53 - validate git ls-files output for a known tree
ok 54 - writing tree out with git write-tree
ok 55 - validate object ID for a known tree
ok 56 - showing tree with git ls-tree
ok 57 - git ls-tree output for a known tree
ok 58 - showing tree with git ls-tree -r
ok 59 - git ls-tree -r output for a known tree
ok 60 - showing tree with git ls-tree -r -t
ok 61 - git ls-tree -r output for a known tree
ok 62 - writing partial tree out with git write-tree --prefix
ok 63 - validate object ID for a known tree
ok 64 - writing partial tree out with git write-tree --prefix
ok 65 - validate object ID for a known tree
ok 66 - put invalid objects into the index
ok 67 - writing this tree without --missing-ok
ok 68 - writing this tree with --missing-ok
ok 69 - git read-tree followed by write-tree should be idempotent
ok 70 - validate git diff-files output for a know cache/work tree state
ok 71 - git update-index --refresh should succeed
ok 72 - no diff after checkout and git update-index --refresh
ok 73 - git commit-tree records the correct tree in a commit
ok 74 - git commit-tree records the correct parent in a commit
ok 75 - git commit-tree omits duplicated parent in a commit
ok 76 - update-index D/F conflict
ok 77 - very long name in the index handled sanely
# failed 29 among 77 test(s)
1..77
make[2]: *** [t0000-basic.sh] Error 1
make[2]: Leaving directory `/home/services/builder/rpm/BUILD/git-core/git-2.8.3/t'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/home/services/builder/rpm/BUILD/git-core/git-2.8.3/t'
make: *** [test] Error 2
error: Bad exit status from /home/services/builder/rpm/BUILD/git-core/tmp/rpm-tmp.20549 (%build)


RPM build errors:
    Bad exit status from /home/services/builder/rpm/BUILD/git-core/tmp/rpm-tmp.20549 (%build)
ended at: Tue May 31 01:10:31 2016, done in 0:54:37.258970
error: No files produced.
Can't find java virtual machine, aborting.
+ rpmbuild --define '_topdir %(echo $HOME/rpm)' --define '_specdir %{_topdir}/packages/%{name}' --define '_sourcedir %{_specdir}' --define '_builddir %{_topdir}/BUILD/%{name}' --without gnome_keyring --without doc --target ppc-pld-linux --nodeps --nobuild --clean --rmspec --rmsource rpm/packages/git-core/git-core.spec
Building target platforms: ppc-pld-linux
+ rm -rf /home/services/builder/rpm/BUILD/git-core/tmp
+ chmod -R u+rwX rpm/BUILD/git-core
+ rm -rf rpm/BUILD/git-core
Begin-PLD-Builder-Info
Build-Time: user:2690.59s sys:461.08s real:3345.20s (faults io:4 non-io:3573217)

End-PLD-Builder-Info
[Back to list of logs] [View rpm -qa of builder]