==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done ==> Making package: bletchley 0.0.1-7 (Thu Jul 26 13:34:26 EDT 2018) ==> Retrieving sources... -> Cloning bletchley svn repo... A bletchley/lib A bletchley/lib/bletchley A bletchley/lib/bletchley/CBC A bletchley/bin A bletchley/doc A bletchley/src A bletchley/lib/bletchley/ssltls.py A bletchley/lib/bletchley/CBC/__init__.py A bletchley/lib/bletchley/CBC/Exceptions.py A bletchley/lib/bletchley/CBC/TimingWebPaddingOracle.py A bletchley/lib/bletchley/buffertools.py A bletchley/lib/bletchley/blobtools.py A bletchley/lib/bletchley/hash.py A bletchley/lib/bletchley/chosen.py A bletchley/lib/bletchley/chosenct.py A bletchley/lib/bletchley/__init__.py A bletchley/lib/bletchley/known.py A bletchley/bin/bletchley-http2py A bletchley/bin/bletchley-analyze A bletchley/bin/bletchley-clonecertchain A bletchley/bin/bletchley-decode A bletchley/bin/bletchley-encode A bletchley/INSTALL A bletchley/SConstruct A bletchley/doc/TODO A bletchley/LICENSE A bletchley/bletchley-distutils A bletchley/bletchley_version.py A bletchley/src/nextrand.c Checked out revision 136. ==> Validating source files with sha512sums... bletchley ... Skipped Host and machine ids are equal (03ca1e0d79db47a597e66a5149387887): refusing to link journals ==> Making package: bletchley 0.0.1-7 (Thu 26 Jul 2018 01:34:28 PM EDT) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (11) libnsl-1.2.0-1.0 python-appdirs-1.4.3-1 python-chardet-3.0.4-1 python-idna-2.7-2.0 python-packaging-17.1-1.0 python-pyparsing-2.2.0-1 python-setuptools-1:39.2.0-2.0 python-six-1.11.0-1 python-urllib3-1.23-1.0 python-3.6.5-3.0 python-requests-2.19.1-1.0 Total Download Size: 35.08 MiB Total Installed Size: 140.32 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading libnsl-1.2.0-1.0-i686.pkg.tar.xz... downloading python-3.6.5-3.0-i686.pkg.tar.xz... downloading python-urllib3-1.23-1.0-any.pkg.tar.xz... downloading python-appdirs-1.4.3-1-any.pkg.tar.xz... downloading python-pyparsing-2.2.0-1-any.pkg.tar.xz... downloading python-six-1.11.0-1-any.pkg.tar.xz... downloading python-packaging-17.1-1.0-any.pkg.tar.xz... downloading python-setuptools-1:39.2.0-2.0-any.pkg.tar.xz... downloading python-chardet-3.0.4-1-any.pkg.tar.xz... downloading python-idna-2.7-2.0-any.pkg.tar.xz... downloading python-requests-2.19.1-1.0-any.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libnsl... installing python... Optional dependencies for python python-setuptools [pending] python-pip sqlite [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter installing python-urllib3... Optional dependencies for python-urllib3 python-pysocks: SOCKS support installing python-appdirs... installing python-pyparsing... installing python-six... installing python-packaging... installing python-setuptools... installing python-chardet... installing python-idna... installing python-requests... Optional dependencies for python-requests python-pysocks: SOCKS proxy support :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (7) apr-1.6.3-1 apr-util-1.6.1-2.0 libutf8proc-2.1.1-2.0 python2-2.7.15-1.0 serf-1.3.9-2 scons-3.0.1-1 subversion-1.10.0-2.0 Total Download Size: 19.84 MiB Total Installed Size: 115.00 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading python2-2.7.15-1.0-i686.pkg.tar.xz... downloading scons-3.0.1-1-any.pkg.tar.xz... downloading apr-1.6.3-1-i686.pkg.tar.xz... downloading apr-util-1.6.1-2.0-i686.pkg.tar.xz... downloading serf-1.3.9-2-i686.pkg.tar.xz... downloading subversion-1.10.0-2.0-i686.pkg.tar.xz... downloading libutf8proc-2.1.1-2.0-i686.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools python2-pip installing scons... installing libutf8proc... installing apr... installing apr-util... Optional dependencies for apr-util gdbm: enable gdbm support [installed] libldap: enable ldap support [installed] unixodbc: enable odbc support libmariadbclient: enable mysql/mariadb support postgresql-libs: enable postgres support db: enable berkley db support [installed] sqlite: enable sqlite support [installed] nss: enable nss crypto support openssl: enable openssl crypto support [installed] installing serf... installing subversion... Optional dependencies for subversion libgnome-keyring: for GNOME Keyring for auth credentials kwallet: for KWallet for auth credentials bash-completion: for svn bash completion python2: for some hook scripts [installed] java-environment: for Java support ruby: for some hook scripts :: Running post-transaction hooks... (1/4) Warn about old perl modules (2/4) Reloading system manager configuration... Skipped: Current root is not booted. (3/4) Creating temporary files... (4/4) Arming ConditionNeedsUpdate... ==> Retrieving sources... ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of svn repo... ==> Starting build()... gcc -o src/nextrand.o -c -std=gnu99 -pedantic -Wall -D_FILE_OFFSET_BITS=64 -fvisibility=hidden -DBLETCHLEY_VERSION='"0.0.22"' -ggdb -Iinclude -I/usr/local/include src/nextrand.c src/nextrand.c: In function ‘nextInt’: src/nextrand.c:27:19: warning: left shift count >= width of type [-Wshift-count-overflow] #define MASK ((1L << 48) - 1) ^ src/nextrand.c:33:41: note: in expansion of macro ‘MASK’ seed = (seed * MULTIPLIER + ADDEND) & MASK; ^~~~ src/nextrand.c: In function ‘main’: src/nextrand.c:27:19: warning: left shift count >= width of type [-Wshift-count-overflow] #define MASK ((1L << 48) - 1) ^ src/nextrand.c:60:56: note: in expansion of macro ‘MASK’ if ((unsigned int)(((seed * MULTIPLIER + ADDEND) & MASK) >> 16) == (unsigned int)r2) ^~~~ gcc -o bin/bletchley-nextrand src/nextrand.o -Llib -L/usr/local/lib ==> Entering fakeroot environment... ==> Starting package()... scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... Install file: "bin/bletchley-analyze" as "/build/bletchley/pkg/bletchley/usr/bin/bletchley-analyze" Install file: "bin/bletchley-clonecertchain" as "/build/bletchley/pkg/bletchley/usr/bin/bletchley-clonecertchain" Install file: "bin/bletchley-decode" as "/build/bletchley/pkg/bletchley/usr/bin/bletchley-decode" Install file: "bin/bletchley-encode" as "/build/bletchley/pkg/bletchley/usr/bin/bletchley-encode" Install file: "bin/bletchley-http2py" as "/build/bletchley/pkg/bletchley/usr/bin/bletchley-http2py" Install file: "bin/bletchley-nextrand" as "/build/bletchley/pkg/bletchley/usr/bin/bletchley-nextrand" python3 bletchley-distutils install --root=//build/bletchley/pkg/bletchley | tee bletchley-python3.log running install running build running build_py creating build creating build/lib creating build/lib/bletchley copying lib/bletchley/__init__.py -> build/lib/bletchley copying lib/bletchley/chosenct.py -> build/lib/bletchley copying lib/bletchley/buffertools.py -> build/lib/bletchley copying lib/bletchley/ssltls.py -> build/lib/bletchley copying lib/bletchley/known.py -> build/lib/bletchley copying lib/bletchley/chosen.py -> build/lib/bletchley copying lib/bletchley/blobtools.py -> build/lib/bletchley copying lib/bletchley/hash.py -> build/lib/bletchley creating build/lib/bletchley/CBC copying lib/bletchley/CBC/__init__.py -> build/lib/bletchley/CBC copying lib/bletchley/CBC/TimingWebPaddingOracle.py -> build/lib/bletchley/CBC copying lib/bletchley/CBC/Exceptions.py -> build/lib/bletchley/CBC running install_lib byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/__init__.py to __init__.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/chosenct.py to chosenct.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/buffertools.py to buffertools.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/ssltls.py to ssltls.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/known.py to known.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/chosen.py to chosen.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/blobtools.py to blobtools.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/hash.py to hash.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/CBC/__init__.py to __init__.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/CBC/TimingWebPaddingOracle.py to TimingWebPaddingOracle.cpython-36.pyc byte-compiling //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley/CBC/Exceptions.py to Exceptions.cpython-36.pyc running install_egg_info Writing //build/bletchley/pkg/bletchley/usr/lib/python3.6/site-packages/bletchley-0.0.22-py3.6.egg-info scons: done building targets. ==> 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 "bletchley"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: bletchley 0.0.1-7 (Thu 26 Jul 2018 01:34:49 PM EDT) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report :: util-linux optionally requires python: python bindings to libmount Packages (18) apr-1.6.3-1 apr-util-1.6.1-2.0 libnsl-1.2.0-1.0 libutf8proc-2.1.1-2.0 python-3.6.5-3.0 python-appdirs-1.4.3-1 python-chardet-3.0.4-1 python-idna-2.7-2.0 python-packaging-17.1-1.0 python-pyparsing-2.2.0-1 python-requests-2.19.1-1.0 python-setuptools-1:39.2.0-2.0 python-six-1.11.0-1 python-urllib3-1.23-1.0 python2-2.7.15-1.0 scons-3.0.1-1 serf-1.3.9-2 subversion-1.10.0-2.0 Total Removed Size: 255.32 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing subversion... removing serf... removing scons... removing python2... removing python-requests... removing python-urllib3... removing python-idna... removing python-chardet... removing python-setuptools... removing python-packaging... removing python-six... removing python-pyparsing... removing python-appdirs... removing python... removing libutf8proc... removing libnsl... removing apr-util... removing apr... :: Running post-transaction hooks... (1/2) Reloading system manager configuration... Skipped: Current root is not booted. (2/2) Arming ConditionNeedsUpdate...