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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Feb 1 08:59:03 GMT 2021


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

Changes:


------------------------------------------
[...truncated 11.83 KB...]
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  394k  100  394k    0     0  48.1M      0 --:--:-- --:--:-- --:--:-- 48.1M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  365k  100  365k    0     0  22.3M      0 --:--:-- --:--:-- --:--:-- 22.3M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 60090  100 60090    0     0  3912k      0 --:--:-- --:--:-- --:--:-- 3912k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  890k  100  890k    0     0  33.4M      0 --:--:-- --:--:-- --:--:-- 33.4M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing lib32-zlib...
installing lib32-gmp...
installing lib32-nettle...
installing lib32-libtasn1...
installing lib32-libffi...
installing lib32-p11-kit...
installing lib32-libunistring...
installing lib32-libidn2...
installing lib32-gnutls...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning rtmpdump git repo...
Cloning into bare repository '/tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/rtmpdump'...
==> Validating source files with sha256sums...
    rtmpdump ... Skipped
==> Extracting sources...
  -> Creating working copy of rtmpdump git repo...
Cloning into 'rtmpdump'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
Auto-merging librtmp/rtmp_sys.h
Auto-merging librtmp/rtmp.c
Auto-merging librtmp/hashswf.c
Auto-merging librtmp/dh.h
Auto-merging librtmp/Makefile
Auto-merging librtmp/dh.h
Auto-merging librtmp/rtmp_sys.h
Auto-merging librtmp/rtmp.c
Auto-merging librtmp/hashswf.c
Auto-merging librtmp/dh.h
Auto-merging librtmp/Makefile
==> Starting build()...
make[1]: Entering directory '/tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/src/rtmpdump/librtmp'
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -fPIC -D_FORTIFY_SOURCE=2  -c -o rtmp.o rtmp.c
In file included from rtmp.c:126:
handshake.h: In function 'InitRC4Encryption':
handshake.h:119:16: warning: variable 'digestLen' set but not used [-Wunused-but-set-variable]
  119 |   unsigned int digestLen = 0;
      |                ^~~~~~~~~
rtmp.c: In function 'RTMP_ReadPacket':
rtmp.c:2888:7: warning: variable 'didAlloc' set but not used [-Wunused-but-set-variable]
 2888 |   int didAlloc = FALSE;
      |       ^~~~~~~~
At top level:
rtmp.c:1423:35: warning: 'av_record' defined but not used [-Wunused-const-variable=]
 1423 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmp.c:1736:1: note: in expansion of macro 'SAVC'
 1736 | SAVC(record);
      | ^~~~
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -fPIC -D_FORTIFY_SOURCE=2  -c -o log.o log.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -fPIC -D_FORTIFY_SOURCE=2  -c -o amf.o amf.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -fPIC -D_FORTIFY_SOURCE=2  -c -o hashswf.o hashswf.c
hashswf.c: In function 'RTMP_HashSWF':
hashswf.c:585:22: warning: pointer targets in passing argument 3 of 'nettle_hmac_sha256_set_key' differ in signedness [-Wpointer-sign]
  585 |   HMAC_setup(in.ctx, "Genuine Adobe Flash Player 001", 30);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      char *
hashswf.c:51:66: note: in definition of macro 'HMAC_setup'
   51 | #define HMAC_setup(ctx, key, len) hmac_sha256_set_key(&ctx, len, key)
      |                                                                  ^~~
In file included from hashswf.c:45:
/usr/include/nettle/hmac.h:168:41: note: expected 'const uint8_t *' {aka 'const unsigned char *'} but argument is of type 'char *'
  168 |       size_t key_length, const uint8_t *key);
      |                          ~~~~~~~~~~~~~~~^~~
In file included from /usr/include/string.h:519,
                 from hashswf.c:25:
