[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_22 #15194

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Jan 9 00:49:09 UTC 2016


See <https://jenkins.debian.net/job/reproducible_builder_amd64_22/15194/>

------------------------------------------
[...truncated 628 lines...]
ycm.tests.base_test.OverlapLength_Substring_test ... ok
ycm.tests.base_test.OverlapLength_LongestOverlap_test ... ok
ycm.tests.base_test.OverlapLength_EmptyInput_test ... ok
ycm.tests.base_test.OverlapLength_NoOverlap_test ... ok
ycm.tests.base_test.LastEnteredCharIsIdentifierChar_Basic_test ... ok
ycm.tests.base_test.LastEnteredCharIsIdentifierChar_FiletypeHtml_test ... ok
ycm.tests.base_test.LastEnteredCharIsIdentifierChar_ColumnIsZero_test ... ok
ycm.tests.base_test.LastEnteredCharIsIdentifierChar_LineEmpty_test ... ok
ycm.tests.base_test.LastEnteredCharIsIdentifierChar_NotIdentChar_test ... ok
ycm.tests.base_test.CurrentIdentifierFinished_Basic_test ... ok
ycm.tests.base_test.CurrentIdentifierFinished_NothingBeforeColumn_test ... ok
ycm.tests.base_test.CurrentIdentifierFinished_InvalidColumn_test ... ok
ycm.tests.base_test.CurrentIdentifierFinished_InMiddleOfLine_test ... ok
ycm.tests.base_test.CurrentIdentifierFinished_Html_test ... ok
ycm.tests.base_test.CurrentIdentifierFinished_WhitespaceOnly_test ... ok
ycm.tests.postcomplete_tests.GetCompleteDoneHooks_ResultOnCsharp_test ... ok
ycm.tests.postcomplete_tests.GetCompleteDoneHooks_EmptyOnOtherFiletype_test ... ok
ycm.tests.postcomplete_tests.OnCompleteDone_WithActionCallsIt_test ... ok
ycm.tests.postcomplete_tests.OnCompleteDone_NoActionNoError_test ... ok
ycm.tests.postcomplete_tests.FilterToCompletedCompletions_NewVim_MatchIsReturned_test ... ok
ycm.tests.postcomplete_tests.FilterToCompletedCompletions_NewVim_ShortTextDoesntRaise_test ... ok
ycm.tests.postcomplete_tests.FilterToCompletedCompletions_NewVim_ExactMatchIsReturned_test ... ok
ycm.tests.postcomplete_tests.FilterToCompletedCompletions_NewVim_NonMatchIsntReturned_test ... ok
ycm.tests.postcomplete_tests.FilterToCompletedCompletions_OldVim_MatchIsReturned_test ... ok
ycm.tests.postcomplete_tests.FilterToCompletedCompletions_OldVim_ShortTextDoesntRaise_test ... ok
ycm.tests.postcomplete_tests.FilterToCompletedCompletions_OldVim_ExactMatchIsReturned_test ... ok
ycm.tests.postcomplete_tests.FilterToCompletedCompletions_OldVim_NonMatchIsntReturned_test ... ok
ycm.tests.postcomplete_tests.HasCompletionsThatCouldBeCompletedWithMoreText_OldVim_MatchIsReturned_test ... ok
ycm.tests.postcomplete_tests.HasCompletionsThatCouldBeCompletedWithMoreText_OldVim_ShortTextDoesntRaise_test ... ok
ycm.tests.postcomplete_tests.HasCompletionsThatCouldBeCompletedWithMoreText_OldVim_ExactMatchIsntReturned_test ... ok
ycm.tests.postcomplete_tests.HasCompletionsThatCouldBeCompletedWithMoreText_OldVim_NonMatchIsntReturned_test ... ok
ycm.tests.postcomplete_tests.HasCompletionsThatCouldBeCompletedWithMoreText_NewVim_MatchIsReturned_test ... ok
ycm.tests.postcomplete_tests.HasCompletionsThatCouldBeCompletedWithMoreText_NewVim_ShortTextDoesntRaise_test ... ok
ycm.tests.postcomplete_tests.HasCompletionsThatCouldBeCompletedWithMoreText_NewVim_ExactMatchIsntReturned_test ... ok
ycm.tests.postcomplete_tests.HasCompletionsThatCouldBeCompletedWithMoreText_NewVim_NonMatchIsntReturned_test ... ok
ycm.tests.postcomplete_tests.GetRequiredNamespaceImport_ReturnNoneForNoExtraData_test ... ok
ycm.tests.postcomplete_tests.GetRequiredNamespaceImport_ReturnNamespaceFromExtraData_test ... ok
ycm.tests.postcomplete_tests.GetCompletionsUserMayHaveCompleted_ReturnEmptyIfNotDone_test ... ok
ycm.tests.postcomplete_tests.GetCompletionsUserMayHaveCompleted_ReturnEmptyIfPendingMatches_NewVim_test ... ok
ycm.tests.postcomplete_tests.GetCompletionsUserMayHaveCompleted_ReturnEmptyIfPendingMatches_OldVim_test ... ok
ycm.tests.postcomplete_tests.GetCompletionsUserMayHaveCompleted_ReturnMatchIfExactMatches_NewVim_test ... ok
ycm.tests.postcomplete_tests.GetCompletionsUserMayHaveCompleted_ReturnMatchIfExactMatchesEvenIfPartial_NewVim_test ... ok
ycm.tests.postcomplete_tests.GetCompletionsUserMayHaveCompleted_DontReturnMatchIfNontExactMatchesAndPartial_NewVim_test ... ok
ycm.tests.postcomplete_tests.GetCompletionsUserMayHaveCompleted_ReturnMatchIfMatches_NewVim_test ... ok
ycm.tests.postcomplete_tests.GetCompletionsUserMayHaveCompleted_ReturnMatchIfMatches_OldVim_test ... ok
ycm.tests.postcomplete_tests.PostCompleteCsharp_EmptyDoesntInsertNamespace_test ... ok
ycm.tests.postcomplete_tests.PostCompleteCsharp_ExistingWithoutNamespaceDoesntInsertNamespace_test ... ok
ycm.tests.postcomplete_tests.PostCompleteCsharp_ValueDoesInsertNamespace_test ... ok
ycm.tests.postcomplete_tests.PostCompleteCsharp_InsertSecondNamespaceIfSelected_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_PythonSyntax_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_CppSyntax_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_JavaSyntax_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_PhpSyntax_ContainsFunctions_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_Basic_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_Function_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_ContainedArgAllowed_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_JunkIgnored_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_MultipleStatementGroups_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_StatementAndTypeGroups_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_StatementHierarchy_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_TypeHierarchy_test ... ok
ycm.tests.syntax_parse_test.KeywordsFromSyntaxListOutput_StatementAndTypeHierarchy_test ... ok
ycm.tests.syntax_parse_test.SyntaxGroupsFromOutput_Basic_test ... ok
ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_Basic_test ... ok
ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_Commas_test ... ok
ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_WithLinksTo_test ... ok
ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_KeywordStarts_test ... ok
ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_KeywordMiddle_test ... ok
ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_KeywordAssign_test ... ok
ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_KeywordAssignAndMiddle_test ... ok
ycm.tests.syntax_parse_test.ExtractKeywordsFromGroup_ContainedSyntaxArgAllowed_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Repl_1_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Repl_2_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Repl_3_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Add_1_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Add_2_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Add_3_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Del_1_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Del_2_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLine_Del_3_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_RemoveSingleLine_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLines_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLines2_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLines3_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLinesReplace_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleToMultipleLinesReplace_2_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToSingleLine_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToSameMultipleLines_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToMoreMultipleLines_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToLessMultipleLines_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToEvenLessMultipleLines_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SpanBufferEdge_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_DeleteTextInLine_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_AddTextInLine_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_ReplaceTextInLine_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLineOffsetWorks_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_SingleLineToMultipleLinesOffsetWorks_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_MultipleLinesToSingleLineOffsetWorks_test ... ok
ycm.tests.vimsupport_test.ReplaceChunk_MultipleLineOffsetWorks_test ... ok
ycm.tests.vimsupport_test.ReplaceChunksList_SortedChunks_test ... ok
ycm.tests.vimsupport_test.ReplaceChunksList_UnsortedChunks_test ... ok
ycm.tests.vimsupport_test.WriteToPreviewWindow_JumpFail_MultiLine_test ... ok
ycm.tests.vimsupport_test.WriteToPreviewWindow_JumpFail_test ... ok
ycm.tests.vimsupport_test.WriteToPreviewWindow_MultiLine_test ... ok
ycm.tests.vimsupport_test.WriteToPreviewWindow_test ... ok

----------------------------------------------------------------------
Ran 124 tests in 0.970s

OK
make[1]: Leaving directory '/build/vim-youcompleteme-0+20151025+gitf20c693'
 fakeroot debian/rules binary
dh binary --with python2
   dh_testroot
   dh_prep
   dh_auto_install
   debian/rules override_dh_install
make[1]: Entering directory '/build/vim-youcompleteme-0+20151025+gitf20c693'
dh_install
# No need to install tests
rm -f -rv /build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests \
              /build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/test_utils.py
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/testdata/php_syntax'
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/testdata/python_syntax'
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/testdata/cpp_syntax'
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/testdata/java_syntax'
removed directory: '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/testdata'
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/vimsupport_test.py'
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/base_test.py'
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/syntax_parse_test.py'
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/__init__.py'
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests/postcomplete_tests.py'
removed directory: '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/tests'
removed '/build/vim-youcompleteme-0+20151025+gitf20c693/debian/vim-youcompleteme/usr/share/vim-youcompleteme/python/ycm/test_utils.py'
make[1]: Leaving directory '/build/vim-youcompleteme-0+20151025+gitf20c693'
   dh_installdocs
   dh_installchangelogs
   dh_python2
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'vim-youcompleteme' in '../vim-youcompleteme_0+20151025+gitf20c693-1_all.deb'.
 dpkg-genbuildinfo  >../vim-youcompleteme_0+20151025+gitf20c693-1_amd64.buildinfo
 dpkg-distaddfile vim-youcompleteme_0+20151025+gitf20c693-1_amd64.buildinfo editors optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../vim-youcompleteme_0+20151025+gitf20c693-1_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build vim-youcompleteme-0+20151025+gitf20c693
dpkg-buildpackage: binary-only upload (no source included)
I: copying local configuration
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/583 and its subdirectories
I: Current time: Thu Feb  9 19:11:56 GMT+12 2017
I: pbuilder-time-stamp: 1486710716
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Fri Feb 10 07:11:56 UTC 2017 - build #1 for vim-youcompleteme/unstable/amd64 on profitbricks-build5-amd64 done.
/srv/reproducible-results/rbuild-debian-qfN2K1Vw/tmp.OK4zzFfe9A:	 83.3% -- replaced with /srv/reproducible-results/rbuild-debian-qfN2K1Vw/tmp.OK4zzFfe9A.gz
Fri Feb 10 07:11:56 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-G251Ctlr, which will now be removed.
/srv/reproducible-results/rbuild-debian-ZbPLOnTC:
total 16
drwxr-xr-x 2 jenkins jenkins 4096 Jan  9 00:48 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jan  9 00:48 b2
-rw------- 1 jenkins jenkins 2986 Jan  9 00:48 tmp.sEj0KeqOz5
-rw-r--r-- 1 jenkins jenkins 2186 Nov  2 22:02 vim-youcompleteme_0+20151025+gitf20c693-1.dsc

/srv/reproducible-results/rbuild-debian-ZbPLOnTC/b1:
total 344
-rw-r--r-- 1 jenkins jenkins  40966 Jan  9 00:48 build.log
-rw-r--r-- 1 jenkins jenkins   6272 Jan  9 00:48 vim-youcompleteme_0+20151025+gitf20c693-1.debian.tar.xz
-rw-r--r-- 1 jenkins jenkins   2186 Jan  9 00:48 vim-youcompleteme_0+20151025+gitf20c693-1.dsc
-rw-r--r-- 1 jenkins jenkins  91476 Jan  9 00:48 vim-youcompleteme_0+20151025+gitf20c693-1_all.deb
-rw-r--r-- 1 jenkins jenkins   6364 Jan  9 00:48 vim-youcompleteme_0+20151025+gitf20c693-1_amd64.buildinfo
-rw-r--r-- 1 jenkins jenkins   1411 Jan  9 00:48 vim-youcompleteme_0+20151025+gitf20c693-1_amd64.changes
-rw-r--r-- 1 jenkins jenkins 177765 Jan  9 00:48 vim-youcompleteme_0+20151025+gitf20c693.orig.tar.gz

/srv/reproducible-results/rbuild-debian-ZbPLOnTC/b2:
total 0
====================================================================================

Sat Jan  9 00:49:00 UTC 2016 - running /srv/jenkins/bin/reproducible_build.sh () on profitbricks-build1-amd64 now.

To learn to understand this, clone git.debian.org/git/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/reproducible_build.sh, has been called using "2 vim-youcompleteme unstable /srv/reproducible-results/rbuild-debian-ZbPLOnTC" as arguments.

====================================================================================
Sat Jan  9 00:49:00 UTC 2016 - start running "/srv/jenkins/bin/reproducible_build.sh" (md5sum 0a605f8a4afe4c6dbeabdf412e13bc51) as "/tmp/jenkins-script-Xp31caEI" on profitbricks-build1-amd64.

Reading package lists...
Building dependency tree...
Reading state information...
NOTICE: 'vim-youcompleteme' packaging is maintained in the 'Git' version control system at:
git://anonscm.debian.org/collab-maint/vim-youcompleteme.git
Please use:
git clone git://anonscm.debian.org/collab-maint/vim-youcompleteme.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 186 kB of source archives.
Get:1 http://ftp.de.debian.org/debian unstable/main vim-youcompleteme 0+20151025+gitf20c693-1 (dsc) [2186 B]
Get:2 http://ftp.de.debian.org/debian unstable/main vim-youcompleteme 0+20151025+gitf20c693-1 (tar) [178 kB]
Get:3 http://ftp.de.debian.org/debian unstable/main vim-youcompleteme 0+20151025+gitf20c693-1 (diff) [6272 B]
Fetched 186 kB in 0s (1280 kB/s)
Download complete and in download only mode
=============================================================================
Re-Building vim-youcompleteme in unstable on amd64 on profitbricks-build1-amd64 now.
Date:     Sat Jan  9 00:49:02 UTC 2016
Date UTC: Sat Jan  9 00:49:02 UTC 2016
=============================================================================
++ mktemp -t pbuilderrc_XXXX --tmpdir=/srv/reproducible-results/rbuild-debian-ZbPLOnTC
+ local TMPCFG=/srv/reproducible-results/rbuild-debian-ZbPLOnTC/pbuilderrc_hxZN
+ NEW_NUM_CPU=18
+ '[' amd64 = armhf ']'
+ cat
+ set +e
+ sudo timeout -k 18.1h 18h /usr/bin/ionice -c 3 /usr/bin/nice /usr/bin/unshare --uts -- /usr/sbin/pbuilder --build --configfile /srv/reproducible-results/rbuild-debian-ZbPLOnTC/pbuilderrc_hxZN --hookdir /etc/pbuilder/rebuild-hooks --debbuildopts -b --basetgz /var/cache/pbuilder/unstable-reproducible-base.tgz --buildresult /srv/reproducible-results/rbuild-debian-ZbPLOnTC/b2 --logfile b2/build.log vim-youcompleteme_0+20151025+gitf20c693-1.dsc
W: /root/.pbuilderrc does not exist
/srv/reproducible-results/rbuild-debian-ZbPLOnTC/pbuilderrc_hxZN: line 6: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8): No such file or directory
I: Logging to b2/build.log
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Sat Jan  9 14:49:02 GMT-14 2016
I: pbuilder-time-stamp: 1452300542
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
Terminated
FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:408)



More information about the Qa-jenkins-scm mailing list