==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done ==> Making package: sniffles 3.4.3-1 (Fri Nov 9 17:56:58 2018) ==> Retrieving sources... -> Found 3.4.3.tar.gz ==> Validating source files with sha512sums... 3.4.3.tar.gz ... Passed Host and machine ids are equal (03ca1e0d79db47a597e66a5149387887): refusing to link journals ==> Making package: sniffles 3.4.3-1 (Fri 09 Nov 2018 05:56:59 PM EST) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (3) libnsl-1.2.0-1 python-3.7.1-1 python-sortedcontainers-2.0.5-1 Total Download Size: 35.24 MiB Total Installed Size: 145.83 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading python-3.7.1-1-x86_64.pkg.tar.xz... downloading python-sortedcontainers-2.0.5-1-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 python-pip sqlite [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter installing python-sortedcontainers... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (5) python-appdirs-1.4.3-2 python-packaging-18.0-1 python-pyparsing-2.3.0-1 python-six-1.11.0-3 python-setuptools-1:40.5.0-1 Total Download Size: 0.44 MiB Total Installed Size: 2.39 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading python-appdirs-1.4.3-2-any.pkg.tar.xz... downloading python-pyparsing-2.3.0-1-any.pkg.tar.xz... downloading python-six-1.11.0-3-any.pkg.tar.xz... downloading python-packaging-18.0-1-any.pkg.tar.xz... downloading python-setuptools-1:40.5.0-1-any.pkg.tar.xz... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-appdirs... installing python-pyparsing... installing python-six... installing python-packaging... installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found 3.4.3.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting 3.4.3.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/rule_formats.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/__init__.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/rand_rule_gen.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/traffic_writer.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/pcreconf.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/nfa.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/sniffles.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/ruletrafficgenerator.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/rulereader.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/feature.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/vendor_mac_list.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/snifflesconfig.py -> build/lib.linux-x86_64-3.7/sniffles copying src/sniffles/regex_generator.py -> build/lib.linux-x86_64-3.7/sniffles creating build/lib.linux-x86_64-3.7/sniffles/petabi_rule_writer copying src/sniffles/petabi_rule_writer/__init__.py -> build/lib.linux-x86_64-3.7/sniffles/petabi_rule_writer copying src/sniffles/petabi_rule_writer/petabi_rule_writer.py -> build/lib.linux-x86_64-3.7/sniffles/petabi_rule_writer running build_ext building 'sniffles.pcrecomp' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/src creating build/temp.linux-x86_64-3.7/src/sniffles gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c src/sniffles/pcre_newline.c -o build/temp.linux-x86_64-3.7/src/sniffles/pcre_newline.o -DLINK_SIZE=2 -DPARENS_NEST_LIMIT=250 -DNEWLINE=10 -DMAX_NAME_COUNT=10000 -DMAX_NAME_SIZE=32 In file included from src/sniffles/pcre_newline.c:54: src/sniffles/pcre_internal.h:388:1: warning: ‘pcre_memmove’ defined but not used [-Wunused-function] pcre_memmove(void *d, const void *s, size_t n) ^~~~~~~~~~~~ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c src/sniffles/pcre_tables.c -o build/temp.linux-x86_64-3.7/src/sniffles/pcre_tables.o -DLINK_SIZE=2 -DPARENS_NEST_LIMIT=250 -DNEWLINE=10 -DMAX_NAME_COUNT=10000 -DMAX_NAME_SIZE=32 In file included from src/sniffles/pcre_tables.c:52: src/sniffles/pcre_internal.h:388:1: warning: ‘pcre_memmove’ defined but not used [-Wunused-function] pcre_memmove(void *d, const void *s, size_t n) ^~~~~~~~~~~~ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c src/sniffles/pcre_chartables.c -o build/temp.linux-x86_64-3.7/src/sniffles/pcre_chartables.o -DLINK_SIZE=2 -DPARENS_NEST_LIMIT=250 -DNEWLINE=10 -DMAX_NAME_COUNT=10000 -DMAX_NAME_SIZE=32 In file included from src/sniffles/pcre_chartables.c:27: src/sniffles/pcre_internal.h:388:1: warning: ‘pcre_memmove’ defined but not used [-Wunused-function] pcre_memmove(void *d, const void *s, size_t n) ^~~~~~~~~~~~ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c src/sniffles/pcrecomp.c -o build/temp.linux-x86_64-3.7/src/sniffles/pcrecomp.o -DLINK_SIZE=2 -DPARENS_NEST_LIMIT=250 -DNEWLINE=10 -DMAX_NAME_COUNT=10000 -DMAX_NAME_SIZE=32 In file included from src/sniffles/pcrecomp.c:6: src/sniffles/pcre_internal.h:388:1: warning: ‘pcre_memmove’ defined but not used [-Wunused-function] pcre_memmove(void *d, const void *s, size_t n) ^~~~~~~~~~~~ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c src/sniffles/pcre_globals.c -o build/temp.linux-x86_64-3.7/src/sniffles/pcre_globals.o -DLINK_SIZE=2 -DPARENS_NEST_LIMIT=250 -DNEWLINE=10 -DMAX_NAME_COUNT=10000 -DMAX_NAME_SIZE=32 In file included from src/sniffles/pcre_globals.c:59: src/sniffles/pcre_internal.h:388:1: warning: ‘pcre_memmove’ defined but not used [-Wunused-function] pcre_memmove(void *d, const void *s, size_t n) ^~~~~~~~~~~~ gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c src/sniffles/pcre_compile.c -o build/temp.linux-x86_64-3.7/src/sniffles/pcre_compile.o -DLINK_SIZE=2 -DPARENS_NEST_LIMIT=250 -DNEWLINE=10 -DMAX_NAME_COUNT=10000 -DMAX_NAME_SIZE=32 src/sniffles/pcre_compile.c:815:25: warning: ‘posspropstab’ defined but not used [-Wunused-const-variable=] static const pcre_uint8 posspropstab[3][4] = { ^~~~~~~~~~~~ src/sniffles/pcre_compile.c:793:25: warning: ‘catposstab’ defined but not used [-Wunused-const-variable=] static const pcre_uint8 catposstab[7][30] = { ^~~~~~~~~~ src/sniffles/pcre_compile.c:771:25: warning: ‘propposstab’ defined but not used [-Wunused-const-variable=] static const pcre_uint8 propposstab[PT_TABSIZE][PT_TABSIZE] = { ^~~~~~~~~~~ gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=4 -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/src/sniffles/pcre_newline.o build/temp.linux-x86_64-3.7/src/sniffles/pcre_tables.o build/temp.linux-x86_64-3.7/src/sniffles/pcre_chartables.o build/temp.linux-x86_64-3.7/src/sniffles/pcrecomp.o build/temp.linux-x86_64-3.7/src/sniffles/pcre_globals.o build/temp.linux-x86_64-3.7/src/sniffles/pcre_compile.o -L/usr/lib -lpython3.7m -o build/lib.linux-x86_64-3.7/sniffles/pcrecomp.cpython-37m-x86_64-linux-gnu.so ==> Entering fakeroot environment... ==> Starting package()... running install running install_lib creating /build/sniffles/pkg/sniffles/usr creating /build/sniffles/pkg/sniffles/usr/lib creating /build/sniffles/pkg/sniffles/usr/lib/python3.7 creating /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages creating /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/rule_formats.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles creating /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/petabi_rule_writer copying build/lib.linux-x86_64-3.7/sniffles/petabi_rule_writer/__init__.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/petabi_rule_writer copying build/lib.linux-x86_64-3.7/sniffles/petabi_rule_writer/petabi_rule_writer.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/petabi_rule_writer copying build/lib.linux-x86_64-3.7/sniffles/__init__.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/rand_rule_gen.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/pcrecomp.cpython-37m-x86_64-linux-gnu.so -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/traffic_writer.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/pcreconf.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/nfa.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/sniffles.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/ruletrafficgenerator.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/rulereader.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/feature.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/vendor_mac_list.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/snifflesconfig.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles copying build/lib.linux-x86_64-3.7/sniffles/regex_generator.py -> /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/rule_formats.py to rule_formats.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/petabi_rule_writer/__init__.py to __init__.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/petabi_rule_writer/petabi_rule_writer.py to petabi_rule_writer.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/__init__.py to __init__.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/rand_rule_gen.py to rand_rule_gen.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/traffic_writer.py to traffic_writer.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/pcreconf.py to pcreconf.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/nfa.py to nfa.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/sniffles.py to sniffles.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/ruletrafficgenerator.py to ruletrafficgenerator.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/rulereader.py to rulereader.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/feature.py to feature.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/vendor_mac_list.py to vendor_mac_list.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/snifflesconfig.py to snifflesconfig.cpython-37.pyc byte-compiling /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles/regex_generator.py to regex_generator.cpython-37.pyc writing byte-compilation script '/tmp/tmpdndn3ymf.py' /usr/bin/python /tmp/tmpdndn3ymf.py removing /tmp/tmpdndn3ymf.py running install_data creating /build/sniffles/pkg/sniffles/usr/share creating /build/sniffles/pkg/sniffles/usr/share/doc creating /build/sniffles/pkg/sniffles/usr/share/doc/sniffles copying README.md -> /build/sniffles/pkg/sniffles/usr/share/doc/sniffles copying LICENSE -> /build/sniffles/pkg/sniffles/usr/share/doc/sniffles creating /build/sniffles/pkg/sniffles/usr/share/examples creating /build/sniffles/pkg/sniffles/usr/share/examples/sniffles copying examples/example1.xml -> /build/sniffles/pkg/sniffles/usr/share/examples/sniffles copying examples/example2.xml -> /build/sniffles/pkg/sniffles/usr/share/examples/sniffles copying examples/hdr_features_complex.txt -> /build/sniffles/pkg/sniffles/usr/share/examples/sniffles copying examples/hdr_features_simple.txt -> /build/sniffles/pkg/sniffles/usr/share/examples/sniffles copying examples/mac_definition_file.txt -> /build/sniffles/pkg/sniffles/usr/share/examples/sniffles copying examples/re_features_complex.txt -> /build/sniffles/pkg/sniffles/usr/share/examples/sniffles copying examples/re_features_simple.txt -> /build/sniffles/pkg/sniffles/usr/share/examples/sniffles copying examples/sniffles_example_config.txt -> /build/sniffles/pkg/sniffles/usr/share/examples/sniffles running install_egg_info running egg_info creating src/sniffles.egg-info writing src/sniffles.egg-info/PKG-INFO writing dependency_links to src/sniffles.egg-info/dependency_links.txt writing entry points to src/sniffles.egg-info/entry_points.txt writing requirements to src/sniffles.egg-info/requires.txt writing top-level names to src/sniffles.egg-info/top_level.txt writing manifest file 'src/sniffles.egg-info/SOURCES.txt' reading manifest file 'src/sniffles.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/sniffles.egg-info/SOURCES.txt' Copying src/sniffles.egg-info to /build/sniffles/pkg/sniffles/usr/lib/python3.7/site-packages/sniffles-3.4.3-py3.7.egg-info running install_scripts Installing regexgen script to /build/sniffles/pkg/sniffles/usr/bin Installing rulegen script to /build/sniffles/pkg/sniffles/usr/bin Installing sniffles script to /build/sniffles/pkg/sniffles/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 "sniffles"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: sniffles 3.4.3-1 (Fri 09 Nov 2018 05:57:20 PM EST) ==> 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 (8) libnsl-1.2.0-1 python-3.7.1-1 python-appdirs-1.4.3-2 python-packaging-18.0-1 python-pyparsing-2.3.0-1 python-setuptools-1:40.5.0-1 python-six-1.11.0-3 python-sortedcontainers-2.0.5-1 Total Removed Size: 148.22 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-sortedcontainers... removing python-setuptools... removing python-packaging... removing python-six... removing python-pyparsing... removing python-appdirs... removing python... removing libnsl... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...