[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #213498

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Apr 11 16:50:38 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/213498/display/redirect>

Changes:


------------------------------------------
[...truncated 23.80 KB...]
++ pkgname=cowpatty
++ pkgver=4.8
++ pkgrel=2
++ pkgdesc='Wireless WPA/WPA2 PSK handshake cracking utility'
++ url=https://github.com/joswr1ght/cowpatty
++ arch=('x86_64')
++ license=('GPL')
++ depends=('openssl' 'libpcap')
++ options=('!makeflags')
++ source=(${pkgname}-${pkgver}.tar.gz::https://github.com/joswr1ght/cowpatty/archive/${pkgver}.tar.gz)
++ sha512sums=('a0a6ef859e0d1a5d753377b8eac50ef46ded7c1ddae50795bdc1170a5c8b572a3ae397ac9bcb9341863a69f0d2dc3e24d9727873baa10c3ee730d8dc6a8d0683')
+ '[' -n '' ']'
+ VERSION=4.8-2
+ echo 4.8-2
+ schroot --run-session -c archlinux-cowpatty-archlinuxrb-build-lkJXZo7U --directory /tmp/cowpatty-archlinuxrb-build-lkJXZo7U/cowpatty/trunk -u root -- su -c 'bash -l -c '\''SOURCE_DATE_EPOCH='\''1649692165'\'' PATH='\''/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' GIT_SSL_NO_VERIFY=1 printenv 2>&1'\''' build2
+ tee -a /srv/reproducible-results/archlinuxrb-build-lkJXZo7U/b2/cowpatty/build2.log
su: user build2 does not exist or the user entry does not contain all the required fields
+ schroot --run-session -c archlinux-cowpatty-archlinuxrb-build-lkJXZo7U --directory /tmp/cowpatty-archlinuxrb-build-lkJXZo7U/cowpatty/trunk -- bash -l -c 'makepkg --printsrcinfo | awk -F '\'' = '\'' '\''/^\s+validpgpkeys/{print $2}'\''| while read pgpkey; do gpg --keyserver hkp://keyserver.ubuntu.com --recv-key $pgpkey; done'
+ tee -a /srv/reproducible-results/archlinuxrb-build-lkJXZo7U/b2/cowpatty/build2.log
+ timeout -k 12.1h 12h /usr/bin/ionice -c 3 /usr/bin/nice schroot --run-session -c archlinux-cowpatty-archlinuxrb-build-lkJXZo7U --directory /tmp/cowpatty-archlinuxrb-build-lkJXZo7U/cowpatty/trunk -- bash -l -c 'SOURCE_DATE_EPOCH='\''1649692165'\'' PATH='\''/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' GIT_SSL_NO_VERIFY=1 makepkg --syncdeps --noconfirm --nocheck --skippgpcheck 2>&1'
+ tee -a /srv/reproducible-results/archlinuxrb-build-lkJXZo7U/b2/cowpatty/build2.log
==> Making package: cowpatty 4.8-2 (Sun May 14 22:13:26 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading cowpatty-4.8.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   133  100   133    0     0    576      0 --:--:-- --:--:-- --:--:--   578
100 97449  100 97449    0     0   138k      0 --:--:-- --:--:-- --:--:--  138k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    cowpatty-4.8.tar.gz ... Passed
==> Extracting sources...
  -> Extracting cowpatty-4.8.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -pipe -Wall -DOPENSSL  -O2   -c -o md5.o md5.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -pipe -Wall -DOPENSSL  -O2   -c -o sha1.o sha1.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -pipe -Wall -DOPENSSL  -O2   -c -o utils.o utils.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -pipe -Wall -DOPENSSL  -O2   -c -o cowpatty.o cowpatty.c
cowpatty.c: In function 'handle_dot1x':
cowpatty.c:408:23: warning: variable 'index' set but not used [-Wunused-but-set-variable]
  408 |         int key_info, index;
      |                       ^~~~~
cowpatty.c: In function 'hashfile_attack':
cowpatty.c:682:13: warning: variable 'reclen' set but not used [-Wunused-but-set-variable]
  682 |         int reclen, wordlen;
      |             ^~~~~~
In file included from /usr/include/string.h:535,
                 from cowpatty.c:31:
In function 'strncpy',
    inlined from 'parseopts' at cowpatty.c:154:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'parseopts' at cowpatty.c:151:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'parseopts' at cowpatty.c:148:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'parseopts' at cowpatty.c:157:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -pipe -Wall -DOPENSSL  -O2   -c -o genpmk.o genpmk.c
genpmk.c: In function 'main':
genpmk.c:82:26: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
   82 |         int fret = 0, c, ret;
      |                          ^~~
In file included from /usr/include/string.h:535,
                 from genpmk.c:12:
In function 'strncpy',
    inlined from 'main' at genpmk.c:114:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'main' at genpmk.c:108:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'main' at genpmk.c:111:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -pipe -Wall -DOPENSSL  -O2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now cowpatty.c -o cowpatty utils.o md5.o sha1.o -lpcap -lcrypto
cowpatty.c: In function 'handle_dot1x':
cowpatty.c:408:23: warning: variable 'index' set but not used [-Wunused-but-set-variable]
  408 |         int key_info, index;
      |                       ^~~~~
cowpatty.c: In function 'hashfile_attack':
cowpatty.c:682:13: warning: variable 'reclen' set but not used [-Wunused-but-set-variable]
  682 |         int reclen, wordlen;
      |             ^~~~~~
In file included from /usr/include/string.h:535,
                 from cowpatty.c:31:
In function 'strncpy',
    inlined from 'parseopts' at cowpatty.c:154:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'parseopts' at cowpatty.c:151:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'parseopts' at cowpatty.c:148:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'parseopts' at cowpatty.c:157:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -pipe -Wall -DOPENSSL  -O2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now genpmk.c -o genpmk utils.o sha1.o -lpcap -lcrypto
genpmk.c: In function 'main':
genpmk.c:82:26: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
   82 |         int fret = 0, c, ret;
      |                          ^~~
In file included from /usr/include/string.h:535,
                 from genpmk.c:12:
In function 'strncpy',
    inlined from 'main' at genpmk.c:114:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'main' at genpmk.c:108:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'main' at genpmk.c:111:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
-rwxr-xr-x 1 jenkins jenkins 31032 May 14 22:13 cowpatty
-rwxr-xr-x 1 jenkins jenkins 21808 May 14 22:13 genpmk
-rwxr-xr-x 1 jenkins jenkins 26456 May 14 22:13 cowpatty
-rwxr-xr-x 1 jenkins jenkins 18264 May 14 22:13 genpmk
==> Entering fakeroot environment...
==> Starting package()...
install -d /tmp/cowpatty-archlinuxrb-build-lkJXZo7U/cowpatty/trunk/pkg/cowpatty/usr/bin
install -m 755 cowpatty genpmk /tmp/cowpatty-archlinuxrb-build-lkJXZo7U/cowpatty/trunk/pkg/cowpatty/usr/bin
==> 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 "cowpatty"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cowpatty 4.8-2 (Sun May 14 22:13:29 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-cowpatty-archlinuxrb-build-lkJXZo7U
+ tee -a /srv/reproducible-results/archlinuxrb-build-lkJXZo7U/b2/cowpatty/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/cowpatty-archlinuxrb-build-lkJXZo7U/cowpatty/trunk/cowpatty-4.8-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-lkJXZo7U/b2/cowpatty/cowpatty-4.8-2-x86_64.pkg.tar.zst'
Sun May 14 22:13:31 UTC 2023 - build #2 for cowpatty on osuosl170-amd64 done.
Sun May 14 22:13:31 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-Tr3ojh2J, removing.
/srv/reproducible-results/archlinuxrb-build-lkJXZo7U:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 15:50 b1
drwxr-xr-x 3 jenkins jenkins 4096 Apr 11 15:50 b2

/srv/reproducible-results/archlinuxrb-build-lkJXZo7U/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 15:50 cowpatty

/srv/reproducible-results/archlinuxrb-build-lkJXZo7U/b1/cowpatty:
total 84
-rw-r--r-- 1 jenkins jenkins 14384 Apr 11 15:50 build1.log
-rw-r--r-- 1 jenkins jenkins     6 Apr 11 15:50 build1.version
-rw-r--r-- 1 jenkins jenkins 60262 Apr 11 15:50 cowpatty-4.8-2-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-lkJXZo7U/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Apr 11 15:50 cowpatty

/srv/reproducible-results/archlinuxrb-build-lkJXZo7U/b2/cowpatty:
total 80
-rw-r--r-- 1 jenkins jenkins 13490 Apr 11 15:50 build2.log
-rw-r--r-- 1 jenkins jenkins     6 Apr 11 15:50 build2.version
-rw-r--r-- 1 jenkins jenkins 60262 Apr 11 15:50 cowpatty-4.8-2-x86_64.pkg.tar.zst
Mon Apr 11 15:50:37 UTC 2022 - comparing results now.
Mon Apr 11 15:50:37 UTC 2022 - YAY - cowpatty/cowpatty-4.8-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Mon Apr 11 15:50:37 UTC 2022 - https://tests.reproducible-builds.org/archlinux/community/cowpatty/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('402793', '4.8-2', 'reproducible', '2022-04-11 15:49', '72', 'osuosl169-amd64', 'osuosl170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_8/213498/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='4.8-2', status='reproducible', build_date='2022-04-11 15:49', build_duration='72', node1='osuosl169-amd64', node2='osuosl170-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_8/213498/' WHERE results.package_id='402793'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('cowpatty', '4.8-2', 'community', 'x86_64', 3, 'reproducible', '2022-04-11 15:49', '72', 'osuosl169-amd64', 'osuosl170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_8/213498/');
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)=(cowpatty, 4.8-2, community, x86_64, 2022-04-11 15:49:00) already exists.
Mon Apr 11 15:50:38 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-lkJXZo7U deleted.
Mon Apr 11 15:50:38 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-kONkxpRQ, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list