Fri Jan 31 05:06:11 UTC 2025  I: starting to build critnib/unstable/armhf on jenkins on '2025-01-31 05:05'
Fri Jan 31 05:06:11 UTC 2025  I: The jenkins build log is/was available at https://jenkins.debian.net/userContent/reproducible/debian/build_service/armhf_24/11534/console.log
Fri Jan 31 05:06:11 UTC 2025  I: Downloading source for unstable/critnib=1.1-2
--2025-01-31 05:06:11--  http://deb.debian.org/debian/pool/main/c/critnib/critnib_1.1-2.dsc
Connecting to 46.16.76.132:3128... connected.
Proxy request sent, awaiting response... 503 Service Unavailable
2025-01-31 05:06:11 ERROR 503: Service Unavailable.

Fri Jan 31 05:06:11 UTC 2025  E: Download of critnib=1.1-2 sources (for unstable) failed.
Fri Jan 31 05:06:11 UTC 2025  E: Sleeping 5m before re-trying...
Fri Jan 31 05:11:11 UTC 2025  I: Downloading source for unstable/critnib=1.1-2
--2025-01-31 05:11:11--  http://deb.debian.org/debian/pool/main/c/critnib/critnib_1.1-2.dsc
Connecting to 46.16.76.132:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 2734 (2.7K) [text/prs.lines.tag]
Saving to: ‘critnib_1.1-2.dsc’

     0K ..                                                    100%  417M=0s

2025-01-31 05:11:11 (417 MB/s) - ‘critnib_1.1-2.dsc’ saved [2734/2734]

Fri Jan 31 05:11:11 UTC 2025  I: critnib_1.1-2.dsc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: critnib
Binary: libcritnib-dev, libcritnib1
Architecture: any
Version: 1.1-2
Maintainer: Adam Borowski <kilobyte@angband.pl>
Homepage: https://github.com/kilobyte/critnib
Description: ordered map data structure with lock-free reads
 Critnib is a data structure that provides a very fast equal and
 less-than/greater-than searches; it is a mix between DJBerstein's
 critbit and radix trees.  While in bad cases it has worse memory use
 than binary trees, it works well on real-life data which tends to
 have a limited number of "decision bits":
  * fully random: divergence happens immediately
  * malloc addresses: clumps of distinct bits in the middle
  * sequences: only lowest bits are filled
 .
 This library ships only uintptr_t→uintptr_t mappings, optimized for
 reads from a very critical section but not so frequent writes.  Other
 variants also exist (such as fully lock-free writes, keys of arbitrary
 length), and can be added upon request.
Standards-Version: 4.6.0
Vcs-Browser: https://github.com/kilobyte/critnib/tree/debian
Vcs-Git: https://github.com/kilobyte/critnib -b debian
Testsuite: autopkgtest
Testsuite-Triggers: gcc, libc-dev, valgrind
Build-Depends: debhelper-compat (= 13), cmake
Package-List:
 libcritnib-dev deb libdevel optional arch=any
 libcritnib1 deb libs optional arch=any
Checksums-Sha1:
 8d7d263194d49d675c99987218639ef8b81f4b4c 15210 critnib_1.1.orig.tar.gz
 6ceda04f6134d5afd9d8e9b03ef1b1cea222bc0b 3092 critnib_1.1-2.debian.tar.xz
Checksums-Sha256:
 1e5b65f815b0c23f74ce70cfcc2d8c9570cebc17a70e2a2e6e894c1b68297354 15210 critnib_1.1.orig.tar.gz
 eccc0e56dbe500da4b813afb150105994174d555e9c5c14f1dc357133c505dea 3092 critnib_1.1-2.debian.tar.xz
Files:
 1f7519c96e73b3df693541cf03fa17b5 15210 critnib_1.1.orig.tar.gz
 a29a21231c03ab2eb22a8bd906133538 3092 critnib_1.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmGrzVUACgkQweDZLphv
fH5qRRAAp54T+yjsCJSSGd+/FjB1yMXFG4RKu7fj30rIWc38Dohzx5E111atGzob
M6qzEW0rOuNtCotcyUYxdH3zo7WKRuW4EVcFVaZ3b08hoDI6Yc8DJg5OZP+T1ABT
vClzQ1jWmzFkPQq3tNlWyAeYL2mAK/XxepzvzJDBd5S9V6+dVmmWUFnLgBC78WzI
JAknkNZtzMP8qv+tHxpcGlsLs2jLJ9T71byDjllC/Ddlsc5D20hZqD/Pyf02Q8ZF
yhJ8pW+oePjPEu5xCKvi1pi051IPKaPzYJPuwI8UTmsycm0bGP/dA1eHTcXPO+0v
hie4IcpSP577Y4s+QzotquHAuwY/1vWH+Z7+k8tlsWAXR4iAQ+yzeK61pO+NpLh1
g8zc1RUAB5k1htdJ7Hj7VYUqyxtFdD2Vxf4iJxBWsCcQ/6hlHQax7XRkNhEP6CLI
kuUkONcJRAs9sMwwzbD47k1wJMk7S6ZN2MS6c7xy/dcsNNbmGC5TKKVVBxyO3zc/
nws6JPfvPnJ7ZNo3wtb0AMoQWcUYYCfi8pF41ksVpmbOqeqyyS13RlRz7vIB6Efo
x4FPeq6SbgXjlpu57lF+UBOMbYZ1CKjeSKSMbAcneDsPqZ6vjTG2HdGgowol5SLU
4GFELGw4umzLfTL5zVFPVKc+QRbsOCV5W3ZbwOWwsoYOst80R3g=
=Lp3w
-----END PGP SIGNATURE-----
Fri Jan 31 05:11:11 UTC 2025  I: Checking whether the package is not for us
Fri Jan 31 05:11:11 UTC 2025  I: Starting 1st build on remote node ff4a-armhf-rb.debian.net.
Fri Jan 31 05:11:11 UTC 2025  I: Preparing to do remote build '1' on ff4a-armhf-rb.debian.net.
Fri Jan 31 05:15:44 UTC 2025  I: Deleting $TMPDIR on ff4a-armhf-rb.debian.net.
I: pbuilder: network access will be disabled during build
I: Current time: Thu Jan 30 17:11:20 -12 2025
I: pbuilder-time-stamp: 1738300280
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: copying local configuration
W: --override-config is not set; not updating apt.conf Read the manpage for details.
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: redirecting /dev/ptmx to /dev/pts/ptmx
I: policy-rc.d already exists
I: Copying source file
I: copying [critnib_1.1-2.dsc]
I: copying [./critnib_1.1.orig.tar.gz]
I: copying [./critnib_1.1-2.debian.tar.xz]
I: Extracting source
dpkg-source: warning: cannot verify inline signature for ./critnib_1.1-2.dsc: unsupported subcommand
dpkg-source: info: extracting critnib in critnib-1.1
dpkg-source: info: unpacking critnib_1.1.orig.tar.gz
dpkg-source: info: unpacking critnib_1.1-2.debian.tar.xz
I: Not using root during the build.
I: Installing the build-deps
I: user script /srv/workspace/pbuilder/16792/tmp/hooks/D02_print_environment starting
I: set
  BUILDDIR='/build/reproducible-path'
  BUILDUSERGECOS='first user,first room,first work-phone,first home-phone,first other'
  BUILDUSERNAME='pbuilder1'
  BUILD_ARCH='armhf'
  DEBIAN_FRONTEND='noninteractive'
  DEB_BUILD_OPTIONS='buildinfo=+all reproducible=+all parallel=3 '
  DISTRIBUTION='unstable'
  HOME='/root'
  HOST_ARCH='armhf'
  IFS=' 	
  '
  INVOCATION_ID='e71ec9f2a5c04955af440b4ee3b28383'
  LANG='C'
  LANGUAGE='en_US:en'
  LC_ALL='C'
  MAIL='/var/mail/root'
  OPTIND='1'
  PATH='/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
  PBCURRENTCOMMANDLINEOPERATION='build'
  PBUILDER_OPERATION='build'
  PBUILDER_PKGDATADIR='/usr/share/pbuilder'
  PBUILDER_PKGLIBDIR='/usr/lib/pbuilder'
  PBUILDER_SYSCONFDIR='/etc'
  PPID='16792'
  PS1='# '
  PS2='> '
  PS4='+ '
  PWD='/'
  SHELL='/bin/bash'
  SHLVL='2'
  SUDO_COMMAND='/usr/bin/timeout -k 18.1h 18h /usr/bin/ionice -c 3 /usr/bin/nice /usr/sbin/pbuilder --build --configfile /srv/reproducible-results/rbuild-debian/r-b-build.QlgStnxn/pbuilderrc_8exJ --distribution unstable --hookdir /etc/pbuilder/first-build-hooks --debbuildopts -b --basetgz /var/cache/pbuilder/unstable-reproducible-base.tgz --buildresult /srv/reproducible-results/rbuild-debian/r-b-build.QlgStnxn/b1 --logfile b1/build.log critnib_1.1-2.dsc'
  SUDO_GID='113'
  SUDO_UID='107'
  SUDO_USER='jenkins'
  TERM='unknown'
  TZ='/usr/share/zoneinfo/Etc/GMT+12'
  USER='root'
  _='/usr/bin/systemd-run'
  http_proxy='http://10.0.0.15:3142/'
