[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_9 #45

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Sep 7 01:44:15 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_9/45/>

------------------------------------------
[...truncated 830 lines...]
g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o asus.o asus.cpp
asus.cpp: In function 'int Has_Asus_ACPI()':
asus.cpp:50:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     filename = "/proc/acpi/asus";
              ^
asus.cpp: In function 'int Do_Asus_LCD_Info()':
asus.cpp:87:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     filename = "/proc/acpi/asus/brn";
              ^
asus.cpp: In function 'int Set_Asus_LCD_Level(int)':
asus.cpp:121:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     filename = "/proc/acpi/asus/brn";
              ^
asus.cpp: In function 'int Do_Asus_Video_Info()':
asus.cpp:149:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     filename = "/proc/acpi/asus/disp";
              ^
asus.cpp: In function 'int Do_Asus_Info()':
asus.cpp:204:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     filename = "/proc/acpi/asus/info";
              ^
asus.cpp: In function 'int Set_Asus_LCD_State(int)':
asus.cpp:268:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     filename = "/proc/acpi/asus/lcd";
              ^
asus.cpp: In function 'int Set_MLed(int)':
asus.cpp:293:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     filename = "/proc/acpi/asus/mled";
              ^
asus.cpp: In function 'int Set_WLed(int)':
asus.cpp:318:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     filename = "/proc/acpi/asus/wled";
              ^
g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o thinkpad.o thinkpad.cpp
thinkpad.cpp: In function 'int Has_Thinkpad_ACPI()':
thinkpad.cpp:17:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  filename = "/proc/acpi/ibm";
           ^
thinkpad.cpp: In function 'int Eject_Thinkpad_Bay()':
thinkpad.cpp:38:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  filename = "/proc/acpi/ibm/bay";
           ^
thinkpad.cpp: In function 'int Set_Thinkpad_LCD_Level(int)':
thinkpad.cpp:59:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  filename = "/proc/acpi/ibm/brightness";
           ^
thinkpad.cpp: In function 'int Do_Thinkpad_Fan_Info()':
thinkpad.cpp:85:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  filename = "/proc/acpi/ibm/fan";
           ^
g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o cpu.o cpu.cpp
cpu.cpp: In function 'int Show_CPU_Info()':
cpu.cpp:107:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  dirname = "/proc/acpi/processor/";    //find all entries in this dir //
          ^
g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o battery.o battery.cpp
battery.cpp: In function 'int Get_Battery_Info_from_Proc(int, Battery_Info*, int)':
battery.cpp:360:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     dirname = "/proc/acpi/battery/";    //find all entries in this dir 
             ^
battery.cpp: In function 'int Get_Battery_Info_from_Sys(int, Battery_Info*, int)':
battery.cpp:543:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     dirname = "/sys/class/power_supply/";        //find all entries in this dir 
             ^
battery.cpp: In function 'int Count_Batteries_ProcFS()':
battery.cpp:749:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     dirname = "/proc/acpi/battery/";    
             ^
battery.cpp: In function 'int Count_Batteries_SysFS()':
battery.cpp:798:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     dirname = "/sys/class/power_supply/";    
             ^
g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o freq.o freq.cpp
g++  -g -O2   -o acpitool  main.o acpitool.o ac_adapter.o toshiba.o asus.o thinkpad.o cpu.o battery.o freq.o  
make[3]: Leaving directory '/tmp/buildd/acpitool-0.5.1/src'
Making all in man
make[3]: Entering directory '/tmp/buildd/acpitool-0.5.1/man'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/buildd/acpitool-0.5.1/man'
make[3]: Entering directory '/tmp/buildd/acpitool-0.5.1'
make[3]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
make[2]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
make[1]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
   dh_auto_test
	make -j1 check
make[1]: Entering directory '/tmp/buildd/acpitool-0.5.1'
Making check in src
make[2]: Entering directory '/tmp/buildd/acpitool-0.5.1/src'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/tmp/buildd/acpitool-0.5.1/src'
Making check in man
make[2]: Entering directory '/tmp/buildd/acpitool-0.5.1/man'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/tmp/buildd/acpitool-0.5.1/man'
make[2]: Entering directory '/tmp/buildd/acpitool-0.5.1'
make[2]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
make[1]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
 fakeroot debian/rules binary
dh binary --with quilt
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/tmp/buildd/acpitool-0.5.1'
/usr/bin/make DESTDIR=/tmp/buildd/acpitool-0.5.1/debian/acpitool install
make[2]: Entering directory '/tmp/buildd/acpitool-0.5.1'
Making install in src
make[3]: Entering directory '/tmp/buildd/acpitool-0.5.1/src'
make[4]: Entering directory '/tmp/buildd/acpitool-0.5.1/src'
test -z "/usr/bin" || mkdir -p -- "/tmp/buildd/acpitool-0.5.1/debian/acpitool/usr/bin"
  /usr/bin/install -c 'acpitool' '/tmp/buildd/acpitool-0.5.1/debian/acpitool/usr/bin/acpitool'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/buildd/acpitool-0.5.1/src'
make[3]: Leaving directory '/tmp/buildd/acpitool-0.5.1/src'
Making install in man
make[3]: Entering directory '/tmp/buildd/acpitool-0.5.1/man'
make[4]: Entering directory '/tmp/buildd/acpitool-0.5.1/man'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/buildd/acpitool-0.5.1/debian/acpitool/usr/share/man/man1"
 /usr/bin/install -c -m 644 './acpitool.1' '/tmp/buildd/acpitool-0.5.1/debian/acpitool/usr/share/man/man1/acpitool.1'
make[4]: Leaving directory '/tmp/buildd/acpitool-0.5.1/man'
make[3]: Leaving directory '/tmp/buildd/acpitool-0.5.1/man'
make[3]: Entering directory '/tmp/buildd/acpitool-0.5.1'
make[4]: Entering directory '/tmp/buildd/acpitool-0.5.1'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
make[3]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
make[2]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
make[1]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   debian/rules override_dh_strip
make[1]: Entering directory '/tmp/buildd/acpitool-0.5.1'
dh_strip --dbg-package=acpitool-dbg
make[1]: Leaving directory '/tmp/buildd/acpitool-0.5.1'
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'acpitool-dbg' in '../acpitool-dbg_0.5.1-4_amd64.deb'.
dpkg-deb: building package 'acpitool' in '../acpitool_0.5.1-4_amd64.deb'.
 dpkg-genbuildinfo  >../acpitool_0.5.1-4_amd64.buildinfo
 dpkg-distaddfile acpitool_0.5.1-4_amd64.buildinfo utils optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../acpitool_0.5.1-4_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build acpitool-0.5.1
dpkg-buildpackage: binary-only upload (no source included)
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 /var/cache/pbuilder/build//26230 and its subdirectories
I: Current time: Sun Sep  6 13:44:36 GMT+12 2015
I: pbuilder-time-stamp: 1441590276
+ true
+ rm /srv/reproducible-results/tmp.HqrKKsIpGV/pbuilderrc_5eBa
++ date -u
Mon Sep  7 01:44:36 UTC 2015 - build #1 for acpitool/unstable/amd64 on profitbricks-build2-amd64 done
+ echo 'Mon Sep  7 01:44:36 UTC 2015 - build #1 for acpitool/unstable/amd64 on profitbricks-build2-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.GdEqxabyRs/tmp.xRAuclEizn
/srv/reproducible-results/tmp.GdEqxabyRs/tmp.xRAuclEizn:	 79.2% -- replaced with /srv/reproducible-results/tmp.GdEqxabyRs/tmp.xRAuclEizn.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-acpitool
Mon Sep  7 01:44:36 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-UiIp1SSG, which will now be removed.
+ RESULT=0
+ '[' 0 -eq 148 ']'
+ '[' 0 -ne 0 ']'
+ rsync -e 'ssh -p 22' -r profitbricks-build2-amd64.debian.net:/srv/reproducible-results/tmp.HqrKKsIpGV/b1 /srv/reproducible-results/tmp.HqrKKsIpGV/
jenkins_node_wrapper.sh[30964] remote_host called with rsync --server --sender -re.iLsfx . /srv/reproducible-results/tmp.HqrKKsIpGV/b1
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -R /srv/reproducible-results/tmp.HqrKKsIpGV
/srv/reproducible-results/tmp.HqrKKsIpGV:
acpitool_0.5.1-4.diff.gz
acpitool_0.5.1-4.dsc
acpitool_0.5.1.orig.tar.gz
b1
b2
tmp.Sz9QdDXLbS

/srv/reproducible-results/tmp.HqrKKsIpGV/b1:
acpitool-dbg_0.5.1-4_amd64.deb
acpitool_0.5.1-4.diff.gz
acpitool_0.5.1-4.dsc
acpitool_0.5.1-4_amd64.buildinfo
acpitool_0.5.1-4_amd64.changes
acpitool_0.5.1-4_amd64.deb
acpitool_0.5.1.orig.tar.gz
build.log

/srv/reproducible-results/tmp.HqrKKsIpGV/b2:
+ ssh -p 22 profitbricks-build2-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.HqrKKsIpGV'
jenkins_node_wrapper.sh[30970] remote_host called with rm -r /srv/reproducible-results/tmp.HqrKKsIpGV
+ '[' '!' -f b1/acpitool_0.5.1-4_amd64.changes ']'
+ '[' -f b1/acpitool_0.5.1-4_amd64.changes ']'
+ check_for_race_conditions
++ cat /tmp/reproducible-lockfile-unstable-amd64-acpitool
+ '[' 17339 -ne 17339 ']'
+ echo =============================================================================
=============================================================================
+ echo 'Re-building acpitool/0.5.1-4 in unstable on amd64 now.'
Re-building acpitool/0.5.1-4 in unstable on amd64 now.
+ echo =============================================================================
=============================================================================
+ '[' ng = legacy ']'
+ ssh -p 22 profitbricks-build1-amd64.debian.net /srv/jenkins/bin/reproducible_build.sh 2 acpitool unstable /srv/reproducible-results/tmp.HqrKKsIpGV
ssh_exchange_identification: read: Connection reset by peer
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.HqrKKsIpGV/tmp.Sz9QdDXLbS
/srv/reproducible-results/tmp.HqrKKsIpGV/tmp.Sz9QdDXLbS:	 38.1% -- replaced with /srv/reproducible-results/tmp.HqrKKsIpGV/tmp.Sz9QdDXLbS.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html acpitool
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''acpitool'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-07 01:44:15.646683
INFO: Finished at 2015-09-07 01:44:15.686454, took: 0:00:00.039782
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.HqrKKsIpGV
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-acpitool
Mon  7 Sep 01:44:15 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-zc7islID, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list