[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_3 #90653

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Apr 7 13:42:56 BST 2019


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_3/90653/display/redirect>

------------------------------------------
[...truncated 24.93 KB...]
+ tee -a /srv/reproducible-results/archlinuxrb-build-8c9E156s/b2/fbv/build2.log
su: user build2 does not exist
+ schroot --run-session -c archlinux-fbv-archlinuxrb-build-8c9E156s --directory /tmp/fbv-archlinuxrb-build-8c9E156s/fbv/trunk -- bash -l -c 'makepkg --printsrcinfo | awk -F '\'' = '\'' '\''/^\s+validpgpkeys/{print $2}'\''| while read pgpkey; do gpg --recv-key $pgpkey; done'
+ tee -a /srv/reproducible-results/archlinuxrb-build-8c9E156s/b2/fbv/build2.log
+ timeout -k 12.1h 12h /usr/bin/ionice -c 3 /usr/bin/nice schroot --run-session -c archlinux-fbv-archlinuxrb-build-8c9E156s --directory /tmp/fbv-archlinuxrb-build-8c9E156s/fbv/trunk -- bash -l -c 'SOURCE_DATE_EPOCH='\''1554640915'\'' PATH='\''/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' makepkg --syncdeps --noconfirm 2>&1'
+ tee -a /srv/reproducible-results/archlinuxrb-build-8c9E156s/b2/fbv/build2.log
==> Making package: fbv 1.0b-10 (Sun Apr  7 12:42:49 2019)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (3) giflib-5.1.9-3  libjpeg-turbo-2.0.2-1  libpng-1.6.36-1

Total Download Size:   0.72 MiB
Total Installed Size:  3.15 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  237k  100  237k    0     0  57.9M      0 --:--:-- --:--:-- --:--:-- 57.9M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 79968  100 79968    0     0  76.2M      0 --:--:-- --:--:-- --:--:-- 76.2M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  422k  100  422k    0     0  58.9M      0 --:--:-- --:--:-- --:--:-- 58.9M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libpng...
installing giflib...
installing libjpeg-turbo...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading fbv-1.0b.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 18989  100 18989    0     0  18.1M      0 --:--:-- --:--:-- --:--:-- 18.1M
  -> Found giflib-5.1.patch
==> Validating source files with md5sums...
    fbv-1.0b.tar.gz ... Passed
    giflib-5.1.patch ... Passed
==> Extracting sources...
  -> Extracting fbv-1.0b.tar.gz with bsdtar
==> Starting prepare()...
patching file gif.c
==> Starting build()...
checking for libungif presence... no
checking for libjpeg presence... yes
checking for libpng presence... yes
building with bmp support... yes
checking for DEFAULT_FRAMEBUFFER... /dev/fb0
installation dir: /usr/bin
manuals dir: /usr/share/man
gcc  -O2 -Wall -D_GNU_SOURCE -D_FORTIFY_SOURCE=2  -c -o main.o main.c
gcc  -O2 -Wall -D_GNU_SOURCE -D_FORTIFY_SOURCE=2  -c -o jpeg.o jpeg.c
gcc  -O2 -Wall -D_GNU_SOURCE -D_FORTIFY_SOURCE=2  -c -o gif.o gif.c
gcc  -O2 -Wall -D_GNU_SOURCE -D_FORTIFY_SOURCE=2  -c -o png.o png.c
gcc  -O2 -Wall -D_GNU_SOURCE -D_FORTIFY_SOURCE=2  -c -o bmp.o bmp.c
gcc  -O2 -Wall -D_GNU_SOURCE -D_FORTIFY_SOURCE=2  -c -o fb_display.o fb_display.c
gcc  -O2 -Wall -D_GNU_SOURCE -D_FORTIFY_SOURCE=2  -c -o transforms.o transforms.c
bmp.c: In function 'fh_bmp_id':
bmp.c:51:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  read(fd, id, 2);
  ^~~~~~~~~~~~~~~
bmp.c: In function 'fetch_pallete':
bmp.c:66:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
   read(fd, buff, 4);
   ^~~~~~~~~~~~~~~~~
bmp.c: In function 'fh_bmp_load':
bmp.c:89:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  read(fd, buff, 4);
  ^~~~~~~~~~~~~~~~~
bmp.c:95:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  read(fd, buff, 2);
  ^~~~~~~~~~~~~~~~~
bmp.c:104:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, 1);
      ^~~~~~~~~~~~~~~~~
bmp.c:120:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, 1);
      ^~~~~~~~~~~~~~~~~
bmp.c:136:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, skip);
      ^~~~~~~~~~~~~~~~~~~~
bmp.c:147:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, 1);
      ^~~~~~~~~~~~~~~~~
bmp.c:158:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, 1);
      ^~~~~~~~~~~~~~~~~
bmp.c:165:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, skip);
      ^~~~~~~~~~~~~~~~~~~~
bmp.c:176:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, 1);
      ^~~~~~~~~~~~~~~~~
bmp.c:182:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, skip);
      ^~~~~~~~~~~~~~~~~~~~
bmp.c:195:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, 3);
      ^~~~~~~~~~~~~~~~~
bmp.c:201:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
      read(fd, buff, skip);
      ^~~~~~~~~~~~~~~~~~~~
bmp.c: In function 'fh_bmp_getsize':
bmp.c:226:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  read(fd, size, 4);
  ^~~~~~~~~~~~~~~~~
bmp.c:229:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
  read(fd, size, 4);
  ^~~~~~~~~~~~~~~~~