I: uname -a
  Linux ff4a 6.1.0-30-armmp-lpae #1 SMP Debian 6.1.124-1 (2025-01-12) armv7l GNU/Linux
I: ls -l /bin
  lrwxrwxrwx 1 root root 7 Nov 22 14:40 /bin -> usr/bin
I: user script /srv/workspace/pbuilder/16792/tmp/hooks/D02_print_environment finished
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: armhf
Maintainer: Debian Pbuilder Team <pbuilder-maint@lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper-compat (= 13), cmake
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 19567 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper-compat (= 13); however:
  Package debhelper-compat is not installed.
 pbuilder-satisfydepends-dummy depends on cmake; however:
  Package cmake is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
The following NEW packages will be installed:
  autoconf{a} automake{a} autopoint{a} autotools-dev{a} bsdextrautils{a} cmake{a} cmake-data{a} debhelper{a} dh-autoreconf{a} dh-strip-nondeterminism{a} dwz{a} file{a} gettext{a} gettext-base{a} groff-base{a} intltool-debian{a} libarchive-zip-perl{a} libarchive13t64{a} libbrotli1{a} libcom-err2{a} libcurl4t64{a} libdebhelper-perl{a} libelf1t64{a} libexpat1{a} libffi8{a} libfile-stripnondeterminism-perl{a} libgnutls30t64{a} libgssapi-krb5-2{a} libicu72{a} libidn2-0{a} libjsoncpp26{a} libk5crypto3{a} libkeyutils1{a} libkrb5-3{a} libkrb5support0{a} libldap2{a} libmagic-mgc{a} libmagic1t64{a} libnghttp2-14{a} libp11-kit0{a} libpipeline1{a} libproc2-0{a} libpsl5t64{a} librhash1{a} librtmp1{a} libsasl2-2{a} libsasl2-modules-db{a} libssh2-1t64{a} libtasn1-6{a} libtool{a} libuchardet0{a} libunistring5{a} libuv1t64{a} libxml2{a} m4{a} man-db{a} po-debconf{a} procps{a} sensible-utils{a} 
The following packages are RECOMMENDED but will NOT be installed:
  ca-certificates curl krb5-locales libarchive-cpio-perl libldap-common libltdl-dev libmail-sendmail-perl libsasl2-modules linux-sysctl-defaults lynx psmisc publicsuffix wget 
