[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_26 #15975

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


See <https://jenkins.debian.net/job/reproducible_builder_amd64_26/15975/>

------------------------------------------
[...truncated 8039 lines...]
	Processing file tmp/en-US/xml/Common_Content/Legal_Notice.xml -> tmp/en-US/xml/Common_Content/Legal_Notice.xml
	Processing file tmp/en-US/xml/Common_Content/Program_Listing.xml -> tmp/en-US/xml/Common_Content/Program_Listing.xml
	Processing file tmp/en-US/xml/Common_Content/Revision_History.xml -> tmp/en-US/xml/Common_Content/Revision_History.xml
	Processing file tmp/en-US/xml_tmp/Ap-Configuration.xml -> tmp/en-US/xml/Ap-Configuration.xml
	Processing file tmp/en-US/xml_tmp/Ap-Corosync-Conf.xml -> tmp/en-US/xml/Ap-Corosync-Conf.xml
	Processing file tmp/en-US/xml_tmp/Ap-Reading.xml -> tmp/en-US/xml/Ap-Reading.xml
	Processing file tmp/en-US/xml_tmp/Author_Group.xml -> tmp/en-US/xml/Author_Group.xml
	Processing file tmp/en-US/xml_tmp/Book_Info.xml -> tmp/en-US/xml/Book_Info.xml
	Processing file tmp/en-US/xml_tmp/Ch-Active-Active.xml -> tmp/en-US/xml/Ch-Active-Active.xml
	Processing file tmp/en-US/xml_tmp/Ch-Active-Passive.xml -> tmp/en-US/xml/Ch-Active-Passive.xml
	Processing file tmp/en-US/xml_tmp/Ch-Apache.xml -> tmp/en-US/xml/Ch-Apache.xml
	Processing file tmp/en-US/xml_tmp/Ch-Installation.xml -> tmp/en-US/xml/Ch-Installation.xml
	Processing file tmp/en-US/xml_tmp/Ch-Intro.xml -> tmp/en-US/xml/Ch-Intro.xml
	Processing file tmp/en-US/xml_tmp/Ch-Shared-Storage.xml -> tmp/en-US/xml/Ch-Shared-Storage.xml
	Processing file tmp/en-US/xml_tmp/Ch-Stonith.xml -> tmp/en-US/xml/Ch-Stonith.xml
	Processing file tmp/en-US/xml_tmp/Ch-Tools.xml -> tmp/en-US/xml/Ch-Tools.xml
	Processing file tmp/en-US/xml_tmp/Ch-Verification.xml -> tmp/en-US/xml/Ch-Verification.xml
	Processing file tmp/en-US/xml_tmp/Clusters_from_Scratch.xml -> tmp/en-US/xml/Clusters_from_Scratch.xml
	Processing file tmp/en-US/xml_tmp/Preface.xml -> tmp/en-US/xml/Preface.xml
	Processing file tmp/en-US/xml_tmp/Revision_History.xml -> tmp/en-US/xml/Revision_History.xml
Beginning work on en-US
DTD Validation OK
	Starting html-desktop
	Using XML::LibXSLT on /build/pacemaker-1.1.14~rc4/doc/publican-clusterlabs/xsl/html-single.xsl
	Finished html-desktop
rm -rf Clusters_from_Scratch/tmp
touch Clusters_from_Scratch.build
asciidoc -b docbook -a cli_name=pcs -a pcs=true -d book -o Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.txt
sed -i 's///' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml
sed -i 's/
//' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml                 # Fix line endings
sed -i 's/\ lang="en"//' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml        # Never specify a language in the chapters
sed -i 's/simpara/para/g' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml       # publican doesn't correctly render footnotes with simpara
sed -i 's/.*<date>.*//g' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml	       # Remove dangling tag
sed -i 's/.*preface>//g' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml        # Remove preface elements
sed -i 's:<title></title>::g' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml   # Remove empty title
sed -i 's/chapter/section/g' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml    # Chapters become sections, so that books can become chapters
sed -i 's/<.*bookinfo.*>//g' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml    # Strip out bookinfo, we don't need it
grep -qis "<appendix" Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml && sed -i 's/.*book>//' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml         # We just want the appendix tag
Makefile:817: recipe for target 'Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml' failed
make[2]: [Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml] Error 1 (ignored)
grep -vqis "<appendix" Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml && sed -i 's/book>/chapter>/g' Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml # Rename to chapter
asciidoc -b docbook -a cli_name=pcs -a pcs=true -d book -o Pacemaker_Remote/en-US/Ch-Example.xml Pacemaker_Remote/en-US/Ch-Example.txt
sed -i 's///' Pacemaker_Remote/en-US/Ch-Example.xml
sed -i 's/
//' Pacemaker_Remote/en-US/Ch-Example.xml                 # Fix line endings
sed -i 's/\ lang="en"//' Pacemaker_Remote/en-US/Ch-Example.xml        # Never specify a language in the chapters
sed -i 's/simpara/para/g' Pacemaker_Remote/en-US/Ch-Example.xml       # publican doesn't correctly render footnotes with simpara
sed -i 's/.*<date>.*//g' Pacemaker_Remote/en-US/Ch-Example.xml	       # Remove dangling tag
sed -i 's/.*preface>//g' Pacemaker_Remote/en-US/Ch-Example.xml        # Remove preface elements
sed -i 's:<title></title>::g' Pacemaker_Remote/en-US/Ch-Example.xml   # Remove empty title
sed -i 's/chapter/section/g' Pacemaker_Remote/en-US/Ch-Example.xml    # Chapters become sections, so that books can become chapters
sed -i 's/<.*bookinfo.*>//g' Pacemaker_Remote/en-US/Ch-Example.xml    # Strip out bookinfo, we don't need it
grep -qis "<appendix" Pacemaker_Remote/en-US/Ch-Example.xml && sed -i 's/.*book>//' Pacemaker_Remote/en-US/Ch-Example.xml         # We just want the appendix tag
Makefile:817: recipe for target 'Pacemaker_Remote/en-US/Ch-Example.xml' failed
make[2]: [Pacemaker_Remote/en-US/Ch-Example.xml] Error 1 (ignored)
grep -vqis "<appendix" Pacemaker_Remote/en-US/Ch-Example.xml && sed -i 's/book>/chapter>/g' Pacemaker_Remote/en-US/Ch-Example.xml # Rename to chapter
asciidoc -b docbook -a cli_name=pcs -a pcs=true -d book -o Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml Pacemaker_Remote/en-US/Ch-KVM-Tutorial.txt
sed -i 's///' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml
sed -i 's/
//' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml                 # Fix line endings
sed -i 's/\ lang="en"//' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml        # Never specify a language in the chapters
sed -i 's/simpara/para/g' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml       # publican doesn't correctly render footnotes with simpara
sed -i 's/.*<date>.*//g' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml	       # Remove dangling tag
sed -i 's/.*preface>//g' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml        # Remove preface elements
sed -i 's:<title></title>::g' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml   # Remove empty title
sed -i 's/chapter/section/g' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml    # Chapters become sections, so that books can become chapters
sed -i 's/<.*bookinfo.*>//g' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml    # Strip out bookinfo, we don't need it
grep -qis "<appendix" Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml && sed -i 's/.*book>//' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml         # We just want the appendix tag
Makefile:817: recipe for target 'Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml' failed
make[2]: [Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml] Error 1 (ignored)
grep -vqis "<appendix" Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml && sed -i 's/book>/chapter>/g' Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml # Rename to chapter
asciidoc -b docbook -a cli_name=pcs -a pcs=true -d book -o Pacemaker_Remote/en-US/Ch-Alternatives.xml Pacemaker_Remote/en-US/Ch-Alternatives.txt
sed -i 's///' Pacemaker_Remote/en-US/Ch-Alternatives.xml
sed -i 's/
//' Pacemaker_Remote/en-US/Ch-Alternatives.xml                 # Fix line endings
sed -i 's/\ lang="en"//' Pacemaker_Remote/en-US/Ch-Alternatives.xml        # Never specify a language in the chapters
sed -i 's/simpara/para/g' Pacemaker_Remote/en-US/Ch-Alternatives.xml       # publican doesn't correctly render footnotes with simpara
sed -i 's/.*<date>.*//g' Pacemaker_Remote/en-US/Ch-Alternatives.xml	       # Remove dangling tag
sed -i 's/.*preface>//g' Pacemaker_Remote/en-US/Ch-Alternatives.xml        # Remove preface elements
sed -i 's:<title></title>::g' Pacemaker_Remote/en-US/Ch-Alternatives.xml   # Remove empty title
sed -i 's/chapter/section/g' Pacemaker_Remote/en-US/Ch-Alternatives.xml    # Chapters become sections, so that books can become chapters
sed -i 's/<.*bookinfo.*>//g' Pacemaker_Remote/en-US/Ch-Alternatives.xml    # Strip out bookinfo, we don't need it
grep -qis "<appendix" Pacemaker_Remote/en-US/Ch-Alternatives.xml && sed -i 's/.*book>//' Pacemaker_Remote/en-US/Ch-Alternatives.xml         # We just want the appendix tag
Makefile:817: recipe for target 'Pacemaker_Remote/en-US/Ch-Alternatives.xml' failed
make[2]: [Pacemaker_Remote/en-US/Ch-Alternatives.xml] Error 1 (ignored)
grep -vqis "<appendix" Pacemaker_Remote/en-US/Ch-Alternatives.xml && sed -i 's/book>/chapter>/g' Pacemaker_Remote/en-US/Ch-Alternatives.xml # Rename to chapter
asciidoc -b docbook -a cli_name=pcs -a pcs=true -d book -o Pacemaker_Remote/en-US/Ch-Options.xml Pacemaker_Remote/en-US/Ch-Options.txt
sed -i 's///' Pacemaker_Remote/en-US/Ch-Options.xml
sed -i 's/
//' Pacemaker_Remote/en-US/Ch-Options.xml                 # Fix line endings
sed -i 's/\ lang="en"//' Pacemaker_Remote/en-US/Ch-Options.xml        # Never specify a language in the chapters
sed -i 's/simpara/para/g' Pacemaker_Remote/en-US/Ch-Options.xml       # publican doesn't correctly render footnotes with simpara
sed -i 's/.*<date>.*//g' Pacemaker_Remote/en-US/Ch-Options.xml	       # Remove dangling tag
sed -i 's/.*preface>//g' Pacemaker_Remote/en-US/Ch-Options.xml        # Remove preface elements
sed -i 's:<title></title>::g' Pacemaker_Remote/en-US/Ch-Options.xml   # Remove empty title
sed -i 's/chapter/section/g' Pacemaker_Remote/en-US/Ch-Options.xml    # Chapters become sections, so that books can become chapters
sed -i 's/<.*bookinfo.*>//g' Pacemaker_Remote/en-US/Ch-Options.xml    # Strip out bookinfo, we don't need it
grep -qis "<appendix" Pacemaker_Remote/en-US/Ch-Options.xml && sed -i 's/.*book>//' Pacemaker_Remote/en-US/Ch-Options.xml         # We just want the appendix tag
Makefile:817: recipe for target 'Pacemaker_Remote/en-US/Ch-Options.xml' failed
make[2]: [Pacemaker_Remote/en-US/Ch-Options.xml] Error 1 (ignored)
grep -vqis "<appendix" Pacemaker_Remote/en-US/Ch-Options.xml && sed -i 's/book>/chapter>/g' Pacemaker_Remote/en-US/Ch-Options.xml # Rename to chapter
asciidoc -b docbook -a cli_name=pcs -a pcs=true -d book -o Pacemaker_Remote/en-US/Ch-Intro.xml Pacemaker_Remote/en-US/Ch-Intro.txt
sed -i 's///' Pacemaker_Remote/en-US/Ch-Intro.xml
sed -i 's/
//' Pacemaker_Remote/en-US/Ch-Intro.xml                 # Fix line endings
sed -i 's/\ lang="en"//' Pacemaker_Remote/en-US/Ch-Intro.xml        # Never specify a language in the chapters
sed -i 's/simpara/para/g' Pacemaker_Remote/en-US/Ch-Intro.xml       # publican doesn't correctly render footnotes with simpara
sed -i 's/.*<date>.*//g' Pacemaker_Remote/en-US/Ch-Intro.xml	       # Remove dangling tag
sed -i 's/.*preface>//g' Pacemaker_Remote/en-US/Ch-Intro.xml        # Remove preface elements
sed -i 's:<title></title>::g' Pacemaker_Remote/en-US/Ch-Intro.xml   # Remove empty title
sed -i 's/chapter/section/g' Pacemaker_Remote/en-US/Ch-Intro.xml    # Chapters become sections, so that books can become chapters
sed -i 's/<.*bookinfo.*>//g' Pacemaker_Remote/en-US/Ch-Intro.xml    # Strip out bookinfo, we don't need it
grep -qis "<appendix" Pacemaker_Remote/en-US/Ch-Intro.xml && sed -i 's/.*book>//' Pacemaker_Remote/en-US/Ch-Intro.xml         # We just want the appendix tag
Makefile:817: recipe for target 'Pacemaker_Remote/en-US/Ch-Intro.xml' failed
make[2]: [Pacemaker_Remote/en-US/Ch-Intro.xml] Error 1 (ignored)
grep -vqis "<appendix" Pacemaker_Remote/en-US/Ch-Intro.xml && sed -i 's/book>/chapter>/g' Pacemaker_Remote/en-US/Ch-Intro.xml # Rename to chapter
Building Pacemaker_Remote because of Pacemaker_Explained/en-US/images/pcmk-active-passive-small.png Pacemaker_Explained/en-US/images/pcmk-overview-small.png Pacemaker_Explained/en-US/images/pcmk-internals-small.png Pacemaker_Explained/en-US/images/pcmk-active-active-small.png Pacemaker_Explained/en-US/images/pcmk-stack-small.png Pacemaker_Explained/en-US/images/pcmk-shared-failover-small.png Clusters_from_Scratch/en-US/images/pcmk-active-passive-small.png Clusters_from_Scratch/en-US/images/pcmk-overview-small.png Clusters_from_Scratch/en-US/images/pcmk-internals-small.png Clusters_from_Scratch/en-US/images/pcmk-active-active-small.png Clusters_from_Scratch/en-US/images/pcmk-stack-small.png Clusters_from_Scratch/en-US/images/pcmk-shared-failover-small.png Pacemaker_Explained/en-US/images/Policy-Engine-small-small.png Pacemaker_Explained/en-US/images/Policy-Engine-big-small.png Clusters_from_Scratch/en-US/images/Policy-Engine-small-small.png Clusters_from_Scratch/en-US/images/Policy-Engine-big-small.png Pacemaker_Explained/en-US/images/pcmk-active-passive.png Pacemaker_Explained/en-US/images/pcmk-overview.png Pacemaker_Explained/en-US/images/pcmk-internals.png Pacemaker_Explained/en-US/images/pcmk-active-active.png Pacemaker_Explained/en-US/images/pcmk-stack.png Pacemaker_Explained/en-US/images/pcmk-shared-failover.png Clusters_from_Scratch/en-US/images/pcmk-active-passive.png Clusters_from_Scratch/en-US/images/pcmk-overview.png Clusters_from_Scratch/en-US/images/pcmk-internals.png Clusters_from_Scratch/en-US/images/pcmk-active-active.png Clusters_from_Scratch/en-US/images/pcmk-stack.png Clusters_from_Scratch/en-US/images/pcmk-shared-failover.png Pacemaker_Explained/en-US/images/Policy-Engine-small.png Pacemaker_Explained/en-US/images/Policy-Engine-big.png Clusters_from_Scratch/en-US/images/Policy-Engine-small.png Clusters_from_Scratch/en-US/images/Policy-Engine-big.png Pacemaker_Explained/en-US/images/pcmk-active-passive-large.png Pacemaker_Explained/en-US/images/pcmk-overview-large.png Pacemaker_Explained/en-US/images/pcmk-internals-large.png Pacemaker_Explained/en-US/images/pcmk-active-active-large.png Pacemaker_Explained/en-US/images/pcmk-stack-large.png Pacemaker_Explained/en-US/images/pcmk-shared-failover-large.png Clusters_from_Scratch/en-US/images/pcmk-active-passive-large.png Clusters_from_Scratch/en-US/images/pcmk-overview-large.png Clusters_from_Scratch/en-US/images/pcmk-internals-large.png Clusters_from_Scratch/en-US/images/pcmk-active-active-large.png Clusters_from_Scratch/en-US/images/pcmk-stack-large.png Clusters_from_Scratch/en-US/images/pcmk-shared-failover-large.png Pacemaker_Explained/en-US/images/Policy-Engine-small-large.png Pacemaker_Explained/en-US/images/Policy-Engine-big-large.png Clusters_from_Scratch/en-US/images/Policy-Engine-small-large.png Clusters_from_Scratch/en-US/images/Policy-Engine-big-large.png Pacemaker_Remote/en-US/images/pcmk-ha-cluster-stack.png Pacemaker_Remote/en-US/images/pcmk-ha-remote-stack.png Pacemaker_Remote/en-US/Pacemaker_Remote.xml Pacemaker_Remote/en-US/Book_Info.xml Pacemaker_Remote/en-US/Revision_History.xml Pacemaker_Remote/en-US/Author_Group.xml Pacemaker_Remote/en-US/Ch-Baremetal-Tutorial.xml Pacemaker_Remote/en-US/Ch-Example.xml Pacemaker_Remote/en-US/Ch-KVM-Tutorial.xml Pacemaker_Remote/en-US/Ch-Alternatives.xml Pacemaker_Remote/en-US/Ch-Options.xml Pacemaker_Remote/en-US/Ch-Intro.xml ../xsl
rm -rf Pacemaker_Remote/publish/*
cd Pacemaker_Remote && RPM_BUILD_DIR="" /usr/bin/publican build --publish --langs=en-US --formats=html-desktop  --brand_dir=../publican-clusterlabs
Use of uninitialized value in concatenation (.) or string at /usr/bin/publican line 1006, <FH> line 13.
Setting up en-US
	Processing file tmp/en-US/xml/Common_Content/Conventions.xml -> tmp/en-US/xml/Common_Content/Conventions.xml
	Processing file tmp/en-US/xml/Common_Content/Feedback.xml -> tmp/en-US/xml/Common_Content/Feedback.xml
	Processing file tmp/en-US/xml/Common_Content/Legal_Notice.xml -> tmp/en-US/xml/Common_Content/Legal_Notice.xml
	Processing file tmp/en-US/xml/Common_Content/Program_Listing.xml -> tmp/en-US/xml/Common_Content/Program_Listing.xml
	Processing file tmp/en-US/xml/Common_Content/Revision_History.xml -> tmp/en-US/xml/Common_Content/Revision_History.xml
	Processing file tmp/en-US/xml_tmp/Author_Group.xml -> tmp/en-US/xml/Author_Group.xml
	Processing file tmp/en-US/xml_tmp/Book_Info.xml -> tmp/en-US/xml/Book_Info.xml
	Processing file tmp/en-US/xml_tmp/Ch-Alternatives.xml -> tmp/en-US/xml/Ch-Alternatives.xml
	Processing file tmp/en-US/xml_tmp/Ch-Baremetal-Tutorial.xml -> tmp/en-US/xml/Ch-Baremetal-Tutorial.xml
	Processing file tmp/en-US/xml_tmp/Ch-Example.xml -> tmp/en-US/xml/Ch-Example.xml
	Processing file tmp/en-US/xml_tmp/Ch-Intro.xml -> tmp/en-US/xml/Ch-Intro.xml
	Processing file tmp/en-US/xml_tmp/Ch-KVM-Tutorial.xml -> tmp/en-US/xml/Ch-KVM-Tutorial.xml
	Processing file tmp/en-US/xml_tmp/Ch-Options.xml -> tmp/en-US/xml/Ch-Options.xml
	Processing file tmp/en-US/xml_tmp/Pacemaker_Remote.xml -> tmp/en-US/xml/Pacemaker_Remote.xml
	Processing file tmp/en-US/xml_tmp/Revision_History.xml -> tmp/en-US/xml/Revision_History.xml
Beginning work on en-US
DTD Validation OK
	Starting html-desktop
	Using XML::LibXSLT on /build/pacemaker-1.1.14~rc4/doc/publican-clusterlabs/xsl/html-single.xsl
	Finished html-desktop
rm -rf Pacemaker_Remote/tmp
touch Pacemaker_Remote.build
make[3]: Entering directory '/build/pacemaker-1.1.14~rc4/doc'
make[3]: Nothing to be done for 'install-exec-am'.
for book in Pacemaker_Explained Clusters_from_Scratch Pacemaker_Remote; do 							\
    filelist=`find $book/publish/* -print`;					\
    for f in $filelist; do							\
	p=`echo $f | sed s:publish/:: | sed s:Pacemaker/::`;			\
	if [ -d $f ]; then							\
		/usr/bin/install -c -d -m 775 /build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/doc/pacemaker/$p;			\
	else									\
		/usr/bin/install -c -m 644 $f /build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/doc/pacemaker/$p;			\
	fi									\
    done;									\
done
 /bin/mkdir -p '/build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/doc/pacemaker'
 /usr/bin/install -c -m 644 crm_fencing.txt acls.txt crm_fencing.html acls.html '/build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/doc/pacemaker'
make[3]: Leaving directory '/build/pacemaker-1.1.14~rc4/doc'
make[2]: Leaving directory '/build/pacemaker-1.1.14~rc4/doc'
make[2]: Entering directory '/build/pacemaker-1.1.14~rc4'
gcc -DHAVE_CONFIG_H -I. -I./include   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2  -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/heartbeat -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include      -ggdb  -fgnu89-inline -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wwrite-strings -Wunused-but-set-variable -fstack-protector-all -c -o scratch.o scratch.c
/bin/bash ./libtool --tag=CC   --tag=CC   --mode=link gcc  -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/heartbeat -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include      -ggdb  -fgnu89-inline -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wwrite-strings -Wunused-but-set-variable -fstack-protector-all  -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -Wl,--as-needed -o scratch scratch.o ./lib/common/libcrmcommon.la -lm -lgnutls -lqb -lcorosync_common -lplumb -lpils -lqb -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl  -lglib-2.0 -lltdl -lqb -ldl -lrt -lpthread
libtool: link: gcc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/heartbeat -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -ggdb -fgnu89-inline -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wwrite-strings -Wunused-but-set-variable -fstack-protector-all -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs -o .libs/scratch scratch.o  -Wl,--as-needed ./lib/common/.libs/libcrmcommon.so -lm -lgnutls -lcorosync_common /usr/lib/libplumb.so /usr/lib/libpils.so -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lglib-2.0 /usr/lib/x86_64-linux-gnu/libltdl.so -lqb -ldl -lrt -lpthread
make[3]: Entering directory '/build/pacemaker-1.1.14~rc4'
/usr/bin/install -c -d /build/pacemaker-1.1.14~rc4/debian/tmp//usr/lib/x86_64-linux-gnu
/usr/bin/install -c -d -m 750 /build/pacemaker-1.1.14~rc4/debian/tmp//var/lib/pacemaker/cib
/usr/bin/install -c -d -m 750 /build/pacemaker-1.1.14~rc4/debian/tmp//var/lib/pacemaker/blackbox
chown hacluster:haclient /build/pacemaker-1.1.14~rc4/debian/tmp//var/lib/pacemaker/cib
chown: invalid user: 'hacluster:haclient'
Makefile:1219: recipe for target 'install-exec-local' failed
make[3]: [install-exec-local] Error 1 (ignored)
chown hacluster:haclient /build/pacemaker-1.1.14~rc4/debian/tmp//var/lib/pacemaker/blackbox
chown: invalid user: 'hacluster:haclient'
Makefile:1219: recipe for target 'install-exec-local' failed
make[3]: [install-exec-local] Error 1 (ignored)
 /bin/mkdir -p '/build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/doc/pacemaker'
 /usr/bin/install -c -m 644 AUTHORS COPYING COPYING.LIB '/build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/doc/pacemaker'
 /bin/mkdir -p '/build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/pacemaker/tests/'
 /usr/bin/install -c -m 644 valgrind-pcmk.suppressions '/build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/pacemaker/tests/'
 /bin/mkdir -p '/build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/pacemaker/tests/'
 /usr/bin/install -c coverage.sh BasicSanity.sh '/build/pacemaker-1.1.14~rc4/debian/tmp/usr/share/pacemaker/tests/'
make[3]: Leaving directory '/build/pacemaker-1.1.14~rc4'
make[2]: Leaving directory '/build/pacemaker-1.1.14~rc4'
make[1]: Leaving directory '/build/pacemaker-1.1.14~rc4'
   debian/rules override_dh_install
make[1]: Entering directory '/build/pacemaker-1.1.14~rc4'
rm -r	debian/tmp/usr/share/pacemaker/tests \
	debian/tmp/usr/lib/python2.7/dist-packages/cts \
	debian/tmp/lib/systemd/system/crm_mon.service
chmod -x debian/tmp/usr/share/pacemaker/*
dh_install --fail-missing --exclude=.la --exclude=.md5 \
	--exclude COPYING --exclude COPYING.LIB
install -D -m 644 mcp/pacemaker.sysconfig debian/pacemaker/etc/default/pacemaker
env -u MAKELEVEL -u MAKEFLAGS -u MFLAGS debian/check_header_deps pacemaker
make[1]: Leaving directory '/build/pacemaker-1.1.14~rc4'
   dh_installdocs
   debian/rules override_dh_installchangelogs
make[1]: Entering directory '/build/pacemaker-1.1.14~rc4'
dh_installchangelogs ChangeLog
make[1]: Leaving directory '/build/pacemaker-1.1.14~rc4'
   dh_installman
   debian/rules override_dh_systemd_enable
make[1]: Entering directory '/build/pacemaker-1.1.14~rc4'
dh_systemd_enable -p pacemaker-cli-utils --no-enable
dh_systemd_enable --remaining-packages
make[1]: Leaving directory '/build/pacemaker-1.1.14~rc4'
   debian/rules override_dh_installinit
make[1]: Entering directory '/build/pacemaker-1.1.14~rc4'
dh_installinit -p pacemaker --onlyscripts
dh_installinit -p pacemaker-remote --onlyscripts --name=pacemaker_remote
dh_installinit -p pacemaker-cli-utils --noscripts --name=crm_mon
dh_installinit --remaining-packages
make[1]: Leaving directory '/build/pacemaker-1.1.14~rc4'
   dh_systemd_start
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   debian/rules override_dh_strip
make[1]: Entering directory '/build/pacemaker-1.1.14~rc4'
dh_strip --ddeb-migration='pacemaker-dbg (<< 1.1.14~rc4-1~)'
make[1]: Leaving directory '/build/pacemaker-1.1.14~rc4'
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/pacemaker-cli-utils/usr/sbin/crm_mon was not linked against libpthread.so.0 (it uses none of the library's symbols)
Terminated
/srv/reproducible-results/rbuild-debian-CMektCdH/tmp.NTbrI0FHL8:	 52.0% -- replaced with /srv/reproducible-results/rbuild-debian-CMektCdH/tmp.NTbrI0FHL8.gz
Sat  9 Jan 00:49:08 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-0EDlzSZa, which will now be removed.
Sat  9 Jan 00:49:09 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-0EDlzSZa, which will now be removed.
INFO: Starting at 2016-01-09 00:49:09.174161
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)
INFO: Finished at 2016-01-09 00:49:10.140139, took: 0:00:00.965992
INFO: Starting at 2016-01-09 00:49:10.296282
INFO: Finished at 2016-01-09 00:49:10.310324, took: 0:00:00.014051
rm: cannot remove ‘/srv/reproducible-results/rbuild-debian-CMektCdH’: No such file or directory
Sat Jan  9 00:49:10 UTC 2016 - https://jenkins.debian.net/job/reproducible_builder_amd64_26/15975/console got remote error with exit code 143 from profitbricks-build2-amd64.debian.net for build #1 for pacemaker on unstable/amd64
Sleeping 5m before aborting the job.



More information about the Qa-jenkins-scm mailing list