In function 'strncpy',
    inlined from 'RTMP_HashSWF' at hashswf.c:557:5:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 64 bytes from a string of length 4089 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_GNUTLS  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -fPIC -D_FORTIFY_SOURCE=2  -c -o parseurl.o parseurl.c
ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
ar: creating librtmp.a
gcc -shared -Wl,-soname,librtmp.so.0 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -m32 -o librtmp.so.0 rtmp.o log.o amf.o hashswf.o parseurl.o  -lgnutls -lhogweed -lnettle -lgmp -lz 
ln -sf librtmp.so.0 librtmp.so
make[1]: Leaving directory '/tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/src/rtmpdump/librtmp'
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\"   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -D_FORTIFY_SOURCE=2  -c -o rtmpdump.o rtmpdump.c
gcc -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -m32 -o rtmpdump rtmpdump.o -Llibrtmp -lrtmp -lgnutls -lhogweed -lnettle -lgmp -lz  
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\"   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -D_FORTIFY_SOURCE=2  -c -o rtmpgw.o rtmpgw.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\"   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -D_FORTIFY_SOURCE=2  -c -o thread.o thread.c
gcc -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -m32 -o rtmpgw rtmpgw.o thread.o -lpthread -Llibrtmp -lrtmp -lgnutls -lhogweed -lnettle -lgmp -lz  
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\"   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -D_FORTIFY_SOURCE=2  -c -o rtmpsrv.o rtmpsrv.c
rtmpsrv.c: In function 'dumpAMF':
rtmpsrv.c:404:10: warning: variable 'len' set but not used [-Wunused-but-set-variable]
  404 |   int i, len, ac = *argc;
      |          ^~~
At top level:
rtmpsrv.c:142:35: warning: 'av_secureToken' defined but not used [-Wunused-const-variable=]
  142 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsrv.c:165:1: note: in expansion of macro 'SAVC'
  165 | SAVC(secureToken);
      | ^~~~
rtmpsrv.c:142:35: warning: 'av_videoFunction' defined but not used [-Wunused-const-variable=]
  142 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsrv.c:154:1: note: in expansion of macro 'SAVC'
  154 | SAVC(videoFunction);
      | ^~~~
rtmpsrv.c:142:35: warning: 'av_fpad' defined but not used [-Wunused-const-variable=]
  142 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsrv.c:150:1: note: in expansion of macro 'SAVC'
  150 | SAVC(fpad);
      | ^~~~
gcc -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -m32 -o rtmpsrv rtmpsrv.o thread.o -lpthread -Llibrtmp -lrtmp -lgnutls -lhogweed -lnettle -lgmp -lz  
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\"   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -m32 -D_FORTIFY_SOURCE=2  -c -o rtmpsuck.o rtmpsuck.c
rtmpsuck.c:119:35: warning: 'av_secureToken' defined but not used [-Wunused-const-variable=]
  119 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsuck.c:141:1: note: in expansion of macro 'SAVC'
  141 | SAVC(secureToken);
      | ^~~~
rtmpsuck.c:119:35: warning: 'av_mode' defined but not used [-Wunused-const-variable=]
  119 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsuck.c:138:1: note: in expansion of macro 'SAVC'
  138 | SAVC(mode);
      | ^~~~
rtmpsuck.c:119:35: warning: 'av_fmsVer' defined but not used [-Wunused-const-variable=]
  119 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsuck.c:137:1: note: in expansion of macro 'SAVC'
  137 | SAVC(fmsVer);
      | ^~~~
rtmpsuck.c:119:35: warning: 'av_createStream' defined but not used [-Wunused-const-variable=]
  119 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsuck.c:134:1: note: in expansion of macro 'SAVC'
  134 | SAVC(createStream);
      | ^~~~
rtmpsuck.c:119:35: warning: 'av__result' defined but not used [-Wunused-const-variable=]
  119 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsuck.c:133:1: note: in expansion of macro 'SAVC'
  133 | SAVC(_result);
      | ^~~~
rtmpsuck.c:119:35: warning: 'av_videoFunction' defined but not used [-Wunused-const-variable=]
  119 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsuck.c:131:1: note: in expansion of macro 'SAVC'
  131 | SAVC(videoFunction);
      | ^~~~