0 packages upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
Need to get 33.3 MB of archives. After unpacking 124 MB will be used.
Writing extended state information...
Get: 1 http://deb.debian.org/debian unstable/main armhf libproc2-0 armhf 2:4.0.4-7 [56.3 kB]
Get: 2 http://deb.debian.org/debian unstable/main armhf procps armhf 2:4.0.4-7 [866 kB]
Get: 3 http://deb.debian.org/debian unstable/main armhf sensible-utils all 0.0.24 [24.8 kB]
Get: 4 http://deb.debian.org/debian unstable/main armhf libmagic-mgc armhf 1:5.45-3+b1 [314 kB]
Get: 5 http://deb.debian.org/debian unstable/main armhf libmagic1t64 armhf 1:5.45-3+b1 [98.5 kB]
Get: 6 http://deb.debian.org/debian unstable/main armhf file armhf 1:5.45-3+b1 [42.3 kB]
Get: 7 http://deb.debian.org/debian unstable/main armhf gettext-base armhf 0.23.1-1 [238 kB]
Get: 8 http://deb.debian.org/debian unstable/main armhf libuchardet0 armhf 0.0.8-1+b2 [65.6 kB]
Get: 9 http://deb.debian.org/debian unstable/main armhf groff-base armhf 1.23.0-7 [1095 kB]
Get: 10 http://deb.debian.org/debian unstable/main armhf bsdextrautils armhf 2.40.4-2 [84.6 kB]
Get: 11 http://deb.debian.org/debian unstable/main armhf libpipeline1 armhf 1.5.8-1 [35.0 kB]
Get: 12 http://deb.debian.org/debian unstable/main armhf man-db armhf 2.13.0-1 [1382 kB]
Get: 13 http://deb.debian.org/debian unstable/main armhf m4 armhf 1.4.19-5 [272 kB]
Get: 14 http://deb.debian.org/debian unstable/main armhf autoconf all 2.72-3 [493 kB]
Get: 15 http://deb.debian.org/debian unstable/main armhf autotools-dev all 20220109.1 [51.6 kB]
Get: 16 http://deb.debian.org/debian unstable/main armhf automake all 1:1.17-2 [861 kB]
Get: 17 http://deb.debian.org/debian unstable/main armhf autopoint all 0.23.1-1 [770 kB]
Get: 18 http://deb.debian.org/debian unstable/main armhf cmake-data all 3.31.5-1 [2267 kB]
Get: 19 http://deb.debian.org/debian unstable/main armhf libicu72 armhf 72.1-6 [9086 kB]
Get: 20 http://deb.debian.org/debian unstable/main armhf libxml2 armhf 2.12.7+dfsg+really2.9.14-0.2+b1 [605 kB]
Get: 21 http://deb.debian.org/debian unstable/main armhf libarchive13t64 armhf 3.7.4-1.1 [306 kB]
Get: 22 http://deb.debian.org/debian unstable/main armhf libbrotli1 armhf 1.1.0-2+b6 [282 kB]
Get: 23 http://deb.debian.org/debian unstable/main armhf libkrb5support0 armhf 1.21.3-4 [30.3 kB]
Get: 24 http://deb.debian.org/debian unstable/main armhf libcom-err2 armhf 1.47.2-1 [23.3 kB]
Get: 25 http://deb.debian.org/debian unstable/main armhf libk5crypto3 armhf 1.21.3-4 [75.8 kB]
Get: 26 http://deb.debian.org/debian unstable/main armhf libkeyutils1 armhf 1.6.3-4 [8096 B]
Get: 27 http://deb.debian.org/debian unstable/main armhf libkrb5-3 armhf 1.21.3-4 [285 kB]
Get: 28 http://deb.debian.org/debian unstable/main armhf libgssapi-krb5-2 armhf 1.21.3-4 [116 kB]
Get: 29 http://deb.debian.org/debian unstable/main armhf libunistring5 armhf 1.3-1 [444 kB]
Get: 30 http://deb.debian.org/debian unstable/main armhf libidn2-0 armhf 2.3.7-2+b1 [125 kB]
Get: 31 http://deb.debian.org/debian unstable/main armhf libsasl2-modules-db armhf 2.1.28+dfsg1-8+b1 [18.6 kB]
Get: 32 http://deb.debian.org/debian unstable/main armhf libsasl2-2 armhf 2.1.28+dfsg1-8+b1 [50.6 kB]
Get: 33 http://deb.debian.org/debian unstable/main armhf libldap2 armhf 2.6.9+dfsg-1 [167 kB]
Get: 34 http://deb.debian.org/debian unstable/main armhf libnghttp2-14 armhf 1.64.0-1 [62.9 kB]
Get: 35 http://deb.debian.org/debian unstable/main armhf libpsl5t64 armhf 0.21.2-1.1+b1 [55.8 kB]
Get: 36 http://deb.debian.org/debian unstable/main armhf libffi8 armhf 3.4.6-1 [20.0 kB]
Get: 37 http://deb.debian.org/debian unstable/main armhf libp11-kit0 armhf 0.25.5-3 [385 kB]
Get: 38 http://deb.debian.org/debian unstable/main armhf libtasn1-6 armhf 4.19.0-3+b3 [43.9 kB]
Get: 39 http://deb.debian.org/debian unstable/main armhf libgnutls30t64 armhf 3.8.8-2 [1370 kB]
Get: 40 http://deb.debian.org/debian unstable/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b5 [53.2 kB]
Get: 41 http://deb.debian.org/debian unstable/main armhf libssh2-1t64 armhf 1.11.1-1 [227 kB]
Get: 42 http://deb.debian.org/debian unstable/main armhf libcurl4t64 armhf 8.11.1-1+b1 [304 kB]
Get: 43 http://deb.debian.org/debian unstable/main armhf libexpat1 armhf 2.6.4-1 [83.5 kB]
Get: 44 http://deb.debian.org/debian unstable/main armhf libjsoncpp26 armhf 1.9.6-3 [69.9 kB]
Get: 45 http://deb.debian.org/debian unstable/main armhf librhash1 armhf 1.4.5-1 [143 kB]
Get: 46 http://deb.debian.org/debian unstable/main armhf libuv1t64 armhf 1.48.0-7 [134 kB]
Get: 47 http://deb.debian.org/debian unstable/main armhf cmake armhf 3.31.5-1 [5911 kB]
Get: 48 http://deb.debian.org/debian unstable/main armhf libdebhelper-perl all 13.24.1 [90.9 kB]
Get: 49 http://deb.debian.org/debian unstable/main armhf libtool all 2.5.4-2.1 [539 kB]
Get: 50 http://deb.debian.org/debian unstable/main armhf dh-autoreconf all 20 [17.1 kB]
Get: 51 http://deb.debian.org/debian unstable/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
Get: 52 http://deb.debian.org/debian unstable/main armhf libfile-stripnondeterminism-perl all 1.14.1-1 [19.6 kB]
Get: 53 http://deb.debian.org/debian unstable/main armhf dh-strip-nondeterminism all 1.14.1-1 [8584 B]
Get: 54 http://deb.debian.org/debian unstable/main armhf libelf1t64 armhf 0.192-4 [184 kB]
Get: 55 http://deb.debian.org/debian unstable/main armhf dwz armhf 0.15-1+b2 [106 kB]
Get: 56 http://deb.debian.org/debian unstable/main armhf gettext armhf 0.23.1-1 [1560 kB]
Get: 57 http://deb.debian.org/debian unstable/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB]
Get: 58 http://deb.debian.org/debian unstable/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
Get: 59 http://deb.debian.org/debian unstable/main armhf debhelper all 13.24.1 [920 kB]
Fetched 33.3 MB in 3s (11.4 MB/s)
Preconfiguring packages ...
Selecting previously unselected package libproc2-0:armhf.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19567 files and directories currently installed.)
Preparing to unpack .../00-libproc2-0_2%3a4.0.4-7_armhf.deb ...
Unpacking libproc2-0:armhf (2:4.0.4-7) ...
Selecting previously unselected package procps.
Preparing to unpack .../01-procps_2%3a4.0.4-7_armhf.deb ...
Unpacking procps (2:4.0.4-7) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../02-sensible-utils_0.0.24_all.deb ...
Unpacking sensible-utils (0.0.24) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../03-libmagic-mgc_1%3a5.45-3+b1_armhf.deb ...
Unpacking libmagic-mgc (1:5.45-3+b1) ...
Selecting previously unselected package libmagic1t64:armhf.
Preparing to unpack .../04-libmagic1t64_1%3a5.45-3+b1_armhf.deb ...
Unpacking libmagic1t64:armhf (1:5.45-3+b1) ...
Selecting previously unselected package file.
Preparing to unpack .../05-file_1%3a5.45-3+b1_armhf.deb ...
Unpacking file (1:5.45-3+b1) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../06-gettext-base_0.23.1-1_armhf.deb ...
Unpacking gettext-base (0.23.1-1) ...
Selecting previously unselected package libuchardet0:armhf.
Preparing to unpack .../07-libuchardet0_0.0.8-1+b2_armhf.deb ...
Unpacking libuchardet0:armhf (0.0.8-1+b2) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../08-groff-base_1.23.0-7_armhf.deb ...
Unpacking groff-base (1.23.0-7) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../09-bsdextrautils_2.40.4-2_armhf.deb ...
Unpacking bsdextrautils (2.40.4-2) ...
Selecting previously unselected package libpipeline1:armhf.
Preparing to unpack .../10-libpipeline1_1.5.8-1_armhf.deb ...
Unpacking libpipeline1:armhf (1.5.8-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../11-man-db_2.13.0-1_armhf.deb ...
Unpacking man-db (2.13.0-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../12-m4_1.4.19-5_armhf.deb ...
Unpacking m4 (1.4.19-5) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../13-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../14-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../15-automake_1%3a1.17-2_all.deb ...
Unpacking automake (1:1.17-2) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../16-autopoint_0.23.1-1_all.deb ...
Unpacking autopoint (0.23.1-1) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../17-cmake-data_3.31.5-1_all.deb ...
Unpacking cmake-data (3.31.5-1) ...
Selecting previously unselected package libicu72:armhf.
Preparing to unpack .../18-libicu72_72.1-6_armhf.deb ...
Unpacking libicu72:armhf (72.1-6) ...
Selecting previously unselected package libxml2:armhf.
Preparing to unpack .../19-libxml2_2.12.7+dfsg+really2.9.14-0.2+b1_armhf.deb ...
Unpacking libxml2:armhf (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Selecting previously unselected package libarchive13t64:armhf.
Preparing to unpack .../20-libarchive13t64_3.7.4-1.1_armhf.deb ...
Unpacking libarchive13t64:armhf (3.7.4-1.1) ...
Selecting previously unselected package libbrotli1:armhf.
Preparing to unpack .../21-libbrotli1_1.1.0-2+b6_armhf.deb ...
Unpacking libbrotli1:armhf (1.1.0-2+b6) ...
Selecting previously unselected package libkrb5support0:armhf.
Preparing to unpack .../22-libkrb5support0_1.21.3-4_armhf.deb ...
Unpacking libkrb5support0:armhf (1.21.3-4) ...
Selecting previously unselected package libcom-err2:armhf.
Preparing to unpack .../23-libcom-err2_1.47.2-1_armhf.deb ...
Unpacking libcom-err2:armhf (1.47.2-1) ...
Selecting previously unselected package libk5crypto3:armhf.
Preparing to unpack .../24-libk5crypto3_1.21.3-4_armhf.deb ...
Unpacking libk5crypto3:armhf (1.21.3-4) ...
Selecting previously unselected package libkeyutils1:armhf.
Preparing to unpack .../25-libkeyutils1_1.6.3-4_armhf.deb ...
Unpacking libkeyutils1:armhf (1.6.3-4) ...
Selecting previously unselected package libkrb5-3:armhf.
Preparing to unpack .../26-libkrb5-3_1.21.3-4_armhf.deb ...
Unpacking libkrb5-3:armhf (1.21.3-4) ...
Selecting previously unselected package libgssapi-krb5-2:armhf.
Preparing to unpack .../27-libgssapi-krb5-2_1.21.3-4_armhf.deb ...
Unpacking libgssapi-krb5-2:armhf (1.21.3-4) ...
Selecting previously unselected package libunistring5:armhf.
Preparing to unpack .../28-libunistring5_1.3-1_armhf.deb ...
Unpacking libunistring5:armhf (1.3-1) ...
Selecting previously unselected package libidn2-0:armhf.
Preparing to unpack .../29-libidn2-0_2.3.7-2+b1_armhf.deb ...
Unpacking libidn2-0:armhf (2.3.7-2+b1) ...
Selecting previously unselected package libsasl2-modules-db:armhf.
Preparing to unpack .../30-libsasl2-modules-db_2.1.28+dfsg1-8+b1_armhf.deb ...
Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg1-8+b1) ...
Selecting previously unselected package libsasl2-2:armhf.
Preparing to unpack .../31-libsasl2-2_2.1.28+dfsg1-8+b1_armhf.deb ...
Unpacking libsasl2-2:armhf (2.1.28+dfsg1-8+b1) ...
Selecting previously unselected package libldap2:armhf.
Preparing to unpack .../32-libldap2_2.6.9+dfsg-1_armhf.deb ...
Unpacking libldap2:armhf (2.6.9+dfsg-1) ...
Selecting previously unselected package libnghttp2-14:armhf.
Preparing to unpack .../33-libnghttp2-14_1.64.0-1_armhf.deb ...
Unpacking libnghttp2-14:armhf (1.64.0-1) ...
Selecting previously unselected package libpsl5t64:armhf.
Preparing to unpack .../34-libpsl5t64_0.21.2-1.1+b1_armhf.deb ...
Unpacking libpsl5t64:armhf (0.21.2-1.1+b1) ...
Selecting previously unselected package libffi8:armhf.
Preparing to unpack .../35-libffi8_3.4.6-1_armhf.deb ...
Unpacking libffi8:armhf (3.4.6-1) ...
Selecting previously unselected package libp11-kit0:armhf.
Preparing to unpack .../36-libp11-kit0_0.25.5-3_armhf.deb ...
Unpacking libp11-kit0:armhf (0.25.5-3) ...
Selecting previously unselected package libtasn1-6:armhf.
Preparing to unpack .../37-libtasn1-6_4.19.0-3+b3_armhf.deb ...
Unpacking libtasn1-6:armhf (4.19.0-3+b3) ...
Selecting previously unselected package libgnutls30t64:armhf.
Preparing to unpack .../38-libgnutls30t64_3.8.8-2_armhf.deb ...
Unpacking libgnutls30t64:armhf (3.8.8-2) ...
Selecting previously unselected package librtmp1:armhf.
Preparing to unpack .../39-librtmp1_2.4+20151223.gitfa8646d.1-2+b5_armhf.deb ...
Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b5) ...
Selecting previously unselected package libssh2-1t64:armhf.
Preparing to unpack .../40-libssh2-1t64_1.11.1-1_armhf.deb ...
Unpacking libssh2-1t64:armhf (1.11.1-1) ...
Selecting previously unselected package libcurl4t64:armhf.
Preparing to unpack .../41-libcurl4t64_8.11.1-1+b1_armhf.deb ...
Unpacking libcurl4t64:armhf (8.11.1-1+b1) ...
Selecting previously unselected package libexpat1:armhf.
Preparing to unpack .../42-libexpat1_2.6.4-1_armhf.deb ...
Unpacking libexpat1:armhf (2.6.4-1) ...
Selecting previously unselected package libjsoncpp26:armhf.
Preparing to unpack .../43-libjsoncpp26_1.9.6-3_armhf.deb ...
Unpacking libjsoncpp26:armhf (1.9.6-3) ...
Selecting previously unselected package librhash1:armhf.
Preparing to unpack .../44-librhash1_1.4.5-1_armhf.deb ...
Unpacking librhash1:armhf (1.4.5-1) ...
Selecting previously unselected package libuv1t64:armhf.
Preparing to unpack .../45-libuv1t64_1.48.0-7_armhf.deb ...
Unpacking libuv1t64:armhf (1.48.0-7) ...
Selecting previously unselected package cmake.
Preparing to unpack .../46-cmake_3.31.5-1_armhf.deb ...
Unpacking cmake (3.31.5-1) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../47-libdebhelper-perl_13.24.1_all.deb ...
Unpacking libdebhelper-perl (13.24.1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../48-libtool_2.5.4-2.1_all.deb ...
Unpacking libtool (2.5.4-2.1) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../49-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../50-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../51-libfile-stripnondeterminism-perl_1.14.1-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.1-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../52-dh-strip-nondeterminism_1.14.1-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.1-1) ...
Selecting previously unselected package libelf1t64:armhf.
Preparing to unpack .../53-libelf1t64_0.192-4_armhf.deb ...
Unpacking libelf1t64:armhf (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../54-dwz_0.15-1+b2_armhf.deb ...
Unpacking dwz (0.15-1+b2) ...
Selecting previously unselected package gettext.
Preparing to unpack .../55-gettext_0.23.1-1_armhf.deb ...
Unpacking gettext (0.23.1-1) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../56-intltool-debian_0.35.0+20060710.6_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.6) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../57-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../58-debhelper_13.24.1_all.deb ...
Unpacking debhelper (13.24.1) ...
Setting up libexpat1:armhf (2.6.4-1) ...
Setting up libpipeline1:armhf (1.5.8-1) ...
Setting up libkeyutils1:armhf (1.6.3-4) ...
Setting up libicu72:armhf (72.1-6) ...
Setting up bsdextrautils (2.40.4-2) ...
Setting up libmagic-mgc (1:5.45-3+b1) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libdebhelper-perl (13.24.1) ...
Setting up libbrotli1:armhf (1.1.0-2+b6) ...
Setting up libuv1t64:armhf (1.48.0-7) ...
Setting up libmagic1t64:armhf (1:5.45-3+b1) ...
Setting up libnghttp2-14:armhf (1.64.0-1) ...
Setting up gettext-base (0.23.1-1) ...
Setting up m4 (1.4.19-5) ...
Setting up libcom-err2:armhf (1.47.2-1) ...
Setting up file (1:5.45-3+b1) ...
Setting up libelf1t64:armhf (0.192-4) ...
Setting up libkrb5support0:armhf (1.21.3-4) ...
Setting up libsasl2-modules-db:armhf (2.1.28+dfsg1-8+b1) ...
Setting up autotools-dev (20220109.1) ...
Setting up libjsoncpp26:armhf (1.9.6-3) ...
Setting up libproc2-0:armhf (2:4.0.4-7) ...
Setting up libunistring5:armhf (1.3-1) ...
Setting up autopoint (0.23.1-1) ...
Setting up libk5crypto3:armhf (1.21.3-4) ...
Setting up libsasl2-2:armhf (2.1.28+dfsg1-8+b1) ...
Setting up autoconf (2.72-3) ...
Setting up libffi8:armhf (3.4.6-1) ...
Setting up dwz (0.15-1+b2) ...
Setting up sensible-utils (0.0.24) ...
Setting up libuchardet0:armhf (0.0.8-1+b2) ...
Setting up procps (2:4.0.4-7) ...
Setting up libtasn1-6:armhf (4.19.0-3+b3) ...
Setting up cmake-data (3.31.5-1) ...
Setting up librhash1:armhf (1.4.5-1) ...
Setting up libkrb5-3:armhf (1.21.3-4) ...
Setting up libssh2-1t64:armhf (1.11.1-1) ...
Setting up libxml2:armhf (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up libldap2:armhf (2.6.9+dfsg-1) ...
Setting up automake (1:1.17-2) ...
update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
Setting up libfile-stripnondeterminism-perl (1.14.1-1) ...
Setting up gettext (0.23.1-1) ...
Setting up libtool (2.5.4-2.1) ...
Setting up libidn2-0:armhf (2.3.7-2+b1) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up dh-autoreconf (20) ...
Setting up libp11-kit0:armhf (0.25.5-3) ...
Setting up libgssapi-krb5-2:armhf (1.21.3-4) ...
Setting up dh-strip-nondeterminism (1.14.1-1) ...
Setting up groff-base (1.23.0-7) ...
Setting up libarchive13t64:armhf (3.7.4-1.1) ...
Setting up libgnutls30t64:armhf (3.8.8-2) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libpsl5t64:armhf (0.21.2-1.1+b1) ...
Setting up man-db (2.13.0-1) ...
Not building database; man-db/auto-update is not 'true'.
Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b5) ...
Setting up libcurl4t64:armhf (8.11.1-1+b1) ...
Setting up debhelper (13.24.1) ...
Setting up cmake (3.31.5-1) ...
Processing triggers for libc-bin (2.40-6) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
I: Building the package
I: Running cd /build/reproducible-path/critnib-1.1/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-genchanges -S  > ../critnib_1.1-2_source.changes
dpkg-buildpackage: info: source package critnib
dpkg-buildpackage: info: source version 1.1-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Adam Borowski <kilobyte@angband.pl>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture armhf
dpkg-source: info: using options from critnib-1.1/debian/source/options: --single-debian-patch
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
	cd obj-arm-linux-gnueabihf && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/arm-linux-gnueabihf ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The C compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (4.2s)
-- Generating done (0.1s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_FIND_USE_PACKAGE_REGISTRY
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf
   dh_auto_build
	cd obj-arm-linux-gnueabihf && make -j3 "INSTALL=install --strip-program=true" VERBOSE=1
make[1]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
/usr/bin/cmake -S/build/reproducible-path/critnib-1.1 -B/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/CMakeFiles /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make  -f CMakeFiles/critnib.dir/build.make CMakeFiles/critnib.dir/depend
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/CMakeFiles/critnib.dir/DependInfo.cmake "--color="
make  -f CMakeFiles/man.dir/build.make CMakeFiles/man.dir/depend
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/CMakeFiles/man.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make  -f CMakeFiles/critnib.dir/build.make CMakeFiles/critnib.dir/build
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make  -f CMakeFiles/man.dir/build.make CMakeFiles/man.dir/build
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[  5%] Generating libcritnib.3
pod2man -c critnib -s 3 -n libcritnib </build/reproducible-path/critnib-1.1/libcritnib.pod >/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/libcritnib.3
[ 10%] Building C object CMakeFiles/critnib.dir/critnib.c.o
/usr/bin/cc -Dcritnib_EXPORTS  -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT CMakeFiles/critnib.dir/critnib.c.o -MF CMakeFiles/critnib.dir/critnib.c.o.d -o CMakeFiles/critnib.dir/critnib.c.o -c /build/reproducible-path/critnib-1.1/critnib.c
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[ 10%] Built target man
[ 15%] Linking C shared library libcritnib.so
/usr/bin/cmake -E cmake_link_script CMakeFiles/critnib.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,--dependency-file=CMakeFiles/critnib.dir/link.d -Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,libcritnib.so.1 -o libcritnib.so.1 CMakeFiles/critnib.dir/critnib.c.o
/usr/bin/cmake -E cmake_symlink_library libcritnib.so.1 libcritnib.so.1 libcritnib.so
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[ 15%] Built target critnib
make  -f CMakeFiles/m.dir/build.make CMakeFiles/m.dir/depend
make  -f tests/CMakeFiles/1corr.dir/build.make tests/CMakeFiles/1corr.dir/depend
make  -f tests/CMakeFiles/inequal.dir/build.make tests/CMakeFiles/inequal.dir/depend
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/CMakeFiles/m.dir/DependInfo.cmake "--color="
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1/tests /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests/CMakeFiles/1corr.dir/DependInfo.cmake "--color="
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1/tests /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests/CMakeFiles/inequal.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make  -f CMakeFiles/m.dir/build.make CMakeFiles/m.dir/build
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make  -f tests/CMakeFiles/1corr.dir/build.make tests/CMakeFiles/1corr.dir/build
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make  -f tests/CMakeFiles/inequal.dir/build.make tests/CMakeFiles/inequal.dir/build
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[ 21%] Building C object CMakeFiles/m.dir/main.c.o
/usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT CMakeFiles/m.dir/main.c.o -MF CMakeFiles/m.dir/main.c.o.d -o CMakeFiles/m.dir/main.c.o -c /build/reproducible-path/critnib-1.1/main.c
[ 26%] Building C object tests/CMakeFiles/1corr.dir/1corr.c.o
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fcommon -MD -MT tests/CMakeFiles/1corr.dir/1corr.c.o -MF CMakeFiles/1corr.dir/1corr.c.o.d -o CMakeFiles/1corr.dir/1corr.c.o -c /build/reproducible-path/critnib-1.1/tests/1corr.c
[ 31%] Building C object tests/CMakeFiles/inequal.dir/inequal.c.o
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fcommon -MD -MT tests/CMakeFiles/inequal.dir/inequal.c.o -MF CMakeFiles/inequal.dir/inequal.c.o.d -o CMakeFiles/inequal.dir/inequal.c.o -c /build/reproducible-path/critnib-1.1/tests/inequal.c
[ 36%] Linking C executable m
/usr/bin/cmake -E cmake_link_script CMakeFiles/m.dir/link.txt --verbose=1
/usr/bin/cc -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic -Wl,--dependency-file=CMakeFiles/m.dir/link.d CMakeFiles/m.dir/main.c.o -o m  -Wl,-rpath,/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf libcritnib.so.1 -latomic
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[ 36%] Built target m
[ 42%] Building C object tests/CMakeFiles/1corr.dir/hmload.c.o
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fcommon -MD -MT tests/CMakeFiles/1corr.dir/hmload.c.o -MF CMakeFiles/1corr.dir/hmload.c.o.d -o CMakeFiles/1corr.dir/hmload.c.o -c /build/reproducible-path/critnib-1.1/tests/hmload.c
[ 47%] Building C object tests/CMakeFiles/inequal.dir/hmload.c.o
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fcommon -MD -MT tests/CMakeFiles/inequal.dir/hmload.c.o -MF CMakeFiles/inequal.dir/hmload.c.o.d -o CMakeFiles/inequal.dir/hmload.c.o -c /build/reproducible-path/critnib-1.1/tests/hmload.c
[ 52%] Building C object tests/CMakeFiles/1corr.dir/rand.c.o
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fcommon -MD -MT tests/CMakeFiles/1corr.dir/rand.c.o -MF CMakeFiles/1corr.dir/rand.c.o.d -o CMakeFiles/1corr.dir/rand.c.o -c /build/reproducible-path/critnib-1.1/tests/rand.c
[ 57%] Building C object tests/CMakeFiles/inequal.dir/rand.c.o
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fcommon -MD -MT tests/CMakeFiles/inequal.dir/rand.c.o -MF CMakeFiles/inequal.dir/rand.c.o.d -o CMakeFiles/inequal.dir/rand.c.o -c /build/reproducible-path/critnib-1.1/tests/rand.c
make  -f tests/CMakeFiles/th.dir/build.make tests/CMakeFiles/th.dir/depend
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1/tests /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests/CMakeFiles/th.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make  -f tests/CMakeFiles/th.dir/build.make tests/CMakeFiles/th.dir/build
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[ 63%] Building C object tests/CMakeFiles/th.dir/th.c.o
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fcommon -MD -MT tests/CMakeFiles/th.dir/th.c.o -MF CMakeFiles/th.dir/th.c.o.d -o CMakeFiles/th.dir/th.c.o -c /build/reproducible-path/critnib-1.1/tests/th.c
/build/reproducible-path/critnib-1.1/tests/th.c:164:14: warning: 'thread_write1000_cachekiller' defined but not used [-Wunused-function]
  164 | static void* thread_write1000_cachekiller(void* c)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/critnib-1.1/tests/th.c:146:14: warning: 'thread_read1000_cachekiller' defined but not used [-Wunused-function]
  146 | static void* thread_read1000_cachekiller(void* c)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/critnib-1.1/tests/th.c:111:14: warning: 'thread_read_write_remove' defined but not used [-Wunused-function]
  111 | static void* thread_read_write_remove(void* c)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/critnib-1.1/tests/th.c:88:14: warning: 'thread_write1000' defined but not used [-Wunused-function]
   88 | static void* thread_write1000(void* c)
      |              ^~~~~~~~~~~~~~~~
[ 68%] Linking C executable inequal
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/inequal.dir/link.txt --verbose=1
[ 73%] Linking C executable 1corr
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/1corr.dir/link.txt --verbose=1
/usr/bin/cc -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic -Wl,--dependency-file=CMakeFiles/inequal.dir/link.d CMakeFiles/inequal.dir/inequal.c.o CMakeFiles/inequal.dir/hmload.c.o CMakeFiles/inequal.dir/rand.c.o -o inequal  -Wl,-rpath,/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf ../libcritnib.so.1 -latomic
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[ 73%] Built target inequal
make  -f tests/CMakeFiles/iter-cli.dir/build.make tests/CMakeFiles/iter-cli.dir/depend
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/reproducible-path/critnib-1.1 /build/reproducible-path/critnib-1.1/tests /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests/CMakeFiles/iter-cli.dir/DependInfo.cmake "--color="
/usr/bin/cc -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic -Wl,--dependency-file=CMakeFiles/1corr.dir/link.d CMakeFiles/1corr.dir/1corr.c.o CMakeFiles/1corr.dir/hmload.c.o CMakeFiles/1corr.dir/rand.c.o -o 1corr  -Wl,-rpath,/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf ../libcritnib.so.1 -latomic
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make  -f tests/CMakeFiles/iter-cli.dir/build.make tests/CMakeFiles/iter-cli.dir/build
make[3]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[ 73%] Built target 1corr
[ 84%] Building C object tests/CMakeFiles/th.dir/hmload.c.o
[ 84%] Building C object tests/CMakeFiles/iter-cli.dir/iter-cli.c.o
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MT tests/CMakeFiles/iter-cli.dir/iter-cli.c.o -MF CMakeFiles/iter-cli.dir/iter-cli.c.o.d -o CMakeFiles/iter-cli.dir/iter-cli.c.o -c /build/reproducible-path/critnib-1.1/tests/iter-cli.c
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fcommon -MD -MT tests/CMakeFiles/th.dir/hmload.c.o -MF CMakeFiles/th.dir/hmload.c.o.d -o CMakeFiles/th.dir/hmload.c.o -c /build/reproducible-path/critnib-1.1/tests/hmload.c
/build/reproducible-path/critnib-1.1/tests/iter-cli.c: In function 'itf':
/build/reproducible-path/critnib-1.1/tests/iter-cli.c:10:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=]
   10 |         printf("%lu\n", key);
      |                 ~~^     ~~~
      |                   |     |
      |                   |     uintptr_t {aka unsigned int}
      |                   long unsigned int
      |                 %u
/build/reproducible-path/critnib-1.1/tests/iter-cli.c: In function 'main':
/build/reproducible-path/critnib-1.1/tests/iter-cli.c:25:25: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 2 has type 'uintptr_t *' {aka 'unsigned int *'} [-Wformat=]
   25 |         while (scanf("%lu", &x) == 1)
      |                       ~~^   ~~
      |                         |   |
      |                         |   uintptr_t * {aka unsigned int *}
      |                         long unsigned int *
      |                       %u
/build/reproducible-path/critnib-1.1/tests/iter-cli.c:28:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'uintptr_t' {aka 'unsigned int'} [-Wformat=]
   28 |                                 printf("dupe: %lu\n", x);
      |                                               ~~^     ~
      |                                                 |     |
      |                                                 |     uintptr_t {aka unsigned int}
      |                                                 long unsigned int
      |                                               %u
[ 89%] Building C object tests/CMakeFiles/th.dir/rand.c.o
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cc   -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -fcommon -MD -MT tests/CMakeFiles/th.dir/rand.c.o -MF CMakeFiles/th.dir/rand.c.o.d -o CMakeFiles/th.dir/rand.c.o -c /build/reproducible-path/critnib-1.1/tests/rand.c
[ 94%] Linking C executable iter-cli
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/iter-cli.dir/link.txt --verbose=1
/usr/bin/cc -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic -Wl,--dependency-file=CMakeFiles/iter-cli.dir/link.d "CMakeFiles/iter-cli.dir/iter-cli.c.o" -o iter-cli  -Wl,-rpath,/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf ../libcritnib.so.1 -latomic
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[100%] Linking C executable th
cd /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/th.dir/link.txt --verbose=1
[100%] Built target iter-cli
/usr/bin/cc -Wall -Werror=format-security -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/critnib-1.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -rdynamic -Wl,--dependency-file=CMakeFiles/th.dir/link.d CMakeFiles/th.dir/th.c.o CMakeFiles/th.dir/hmload.c.o CMakeFiles/th.dir/rand.c.o -o th  -Wl,-rpath,/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf ../libcritnib.so.1 -latomic
make[3]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
[100%] Built target th
make[2]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
/usr/bin/cmake -E cmake_progress_start /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/CMakeFiles 0
make[1]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
   dh_auto_test
	cd obj-arm-linux-gnueabihf && make -j3 test ARGS\+=--verbose ARGS\+=-j3
make[1]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
Running tests...
/usr/bin/ctest --force-new-ctest-process --verbose -j3
UpdateCTestConfiguration  from :/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/DartConfiguration.tcl
UpdateCTestConfiguration  from :/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/DartConfiguration.tcl
Test project /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
Connected to MAKE jobserver
test 1
    Start 1: 1corr

1: Test command: /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests/1corr
1: Working Directory: /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests
1: Test timeout computed to be: 10000000
test 2
    Start 2: inequal

2: Test command: /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests/inequal
2: Working Directory: /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests
2: Test timeout computed to be: 10000000
test 3
    Start 3: th

3: Test command: /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests/th
3: Working Directory: /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests
3: Test timeout computed to be: 10000000
1: TEST: smoke
1:  [⚒]: critnib
1:  [✓]
1: TEST: key0
1:  [⚒]: critnib
1:  [✓]
1: TEST: 1to1000
1:  [⚒]: critnib
1:  [✓]
1: TEST: insert_delete1M
1:  [⚒]: critnib
1:  [✓]
1: TEST: insert_bulk_delete1M
1:  [⚒]: critnib
1:  [✓]
1: TEST: ffffffff_and_friends
1:  [⚒]: critnib
1:  [✓]
1: TEST: insert_delete_random
1:  [⚒]: critnib
1:  [✓]
1: TEST: same_only
1:  [⚒]: critnib
1:  [✓]
1: TEST: same_two
1:  [⚒]: critnib
1:  [✓]
1/4 Test #1: 1corr ............................   Passed    4.65 sec
test 4
    Start 4: iter

4: Test command: /build/reproducible-path/critnib-1.1/tests/iter
4: Working Directory: /build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf/tests
4: Test timeout computed to be: 10000000
2/4 Test #4: iter .............................   Passed    0.36 sec
2: TEST: le_basic
2:  [⚒]: critnib
2:  [✓]
2: TEST: le_brute
2:  [⚒]: critnib
2:  [✓]
2: TEST: ge_brute
2:  [⚒]: critnib
2:  [✓]
3/4 Test #2: inequal ..........................   Passed    7.79 sec
3: Using 4 threads; 2 readers 2 writers in mixed tests.
3: TEST: read 1-of-1
3:  [⚒]: critnib
3:        39270243
3:  [✓]
3: TEST: read 1-of-2
3:  [⚒]: critnib
3:        17404347
3:  [✓]
3: TEST: read 1-of-1000
3:  [⚒]: critnib
3:         8394043
3:  [✓]
3: TEST: read 1000-of-1000
3:  [⚒]: critnib
3:        16584455
3:  [✓]
3: TEST: read 1-of-1000 pointers
3:  [⚒]: critnib
3:        12118656
3:  [✓]
3: TEST: read 1-of-1 cachekiller
3:  [⚒]: critnib
3:          948659
3:  [✓]
3: TEST: read 1-of-1000 cachekiller
3:  [⚒]: critnib
3:          606085
3:  [✓]
3: TEST: le 1 van der Corput
3:  [⚒]: critnib
3:        10117958
3:  [✓]
3: TEST: le 1000 van der Corput
3:  [⚒]: critnib
3:         6333852
3:  [✓]
4/4 Test #3: th ...............................   Passed    9.20 sec

100% tests passed, 0 tests failed out of 4

Total Test time (real) =   9.22 sec
make[1]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_auto_install
	cd obj-arm-linux-gnueabihf && make -j3 install DESTDIR=/build/reproducible-path/critnib-1.1/debian/tmp AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true"
make[1]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
/usr/bin/cmake -S/build/reproducible-path/critnib-1.1 -B/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf --check-build-system CMakeFiles/Makefile.cmake 0
make  -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
-- Installing: /build/reproducible-path/critnib-1.1/debian/tmp/usr/lib/arm-linux-gnueabihf/libcritnib.so.1
-- Installing: /build/reproducible-path/critnib-1.1/debian/tmp/usr/lib/arm-linux-gnueabihf/libcritnib.so
-- Installing: /build/reproducible-path/critnib-1.1/debian/tmp/usr/include/critnib.h
-- Up-to-date: /build/reproducible-path/critnib-1.1/debian/tmp/usr/include/critnib.h
-- Installing: /build/reproducible-path/critnib-1.1/debian/tmp/usr/share/man/man3/libcritnib.3
-- Installing: /build/reproducible-path/critnib-1.1/debian/tmp/usr/share/man/man3/critnib.3
make[1]: Leaving directory '/build/reproducible-path/critnib-1.1/obj-arm-linux-gnueabihf'
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_dwz -a
   dh_strip -a
   dh_makeshlibs -a
   dh_shlibdeps -a
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libcritnib-dev' in '../libcritnib-dev_1.1-2_armhf.deb'.
dpkg-deb: building package 'libcritnib1-dbgsym' in '../libcritnib1-dbgsym_1.1-2_armhf.deb'.
dpkg-deb: building package 'libcritnib1' in '../libcritnib1_1.1-2_armhf.deb'.
 dpkg-genbuildinfo --build=binary -O../critnib_1.1-2_armhf.buildinfo
 dpkg-genchanges --build=binary -O../critnib_1.1-2_armhf.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-source: info: using options from critnib-1.1/debian/source/options: --single-debian-patch
dpkg-buildpackage: info: binary-only upload (no source included)
dpkg-genchanges: info: not including original source code in upload
I: copying local configuration
I: unmounting dev/ptmx filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/16792 and its subdirectories
I: Current time: Thu Jan 30 17:15:40 -12 2025
I: pbuilder-time-stamp: 1738300540
Fri Jan 31 05:15:47 UTC 2025  I: 1st build successful. Starting 2nd build on remote node virt64b-armhf-rb.debian.net.
Fri Jan 31 05:15:47 UTC 2025  I: Preparing to do remote build '2' on virt64b-armhf-rb.debian.net.
Fri Jan 31 05:18:33 UTC 2025  I: Deleting $TMPDIR on virt64b-armhf-rb.debian.net.
Fri Jan 31 05:18:35 UTC 2025  I: critnib_1.1-2_armhf.changes:
Format: 1.8
Date: Sat, 04 Dec 2021 20:49:01 +0100
Source: critnib
Binary: libcritnib-dev libcritnib1 libcritnib1-dbgsym
Architecture: armhf
Version: 1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Adam Borowski <kilobyte@angband.pl>
Changed-By: Adam Borowski <kilobyte@angband.pl>
Description:
 libcritnib-dev - ordered map data structure with lock-free reads
 libcritnib1 - ordered map data structure with lock-free reads
Changes:
 critnib (1.1-2) unstable; urgency=medium
 .
   * Fix the autopkgtest on 32-bit.
Checksums-Sha1:
 7c3a220de3ef998a27a55b7f97c0697f5d11172b 6117 critnib_1.1-2_armhf.buildinfo
 639ba7d67ebeaba8c592d3dcba452c0dccbc6750 5384 libcritnib-dev_1.1-2_armhf.deb
 3d47a8ba40710731afa0d40b95f4eda70419c7ea 15080 libcritnib1-dbgsym_1.1-2_armhf.deb
 37316daea23407da9d775f59144fda6da37e0373 6272 libcritnib1_1.1-2_armhf.deb
Checksums-Sha256:
 bb6673ed132f65e7464b26b6e0192f0862fe894f205a6605352dba69d55cc4b8 6117 critnib_1.1-2_armhf.buildinfo
 654a1e090666acaeb943c12573fe682152653367ec5f066361095f3f9fc70332 5384 libcritnib-dev_1.1-2_armhf.deb
 420b654cc9ae4e8a46cd688481b7bf897585ae446308df3fae29491b18e0a57a 15080 libcritnib1-dbgsym_1.1-2_armhf.deb
 5ee22ea327df5957cd88575019a1a97c3a377714546f90b3af0bc8690319b382 6272 libcritnib1_1.1-2_armhf.deb
Files:
 e3ba3b0564e58f26eaedba688b13595e 6117 libs optional critnib_1.1-2_armhf.buildinfo
 ee252030f97469937e6f2d8a1c53bcba 5384 libdevel optional libcritnib-dev_1.1-2_armhf.deb
 9510aa634e2994cdcb804f38690c7634 15080 debug optional libcritnib1-dbgsym_1.1-2_armhf.deb
 49dc13678cf94b5453855c77f259fb6f 6272 libs optional libcritnib1_1.1-2_armhf.deb
Fri Jan 31 05:18:36 UTC 2025  I: diffoscope 286 will be used to compare the two builds:
Running as unit: rb-diffoscope-armhf_24-11534.service
# Profiling output for: /usr/bin/diffoscope --timeout 7200 --html /srv/reproducible-results/rbuild-debian/r-b-build.QlgStnxn/critnib_1.1-2.diffoscope.html --text /srv/reproducible-results/rbuild-debian/r-b-build.QlgStnxn/critnib_1.1-2.diffoscope.txt --json /srv/reproducible-results/rbuild-debian/r-b-build.QlgStnxn/critnib_1.1-2.diffoscope.json --profile=- /srv/reproducible-results/rbuild-debian/r-b-build.QlgStnxn/b1/critnib_1.1-2_armhf.changes /srv/reproducible-results/rbuild-debian/r-b-build.QlgStnxn/b2/critnib_1.1-2_armhf.changes

## command (total time: 0.000s)
       0.000s      1 call     cmp (internal)

## has_same_content_as (total time: 0.000s)
       0.000s      1 call     diffoscope.comparators.binary.FilesystemFile

## main (total time: 0.003s)
       0.003s      2 calls    outputs
       0.000s      1 call     cleanup
Finished with result: success
Main processes terminated with: code=exited/status=0
Service runtime: 215ms
CPU time consumed: 216ms
Fri Jan 31 05:18:37 UTC 2025  I: diffoscope 286 found no differences in the changes files, and a .buildinfo file also exists.
Fri Jan 31 05:18:37 UTC 2025  I: critnib from unstable built successfully and reproducibly on armhf.
Fri Jan 31 05:18:38 UTC 2025  I: Submitting .buildinfo files to external archives:
Fri Jan 31 05:18:38 UTC 2025  I: Submitting 8.0K	b1/critnib_1.1-2_armhf.buildinfo.asc
Fri Jan 31 05:18:40 UTC 2025  I: Submitting 8.0K	b2/critnib_1.1-2_armhf.buildinfo.asc
Fri Jan 31 05:18:42 UTC 2025  I: Done submitting .buildinfo files to http://buildinfo.debian.net/api/submit.
Fri Jan 31 05:18:42 UTC 2025  I: Done submitting .buildinfo files.
Fri Jan 31 05:18:42 UTC 2025  I: Removing signed critnib_1.1-2_armhf.buildinfo.asc files:
removed './b1/critnib_1.1-2_armhf.buildinfo.asc'
removed './b2/critnib_1.1-2_armhf.buildinfo.asc'