jpeg.c: In function 'fh_jpeg_load':
jpeg.c:65:12: warning: variable 'py' set but not used [-Wunused-but-set-variable]
     int px,py,c;
            ^~
jpeg.c: In function 'fh_jpeg_getsize':
jpeg.c:114:15: warning: variable 'c' set but not used [-Wunused-but-set-variable]
     int px,py,c;
               ^
jpeg.c: In function 'fh_jpeg_id':
jpeg.c:43:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
     read(fd,id,10);
     ^~~~~~~~~~~~~~
In file included from transforms.c:21:
transforms.c: In function 'simple_resize':
transforms.c:27:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     assert(cr = (unsigned char*) malloc(dx*dy*3));
            ^~
transforms.c: In function 'color_average_resize':
transforms.c:65:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     assert(cr=(unsigned char*) malloc(dx*dy*3)); p=cr;
            ^~
transforms.c: In function 'rotate':
transforms.c:93:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  assert(n = (unsigned char*) malloc(ox * oy * 3));
         ^
transforms.c: In function 'alpha_rotate':
transforms.c:143:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  assert(n = (unsigned char*) malloc(ox * oy));
         ^
gif.c: In function 'fh_gif_id':
gif.c:45:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
     read(fd,id,4);
     ^~~~~~~~~~~~~
png.c: In function 'fh_png_load':
png.c:108:10: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
    fbptr = buffer;
          ^
png.c:114:26: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign]
     unsigned char *trp = rp;
                          ^~
png.c:131:10: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
    fbptr = buffer;
          ^
png.c: In function 'fh_png_id':
png.c:41:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
     read(fd,id,4);
     ^~~~~~~~~~~~~
main.c: In function 'show_image':
main.c:431:4: warning: 'i.do_free' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(i.do_free)
    ^
main.c:434:3: warning: 'i.alpha' may be used uninitialized in this function [-Wmaybe-uninitialized]
   free(i.alpha);
   ^~~~~~~~~~~~~
main.c:433:3: warning: 'i.rgb' may be used uninitialized in this function [-Wmaybe-uninitialized]
   free(i.rgb);
   ^~~~~~~~~~~
gcc  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o fbv main.o jpeg.o gif.o png.o bmp.o fb_display.o transforms.o -lpng -ljpeg -lgif
Build DONE.
==> Entering fakeroot environment...
==> Starting package()...
cp fbv /tmp/fbv-archlinuxrb-build-8c9E156s/fbv/trunk/pkg/fbv/usr/bin
gzip -9c fbv.1 > /tmp/fbv-archlinuxrb-build-8c9E156s/fbv/trunk/pkg/fbv/usr/share/man/man1/fbv.1.gz
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "fbv"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: fbv 1.0b-10 (Sun Apr  7 12:42:51 2019)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-fbv-archlinuxrb-build-8c9E156s
+ tee -a /srv/reproducible-results/archlinuxrb-build-8c9E156s/b2/fbv/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/fbv-archlinuxrb-build-8c9E156s/fbv/trunk/fbv-1.0b-10-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-8c9E156s/b2/fbv/fbv-1.0b-10-x86_64.pkg.tar.xz'
Sun Apr  7 12:42:53 UTC 2019 - build #2 for fbv on osuosl-build169-amd64 done.
Sun Apr  7 12:42:53 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-GEtBdSjk, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-8c9E156s:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Apr  7 12:42 b1
drwxr-xr-x 3 jenkins jenkins 4096 Apr  7 12:42 b2

/srv/reproducible-results/archlinuxrb-build-8c9E156s/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Apr  7 12:42 fbv

/srv/reproducible-results/archlinuxrb-build-8c9E156s/b1/fbv:
total 32
-rw-r--r-- 1 jenkins jenkins 12064 Apr  7 12:42 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Apr  7 12:42 build1.version
-rw-r--r-- 1 jenkins jenkins 16112 Apr  7 12:42 fbv-1.0b-10-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-8c9E156s/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Apr  7 12:42 fbv

/srv/reproducible-results/archlinuxrb-build-8c9E156s/b2/fbv:
total 36
-rw-r--r-- 1 jenkins jenkins 12517 Apr  7 12:42 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Apr  7 12:42 build2.version
-rw-r--r-- 1 jenkins jenkins 16112 Apr  7 12:42 fbv-1.0b-10-x86_64.pkg.tar.xz
Sun Apr  7 12:42:55 UTC 2019 - comparing results now.
Sun Apr  7 12:42:55 UTC 2019 - YAY - fbv/fbv-1.0b-10-x86_64.pkg.tar.xz build reproducible in our test framework!
.BUILDINFO
.BUILDINFO
Sun Apr  7 12:42:55 UTC 2019 - https://tests.reproducible-builds.org/archlinux/community/fbv/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('397211', '1.0b-10', 'GOOD', '2019-04-07 12:41', '60', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_3/90653/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='1.0b-10', status='GOOD', build_date='2019-04-07 12:41', build_duration='60', node1='osuosl-build170-amd64', node2='osuosl-build169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_3/90653/' WHERE results.package_id='397211'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('fbv', '1.0b-10', 'archlinux_community', 'x86_64', 3, 'GOOD', '2019-04-07 12:41', '60', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_3/90653/');
ERROR:  duplicate key value violates unique constraint "stats_build_tmp_name_version_suite_architecture_build_date_key1"
DETAIL:  Key (name, version, suite, architecture, build_date)=(fbv, 1.0b-10, archlinux_community, x86_64, 2019-04-07 12:41:00) already exists.
Sun Apr  7 12:42:56 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-8c9E156s deleted.
Sun  7 Apr 12:42:56 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-LR2XrsCI, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list