rtmpsuck.c:119:35: warning: 'av_capabilities' defined but not used [-Wunused-const-variable=]
  119 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsuck.c:128:1: note: in expansion of macro 'SAVC'
  128 | SAVC(capabilities);
      | ^~~~
rtmpsuck.c:119:35: warning: 'av_fpad' defined but not used [-Wunused-const-variable=]
  119 | #define SAVC(x) static const AVal av_##x = AVC(#x)
      |                                   ^~~
rtmpsuck.c:127:1: note: in expansion of macro 'SAVC'
  127 | SAVC(fpad);
      | ^~~~
gcc -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -m32 -o rtmpsuck rtmpsuck.o thread.o -lpthread -Llibrtmp -lrtmp -lgnutls -lhogweed -lnettle -lgmp -lz  
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/src/rtmpdump/librtmp'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/src/rtmpdump/librtmp'
mkdir -p /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/bin /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/bin /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/share/man/man1 /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/share/man/man8
cp rtmpdump /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/bin
cp rtmpgw rtmpsrv rtmpsuck /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/bin
cp rtmpdump.1 /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/share/man/man1
cp rtmpgw.8 /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/share/man/man8
make[1]: Entering directory '/tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/src/rtmpdump/librtmp'
sed -e "s;@prefix@;/usr;" -e "s;@libdir@;/usr/lib32;" \
	-e "s;@VERSION@;v2.4;" \
	-e "s;@CRYPTO_REQ@;gnutls;" \
	-e "s;@PRIVATE_LIBS@;;" librtmp.pc.in > librtmp.pc
mkdir -p /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/include/librtmp /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/lib32/pkgconfig /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/share/man/man3
cp amf.h http.h log.h rtmp.h /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/include/librtmp
cp librtmp.a /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/lib32
cp librtmp.pc /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/lib32/pkgconfig
cp librtmp.3 /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/share/man/man3
cp librtmp.so.0 /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/lib32
cd /tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/pkg/lib32-librtmp0/usr/lib32; ln -sf librtmp.so.0 librtmp.so
make[1]: Leaving directory '/tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/src/rtmpdump/librtmp'
==> 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 "lib32-librtmp0"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: lib32-librtmp0 2.4-4 (Mon Feb  1 08:58:56 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-lib32-librtmp0-archlinuxrb-build-dgmswOrm
+ tee -a /srv/reproducible-results/archlinuxrb-build-dgmswOrm/b1/lib32-librtmp0/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/lib32-librtmp0-archlinuxrb-build-dgmswOrm/lib32-librtmp0/trunk/lib32-librtmp0-2.4-4-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-dgmswOrm/b1/lib32-librtmp0/lib32-librtmp0-2.4-4-x86_64.pkg.tar.zst'
Mon Feb  1 08:58:57 UTC 2021 - build #1 for lib32-librtmp0 on osuosl169-amd64 done.
Mon Feb  1 08:58:57 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-REDAyULn, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-dgmswOrm:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb  1 08:59 b1
drwxr-xr-x 2 jenkins jenkins 4096 Feb  1 08:58 b2

/srv/reproducible-results/archlinuxrb-build-dgmswOrm/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb  1 08:59 lib32-librtmp0

/srv/reproducible-results/archlinuxrb-build-dgmswOrm/b1/lib32-librtmp0:
total 88
-rw-r--r-- 1 jenkins jenkins 20125 Feb  1 08:59 build1.log
-rw-r--r-- 1 jenkins jenkins     6 Feb  1 08:59 build1.version
-rw-r--r-- 1 jenkins jenkins 63386 Feb  1 08:59 lib32-librtmp0-2.4-4-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-dgmswOrm/b2:
total 0
/tmp/jenkins-script-6NhvqLg3: line 451: syntax error: unexpected end of file
Mon Feb  1 08:59:03 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-dgmswOrm deleted.
Mon  1 Feb 08:59:03 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-6NhvqLg3, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list