[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #339277
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Jun 21 00:43:01 BST 2021
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/339277/display/redirect>
Changes:
------------------------------------------
[...truncated 1.17 MB...]
10714 | case 'A': FORC4 greybox[c] = atoi(argv[arg++]);
| ^~~~~
dcraw.cc:10715:7: note: here
10715 | case 'a': use_auto_wb = 1; break;
| ^~~~
dcraw.cc:10719:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
10719 | case 'E': document_mode++;
| ~~~~~~~~~~~~~^~
dcraw.cc:10720:7: note: here
10720 | case 'D': document_mode++;
| ^~~~
dcraw.cc:10720:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
10720 | case 'D': document_mode++;
| ~~~~~~~~~~~~~^~
dcraw.cc:10721:7: note: here
10721 | case 'd': document_mode++;
| ^~~~
dcraw.cc:10721:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
10721 | case 'd': document_mode++;
| ~~~~~~~~~~~~~^~
dcraw.cc:10722:7: note: here
10722 | case 'j': use_fuji_rotate = 0; break;
| ^~~~
dcraw.cc:10725:26: warning: this statement may fall through [-Wimplicit-fallthrough=]
10725 | case '4': gamm[0] = gamm[1] =
| ~~~~~~~~^~~~~~~~~~~
10726 | no_auto_bright = 1;
| ~~~~~~~~~~~~~~~~~~~~~
dcraw.cc:10727:7: note: here
10727 | case '6': output_bps = 16; break;
| ^~~~
dcraw.cc: In member function 'int DCRaw::ljpeg_start(jhead*, int)':
dcraw.cc:921:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
921 | jh->sraw = ((data[7] >> 4) * (data[7] & 15) - 1) & 3;
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.cc:922:7: note: here
922 | case 0xffc1:
| ^~~~
dcraw.cc: In member function 'int DCRaw::parse_tiff_ifd(int)':
dcraw.cc:6221:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
6221 | load_flags = 0x2008;
| ~~~~~~~~~~~^~~~~~~~
dcraw.cc:6222:7: note: here
6222 | case 273: /* StripOffset */
| ^~~~
dcraw.cc:6338:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
6338 | if (filters == 9) {
| ^~
dcraw.cc:6342:7: note: here
6342 | case 64777: /* Kodak P-series */
| ^~~~
dcraw.cc:6379:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
6379 | parse_mos (ftell(ifp));
| ~~~~~~~~~~^~~~~~~~~~~~
dcraw.cc:6380:7: note: here
6380 | case 34303:
| ^~~~
dcraw.cc:6426:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
6426 | fseek (ifp, 38, SEEK_CUR);
| ~~~~~~^~~~~~~~~~~~~~~~~~~
dcraw.cc:6427:7: note: here
6427 | case 46274:
| ^~~~
dcraw.cc:6521:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
6521 | if (filters == UINT_MAX) filters = 0x94949494;
| ^~
dcraw.cc:6522:7: note: here
6522 | case 50714: /* BlackLevel */
| ^~~~
dcraw.cc:6543:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
6543 | if (use_cm) break; /* Prioritize Matrix2 over Matrix1 (UF) */
| ^~
dcraw.cc:6544:7: note: here
6544 | case 50722: /* ColorMatrix2 */
| ^~~~
dcraw.cc: In member function 'void DCRaw::apply_tiff()':
dcraw.cc:6740:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
6740 | load_flags = 0;
| ~~~~~~~~~~~^~~
dcraw.cc:6741:11: note: here
6741 | case 16: load_raw = &CLASS unpacked_load_raw;
| ^~~~
dcraw.cc:6717:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
6717 | load_flags = 79;
| ~~~~~~~~~~~^~~~
dcraw.cc:6718:7: note: here
6718 | case 32769:
| ^~~~
dcraw.cc: In member function 'void DCRaw::parse_crx(int)':
dcraw.cc:7308:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
7308 | case 0xeaf42b5e: fseek (ifp, 8, SEEK_CUR);
| ~~~~~~^~~~~~~~~~~~~~~~~~~
dcraw.cc:7309:11: note: here
7309 | case 0x85c0b687: fseek (ifp, 12, SEEK_CUR);
| ^~~~
dcraw.cc: In member function 'void DCRaw::parse_foveon()':
dcraw.cc:7525:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
7525 | case 5: load_flags = 1;
| ~~~~~~~~~~~^~~
dcraw.cc:7526:13: note: here
7526 | case 6: load_raw = &CLASS foveon_sd_load_raw; break;
| ^~~~
dcraw.cc: In member function 'void DCRaw::identify()':
dcraw.cc:9447:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
9447 | case 3344: width -= 66;
| ~~~~~~^~~~~
dcraw.cc:9448:7: note: here
9448 | case 3872: width -= 6;
| ^~~~
dcraw.cc: In member function 'int DCRaw::main(int, const char**)':
dcraw.cc:223:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
223 | #define FORC(cnt) for (c=0; c < cnt; c++)
| ^
dcraw.cc:225:15: note: in expansion of macro 'FORC'
225 | #define FORC4 FORC(4)
| ^~~~
dcraw.cc:10714:18: note: in expansion of macro 'FORC4'
10714 | case 'A': FORC4 greybox[c] = atoi(argv[arg++]);
| ^~~~~
dcraw.cc:10715:7: note: here
10715 | case 'a': use_auto_wb = 1; break;
| ^~~~
dcraw.cc:10719:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
10719 | case 'E': document_mode++;
| ~~~~~~~~~~~~~^~
dcraw.cc:10720:7: note: here
10720 | case 'D': document_mode++;
| ^~~~
dcraw.cc:10720:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
10720 | case 'D': document_mode++;
| ~~~~~~~~~~~~~^~
dcraw.cc:10721:7: note: here
10721 | case 'd': document_mode++;
| ^~~~
dcraw.cc:10721:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
10721 | case 'd': document_mode++;
| ~~~~~~~~~~~~~^~
dcraw.cc:10722:7: note: here
10722 | case 'j': use_fuji_rotate = 0; break;
| ^~~~
dcraw.cc:10725:26: warning: this statement may fall through [-Wimplicit-fallthrough=]
10725 | case '4': gamm[0] = gamm[1] =
| ~~~~~~~~^~~~~~~~~~~
10726 | no_auto_bright = 1;
| ~~~~~~~~~~~~~~~~~~~~~
dcraw.cc:10727:7: note: here
10727 | case '6': output_bps = 16; break;
| ^~~~
make[2]: *** [Makefile:929: nufraw_exiv2.o] Error 1
dcraw.cc: In member function 'void DCRaw::nikon_yuv_load_raw()':
dcraw.cc:1360:33: warning: 'yuv[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
1360 | rgb[0] = yuv[b] + 1.370705*yuv[3];
| ~~~~~~~~^~~~~~~
dcraw.cc:1361:33: warning: 'yuv[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
1361 | rgb[1] = yuv[b] - 0.337633*yuv[2] - 0.698001*yuv[3];
| ~~~~~~~~^~~~~~~
dcraw.cc: In member function 'void DCRaw::nikon_yuv_load_raw()':
dcraw.cc:1360:33: warning: 'yuv[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
1360 | rgb[0] = yuv[b] + 1.370705*yuv[3];
| ~~~~~~~~^~~~~~~
dcraw.cc:1361:33: warning: 'yuv[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
1361 | rgb[1] = yuv[b] - 0.337633*yuv[2] - 0.698001*yuv[3];
| ~~~~~~~~^~~~~~~
dcraw.cc: In member function 'void DCRaw::tiff_head(tiff_hdr*, int)':
dcraw.cc:10460:28: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 8 and 15 [-Wformat-overflow=]
10460 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
| ^~~~
dcraw.cc:10460:22: note: directive argument in the range [-2147483647, 2147483647]
10460 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
from dcraw.cc:39:
/usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 20
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
dcraw.cc: In member function 'void DCRaw::tiff_head(tiff_hdr*, int)':
dcraw.cc:10460:28: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 8 and 15 [-Wformat-overflow=]
10460 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
| ^~~~
dcraw.cc:10460:22: note: directive argument in the range [-2147483647, 2147483647]
10460 | sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
from dcraw.cc:39:
/usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 20
38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/tmp/gimp-nufraw-archlinuxrb-build-2ALwfSRK/gimp-nufraw/trunk/src/nufraw-0.43-3'
make[1]: *** [Makefile:1069: all-recursive] Error 1
make[1]: Leaving directory '/tmp/gimp-nufraw-archlinuxrb-build-2ALwfSRK/gimp-nufraw/trunk/src/nufraw-0.43-3'
make: *** [Makefile:618: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
+ PRESULT=4
+ '[' 4 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-gimp-nufraw-archlinuxrb-build-2ALwfSRK
+ tee -a /srv/reproducible-results/archlinuxrb-build-2ALwfSRK/b1/gimp-nufraw/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/gimp-nufraw-archlinuxrb-build-2ALwfSRK/*/trunk/*.pkg.tar.zst': No such file or directory
Sun Jul 24 06:05:54 UTC 2022 - build #1 for gimp-nufraw on osuosl170-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-2ALwfSRK/b1/gimp-nufraw/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Jul 24 06:04 b1
./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 24 06:04 gimp-nufraw
./b1/gimp-nufraw:
total 1212
-rw-r--r-- 1 jenkins jenkins 1236742 Jul 24 06:05 build1.log
-rw-r--r-- 1 jenkins jenkins 9 Jul 24 06:04 build1.version
Sun Jul 24 06:05:54 UTC 2022 - build #1 for gimp-nufraw on osuosl170-amd64 done.
Sun Jul 24 06:05:54 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-zfxMiTku, removing.
/srv/reproducible-results/archlinuxrb-build-2ALwfSRK:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jun 20 23:42 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jun 20 23:41 b2
/srv/reproducible-results/archlinuxrb-build-2ALwfSRK/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jun 20 23:42 gimp-nufraw
/srv/reproducible-results/archlinuxrb-build-2ALwfSRK/b1/gimp-nufraw:
total 1212
-rw-r--r-- 1 jenkins jenkins 1236742 Jun 20 23:42 build1.log
-rw-r--r-- 1 jenkins jenkins 9 Jun 20 23:42 build1.version
/srv/reproducible-results/archlinuxrb-build-2ALwfSRK/b2:
total 0
Sun Jun 20 23:43:01 UTC 2021 - build1 didn't create a package, skipping build2!
Sun Jun 20 23:43:01 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/gimp-nufraw/ updated.
rm: cannot remove '/var/lib/jenkins/userContent/reproducible/archlinux/community/gimp-nufraw/pkg.state': No such file or directory
Sun Jun 20 23:43:01 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-2ALwfSRK deleted.
Sun Jun 20 23:43:01 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-1LMxDjyA, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list